nvkelso / natural-earth-vector

A global, public domain map dataset available at three scales and featuring tightly integrated vector and raster data.
https://www.naturalearthdata.com/
Other
1.78k stars 370 forks source link

"ne_110m_admin_0_countries" Extent exceeds the EPSG:4326 Bounds #263

Open mykolakozyr opened 6 years ago

mykolakozyr commented 6 years ago

The calculated dataset's extent is the following:

-180.0,180.00000000000006,-90.0,83.64513000000001 [EPSG:4326]

Therefore, it exceeds the EPSG:4326 extent

-180.00, -90.00, 180.00, 90.00

, which may cause the problems for processing the data by GIS applications.

I.E. EOS Vision has the restriction for the datasets' bounding box to handle different CRS support

kannes commented 5 years ago

Calculated how?

$ ogrinfo ne_110m_admin_0_countries.shp ne_110m_admin_0_countries | grep Extent
Extent: (-180.000000, -90.000000) - (180.000000, 83.645130)

Grepping the full coordinate lists that OGR sees to find occurences of 180.0 followed by something that is not a space (eg any other numeric value) also gives nothing.

ogrinfo -al  ne_110m_admin_0_countries.shp ne_110m_admin_0_countries | grep --color=auto "180\.0[^ ]"
Extent: (-180.000000, -90.000000) - (180.000000, 83.645130)
  pop_est (Real) = 672180.000000