Skip to content

Commit

Permalink
Small cosmetic fixes to notebooks and hyperlinks (#92)
Browse files Browse the repository at this point in the history
* fix title

* remove install output

* add hyperlinks for all notebooks
  • Loading branch information
tsnow03 committed Apr 23, 2024
1 parent 8628e5d commit 87b2132
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 444 deletions.
11 changes: 8 additions & 3 deletions book/how_tos/data_access/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ outside developers to get more "stable" packages. Please let us know if you enco
any issues with these. Data access tutorials are currently all derived from the NASA OpenScapes cookbook.

## Data Access Notebooks covered here
* Creation and access to an S3 bucket
* Single and multi-file access to cloud optimized geotiffs via HTTPS and S3 buckets
* Single and multi-file access to NetCDFs and HDF5 files via S3 buckets
* [Setting up an AWS S3 bucket](https://book.cryointhecloud.com/how_tos/data_access/Instructions_for_configuring_AWS_S3_bucket.html)
* [Using the CryoCloud S3 scratch bucket](https://book.cryointhecloud.com/how_tos/data_access/CryoCloudScratchBucket.html)
* [Access Sentinel 2 data](https://book.cryointhecloud.com/how_tos/data_access/Cloud_Sentinel2_access.html)
* [Access cloud-optimized Geotiff via HTTPS](https://book.cryointhecloud.com/external/Earthdata_Cloud__Single_File__HTTPS_Access_COG_Example.html)
* [Cloud-optimized Geotiff via S3 Direct Access](https://book.cryointhecloud.com/external/Earthdata_Cloud__Single_File_Direct_S3_Access_COG_Example.html)
* [Multiple cloud-optimized Geotiff via S3 Direct Access](https://book.cryointhecloud.com/external/Multi-File_Direct_S3_Access_COG_Example.html)
* [NetCDF4/HDF5 via S3 Direct Access](https://book.cryointhecloud.com/external/Earthdata_Cloud__Single_File__Direct_S3_Access_NetCDF4_Example.html)
* [Multiple NetCDF/HDF5 via S3 Direct Access](https://book.cryointhecloud.com/external/Multi-File_Direct_S3_Access_NetCDF_Example.html)
1 change: 0 additions & 1 deletion book/tutorials/NASA-Earthdata-Cloud-Access/4.icepyx.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"id": "7fd4844a-aee8-4a9c-b22a-02688a8067f9",
"metadata": {},
"source": [
"# NASA Earthdata Cloud and data access using earthaccess and icepyx\n",
"# Part 2: Using the `icepyx` python library to access ICESat-2 data\n",
"\n",
"## Tutorial Overview\n",
Expand Down

0 comments on commit 87b2132

Please sign in to comment.