Re: [gdal-dev] Failure to read some geojson files

2023-04-28 Thread Scott
nt: Friday, April 28, 2023 8:23 PM To: gdal-dev@lists.osgeo.org Cc: Andrea Giudiceandrea Subject: Re: [gdal-dev] Failure to read some geojson files Il 28/04/2023 19:08, Joaquim Manuel Freire Luís via gdal-dev ha scritto: This is with OSGeo4W GDAL but I get the same with my own build. But I can rea

Re: [gdal-dev] Failure to read some geojson files

2023-04-28 Thread Joaquim Manuel Freire Luís via gdal-dev
ssage- From: gdal-dev On Behalf Of Andrea Giudiceandrea via gdal-dev Sent: Friday, April 28, 2023 8:23 PM To: gdal-dev@lists.osgeo.org Cc: Andrea Giudiceandrea Subject: Re: [gdal-dev] Failure to read some geojson files Il 28/04/2023 19:08, Joaquim Manuel Freire Luís via gdal-dev ha scritto:

Re: [gdal-dev] Failure to read some geojson files

2023-04-28 Thread Andrea Giudiceandrea via gdal-dev
Il 28/04/2023 19:08, Joaquim Manuel Freire Luís via gdal-dev ha scritto: This is with OSGeo4W GDAL but I get the same with my own build. But I can read some other geojson files. Why? ogrinfo https://github.com/OSGeo/PROJ/blob/9.1/docs/plot/data/coastline.geojson

[gdal-dev] Failure to read some geojson files

2023-04-28 Thread Joaquim Manuel Freire Luís via gdal-dev
Hi, In my quest to find a small coastlines file made of closed polygons (well, they all should be closed by definition but ...) I thought in using the file used to create the PROJ examples, but to my surprise GDAL can't read those geojson files. This is with OSGeo4W GDAL but I get the same wit