Coordinate units

Top  Previous  Next

2 primary kind of coordinate units are supported:

 

Spheric / Latitude-longitude

Cartesian / Projected

 

When working with spheric coordinates, all distance calculations are performed using great circle distances and the Earth is considered a perfect sphere with radius 6378130 meter.

 

When working with cartesian coordinates, all distance calculations are performed using straight Pythagoras formula. Several different cartesian units are supported. See MakeNetwork application and INI file for a description. Make sure the same coordinate unit is specified both places.

 

It is worth noting, that RW Net never performs any transformation between coordinate systems. It always works with the native coordinates of the base dataset used when creating the network. It will return strange results, if you set the coordinates as spheric, while they are really meters or vice-versa. It is YOUR responsibility to make sure this is correct.