rockhound.data_location

rockhound.data_location()[source]

The absolute path to the data storage location on disk.

This is where the data sets are saved on your computer. The data location is dependent on the operating system. The folder locations are defined by the appdirs package (see the appdirs documentation). It can also be overwritten by the ROCKHOUND_DATA_DIR environment variable.

Returns

path (str) – The local data storage location.