Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 2 additions & 10 deletions notebooks/ICESat-2_Cloud_Access/ICESat2-CryoSat2-Coincident.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -248,10 +248,10 @@
},
{
"cell_type": "markdown",
"id": "24a41b73-43e4-4fad-9d71-bde840b0da8a",
"id": "e58e1111-1b07-47ec-952b-036290346f4c",
"metadata": {},
"source": [
"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."
"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."
]
},
{
Expand All @@ -264,14 +264,6 @@
"icesat2_files = earthaccess.open(cloudfront_urls)"
]
},
{
"cell_type": "markdown",
"id": "e58e1111-1b07-47ec-952b-036290346f4c",
"metadata": {},
"source": [
"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."
]
},
{
"cell_type": "markdown",
"id": "d24f9d50-3f95-4cdf-b877-1ac06be4471b",
Expand Down
Loading