Feature description
gdal raster proximity takes nodata from the input raster into account and is not calculating and assigning distance values. -use_input_nodata option in the old api solved this issue.
Reference: https://gdal.org/en/stable/programs/gdal_proximity.html#cmdoption-gdal_proximity-use_input_nodata
As a workaround, I am setting the nodata to none using gdal raster edit, calculating the distances and then setting it back to the original nodata value.
Additional context
No response
Feature description
gdal raster proximitytakes nodata from the input raster into account and is not calculating and assigning distance values.-use_input_nodataoption in the old api solved this issue.Reference: https://gdal.org/en/stable/programs/gdal_proximity.html#cmdoption-gdal_proximity-use_input_nodata
As a workaround, I am setting the nodata to none using
gdal raster edit, calculating the distances and then setting it back to the original nodata value.Additional context
No response