Even Rouault

Results 1298 comments of Even Rouault

ADBC driver now merged into GDAL master / 3.11.0dev: https://gdal.org/en/latest/drivers/vector/adbc.html

Latest ``ghcr.io/osgeo/gdal`` Docker image incorporates libduckdb.so, so you can do: ```bash $ docker run --rm -it -v $HOME:$HOME ghcr.io/osgeo/gdal ogrinfo -if ADBC \ $PWD/autotest/ogr/data/parquet/poly.parquet \ -sql "select st_astext(geometry), * from...

Major development in https://github.com/OSGeo/gdal/pull/11459 bringing spatial support for DuckDB databases and GeoParquet in the ADBC driver

> Sorry, the above result is on my macOS laptop (ARM), but I found it works fine on WSL. So, probably that was a problem on my side... Sorry for...

> The ARM64 Docker images currently lack libduckdb support The latest ghcr.io/osgeo/gdal:ubuntu-full-latest has now libduckdb installed for ARM64 as well

> * Is Windows/conda packaging for ADBC + DuckDB planned? Or is there somewhere I can contribute to help make this happen? Proper DuckDB packaging can be challenging as they...

> Can it be installed/used in GDAL ADBC conda-forge from the github release assets (not anaconda) https://github.com/duckdb/duckdb/releases/tag/v1.4.0 as https://duckdb.org/docs/stable/clients/adbc.html technically yes, but I doubt this would be accepted in conda-forge...

> Could it have an option to write an 1-bit mask band instead of alpha? I indeed considered there are other similar cases like nodata to mask band, mask band...

> But rather than an argument `--pixel-function` that is mutually exclusive with `--calc`, I would consider something like `--dialect [muparser/builtin]` that can be eventually extended to `--dialect python` done

> But you could also imagine a `--flatten` switch, in which it creates a 1-band raster with the sum of the three input bands. Excellent suggestion. Thanks for challenging my...