s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
19 lines • 881 B
TypeScript
/** Mercury's radius in meters */
export declare const MERCURY_RADIUS = 2439700;
/** Mercury's equitorial radius in meters */
export declare const MERCURY_RADIUS_EQUATORIAL = 2440500;
/** Mercury's polar radius in meters */
export declare const MERCURY_RADIUS_POLAR = 2438300;
/** The average circumference of Jupiter in meters. */
export declare const MERCURY_CIRCUMFERENCE = 15329087.193926036;
/**
* The altitude of the highest known point on Mercury in meters.
* https://www.usgs.gov/news/national-news-release/first-global-topographic-map-mercury-released
*/
export declare const MERCURY_HIGHEST_ALTITUDE = 4480;
/**
* The altitude of the lowest known point on Mercury in meters.
* https://www.usgs.gov/news/national-news-release/first-global-topographic-map-mercury-released
*/
export declare const MERCURY_LOWEST_ALTITUDE = -5380;
//# sourceMappingURL=mercury.d.ts.map