Lets say that I'm doing the data storage thing myself for whatever
reason. I'd like to use AMEE as the reference for emissions factors,
for example, the emissions factor for ecotricity electricity. Can
someone explain how I would do this ? I've looked at the documentation
and it doesn't make it clear to me. I wonder whether the documentation
is sparklingly clear for those who already understand it but a bit
opaque for others like myself.
> Lets say that I'm doing the data storage thing myself for whatever > reason. I'd like to use AMEE as the reference for emissions factors, > for example, the emissions factor for ecotricity electricity. Can > someone explain how I would do this ?
You can access the emission factors directly using the Data API (http://trac.amee.com/wiki/AmeeDataApi). You can either take the factors you get and use them yourself, or you can do on-the-fly calculations without having to create a profile by adding parameters a the GET request to the Data API. See http://trac.amee.com/wiki/AmeeDataApi/DataItem for more details.