-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
augment historic cement data #294
Comments
@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q This link points to V4 from 2019, a newer version is available. Is this intentional? |
I did not check thoroughly, but it seemed to me that the regional scope differs between versions of the data set. |
Concerning task 1 on the task list above: I checked V4 of the data from Andrew. At first glance, it contains cement production data (tonnes) for the following countries: The other country sheets seem to only include emissions related to cement production or clinker production (clinker is not i scope for this, right?). Reading in the data will give us a few additional / alternative data points for some of these countries. Sometimes as few as two or three, but in other cases a longer time series. E.g. for some countries (Ukraine, Chile, Mexico, Moldova), we get data starting from 1990 (USGS earliest year is 1998). @0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q What do you think? Is it worth getting these additional data points? |
I checked Armenia, which has clinker production, and clinker is an OK correlate to cement. We would have to figure out cement-to-clinker ratios, but those would be nice to have anyway. But the whole thing seems rather heterogeneous … We do have long time series from 1970 on via https://zenodo.org/record/4738593/files/4.%20cement_production_5_final.csv seems to have collated data. Maybe we test reading that and comparing to van Ruijven manually first? |
I read in the data and plotted the cement production in comparison to Ruijven and USGS. You can find the html here @0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q please take a look and let me know how to proceed. |
First impression: not much new there compared to USGS. Can you send me your |
From the Zenodo description
So your observation makes sense. |
@0UmfHxcvx5J7JoaOhFSs5mncnisTJJ6q So looks like combining vanRuijven and USGS is sufficient. I assume you will also take care of the task item "replace readvanRuijven2016() with calcCement() in industry projections"? Let me know if there is anything else I should do to finish this task. |
List of things to do:
readUSGS()
, add it as a data sourcereadvanRuijven2016()
,readUSGS()
, and possiblyreadAndrew2019()
into acalcCement()
function that yields harmonised composite cement production datareadvanRuijven2016()
withcalcCement()
in industry projectionsTagging @fbenke-pik, who foolishly volunteered to work on this. I don't dare to assign you ;)
The text was updated successfully, but these errors were encountered: