UNPKG

s2-tools

Version:

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

8 lines 311 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'; export * from './schedule'; //# sourceMappingURL=index.js.map