Skip to content

Commit 9214ecd

Browse files
Ken LippoldKen Lippold
authored andcommitted
Added default metadata fixtures
1 parent 13a2c41 commit 9214ecd

File tree

5 files changed

+13007
-10
lines changed

5 files changed

+13007
-10
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
[
2+
{
3+
"model": "sta.processinglevel",
4+
"pk": "d3fca6a6-a576-40a4-9360-0a855e0e8d24",
5+
"fields": {
6+
"code": "0",
7+
"definition": "Raw data",
8+
"explanation": "Raw and unprocessed data and data products that have not undergone quality control. Depending on the variable, data type, and data transmission system, raw data may be available within seconds or minutes after the measurements have been made. Examples include real-time precipitation, streamflow, and water quality measurements.",
9+
"workspace_id": null
10+
}
11+
},
12+
{
13+
"model": "sta.processinglevel",
14+
"pk": "fa49811b-d8e8-44db-872a-94cbb5ef5740",
15+
"fields": {
16+
"code": "3",
17+
"definition": "Interpreted products",
18+
"explanation": "Interpreted products that require researcher driven analysis and interpretation, model-based interpretation using other data and/or strong prior assumptions. An example is basin average precipitation derived from the combination of rain gauges and radar return data.",
19+
"workspace_id": null
20+
}
21+
},
22+
{
23+
"model": "sta.processinglevel",
24+
"pk": "f24fbde3-5b19-40ad-b36e-d28f60aa36c4",
25+
"fields": {
26+
"code": "-9999",
27+
"definition": "Unknown",
28+
"explanation": "The quality control level is unknown",
29+
"workspace_id": null
30+
}
31+
},
32+
{
33+
"model": "sta.processinglevel",
34+
"pk": "ede66c0c-7752-4306-80b0-139e732c6f9d",
35+
"fields": {
36+
"code": "4",
37+
"definition": "Knowledge products",
38+
"explanation": "Knowledge products that require researcher driven scientific interpretation and multidisciplinary data integration and include model-based interpretation using other data and/or strong prior assumptions. An example is percentages of old or new water in a hydrograph inferred from an isotope analysis.",
39+
"workspace_id": null
40+
}
41+
},
42+
{
43+
"model": "sta.processinglevel",
44+
"pk": "5efef0da-ba32-4ae6-8d68-709a37c4a8dd",
45+
"fields": {
46+
"code": "1",
47+
"definition": "Quality controlled data",
48+
"explanation": "Quality controlled data that have passed quality assurance procedures such as routine estimation of timing and sensor calibration or visual inspection and removal of obvious errors. An example is USGS published streamflow records following parsing through USGS quality control procedures.",
49+
"workspace_id": null
50+
}
51+
},
52+
{
53+
"model": "sta.processinglevel",
54+
"pk": "b292e0de-3ba8-4b0b-842e-9add4dc99792",
55+
"fields": {
56+
"code": "2",
57+
"definition": "Derived products",
58+
"explanation": "Derived products that require scientific and technical interpretation and may include multiple-sensor data. An example is basin average precipitation derived from rain gauges using an interpolation procedure.",
59+
"workspace_id": null
60+
}
61+
}
62+
]

0 commit comments

Comments
 (0)