Re: [gdal-dev] ogr2ogr for downloading extracts from overturemaps

2024-10-25 Thread Varun Sharma via gdal-dev
Thanks Even for your suggestion and Jukka for timings from Finland. 1. I tried Even's suggestion: gdal-master channel on conda : https://gdal.org/en/latest/download.html#gdal-master-conda-builds : Result: *works very well :)* Timing: AWS_NO_SIGN_REQUEST=true CPL_VERBOSE=ON CPL_DEBUG=ON ogr2ogr -

Re: [gdal-dev] ogr2ogr for downloading extracts from overturemaps

2024-10-24 Thread Varun Sharma via gdal-dev
https://github.com/OSGeo/gdal/pull/11003 will allow to > use libduckdb) > > Even > Le 24/10/2024 à 21:41, Varun Sharma via gdal-dev a écrit : > > Hello GDAL'ers , > > I have made a few attempts at using ogr2ogr for getting bounding box based > extracts from ov

[gdal-dev] ogr2ogr for downloading extracts from overturemaps

2024-10-24 Thread Varun Sharma via gdal-dev
Hello GDAL'ers , I have made a few attempts at using ogr2ogr for getting bounding box based extracts from overturemaps datasets. I am unfortunately not able to do so - something that takes duckdb or overturemaps-py 30s or less takes forever when

[gdal-dev] BufferEx and GDAL 3.10

2024-08-21 Thread Varun Sharma via gdal-dev
Hi Team GDAL, First message here - lots of respect to all of you involved in this project. I was looking through the code and documentation on vector operations and wanted to use the BufferEx operation on OGRGeometry. But it is marked as being for 3.10 !? some clarifying questions follow : 1. I