Skip to content

gcages.databases#

Databases used by the package

They're not really databases for the most part (rather just pd.DataFrame's), but the concept is the same.

Modules:

Name Description
emissions_variables

Emissions variables database

Attributes:

Name Type Description
EMISSIONS_VARIABLES

Database of emissions variables names according to different naming schemes

EMISSIONS_VARIABLES module-attribute #

EMISSIONS_VARIABLES = read_csv(
    joinpath("emissions_variables.csv")
)

Database of emissions variables names according to different naming schemes

You will likely not need to access this variable directly, and instead will use convert_variable_name.