acteng / atip

Active Travel Infrastructure Platform
https://acteng.github.io/atip/
Apache License 2.0
22 stars 4 forks source link

More trip generators #305

Closed Pete-Y-CS closed 1 year ago

dabreegster commented 1 year ago

https://acteng.github.io/atip/more-trip-generators/browse.html for the demo

Sports spaces look fine to me!

Railway stations

Green spaces

I think we shouldn't add these in yet; they'll take more work to clean up and validate. First off, there are overlapping areas that wind up looking very weird:

https://github.com/acteng/atip/assets/1664407/b508f77d-c1e7-4d5a-a388-784f60bf22b5

We're picking up enormous conservation zones in the middle of the ocean: Screenshot from 2023-08-07 21-12-01

We're missing valid green spaces like Blakeley Forest that even have footpaths through them. (See https://acteng.github.io/atip/more-trip-generators/browse.html#14.69/53.52992/-2.23673)

Based on Anna's (colleague at Turing) experiences trying to generate similar data from OSM and OS for another project, I think it'll take a while to refine this layer. In the meantime, the basemap already shows green space in a minimal way, so it's probably not too urgent.

dabreegster commented 1 year ago

Ah, the missing tooltips with railway stations are because the features don't have numeric IDs assigned in the geojson. Maplibre is frustratingly silent about this when they're missing :\