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 know it is not part of this PR, but reading the doc makes me think that we could quicly move the first paragraph of this page to the "background" section about DEMs. I would take the first sentence as it is (maybe later we can develop more about the methods used to generate DEMs), then say that a DEM is defined by:
a geotransform, that sets the georeferencing information: position of the top-left corner, pixel size and possible rotation. It can be obtained with self.transform (similar to geoutils.raster.transform).
a projection to set the coordinates into World space. Obtained with self.crs.
a nodata value to handle missing observations (self.nodata)
specifically for DEMs, a vertical reference datum must be set (self.vref).
I know it is not part of this PR, but reading the doc makes me think that we could quicly move the first paragraph of this page to the "background" section about DEMs. I would take the first sentence as it is (maybe later we can develop more about the methods used to generate DEMs), then say that a DEM is defined by:
self.transform
(similar to geoutils.raster.transform).self.crs
.self.nodata
)self.vref
).Originally posted by @adehecq in #283 (comment)
The text was updated successfully, but these errors were encountered: