This project contains the scripts needed to transfer spreadsheets formatted for paleo-co2.org into a verified JSON file to power dynamic plots.
There are two main sections:
Verify_Spreadsheets
Generate_JSON
The Verify_Spreadsheets
part of the project iterates over spreadsheets to determine whether there are any detectable formatting errors. Full details can be found here.
The Generate_JSON
part of the project converts the verified spreadsheets into a JSON file. Full details can be found here.