chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

We should make the name attribute on nodes/stops/stations mandatory/required #859

Open kaligrafy opened 4 months ago

kaligrafy commented 4 months ago

A node/stop/station with no name would not really exist in reality and would make it difficult to recognize in a table or csv file See #857

greenscientist commented 4 months ago

If it's required, it should have a way to be generated automatically. If you want to quickly edit a line, you don't want to have to have to go write something for each stop/nodes

kaligrafy commented 4 months ago

@greenscientist see https://github.com/chairemobilite/transition/issues/860 which should fix the problem at least for nodes near intersections (99% of them anyway)

greenscientist commented 4 months ago

Yes, but we should also have some kind of fall back if we don't have any access to an external API. (Something like node_1, node_2 or something better like geo coord or whatever else makes sense)