-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Doc: Add DTM tutorial #12792
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
Doc: Add DTM tutorial #12792
Conversation
I would add
Or a transparent background? I think it's OK to manipulate the images for display. Do we have any concerns about the image sizes? |
Co-authored-by: Dan Baston <dbaston@gmail.com>
…e transparent backgrounds
Thanks @dbaston for the thorough review - I've updated the PR with your suggestions.
Done.
I have updated to use a transparent background, and reduced vertical exaggeration - and much happier with the output! |
A first draft of a tutorial working with a DTM and the GDAL raster commands. Tested on Linux and Windows (PowerShell), using the "traditional" tools and the new GDAL CLI. A few additional glossary items have also been added. Images included in the docs have been shrunk to keep the doc size down. Both the traditional tools and GDAL CLI worked flawlessly.
Preview online at https://gdal--12792.org.readthedocs.build/en/12792/tutorials/raster_dtm_tut.html
Please let me know if there are any errors / misconceptions / better ways to do things.
Notes/questions:
-nlt POLYGON
usingogr2ogr
. This does not seem to be necessary usinggdal vector pipeline
--allow-bbox-outside-source
is required as the projections for the vector and raster datasets differ (rather than the polygon is outside the raster extent).