Skip to content

Commit ab01d2a

Browse files
authored
Merge pull request #156 from aodn/moorings_products_processing_level_attribute
fix: mooring product processing level attribute for level 2
2 parents 34a3ffe + 04ee2dd commit ab01d2a

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

aodntools/timeseries_products/gridded_timeseries_template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"data_centre_email": "info@aodn.org.au",
8686
"disclaimer": "Data, products and services from IMOS are provided \"as is\" without any warranty as to fitness for a particular purpose.",
8787
"lineage": "The Variable of Interest (VoI) is produced by sequentially interpolating linearly the individual values at pre-defined target depths using the 1-hour binned data from the Hourly Time Series Product. The number of instruments used for the interpolation at each timestamp is recorded in the VoI_count variable. If less that two instrument readings are present in the timestamp, fill values are stored in all depth bins. The resulting variable has dimensions TIME and DEPTH. ",
88-
"file_version": "Level 2 - Gridded Data",
88+
"file_version": "Level 2 - Derived Products",
89+
"file_version_quality_control": "Derived products require scientific and technical interpretation. Normally these will be defined by the community that collects or utilises the data.",
8990
"featureType" : "timeSeriesProfile",
9091
"institution_references": "http://imos.org.au/facilities/aodn/",
9192
"keywords_vocabulary": "IMOS parameter names. See https://github.com/aodn/imos-toolbox/blob/master/IMOS/imosParameters.txt",

aodntools/timeseries_products/hourly_timeseries_template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,8 @@
376376
"data_centre_email": "info@aodn.org.au",
377377
"disclaimer": "Data, products and services from IMOS are provided \"as is\" without any warranty as to fitness for a particular purpose.",
378378
"featureType": "timeSeries",
379-
"file_version": "Level 2 - Quality Controlled Data",
379+
"file_version": "Level 2 - Derived Products",
380+
"file_version_quality_control": "Derived products require scientific and technical interpretation. Normally these will be defined by the community that collects or utilises the data.",
380381
"institution_references": "http://imos.org.au/facilities/aodn/",
381382
"keywords_vocabulary": "IMOS parameter names. See https://github.com/aodn/imos-toolbox/blob/master/IMOS/imosParameters.txt",
382383
"license": "http://creativecommons.org/licenses/by/4.0/",

aodntools/timeseries_products/velocity_hourly_timeseries_template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
"data_centre_email": "info@aodn.org.au",
205205
"disclaimer": "Data, products and services from IMOS are provided \"as is\" without any warranty as to fitness for a particular purpose.",
206206
"featureType": "timeSeries",
207-
"file_version": "Level 2 - Quality Controlled Data",
208-
"file_version_quality_control": "Quality controlled data have been through quality assurance procedures such as automated routines and sensor calibration or visual inspection and flag of obvious errors. The data are in physical units using standard SI metric units with calibration and other pre-processing routines applied, all time and location values are in absolute coordinates to comply with standards and datum. Data includes flags for each measurement to indicate the estimated quality of the measurement. Metadata exists for the data or for the higher level dataset that the data belongs to. This is the standard IMOS data level and is what should be made available to AODN and to the IMOS community.",
207+
"file_version": "Level 2 - Derived Products",
208+
"file_version_quality_control": "Derived products require scientific and technical interpretation. Normally these will be defined by the community that collects or utilises the data.",
209209
"institution_references": "http://imos.org.au/facilities/aodn/",
210210
"keywords_vocabulary": "IMOS parameter names. See https://github.com/aodn/imos-toolbox/blob/master/IMOS/imosParameters.txt",
211211
"license": "http://creativecommons.org/licenses/by/4.0/",

0 commit comments

Comments
 (0)