-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the coordinate system ? #2
Comments
Hi @matcho, |
Thanks @georgique
I'm confused, because I was expecting latitude to be something between -90 and 90, and longitude between -180 and 180, for any area in the world ? |
Because these coordinates are decimal representation of latitude and longitude, not pure degrees/minutes/seconds. |
OK thank you, sorry for the beginner's question :) |
No problem. :) |
@georgique, not sure I understand your answer. |
The longitude values have not been mapped to the standard (-180:180) range. In this case:
The 722.535095214843 has gone round the world twice, adding an extra 2*360 degrees, when it would conventionally be: 2.535095214843 Some mapping software will cope with this. Some will not. Github's inline GeoJSON mapper shows it, but you'll see several repeats of the Mercator-projected world. |
Hello,
What is the coordinate system you use ? It doesn't look like WGS84…
For example France is supposed to be around lat 45 / lon 3, but the
france.json
file has coordinates around 700 / 50 !?Thanks for this very useful data.
The text was updated successfully, but these errors were encountered: