s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
9 lines • 446 B
JavaScript
/** Neptune's radius in meters */
export const NEPTUNE_RADIUS = 24_622_000;
/** Neptune's equitorial radius in meters */
export const NEPTUNE_RADIUS_EQUATORIAL = 24_764_000;
/** Neptune's polar radius in meters */
export const NEPTUNE_RADIUS_POLAR = 24_341_000;
/** The average circumference of Neptune in meters. */
export const NEPTUNE_CIRCUMFERENCE = 154_704_588.63337576; // 2.0 * Math.PI * NEPTUNE_RADIUS;
//# sourceMappingURL=neptune.js.map