Skip to content

OpenClimateProject/openclimate-sg-data_verification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

data_verification

Intro

Sometimes emissions data can be misreported. This script does some simple checks to ensure that the numbers reported are not too ridiculous.

Usage

  1. Ensure that your file headers are of a similar format
"population", "baseline_emissions", "baseline_year", "total_co2_emissions", "total_co2_emissions_year"
  1. Run the script on your .csv file

  2. It for each line in your file whether it passes the following:

  • per capita co2 emissions
  • per capita baseline emissions
  • compound annual growth rate of emissions
  • co2 vs baseline emissions

About

simple python script to verify climate emissions data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%