geoutils.datasets

Functions

get_path

geoutils.datasets.get_path(dset)[source]

Get the path to the data file. :type dset: str :param dset: The name of the dataset. See geoutils.datasets.available for all options.

Examples
>>> geoutils.datasets.get_path("landsat_B4")
Return type

str

Examples using geoutils.datasets.get_path