creds2/CarbonCalculator

Workflow to reproduce the analysis

ciupava opened this issue · 2 comments

Hi Malcom, great job! I am interested in creating a similar product (map and analysis) to what you have created, likely with different variables, for modelling several indicators at local level (LSOA?) - the idea is still under discussion and in an exploratory phase.
I can't find in the repository a workflow to repeat and reproduce the steps you have undertaken, IE for example in which order one should go through the R scripts. Would it be possible for you to provide one or point me to an existing documentation? I have already read the GISRUK 2021 paper related to this job.
Involving also @Robinlovelace as interested in the issue.
Thanks again for publishing this!

mem48 commented

Hi I don't have a single reproduable workflow. The work was a comination of muliple different projects and so the inputs are scatterd over github, and some data is secure data and is not accessible.

Not a very helpful answer, but if you can tell me a bit more about what you're trying to do I'll point you to the relevant scripts / repos.

mem48 commented

A few key files in reverse chronological order:

tippecanoe - Commands to build vector tiles, this is not a script, just notes of commands used
build_geom.R - Makes the geojson to be maded into tiles
prepare_data_for_publication.R - Cleans and formats the data ready for being made into geojsons
prep_data.R - Brings data togther from lots of different files

Mode of the other files are prep_ and are the files that prepare a specific variaible(s), some go from raw data finished results, but a lot pull in results that have already been processed on other projects.