Skip to content

Commit 7eb0d85

Browse files
committed
modify to acquire data over Mt. Rainier
1 parent 2323076 commit 7eb0d85

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

data_discovery/get_data_to_S3.ipynb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 14,
24+
"execution_count": 16,
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -46,7 +46,7 @@
4646
},
4747
{
4848
"cell_type": "code",
49-
"execution_count": 9,
49+
"execution_count": 17,
5050
"metadata": {},
5151
"outputs": [],
5252
"source": [
@@ -63,7 +63,7 @@
6363
},
6464
{
6565
"cell_type": "code",
66-
"execution_count": 11,
66+
"execution_count": 18,
6767
"metadata": {},
6868
"outputs": [],
6969
"source": [
@@ -93,13 +93,13 @@
9393
},
9494
{
9595
"cell_type": "code",
96-
"execution_count": 12,
96+
"execution_count": 25,
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100100
"response = requests.get(\"https://n5eil02u.ecs.nsidc.org/egi/request? \\\n",
101-
" short_name=ATL03&version=205&temporal=2018-10-17T00:00:00,2018-10-17T23:59:59 \\\n",
102-
" &bounding_box=-115,35,-99,42&agent=NO&token={}&page_size=1&email={}\".format(token,creds['email'])) "
101+
" short_name=ATL06&version=205&temporal=2018-10-17T00:00:00,2019-10-17T23:59:59 \\\n",
102+
" &bounding_box=-121.481,46.7015,-112.036,47.0365&agent=NO&token={}&page_size=10&email={}\".format(token,creds['email'])) "
103103
]
104104
},
105105
{
@@ -111,7 +111,7 @@
111111
},
112112
{
113113
"cell_type": "code",
114-
"execution_count": null,
114+
"execution_count": 10,
115115
"metadata": {},
116116
"outputs": [],
117117
"source": [
@@ -132,7 +132,7 @@
132132
"cell_type": "raw",
133133
"metadata": {},
134134
"source": [
135-
"aws s3 cp ATL03_20181017101822_02870106_205_01.h5 s3://pangeo-data-upload-oregon/icesat2/atl03/ATL03_20181017101822_02870106_205_01.h5"
135+
"aws s3 cp ATL06_20181014113520_02420106_205_01.h5 s3://pangeo-data-upload-oregon/icesat2/atl06/ATL06_20181014113520_02420106_205_01.h5"
136136
]
137137
}
138138
],

0 commit comments

Comments
 (0)