-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrgi7_complex_attributes_metadata.json
More file actions
66 lines (66 loc) · 1.89 KB
/
rgi7_complex_attributes_metadata.json
File metadata and controls
66 lines (66 loc) · 1.89 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
{
"rgi_id": {
"long_name": "RGI identifier",
"description": "Unique identifier assigned to a single glacier complex.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": ""
},
"o1region": {
"long_name": "First order region",
"description": "The code of the first-order region to which the glacier belongs.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": "O1Region"
},
"o2region": {
"long_name": "Second order region",
"description": "The code of the second-order region to which the glacier belongs.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": "O2Region"
},
"cenlon": {
"long_name": "Center longitude",
"description": "Longitude of an approximately central point within the glacier outlines (not the centroid).",
"datatype": "float",
"units": "degrees",
"source": "RGI",
"rgi6_name": "CenLon"
},
"cenlat": {
"long_name": "Center latitude",
"description": "Latitude of an approximately central point within the glacier outlines (not the centroid).",
"datatype": "float",
"units": "degrees",
"source": "RGI",
"rgi6_name": "CenLat"
},
"utm_zone": {
"long_name": "UTM zone",
"description": "Number of the UTM zone for this glacier complex, based on its representative point. Note that this attribute is for information only, the geometries are all in WGS84.",
"datatype": "int",
"units": "",
"source": "RGI",
"rgi6_name": ""
},
"area_km2": {
"long_name": "Glacier complex area",
"description": "Area of the glacier complex.",
"datatype": "float",
"units": "km2",
"source": "RGI",
"rgi6_name": "Area"
},
"geometry": {
"long_name": "Geometry",
"description": "Glacier complex geometry (Polygon).",
"datatype": "",
"units": "deg",
"source": "RGI",
"rgi6_name": ""
}
}