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
Some terrain attributes like slope do not make sense when the DEM is in geographic (lat/lon) coordinates. It would be great to raise a warning in such situations.
For hillshades, it is also not very good as the appearance will be very different (darker) with lat/lon. We could automatically detect this and apply the right correction factor as suggested in "gdaldem hillshade": for Meters:LatLong use scale=111120.
The text was updated successfully, but these errors were encountered:
Some terrain attributes like slope do not make sense when the DEM is in geographic (lat/lon) coordinates. It would be great to raise a warning in such situations.
For hillshades, it is also not very good as the appearance will be very different (darker) with lat/lon. We could automatically detect this and apply the right correction factor as suggested in "gdaldem hillshade": for Meters:LatLong use scale=111120.
The text was updated successfully, but these errors were encountered: