From 6c646cb25f952cf1fd295311411d75c7cc9ab10f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 23 Jul 2019 16:40:56 +0200 Subject: [PATCH] new: Scripps CO2 taxonomies --- .../machinetag.json | 2 +- scrippsco2-fgi/machinetag.json | 36 +++++++++++ scrippsco2-sampling-stations/machinetag.json | 59 +++++++++++++++++++ 3 files changed, 96 insertions(+), 1 deletion(-) rename {scrippsco2-flags => scrippsco2-fgc}/machinetag.json (98%) create mode 100644 scrippsco2-fgi/machinetag.json create mode 100644 scrippsco2-sampling-stations/machinetag.json diff --git a/scrippsco2-flags/machinetag.json b/scrippsco2-fgc/machinetag.json similarity index 98% rename from scrippsco2-flags/machinetag.json rename to scrippsco2-fgc/machinetag.json index 821dabf..6f543a9 100644 --- a/scrippsco2-flags/machinetag.json +++ b/scrippsco2-fgc/machinetag.json @@ -52,5 +52,5 @@ ], "version": 1, "description": "Flags describing the sample", - "namespace": "scrippsco2-flags" + "namespace": "scrippsco2-fgc" } diff --git a/scrippsco2-fgi/machinetag.json b/scrippsco2-fgi/machinetag.json new file mode 100644 index 0000000..e2e3535 --- /dev/null +++ b/scrippsco2-fgi/machinetag.json @@ -0,0 +1,36 @@ +{ + "predicates": [ + { + "description": "Suspect but accepted isotopic measurement", + "expanded": "accepted-suspect", + "value": "-3" + }, + "description": "Accepted isotopic measurement", + "expanded": "accepted", + "value": "0" + }, + "description": "Rejected", + "expanded": "rejected", + "value": "3" + }, + "description": "Outlier from fit", + "expanded": "outlier", + "value": "5" + }, + "description": "Other rejected, older data", + "expanded": "rejected-old-data", + "value": "6" + }, + "description": "Flask extracted but not analyzed yet", + "expanded": "extracted-not-analyzed", + "value": "8" + }, + "description": "Flask not extracted", + "expanded": "not-extracted", + "value": "9" + } + ], + "version": 1, + "description": "Flags describing the sample for isotopic data (C14, O18)", + "namespace": "scrippsco2-fgi" +} diff --git a/scrippsco2-sampling-stations/machinetag.json b/scrippsco2-sampling-stations/machinetag.json new file mode 100644 index 0000000..c50c65b --- /dev/null +++ b/scrippsco2-sampling-stations/machinetag.json @@ -0,0 +1,59 @@ +{ + "predicates": [ + { + "expanded": "Alert, NWT, Canada", + "value": "ALT" + }, + { + "expanded": "Point Barrow, Alaska", + "value": "PTB" + }, + { + "expanded": "Station P", + "value": "STP" + }, + { + "expanded": "La Jolla Pier, California", + "value": "LJO" + }, + { + "expanded": "Baja California Sur, Mexico", + "value": "BCS" + }, + { + "expanded": "Mauna Loa Observatory, Hawaii", + "value": "MLO" + }, + { + "expanded": "Cape Kumukahi, Hawaii ", + "value": "KUM" + }, + { + "expanded": "Christmas Island, Fanning Island", + "value": "CHR" + }, + { + "expanded": "American Samoa", + "value": "SAM" + }, + { + "expanded": "Kermadec Islands, Raoul Island", + "value": "KER" + }, + { + "expanded": "Baring Head, New Zealand", + "value": "NZD" + }, + { + "expanded": "Palmer Station, Antarctica", + "value": "PSA" + }, + { + "expanded": "South Pole", + "value": "SPO" + } + ], + "version": 1, + "description": "Sampling stations of the Scripps CO2 Program", + "namespace": "scrippsco2-sampling-stations" +}