Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
I ICOADS R HOSTACE
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • brivas
  • ICOADS R HOSTACE
  • Wiki
  • Introduction

Introduction · Changes

Page history
Update Introduction authored May 19, 2020 by Elizabeth Kent's avatar Elizabeth Kent
Show whitespace changes
Inline Side-by-side
Showing with 5 additions and 8 deletions
+5 -8
  • Introduction.md Introduction.md +5 -8
  • No files found.
Introduction.md
View page @ 94ac516a
This repository consist in a collection of R-scripts to homogenise platform
This repository is 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.
**International Comprehensive Ocean-Atmosphere Data Set** (ICOADS) marine data source. **BOLD** denotes an ICOADS variable name.
ICOADS is the world most extensive surface marine meteorological data collection.
Contains ocean surface and atmospheric observations from the 1600's
......@@ -8,7 +8,7 @@ to present and is still receiving more data every year.
The data base is made up of observation reports from many different sources,
there are several hundred combinations of the **DCK** (deck) and **SID** (sources)
flags that indicate the origin of the data.
Typically, **DCK** indicates the **type of data**
Typically, **DCK** indicates the type of data
(e.g. US Navy ships; Japanese Whaling Fleet) and **SID** provides more information
about the data system or format
(e.g. data stream extracted from the WMO global telecommunications systems, GIS).
......@@ -37,12 +37,9 @@ likely to have different formats, precision, conversions and metadata.
* Planned redundancy, for example the ingestion of several near real time data streams.
The processing software used by ICOADS (https://icoads.noaa.gov/software/) is written in FORTRAN and includes code to translate software to the IMMA1 format [Smith. *et al.,* (2016)], to apply QC and flags, and to identify (and in earlier releases remove) reports likely to be duplicates [Freeman. *et al.,* (2017)](https://doi.org/10.1002/joc.4775).
The processing software used by ICOADS (https://icoads.noaa.gov/software/) is written in FORTRAN and includes code to translate software to the IMMA1 format [Smith. *et al.,* (2016)](https://icoads.noaa.gov/e-doc/imma/R3.0-imma1_short.pdf), to apply QC and flags, and to identify (and in earlier releases remove) reports likely to be duplicates [Freeman. *et al.,* (2017)](https://doi.org/10.1002/joc.4775).
The code in this repository offer additional quality control
on the data, duplicate identification and linking of IDs between each pair of duplicate reports.
It also provides an identification of the best duplicate by assessing the track
(path in lat/lon) of the observation.
The code in this repository offers additional quality control on the data, homogenisation of ID information between different **DCK** and **SID** and duplicate identification (DI) preserving information on reports associated by the DI through the use of ICOADS unique identifiers (**UID**).
References
----------
......
Clone repository
  • API Reference
  • Examples
  • Home
  • How to install
  • Introduction
  • JASMIN tips
  • Releases
  • Workflow
  • Workflow
    • Data selection
    • Duplicate indentification
    • Matching criteria
    • Processing of IDs
    • Quality control