Re: [gdal-dev] don't search side car files on s3 with gdalinfo

2024-04-27 Thread Michael Smith via gdal-dev
Javier, You can control with the GDAL_DISABLE_READDIR_ON_OPEN configuration parameter (https://gdal.org/user/configoptions.html). Typically, I set GDAL_DISABLE_READDIR_ON_OPEN=EMPTY_DIR which will disable this. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of

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

2024-03-11 Thread Michael Smith via gdal-dev
Works perfectly just had to do myds=gdal.OpenEx("STACIT:/vsimem/temp_stacit.json") Mike On 3/11/24, 2:34 PM, "gdal-dev on behalf of Even Rouault via gdal-dev" mailto:gdal-dev-boun...@lists.osgeo.org> on behalf of gdal-dev@lists.osgeo.org > wrote: Mike,

Re: [gdal-dev] GDAL 3.8.0beta1 available for testing

2023-11-01 Thread Michael Smith via gdal-dev
Using the ghcr.io/osgeo/gdal:ubuntu-full-latest docker image, I get a segfault when trying to convert overture maps to flatgeobuf ogr2ogr -f flatgeobuf /data/overturemaps_2023_10_19.fgb /vsis3/overturemaps-us-west-2/release/2023-10-19-alpha.0/theme=buildings/ theme=buildings -progress …