s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
9 lines • 437 B
TypeScript
/** Neptune's radius in meters */
export declare const NEPTUNE_RADIUS = 24622000;
/** Neptune's equitorial radius in meters */
export declare const NEPTUNE_RADIUS_EQUATORIAL = 24764000;
/** Neptune's polar radius in meters */
export declare const NEPTUNE_RADIUS_POLAR = 24341000;
/** The average circumference of Neptune in meters. */
export declare const NEPTUNE_CIRCUMFERENCE = 154704588.63337576;
//# sourceMappingURL=neptune.d.ts.map