gis-tools-ts
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
12 lines • 672 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)
// TODO: `projsync --all` (assuming PROJ is installed), access it for nadgrids if user wants to use it (https://proj.org/en/stable/apps/projsync.html#projsync)
// TODO: write my own install from https://raw.githubusercontent.com/OSGeo/PROJ-data/refs/heads/master/files.geojson
//# sourceMappingURL=index.js.map