openghg_inversions.config.paths#

class openghg_inversions.config.paths.Paths#

Bases: object

Object that used to be used to store paths to obs, ACRG and LPDM directories. However, with the move over to OpenGHG this is generally all deprecated Currently, the only path is to the current openghg_inversions directory.

All paths are pathlib.Path objects (Python >3.4)

Paths.openghginv: path to openghg_inversions repo

[Formerly] paths.acrg: path to ACRG repo paths.obs: path to obs folder path.lpdm: path to LPDM data directory

openghginv = PosixPath('/home/runner/work/openghg_inversions/openghg_inversions/.tox/docs/lib/python3.11/site-packages')#