Analysis tools for the DARWIN project and GAR data
The GAR dataset is modelled on a WRF Mercator grid with 2 km grid spacing. The salem package provides methods for easy access to the data that are used in this project.
If there are any issues with metadata, inhibiting correct data access via
salem, the darwin/change_gar_names.py script can be used to fix
the metadata.
python darwin/change_gar_names.py -h # for helpThe darwin/core.py module contains the main classes and methods for data access and analysis. The darwin/defaults.py
module contains default values for the project.
There are scripts specifically to cater to the
darwin-dashboard project. The script
darwin/combine_to_measurement_period.py is used to combine the GAR data to the measurement period of the DARWIN
measurement network.
BEWARE: This project is a WIP.