Skip to content

OpenAMEE/datasets

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

datasets

Serialised representations of AMEE datasets and methodologies.

This repository contains serialised representations of the datasets and calculation methodologies available via the AMEE API.

Each dataset/methodology is described by a common set of files which contain the following information:

  • itemdef.csv - an abstract description of the components of the dataset (i.e. table columns) and methodology (inputs, outputs, return values)
  • data.csv - a table of data, usually describing specific scenarios relating to an emissions-producing activity
  • default.js - a javascript algorithm which describes the computation of some output (usually emissions) based on certain inputs and dataset data
  • return_values.csv - description of any calculation output values. In some cases this may be absent and only a single output is provided based upon the final evaluated statement in the default.js algorithm.
  • documentation.creole - text file contain a written description of the dataset/methodology and which appears in discover.amee.com
  • meta.yml - metadata for the dataset/methodology include source information, annotations and tags
  • changelog.yml - a description of changes made

License

© Copyright 2012 AMEE.

Licensed under the MIT license (See COPYING file for details)

About

Serialised representations of AMEE datasets and methodologies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published