Skip to content

Commit b008367

Browse files
authored
Merge pull request #98 from nsidc/is2-ecs-decom
reomved markdown cell with reference to function for replacing on pre…
2 parents c133812 + db9eb15 commit b008367

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

notebooks/ICESat-2_Cloud_Access/ICESat2-CryoSat2-Coincident.ipynb

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@
248248
},
249249
{
250250
"cell_type": "markdown",
251-
"id": "24a41b73-43e4-4fad-9d71-bde840b0da8a",
251+
"id": "e58e1111-1b07-47ec-952b-036290346f4c",
252252
"metadata": {},
253253
"source": [
254-
"The following function replaces the on prem urls in the ATL10 download script with the equivalent cloud urls for earthaccess to utilize. This won't be necessary once cs2eo is accessing the cloud copy of the data."
254+
"We use earthaccess.open() to directly access the ATL10 files within their S3 bucket. earthaccess.open() creates a file-like object, which is required because AWS S3 uses object storage, and we need to create a virtual file system to work with the HDF5 library."
255255
]
256256
},
257257
{
@@ -264,14 +264,6 @@
264264
"icesat2_files = earthaccess.open(cloudfront_urls)"
265265
]
266266
},
267-
{
268-
"cell_type": "markdown",
269-
"id": "e58e1111-1b07-47ec-952b-036290346f4c",
270-
"metadata": {},
271-
"source": [
272-
"We use earthaccess.open() to directly access the ATL10 files within their S3 bucket. earthaccess.open() creates a file-like object, which is required because AWS S3 uses object storage, and we need to create a virtual file system to work with the HDF5 library."
273-
]
274-
},
275267
{
276268
"cell_type": "markdown",
277269
"id": "d24f9d50-3f95-4cdf-b877-1ac06be4471b",

0 commit comments

Comments
 (0)