conveyal / r5

Developed to power Conveyal's web-based interface for scenario planning and land-use/transport accessibility analysis, R5 is our routing engine for multimodal (transit/bike/walk/car) networks with a particular focus on public transit
https://conveyal.com/learn
MIT License
272 stars 71 forks source link

Support GeoJSON uploads for creating opportunity datasets. #902

Open trevorgerhardt opened 8 months ago

trevorgerhardt commented 8 months ago

Closely mirrors the way Shapefiles are converted into grids.

Refs #747

trevorgerhardt commented 4 months ago

Based on a discussion last year, we might want to follow the approach in #761.

This doesn't prevent or hinder following the approach in #761 whenever that is implemented.

If we're not going to switch to that workflow yet, it might be good at this stage to reduce some of the repetition here, by refactoring some of the fromShapefile code into reusable methods.

Ok, I'll take a look and see if there is something to pull out there 👍