UNPKG

s2-tools

Version:

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

19 lines 769 B
/** Venus' radius in meters */ export declare const VENUS_RADIUS = 6051800; /** Venus' equitorial radius in meters */ export declare const VENUS_RADIUS_EQUATORIAL = 6051800; /** Venus' polar radius in meters */ export declare const VENUS_RADIUS_POLAR = 6051800; /** The average circumference of Venus in meters. */ export declare const VENUS_CIRCUMFERENCE = 38024580.84198942; /** * The altitude of the highest known point on Venus in meters. * https://en.wikipedia.org/wiki/Maxwell_Montes */ export declare const VENUS_HIGHEST_ALTITUDE = 11000; /** * The altitude of the lowest known point on Venus in meters. * https://en.wikipedia.org/wiki/List_of_Solar_System_extremes */ export declare const VENUS_LOWEST_ALTITUDE = -3000; //# sourceMappingURL=venus.d.ts.map