Merge branch 'docs-updates' into 'master'
brivas authored
issue #34 fixed

See merge request !23
27416b56
Name Last commit Last update
docs added technical docs to repository
rscripts issue #34 fixed
scr issues #21-25
.gitignore edit to .gitignore
README.md new version with icoads.utils package
config.yml issues #21-25

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.