-
Notifications
You must be signed in to change notification settings - Fork 0
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
QGIS Freestyle - 27 August 2021 #1
Comments
geotiff for download in JTSK (EPSG: 5514) Recipie: Layers (from top to bottom):
|
For those wanting to use the script ☝️ to produce new dems, you'll need gdal/numpy in your python environment. On windows you can use conda:
Then activate the environment before you generate the dem
|
Here's my submission. A 3D visualization of Optimal Routes on the DEM between Random Points The workflow used was
|
Mine is not so beautiful but I tried to show a number of different techniques in QGIS including:
I made the shade even smaller by turning it to a byte tiff and applying lots of compression:
I am attaching my project here (sorry the data organisation is a bit messy!) |
A map from the session created using PCRaster in QGIS: Streams with Strahler order derived from the DEM. Workflow:
See also this video on hydrological analysis with PCRaster in QGIS |
Disclaimer: My PC crashed and I went and had dinner before rebuilding this map, so I cheated and likely wouldn't have finished within the time constraints of the session (my 3d view also crashed a few times tbh) 😝 Workflow
Bonus shot of how nicely QGIS cleaned up the geometries that were derived from raster data: |
Here's mine using contour polygons, visible sky, hillshade, 1m contours, all with blending modes galore. I did "move" the shoreline up a little for more bathymetric stuff. Workflow:
Layer Stack:
|
Congratulations @esnyder-rve , looks like you are the winner! Please contact me offline at [email protected] with your postal address and I will send you your QGIS mug! Regards Tim |
Welcome to our first QGIS Freestyle Session!
Watch the session YouTube recording by clicking the image above.
Here is the dataset we will be using for this Freesyle Session.
qod-dem.zip
To contribute, follow the rules on the README.
For this freestyle session, we used procedurally generated DEM using this module (python 3) or this module (python 2) using a command like this:
The text was updated successfully, but these errors were encountered: