duckdb_spatial icon indicating copy to clipboard operation
duckdb_spatial copied to clipboard

Add raster type & functions to manage rasters in the spatial extension

Open ahuarte47 opened this issue 10 months ago • 5 comments

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.

ahuarte47 avatar Apr 02 '24 23:04 ahuarte47