Tutorial on creating a relative elevation model in Python using xarray and datashader.
Based on Creating REMs in QGIS with the IDW Method by Dan Coe.
conda env create -f environment.yaml
conda activate rem-tutorial
jupyter notebook
python -m venv rem-tutorial
source rem-tutorial/bin/activate
pip install -r requirements.txt
jupyter notebook
If you have git-lfs installed, the sample data gets cloned with this repository automatically.
Alternatively, you can follow the video on downloading the original raster data.
On Debian, Git LFS can be installed by
curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash
apt-get install git-lfs
git lfs install
- QGIS by Dan Coe
- Google Earth Engine by Kel Markert
- RiverREM, a Python package for producing REMs automatically, by Kenneth Larrieu