chrberger / WGS84toCartesian

A simple header-only, single-file library to handle WGS84 coordinate to Cartesian coordinate transformations for C++.
MIT License
80 stars 19 forks source link

Document coordinate systems #3

Open 3noch opened 3 years ago

3noch commented 3 years ago

It looks like your Cartesian values are east, north but that's not documented. And the latitude, longitude values should be documented in terms of order (latitude, longitude) and also degrees with respect to North and East/West?

jpo234 commented 3 years ago

I would second that. A small comment on how to scale the Cartesian values to screen pixels and real world length units would be very helpful.