UNPKG

s2-tools

Version:

A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.

12 lines 402 B
// https://nssdc.gsfc.nasa.gov/planetary/factsheet/ // TODO: Support finding positional data https://aa.quae.nl/en/reken/hemelpositie.html export * from './earth'; export * from './jupiter'; export * from './mars'; export * from './mercury'; export * from './moon'; export * from './neptune'; export * from './pluto'; export * from './saturn'; export * from './venus'; //# sourceMappingURL=index.js.map