new: Scripps CO2 taxonomies
parent
24719cabd0
commit
6c646cb25f
|
@ -52,5 +52,5 @@
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"description": "Flags describing the sample",
|
"description": "Flags describing the sample",
|
||||||
"namespace": "scrippsco2-flags"
|
"namespace": "scrippsco2-fgc"
|
||||||
}
|
}
|
|
@ -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"
|
||||||
|
}
|
|
@ -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"
|
||||||
|
}
|
Loading…
Reference in New Issue