s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
10 lines • 395 B
JavaScript
export * from './constants';
export * from './projections';
export * from './common';
export * from './datum';
export * from './mgrs';
export * from './parseCode';
export * from './transformer';
// TODO: support gstmerc correctly.
// TODO: Support labrd (https://github.com/OSGeo/PROJ/blob/4297e098b31662f390be5ff0c4f08b4e2a3176f5/src/projections/labrd.cpp#L53)
//# sourceMappingURL=index.js.map