Global Energy Assessment (project.gea
)
Handle data from the Global Energy Assessment (GEA).
Although free of charge, the GEA data can not be downloaded automatically.
This source requires that users first submit personal information to register before being able to retrieve the data.
message_ix_models
does not circumvent this requirement.
Thus:
A copy of the data are stored in
message_data
.message_ix_models
contains only a ‘fuzzed’ version of the data (same structure, random values) for testing purposes.
- class message_ix_models.project.gea.data.GEA(source, source_kw)[source]
Provider of exogenous data from the GEA data source.
To use data from this source, call
exo_data.prepare_computer()
with the arguments:source: “GEA”.
source_kw including:
model, scenario: model name and scenario name. See
get_model_scenario()
.measure: See the source data for details.
aggregate, interpolate: see
ExoDataSource.transform()
.