GeoTable from NaturalEarth has wrong unit #94
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hello,
I just realized that the table coming out of the output from NaturalEarth (example https://github.com/JuliaEarth/GeoArtifacts.jl#naturalearth in the Readme) creates a domain whose points are expressed in
m
, despite having the values which are corresponding to longitude and latitude in degrees.I understand this as that is the default unit to the new Point type, but the input data from the NaturalEarth repository is in latitude/longitude in degrees so at first glance this might seem misleading.
Is this something intended or should it be fixed or made more explicit in the documentation?
Is it alternatively possible to create the geometries directly usingLatLon
from CoordRefSystems?I just realized that you can use LatLon to generate a Point, but this would need some modification in the functions in GeoIO to specify how to handle LatLon when converting from GeoJSON.FeatureCollection to:
The text was updated successfully, but these errors were encountered: