Skip to content

Instantly share code, notes, and snippets.

@johnniehard
Last active November 27, 2017 14:19
Show Gist options
  • Save johnniehard/3b2243a17539e5786eaf9225c5d7df65 to your computer and use it in GitHub Desktop.
Save johnniehard/3b2243a17539e5786eaf9225c5d7df65 to your computer and use it in GitHub Desktop.
Caclulating depth DEM in QGIS raster calculator.
(( "DEM" - zerolevel) * -1 ) * ((( "DEM" - zerolevel) * -1) > 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment