ICOADS R HOSTACE
This repository contains a collection of R-scripts to homogenise platform identifier information and to identify duplicate observations in the International Comprehensive Ocean-Atmosphere Data Set (ICOADS) marine data source.
The code was written by Elizabeth Kent from the National Oceanography Centre. For the NERC HOSTACE project and adapted for C3S_311a_Lot2. The C3S 311a Lot 2 (Global Land and Marine Observations Database) service concerns with the provision of globally distributed land and marine surface meteorological records from the national archives.
The service includes inventorying of, and brokering access to, data sources, their harmonization (via conversion to a Common Data Model (CDM), merging, and quality assurance) and their provision via the Copernicus Climate Change Service (C3S) Climate Data Store (CDS).
- Repository structure
graph LR;
Repository --> scr ;
Repository --> rscripts;
Repository --> docs;
Repository --> config.yml;
scr --> id1["c-shell / bash scripts to run the entire data processing"];
rscripts --> id2["Rscripts to run each data processing stage defined in scr"];
docs --> id4["Technical Report"];
config.yml --> id5["Configuration file "];
For a detailed description on the installation of this repository and data processing please check the project Wiki.