Open mykolakozyr opened 6 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
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