Changes between Version 12 and Version 13 of Processing/KnownProblems
- Timestamp:
- Aug 4, 2009, 10:18:18 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/KnownProblems
v12 v13 57 57 }}} 58 58 59 This indicates a problem with the DEM. Typically, this would either mean that the DEM wasn't read correctly (check format ), doesn't cover the area (check site limits for image and DEM in azgcorr output) or has invalid values in it (e.g. NULL values are a '*' - replace these with 0 or the invalid data value).59 This indicates a problem with the DEM. Typically, this would either mean that the DEM wasn't read correctly (check format - did you add the azgcorr header?), doesn't cover the area (check site limits for image and DEM in azgcorr output) or has invalid values in it (e.g. NULL values are a '*' - replace these with 0 or the invalid data value). 60 60 61 61 ---------------------