Summary
rust/sedona-raster-gdal/src/lib.rs currently keeps mod gdal_common; and mod gdal_dataset_provider behind #[allow(dead_code)] because there are no GDAL based RS functions to use then yet.
Why
This is a temporary lint suppression and should be removed once the crate has a real internal or public use. Examples usages are in this WIP PR about GDAL-based RS functions: #704
Summary
rust/sedona-raster-gdal/src/lib.rscurrently keepsmod gdal_common;andmod gdal_dataset_providerbehind#[allow(dead_code)]because there are no GDAL based RS functions to use then yet.Why
This is a temporary lint suppression and should be removed once the crate has a real internal or public use. Examples usages are in this WIP PR about GDAL-based RS functions: #704