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
coral
| Distance to coral reefs
lake
| Distance to lakes
ocean
| Distance to the ocean
reservoirs
| Distance to reservoirs
river
| Distance to rivers
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")