gis-tools-ts
Version:
A collection of geospatial tools primarily designed for WGS84, Web Mercator, and S2.
11 lines • 438 B
TypeScript
import './util/polyfills/local.js';
export * from './dataStore/externalSort/index.js';
export * from './dataStore/file.js';
export * from './dataStore/kv/file.js';
export * from './dataStore/multimap/file.js';
export * from './dataStore/vector/file.js';
export * from './readers/shapefile/file.js';
export * from './readers/file.js';
export * from './writers/file.js';
export * from './writers/tile.js';
//# sourceMappingURL=file.d.ts.map