Tutorials#
These tutorials will get you up and running with OpenGHG so you can process, analyse and query data.
The pages linked to below are created from Jupyter Notebooks that are available in the OpenGHG
repository under notebooks/tutorials/beginner_workflow
.
Tutorial 1 - Adding observation data#
This tutorial covers adding data to the object store using the standardisation functions.
Tutorial 2 - Ranking observations#
This tutorial covers ranking the data available in the object store. This ensures users always find the correct data when using the search functions.
Tutorial 3 - Comparing observations to emissions#
This tutorial covers the workflow comparing observations data to emissions using the new ModelScenario
class.
This replaces the footprint_data_merge
function with an object that can be used to retrieve and manipulate observations,
emissions and footprint data (with boundary conditions in the pipeline).