OpenTransport / gtfs-csv2rdf

Mapping script which transforms GTFS CSV into GTFS RDF (turtle, jsonld or ntriples)
http://vocab.gtfs.org
MIT License
13 stars 7 forks source link

support individual .csv/.txt files as input? #22

Open derhuerst opened 3 years ago

derhuerst commented 3 years ago

I like to stores and serve GTFS dataset as individual files. This way, partial downloads, caching, streaming processing, etc. are much easier.

Would you consider a PR that adds the possibility to use a set of .csv/.txt paths as input?

pietercolpaert commented 3 years ago

Sure! I must say we don't use this project in any production system but think it's an interesting reference implementation