UNPKG

gis-tools-ts

Version:

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

8 lines 329 B
// https://mobilitydatabase.org // https://developers.google.com/transit/gtfs/examples/overview // https://gtfs.org/documentation/schedule/reference/#tripstxt // https://mobilitydata.github.io/ // https://www.transit.land export * from './realtime/index.js'; export * from './schedule/index.js'; //# sourceMappingURL=index.js.map