Skip to content

remove gdal dependency, replace with rasterio

Thomas Tilak requested to merge thhomas/odeon-landcover:fix/refactor_gdal into master

I removed the image_to_ndarray (using gdal) replacing every call to raster_to_ndarray (using rasterio). Should fix #17 (closed)

Merge request reports