s2-tools
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
12 lines • 336 B
JavaScript
export * from './constants';
export * from './converters';
export * from './dataStore';
export * from './dataStructures';
export * from './geometry';
export * from './proj4';
export * from './readers';
export * from './space';
export * from './tools';
export * from './util';
export * from './writers';
//# sourceMappingURL=index.js.map