Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve DEM background documentation page #285

Closed
rhugonnet opened this issue Aug 24, 2022 · 0 comments · Fixed by #502
Closed

Improve DEM background documentation page #285

rhugonnet opened this issue Aug 24, 2022 · 0 comments · Fixed by #502
Labels
documentation Improvements or additions to documentation priority Needs to be fixed rapidly

Comments

@rhugonnet
Copy link
Contributor

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).

Originally posted by @adehecq in #283 (comment)

@rhugonnet rhugonnet added the documentation Improvements or additions to documentation label Nov 17, 2022
@rhugonnet rhugonnet added the priority Needs to be fixed rapidly label Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority Needs to be fixed rapidly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant