Re: [gdal-dev] Assert due to stack corruption in FlatGeoBuf export

2024-02-22 Thread Simon Eves via gdal-dev
Thank you, Robert, for the RR tip. I shall try it. I have new findings to report, however. First of all, I confirmed that a build against GDAL 3.4.1 (the version we were on before) still works. I also confirmed that builds against 3.7.3 and 3.8.4 still failed even with no additional library depen

[gdal-dev] Reading PMTiles With Missing Tiles

2024-02-22 Thread Patrick Young via gdal-dev
Hello, I've been exploring the pmtiles driver a bit, what a great way to read giant blobs of tiles off of cloud storage, really impressed by how fast this is. I've been encountering a "Non increasing tile_id" when attempting to read from coarser zoom levels for a large (~300GB) pmtile file: http

Re: [gdal-dev] GeoJSON: json as string

2024-02-22 Thread Rahkonen Jukka via gdal-dev
Thanks, So maybe the following SQL with the OGR SQL dialect is then the easiest method for getting the desired result with GDAL: ogrinfo jsonjson.json -sql "select * EXCEPT (key), cast(key as character) from file" jsonjson.json ... key (String) = { "start": "2000-01-01", "end": "2023-11-30" }

Re: [gdal-dev] GeoJSON: json as string

2024-02-22 Thread Even Rouault via gdal-dev
Jukka, I am looking at a question in gis.stackexchange https://gis.stackexchange.com/questions/476489/geojson-item-considered-a-json-instead-of-a-string. I thought that open option ARRAY_AS_STRING would have some effect on opening the test data, but it does not. Ogrinfo returns String(JSON)

[gdal-dev] GeoJSON: json as string

2024-02-22 Thread Rahkonen Jukka via gdal-dev
Hi, I am looking at a question in gis.stackexchange https://gis.stackexchange.com/questions/476489/geojson-item-considered-a-json-instead-of-a-string. I thought that open option ARRAY_AS_STRING would have some effect on opening the test data, but it does not. Ogrinfo returns String(JSON) with b