Kontinuation opened a new pull request, #689:
URL: https://github.com/apache/sedona-db/pull/689

   ## Summary
   
   - Adds a `configure_gdal()` Python API to the `sedonadb` package that 
automatically locates and loads GDAL's shared library at import time
   - Supports multiple presets: `auto`, `pyogrio`, `rasterio`, `conda`, 
`homebrew`, `system` — covering common GDAL installation methods
   - Exposes a `configure_gdal_shared` Rust/pyo3 function that uses 
`GdalApiBuilder` from `sedona-gdal` to configure the global GDAL API
   
   ## Changed Files
   
   - `python/sedonadb/Cargo.toml` — Added `sedona-gdal` workspace dependency
   - `python/sedonadb/src/lib.rs` — Added `configure_gdal_shared` pyo3 function 
using `GdalApiBuilder`
   - `python/sedonadb/python/sedonadb/context.py` — Added `configure_gdal()` 
and helper functions for GDAL library discovery
   - `python/sedonadb/python/sedonadb/__init__.py` — Auto-configure GDAL on 
import via `configure_gdal(preset="auto")`
   
   ## Dependencies
   
   > **Stacked PR**: This PR depends on #681 (`feat/sedona-gdal-ffi`) and 
should be merged after it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to