vta / Open-Data-Portal

connection to VTA's open data portal
http://data2.vta.org/
3 stars 4 forks source link

Errors in openstreetmap VTA data #66

Open shankari opened 5 years ago

shankari commented 5 years ago

I am not sure what is the correct forum to report this on, but this was linked from VTA's open data page, so I hope this is right. I'm a PhD student at UC Berkeley, and I'm generating location traces from OSM data (see https://github.com/e-mission/e-mission-eval-public-data for more details)

For public transport data, I allow users to specify a "relation" and then I walk that relation to generate the lat, lon points using a script ported from https://wiki.openstreetmap.org/wiki/Relations/Relations_to_GPX

However, this works fine for BART (https://openstreetmap.org/relation/2851613), Caltrain (https://www.openstreetmap.org/relation/9605484) and even AC Transit (https://www.openstreetmap.org/relation/2630160), but almost every VTA relation I have looked at has had some problems.

To be more exact it is one of the core data elements that consists of one or more tags and also an ordered list of one or more nodes, ways and/or relations as members which is used to define logical or geographic relationships between other elements.

I can try to fix these piecemeal, but since it looks like somebody at VTA is maintaining these relations (https://www.openstreetmap.org/relation/8094017 was edited 10 days ago), it seems like having you make a more comprehensive fix is likely to result in more accurate values.