According to rasterio's documentation <https://rasterio.readthedocs.io/en/latest/topics/reproject.html> "reproject" is a geospatial-specific analog to SciPy’s geometric_transform <https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.geometric_transform.html#scipy.ndimage.geometric_transform> . But the thing is "geometric_transform" doesn't support masked arrays so it can't properly transform images with nodata value. My question: is it possible to write a custom transformer function and use it in GDAL to transform an image (considering nodata) to overcome the lack of the appropriate functionality in SciPy. Thanks!
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
