Brendan Nee
Brendan Nee
Thanks for the notes. I think you may need to process a smaller number of stops as non-dissolved stops geojson, then merge the resulting geojson files together and create a...
I pushed an updated version that solves this issue: https://github.com/BlinkTagInc/gtfs-to-geojson/releases/tag/3.2.0 It replaces the polygon-clipping library which was throwing that error with the @turf/union library. The @turf/union function only takes two...
If you are interested, you can see the code that manages the dissolve of buffered stops here: https://github.com/BlinkTagInc/gtfs-to-geojson/blob/master/lib/geojson-utils.js#L98-L110
One easy option for mapping geojson is felt: https://felt.com/blog/put-your-data-to-work On Fri, Sep 30, 2022 at 08:11 alirezat00 ***@***.***> wrote: > Hello Mr.Nee, > I already converted my gtfs file to...
What do you want the API to support? Should we just copy this unofficial HN API format? http://api.ihackernews.com/
You could use the config option `outputType` set to `route` and then get one geojson file per-route. This would allow you to pick and choose which you want to include....
Thanks for sharing this dataset. For your case where you want to explicitly exclude some routes with bad shapes, what would be the best way? * Pass a list of...
I ran into this issue too - is it worth updating the generator templates using something like this example: http://www.suffix.be/blog/error-messages-for-rails3 ?
This would be great! I'd love to have it migrated to typescript. If you want to finish this migration and let me know, I can review and help in any...
Let me know if you need any help or have questions as part of this migration - I'm very interested to migrate to Typescript and appreciate your efforts so far.