You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wasn't able to find much information regarding this. Other than that I don't see any important differences in both files and nan is successfully used as the nodata value in both:
Expected behavior and actual behavior.
Expected:
gdalwarp -of COG -co COMPRESS=DEFLATE -srcnodata 0 -dstnodata nan in.tif out.tif
behaves similar to
gdalwarp -of GTiff -co COMPRESS=DEFLATE -srcnodata 0 -dstnodata nan in.tif out.tif
Actual:
Using the COG driver as output format creates an additional
.aux.xml
file with the following content:I wasn't able to find much information regarding this. Other than that I don't see any important differences in both files and
nan
is successfully used as the nodata value in both:Steps to reproduce the problem.
See above
Operating system
Windows 10
GDAL version and provenance
GDAL 3.3.1 via conda
The text was updated successfully, but these errors were encountered: