-
Notifications
You must be signed in to change notification settings - Fork 11
Sample activities
To get the set of simple activities to run with Tangible Landscape, you can download them from GitHub:
git clone https://github.com/tangible-landscape/tangible-landscape-applications
When you open Tangible Landscape plugin, go to tab Activities and browse to
tangible-landscape-applications/sample/config.json
.
At this point we assume Tangible Landscape is already setup with a model and working.
Note: the activities assume there is reference DEM called dem
. If not, rename your DEM, or change the name in the config.json
file.
Start scanning and then start the first activity. Layers should be loaded and you should be able to see the projected layers. When you want to stop it, press Stop activity and switch to the next one. If Calibrate button is present, press it and wait - this scans a raster used for processing later (for trails activity).
Requires to install a GRASS GIS addon:
g.extension r.geomorphon
Combines rainfall simulation and depression finding to simulate ponding
Displays difference between the scanned DEM and the base DEM raster. Can be used to build the model - red means remove sand, blue means add sand. Adjustments of the color ramp may be needed for particular model. Also see Model-making.
This one is more complicated, you need to have markers to create trail checkpoint.
The algorithm computes least cost path between the checkpoints based on walking energy
and displays the steepness along the trails and a profile.
To detect the markers, thresholds may need to be adjusted in change_detection
function call in trails.py
.
To adjust behavior of an activity, got to the downloaded folder and find a Python file. You can edit it while Tangible Landscape activity is running, once it's saved, the new behavior will be adopted.
Getting started
- Software installation
- Physical setup
- Preparing a simple sand model
- Calibration
- Putting it all together
Tangible Landscape plugin manual
- Tangible Landscape plugin: Scanning
- Tangible Landscape plugin: Output
- Tangible Landscape plugin: Analyses
Advanced features
Resources