gis-tools-ts
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
12 lines • 429 B
JavaScript
// https://nssdc.gsfc.nasa.gov/planetary/factsheet/
// TODO: Support finding positional data https://aa.quae.nl/en/reken/hemelpositie.html
export * from './earth.js';
export * from './jupiter.js';
export * from './mars.js';
export * from './mercury.js';
export * from './moon.js';
export * from './neptune.js';
export * from './pluto.js';
export * from './saturn.js';
export * from './venus.js';
//# sourceMappingURL=index.js.map