mirror of
https://github.com/CUTR-at-USF/awesome-transit.git
synced 2025-04-29 01:56:20 +02:00
Add gtfs-to-geojson and gtfs-service-area
This commit is contained in:
parent
85320daeb1
commit
87995e2558
1 changed files with 2 additions and 0 deletions
|
@ -262,6 +262,8 @@ Converters from various static schedule formats to and from GTFS.
|
|||
- [gtsf](https://github.com/r-gtfs/gtsf) - general transit (GTFS) simple (geographic) features (sf) in R. can be used to convert from GTFS to Shapefile, GeoJSON, and other formats through GDAL.
|
||||
- [transit_model](https://github.com/CanalTP/transit_model) - A Rust library to convert to/from the following formats: GTFS, NTFS (for Navitia, see [Software for Creating APIs](#software-for-creating-apis)), TransXChange ([UK standard format](http://naptan.dft.gov.uk/transxchange/documentation.htm)), KV1 ([Netherland standard format](http://bison.connekt.nl/standaarden/)) or NeTEx ([European standard format](http://netex-cen.eu/)).
|
||||
- [onebusaway-vdv-modules](https://github.com/OneBusAway/onebusaway-vdv-modules) - A Java library for working with transit data in the VDV format, including converting VDV-452 schedule data into GTFS.
|
||||
- [gtfs-to-geojson](https://github.com/BlinkTagInc/gtfs-to-geojson) - Javascript tool that converts transit data in GTFS shapes and stops into geoJSON. This is useful for creating maps of transit routes.
|
||||
- [gtfs-service-area](https://github.com/cal-itp/gtfs-service-area) - Compute a transit service area from static GTFS. Results are output as single-layer .geojson files. Dockerized version of [gtfs-to-geojson](https://github.com/BlinkTagInc/gtfs-to-geojson).
|
||||
|
||||
#### GTFS Data Collection and Maintenance Tools
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue