mirror of https://github.com/MISP/misp-objects
new: Objects for Scripps CO2
parent
ab9c1e4cd6
commit
5650664665
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"requiredOneOf": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional",
|
||||
"number-flask",
|
||||
"flag",
|
||||
"c13-value"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "Datetime the sample has been taken",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"number-flask": {
|
||||
"description": "Number of flasks used in daily average.",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"c13-value": {
|
||||
"description": "C13 value (ppm) - C13 concentrations are measured on the '08A' Calibration Scale",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Daily average C13 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "5f71a99e-4a56-45b5-b7d6-19949d22409a",
|
||||
"name": "scrippsco2-c13-daily"
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"required": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "The monthly values have been adjusted to 24:00 hours on the 15th of each month.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"monthly-c13": {
|
||||
"description": "Monthly C13 concentrations in micro-mol C13 per mole (ppm) reported on the 2008A SIO manometric mole fraction scale. This is the standard version of the data most often sought.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-c13-seasonal-adjustment": {
|
||||
"description": "Same data after a seasonal adjustment to remove the quasi-regular seasonal cycle. The adjustment involves subtracting from the data a 4-harmonic fit with a linear gain factor.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"monthly-c13-smoothed": {
|
||||
"description": "Smoothed version of the data generated from a stiff cubic spline function plus 4-harmonic functions with linear gain.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-c13-smoothed-seasonal-adjustment": {
|
||||
"description": "Same smoothed version with the seasonal cycle removed.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Monthly average C13 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "812125c7-47de-4503-8bbc-19067d3a1c38",
|
||||
"name": "scrippsco2-c13-monthly"
|
||||
}
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"requiredOneOf": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional",
|
||||
"number-flask",
|
||||
"flag",
|
||||
"co2-value"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "Datetime the sample has been taken",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"number-flask": {
|
||||
"description": "Number of flasks used in daily average.",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"co2-value": {
|
||||
"description": "CO2 value (ppm) - CO2 concentrations are measured on the '08A' Calibration Scale",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Daily average CO2 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "0779baca-06b9-491e-9ab7-ccc3e1538fd3",
|
||||
"name": "scrippsco2-co2-daily"
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"required": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "The monthly values have been adjusted to 24:00 hours on the 15th of each month.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"monthly-co2": {
|
||||
"description": "Monthly CO2 concentrations in micro-mol CO2 per mole (ppm) reported on the 2008A SIO manometric mole fraction scale. This is the standard version of the data most often sought.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-co2-seasonal-adjustment": {
|
||||
"description": "Same data after a seasonal adjustment to remove the quasi-regular seasonal cycle. The adjustment involves subtracting from the data a 4-harmonic fit with a linear gain factor.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"monthly-co2-smoothed": {
|
||||
"description": "Smoothed version of the data generated from a stiff cubic spline function plus 4-harmonic functions with linear gain.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-co2-smoothed-seasonal-adjustment": {
|
||||
"description": "Same smoothed version with the seasonal cycle removed.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Monthly average CO2 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "3350fc46-7120-4fb1-b5b3-c931465c9b2a",
|
||||
"name": "scrippsco2-co2-monthly"
|
||||
}
|
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"requiredOneOf": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional",
|
||||
"number-flask",
|
||||
"flag",
|
||||
"o18-value"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "Datetime the sample has been taken",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"number-flask": {
|
||||
"description": "Number of flasks used in daily average.",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"flag": {
|
||||
"description": "Flag (see taxonomy for details).",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"o18-value": {
|
||||
"description": "O18 value (ppm) - O18 concentrations are measured on the '08A' Calibration Scale",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Daily average O18 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "8b6878a7-577d-4845-b165-ead6e58bec04",
|
||||
"name": "scrippsco2-o18-daily"
|
||||
}
|
|
@ -0,0 +1,56 @@
|
|||
{
|
||||
"required": [
|
||||
"sample-datetime",
|
||||
"sample-date-excel",
|
||||
"sample-date-fractional"
|
||||
],
|
||||
"attributes": {
|
||||
"sample-datetime": {
|
||||
"description": "The monthly values have been adjusted to 24:00 hours on the 15th of each month.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-excel": {
|
||||
"description": "M$Excel spreadsheet date format.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"sample-date-fractional": {
|
||||
"description": "Decimal year and fractional year.",
|
||||
"ui-priority": 1,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"monthly-o18": {
|
||||
"description": "Monthly O18 concentrations in micro-mol O18 per mole (ppm) reported on the 2008A SIO manometric mole fraction scale. This is the standard version of the data most often sought.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-o18-seasonal-adjustment": {
|
||||
"description": "Same data after a seasonal adjustment to remove the quasi-regular seasonal cycle. The adjustment involves subtracting from the data a 4-harmonic fit with a linear gain factor.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 0
|
||||
},
|
||||
"monthly-o18-smoothed": {
|
||||
"description": "Smoothed version of the data generated from a stiff cubic spline function plus 4-harmonic functions with linear gain.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"monthly-o18-smoothed-seasonal-adjustment": {
|
||||
"description": "Same smoothed version with the seasonal cycle removed.",
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"description": "Monthly average O18 concentrations (ppm) derived from flask air samples.",
|
||||
"meta-category": "environment",
|
||||
"uuid": "86bd588b-cd0c-486a-8ea0-17fd95312fa0",
|
||||
"name": "scrippsco2-o18-monthly"
|
||||
}
|
Loading…
Reference in New Issue