duckdb_spatial
duckdb_spatial copied to clipboard
Add raster type & functions to manage rasters in the spatial extension
This PR adds support to manage rasters (A wrapper of GDALDataset) in the extension.
It provides a new type RASTER
, and a set of functions to load, process and save this data type.
Description of this code here.