For context I am working with a .tif file that I have warped and changed all nodata values to -9999.
Is there any way with GDAL to take all values from this .tif file that are greater than -9999 and convert them to another value?
I have tired to do this with ogr2ogr but I don't know enough SQL to make that work.