Global distance maps

utilities

Maps of linear distance to different land features

Details

This dataset consists of a series of maps quantifying the linear distance (in of number of pixels) from a given pixel to the nearest target feature.

Subdatasets

coastalFlats | Distance to coastal flats
content description
value_range 0…n
coral | Distance to coral reefs
content description
value_range 0…n
lake | Distance to lakes
content description
value_range 0…n
ocean | Distance to the ocean
content description
value_range 0…n
reservoirs | Distance to reservoirs
content description
value_range 0…n
river | Distance to rivers
content description
value_range 0…n

masDMT query

# data call without specifying subdataset and resolution
list_data("linearDistance")

# data call for specific subdataset 
list_data("linearDistance/coastalFlats")

# data call to subdataset with a specific resolution
list_data("linearDistance/coastalFlats/300m")