NOTE: The datasets included in this package are based on a real Calliope model, however it has been heavily simplified to illustrate the use case of the Friendly data tools, and should not be considered accurate
conf.yaml: configuration for metadata and IAMC conversionindex.yaml: configuration identifying different index columns, important for dataset metadatatechnology.csv: technology definitions for IAMC conversioncarrier.csv: carrier definitions for IAMC conversion*.csv: datasets (besides the two above)datapackage.json: data package metadata
-
Create the package (writes the
datapackage.jsonfile)$ friendly_data create index.yaml --metadata=conf.yaml --inplace -
Describe the data package
$ friendly_data describe . -
Convert to IAMC (written to
iamc.csv)$ friendly_data to-iamc conf.yaml index.yaml iamc.csv