[gdal-dev] Converting parquet to geopackage

2023-11-16 Thread Smith, Michael ERDC-RDE-CRREL-NH CIV via gdal-dev
Using gdal3.8 (ghcr.io/osgeo/gdal:ubuntu-full-3.8.0) , got an error I haven’t seen before: ReadNext() failed: Couldn't deserialize thrift: TProtocolException: Exceeded size limit Deserializing page header failed. This happened at 92% Command: ogr2ogr -f gpkg /data/overturemaps_2023_11_14.gpkg

[gdal-dev] Open a string (json) as STACIT in python

2024-03-11 Thread Smith, Michael ERDC-RDE-CRREL-NH CIV via gdal-dev
I’m building a stac item collection programmatically and I want to open that item collection in gdal using the python bindings. It all works if I save to a file or from a url (and I prefix with “STACIT:”) but I cannot seem to be able to open a variable containing json as STACIT. I have tried wit