Brendan Nee
Brendan Nee
This library doesn't have types defined yet. I made add this sometime in the same way types are defined in node-gifs: https://github.com/BlinkTagInc/node-gtfs/tree/master/%40types What is the error you get when importing...
Since types are not defined for this module yet, you can ignore that error. If you want to hide it, try: https://stackoverflow.com/a/55576119/363155
Yes, you can use https://github.com/BlinkTagInc/node-gtfs to import and query GTFS, it is a more low-level library than gtfs-to-geojson
Try adding "type": "module" to your package.json file. On Wed, Jul 20, 2022 at 11:36 AM Joe-ChenZ ***@***.***> wrote: > C:\Users\Joech\GTComputing\Summer 2022 > intern\react-rider\providers>ts-node FutureRouteProvider.tsx > C:\Users\Joech\AppData\Roaming\npm\node_modules\ts-node\dist\index.js:851 > return old(m,...
Thanks for the detailed note. When setting up the schema for fare_leg_rules.txt, I only implemented the fields defined in the Fares v2 adopted as part of the GTFS spec on...
It looks like a subset of fares v2 was accepted into the GTFS spec earlier this year, but not all files/fields. Still, I'll work on adding support for all of...
That sounds like an issue with the `polygon-clipping` library in use. For such a large amount of stops, I suggest trying to just generate geojson of the stops, then importing...
I just tried it with the zipfile linked above and the config with the latest GTFS-to-Geojson and it did work (it took a while 1592 seconds). (see attached geojson file...
It looks like there is an unknown ? character in your configPath command, right before the `C:\`. Try running just `gtfs-to-geojson` without any other parameters from the directory that has...
That is a lot of stops - I have not figured out what the max number is. The --max-old-space-size= flag won't be used correctly when running `gtfs-to-geojson` as a globally...