verde.datasets.locate

verde.datasets.locate()[source]

The absolute path to the sample data storage location on disk.

This is where the data are saved on your computer. The location is dependent on the operating system. The folder locations are defined by the appdirs package (see the appdirs documentation).

The location can be overwritten by the VERDE_DATA_DIR environment variable to the desired destination.

Returns

path (str) – The local data storage location.