UNPKG

gis-tools-ts

Version:

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

12 lines 705 B
export * from './constants/index.js'; export * from './projections/index.js'; export * from './common.js'; export * from './datum.js'; export * from './mgrs.js'; export * from './parseCode.js'; export * from './transformer.js'; // 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