-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrgi7_intersects_attributes_metadata.json
More file actions
42 lines (42 loc) · 1.27 KB
/
rgi7_intersects_attributes_metadata.json
File metadata and controls
42 lines (42 loc) · 1.27 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
{
"rgi_id": {
"long_name": "RGI identifier",
"description": "Unique identifier assigned to a single intersect line.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": ""
},
"rgi_g_id_1": {
"long_name": "RGI glacier identifier of glacier 1",
"description": "Glacier identifier of the intersected glacier number 1. An intersect line is always connecting two glaciers, but the choice of which glacier is listed as 1 is arbitrary.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": ""
},
"rgi_g_id_2": {
"long_name": "RGI glacier identifier of glacier 2",
"description": "Glacier identifier of the intersected glacier number 2. An intersect line is always connecting two glaciers, but the choice of which glacier is listed as 2 is arbitrary.",
"datatype": "str",
"units": "",
"source": "RGI",
"rgi6_name": ""
},
"length_m": {
"long_name": "Intersect length",
"description": "Length of the intersect in meters.",
"datatype": "float",
"units": "m",
"source": "RGI",
"rgi6_name": ""
},
"geometry": {
"long_name": "Geometry",
"description": "Intersect geometry (LineString).",
"datatype": "",
"units": "deg",
"source": "RGI",
"rgi6_name": ""
}
}