johntruckenbrodt / pyroSAR

framework for large-scale SAR satellite data processing
MIT License
508 stars 112 forks source link

DEM nodata modifications #214

Closed johntruckenbrodt closed 2 years ago

johntruckenbrodt commented 2 years ago
  1. The function pyroSAR.auxdata.dem_create needs to use the same value for source and destination nodata. In case it could not be read from the source file, the function defined a value itself, which is prone to errors. This value now needs to be set by a user via new argument nodata if it cannot be read from the source file. ad73db9e483c66099623c1b804fe00b62795ddb2
  2. The function pyroSAR.auxdata.dem_autoload now has a new argument dst_nodata. This can be used to temporarily override the native nodata value for extrapolation of ocean areas (in combination with hide_nodata=True). 434ea0a00637521d2148bf919dabb69fb3bb8039
  3. A bug fix now prevents an error when trying to download a DEM tile of type 'Copernicus 30m Global DEM' or 'Copernicus 90m Global DEM', which does not exist. 80377a4918f6cfe462cdd6dcaae1b6887ceec88d