-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathglacier_data.py
More file actions
199 lines (179 loc) · 9.69 KB
/
glacier_data.py
File metadata and controls
199 lines (179 loc) · 9.69 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# -*- coding: utf-8 -*-
# list of dicts for individual glaciers, each dict must look like
# {'rgi_id': '', 'name': '', 'type': '', 'img': '', 'img_pretext': '', 'img_cite': '', 'img_license': '', 'img_license_link': '', 'img_source': ''}
glaciers = [{'rgi_id': 'RGI60-01.01104',
'name': 'Lemon Creek Glacier',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/lemoncreek.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'L. Bernier/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/lemoncreek20070917'
},
{'rgi_id': 'RGI60-01.10689',
'name': 'Columbia Glacier',
'type': 'Calving glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/columbia.jpg',
'img_pretext': '',
'img_cite': 'Photo contains modified Copernicus Sentinel-2 data, (European Space Agency - ESA) 2018',
'img_license': '(CC BY-SA 3.0 IGO)',
'img_license_link': 'https://creativecommons.org/licenses/by-sa/3.0/igo/deed.en',
'img_source': 'https://commons.wikimedia.org/wiki/File:Columbia_Glacier_(Alaska)_by_Sentinel-2.jpg'
},
{'rgi_id': 'RGI60-03.04539',
'name': 'White Glacier',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/white.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'J. Alean/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/white20080702'
},
{'rgi_id': 'RGI60-05.11186',
'name': 'Mittivakkat Glacier',
'type': 'Ice cap',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/mittivakkat.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'N. Knudsen/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/mittivakkat20130827?order=true'
},
{'rgi_id': 'RGI60-07.00570',
'name': 'Nordenskioldbreen',
'type': 'Calving glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/nordenskioldbreen.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'H. Crites',
'img_license': '',
'img_license_link': '',
'img_source': 'https://www.researchgate.net/publication/325218515_Drumlins_in_the_Nordenskioldbreen_forefield_Svalbard'
},
{'rgi_id': 'RGI60-08.01097',
'name': 'Briksdalsbreen',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/briksdalsbreen.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'J. Perez Crespo/National Snow and Ice Data Center',
'img_license': '(CC BY-NC)',
'img_license_link': 'https://creativecommons.org/licenses/by-nc/4.0/',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/briksdalsbreen20090730?order=true'
},
{'rgi_id': 'RGI60-11.00897',
'name': 'Hintereisferner',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/hintereisferner.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'A. Lambrecht/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/hintereisferner20060912?order=true'
},
{'rgi_id': 'RGI60-11.01450',
'name': 'Großer Aletschgletscher',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/aletsch.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'Dirk Beyer',
'img_license': '(CC BY-SA 3.0)',
'img_license_link': 'https://creativecommons.org/licenses/by-sa/3.0/',
'img_source': 'https://commons.wikimedia.org/wiki/File:Grosser_Aletschgletscher_3196.JPG'
},
{'rgi_id': 'RGI60-12.00411',
'name': 'Tbilisa Glacier',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/tbilisa.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'L. Tielidze/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/tbilisa20109999'
},
# {'rgi_id': 'RGI60-15.03733',
# 'name': 'Khumbu Glacier',
# 'type': 'Debris covered glacier',
# 'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/khumbu.jpg',
# 'img_pretext': 'Photo courtesy',
# 'img_cite': 'Z. Schirmeister',
# 'img_license': '',
# 'img_license_link': '',
# 'img_source': ''
# },
{'rgi_id': 'RGI60-16.01638',
'name': 'Lewis',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/lewis.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'R. Prinz/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/lewis20120223'
},
{'rgi_id': 'RGI60-16.02444',
'name': 'Artesonraju',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/artesonraju.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'Jonas Jancarik',
'img_license': '(CC BY 3.0)',
'img_license_link': 'https://creativecommons.org/licenses/by/3.0/deed.en',
'img_source': 'https://commons.wikimedia.org/wiki/File:Artesonraju_Peru.jpg'
},
{'rgi_id': 'RGI60-17.00312',
'name': 'Perito Moreno',
'type': 'Calving glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/peritomoreno.jpg',
'img_pretext': '',
'img_cite': 'Imagery from International Space Station, courtesy Earth Science and Remote Sensing Unit, NASA Johnson Space Center',
'img_license': '',
'img_license_link': '',
'img_source': 'https://eol.jsc.nasa.gov/SearchPhotos/photo.pl?mission=ISS016&roll=E&frame=24897'
},
{'rgi_id': 'RGI60-18.02342',
'name': 'Tasman Glacier',
'type': 'Debris covered glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/lower_tasman.jpg',
'img_pretext': '',
'img_cite': '',
'img_license': '(released into public domain by holder of the work)',
'img_license_link': '',
'img_source': 'https://commons.wikimedia.org/wiki/File:Lower_Tasman_Glacier_towards_Minarets.jpg'
},
{'rgi_id': 'RGI60-19.00595',
'name': 'Bahia Del Diablo Glacier',
'type': 'Pure ice glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/bahiadeldiablo.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'P. Skvarca/National Snow and Ice Data Center',
'img_license': '',
'img_license_link': '',
'img_source': 'http://nsidc.org/data/glacier_photo/search/image_info/bahiadeldiablo20040224'
},
{'rgi_id': 'RGI60-15.03743',
'name': 'Imja Glacier',
'type': 'Debris covered glacier',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/imja_s.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'D. Rounce',
'img_license': '',
'img_license_link': '',
'img_source': ''
},
{'rgi_id': 'RGI60-13.54211',
'name': 'Puruogangri Ice Cap',
'type': 'Ice cap',
'img': 'https://raw.githubusercontent.com/OGGM/glacier-gallery/master/glacier_photos/puruogangri.jpg',
'img_pretext': 'Photo courtesy',
'img_cite': 'WWF',
'img_license': '',
'img_license_link': '',
'img_source': 'http://awsassets.panda.org/downloads/himalayaglaciersreport2005.pdf'
},
]
# More glacier suggestions:
#('RGI60-09.00114', 'Severny Island Ice Cap', np.NaN, np.NaN, '', ''),
#('RGI60-09.00471', 'Vavilov Ice Cap', np.NaN, np.NaN, '', ''),
#('RGI60-13.04946', 'Samoilowich', np.NaN, np.NaN, '', ''),
#('RGI60-19.00386', 'Ross Island', '', '', ''),