-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrottnest.json
More file actions
78 lines (78 loc) · 2.57 KB
/
rottnest.json
File metadata and controls
78 lines (78 loc) · 2.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_dimensions": {
"TIME": null
},
"_variables": {
"TIME": {
"_dimensions": ["TIME"],
"_datatype": "float64",
"standard_name": "time",
"long_name": "time",
"units": "days since 1950-01-01 00:00:00 UTC",
"calendar": "gregorian",
"axis": "T",
"valid_min": 0.0,
"valid_max": 90000.0
},
"LATITUDE": {
"_datatype": "float64",
"standard_name": "latitude",
"long_name": "latitude",
"units": "degrees_north",
"reference_datum": "WGS84 geographic coordinate system",
"axis": "Y",
"valid_min": -90.0,
"valid_max": 90.0
},
"LONGITUDE": {
"_datatype": "float64",
"standard_name": "longitude",
"long_name": "longitude",
"units": "degrees_east",
"reference_datum": "WGS84 geographic coordinate system",
"axis": "X",
"valid_min": -180.0,
"valid_max": 180.0
},
"DEPTH": {
"_dimensions": ["TIME"],
"_datatype": "float32",
"standard_name": "depth",
"long_name": "depth",
"units": "m",
"reference_datum": "sea surface",
"positive": "down",
"axis": "Z",
"valid_min": -5.0,
"valid_max": 12000.0
},
"PRES_REL": {
"_dimensions": ["TIME"],
"_datatype": "float32",
"standard_name": "sea_water_pressure_due_to_sea_water",
"long_name": "sea_water_pressure_due_to_sea_water",
"units": "dbar",
"_FillValue": 999999.0,
"valid_min": -15.0,
"valid_max": 12000.0
},
"TEMP": {
"_dimensions": ["TIME"],
"_datatype": "float32",
"standard_name": "sea_water_temperature",
"long_name": "sea_water_temperature",
"units": "degC",
"coordinates": "TIME PRES_REL DEPTH LATITUDE LONGITUDE",
"_FillValue": 999999.0,
"valid_min": -2.5,
"valid_max": 40.0
}
},
"title": "Sample data from Rottnest Island NRS",
"abstract": "Sample data from Rottnest Island NRS",
"author": "Me",
"author_email": "me@mine.org",
"principal_investigator": "Nobody",
"principal_investigator_email": "nobody@nowhere.org",
"standard_name_vocabulary": "NetCDF Climate and Forecast (CF) Metadata Convention Standard Name Table v60"
}