OpenRailAssociation / osrd

An open source web application for railway infrastructure design, capacity analysis, timetabling and simulation
https://osrd.fr
436 stars 40 forks source link

refacto: core: rename occurences of "x/y" to "latitude/longitude" #8344

Closed eckter closed 3 weeks ago

eckter commented 1 month ago

The classes we have in core to handle geographic data are named "x/y", but used as latitude / longitude. Figuring out which is which is the source of many headaches and errors. We should rename them.

This also highlights the few places where we still naively handle these values as cartesian points