Global 30m Height Above the Nearest Drainage¶
Read about the methodology here
Or get it from https://gena.users.earthengine.app/view/global-hand
Use the following credit when these data are cited:
Donchyts, Gennadii, Hessel Winsemius, Jaap Schellekens, Tyler Erickson, Hongkai Gao, Hubert Savenije, and Nick van de Giesen. "Global 30m Height Above the Nearest Drainage (HAND)",
Geophysical Research Abstracts, Vol. 18, EGU2016-17445-3, 2016, EGU General Assembly (2016).
Earth Engine Snippet¶
var hand30_100 = ee.ImageCollection("users/gena/global-hand/hand-100").mosaic()
var hand30_1000 = ee.Image("users/gena/GlobalHAND/30m/hand-1000")
var hand90_1000 = ee.Image("users/gena/GlobalHAND/90m-global/hand-1000")
Resolutions¶
30 and 90 - cell resolution, 100 and 1000 - number of river head threshold cells
Sample Code: https://code.earthengine.google.com/ed75ecef7fcf94897b74ac56bfbb3f43
Shared License: This work is licensed under a Creative Commons Attribution 4.0 International License. You are free to copy and redistribute the material in any medium or format, and to transform and build upon the material for any purpose, even commercially. You must give appropriate credit, provide a link to the license, and indicate if changes were made.
Source and Curated by: Donchyts/Deltares
Keywords: Global Hand, Hydrology, drainage
Last updated: ~2017