ProjectDrawdown / solutions

The mission of Project Drawdown is to help the world reach “Drawdown”— the point in the future when levels of greenhouse gases in the atmosphere stop climbing and start to steadily decline, thereby stopping catastrophic climate change — as quickly, safely, and equitably as possible.
https://www.drawdown.org/
Other
216 stars 91 forks source link

bug fixes & improvements to extractor #515

Closed denised closed 2 years ago

denised commented 2 years ago

Big improvement: change code for helper tables quirks detection to look directly at excel formulas instead of guessing from data values. Improvement: put main code inside try/finally to close files in case of error; allows to restart extractor without having to restart python. Bug fix: format of string @line 862 Bug fix: read multipliers as floats not ints @line 1306

denised commented 2 years ago

@sutjin I see you've got a work item for improvements to the extractor --- maybe you can review this one :-)