opencadc-votable
v1.1.7
Published
Simple VOTable model.
Downloads
19
Readme
OpenCADC Virtual Observatory Table model
Version 1.1.4 April 2017
First built to support Version 1.2 of the specification, but should be adaptable to 1.3.
Simple model for a VOTable. It contains the most used portions of a VOTable. Feel Free to extend or provide pull requests for further support of the IVOA specification.
Installation
npm install opencadc-votable
Usage
var opencadcVO = require('opencadc-votable');
var metaData = new opencadcVO.Metadata(...);