Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #70

Merged
merged 12 commits into from
Feb 29, 2024
1 change: 1 addition & 0 deletions cloud-tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Some tutorials can be run locally to take advantage of cloud archives or cloud-b
| ------------- |-------------|:-------------:|:-------------:|
|[How to Create and Store Earthdata Login Credentials Using Python](notebooks/How_to_Create_and_Store_Earthdata_Login_Credentials_Using_Python.ipynb) | This notebook demonstrates how to generate and store your Earthdata Login credentials in a .netrc file. | Python | Access |
|[How to Directly Access MERRA-2 Data from an S3 Bucket with Python](notebooks/How_to_Directly_Access_MERRA-2_Data_from_an_S3_Bucket.ipynb) | This notebook demonstrates how to access and plot a Modern-Era Retrospective analysis for Research and Applications (MERRA-2) M2T1NXSLV.5.12.4 file hosted via an Amazon S3 bucket. It demonstrates how to access an S3 bucket with the S3FS library and then plot sea-level pressure contours of a single file with Cartopy and Matplotlib.| Python, Direct S3 Access | Access, Subset, Plot |
|[How to Directly Access GPM IMERG Data from an S3 Bucket with Python](notebooks/How_to_Directly_Access_GPM_IMERG_Data_from_an_S3_Bucket.ipynb) | This notebook demonstrates how to search, access, and plot an Integrated Multi-satellitE Retrievals for GPM file hosted via an Amazon S3 bucket. It demonstrates how to search for a granule by DOI and access it directly from an S3 bucket using the earthaccess and Xarray libraries, before plotting precipitation for that granule using Cartopy and Matplotlib.| Python, Direct S3 Access | Search, Access, Subset, Plot |
|[How to Obtain a List of S3 URLs for a GES DISC Collection using the CMR API](notebooks/How_to_Obtain_a_List_of_S3_URLs_for_a_GES_DISC_Collection_Using_the_CMR_API.ipynb)| This notebook demonstrates how to obtain a list of S3 URLs for desired cloud-hosted GES DISC granules using the Commmon Metadata Repository (CMR) API. | Python, CMR | Search |
|[How to Retrieve Temporary S3 Credentials for the GES DISC Cloud Archive](notebooks/How_to_Retrieve_Temporary_S3_Credentials_for_the_GES_DISC_Cloud_Archive.ipynb) | This notebook demonstrates how to retrieve GES DISC S3 credentials by using a previously generated netrc file. | Python | Access |
|[How to Perform Cross-DAAC S3 Bucket Access Using Python](notebooks/How_to_Perform_Cross-DAAC_S3_Bucket_Access_Using_Python.ipynb) | This notebook demonstrates how to access cloud-hosted Earthdata granules from S3 buckets using the CMR API and Python, from two different DAACs (GES DISC and PO.DAAC). | Python, CMR, Direct S3 Access | Search, Access, Subset, Compute, Plot |
Expand Down

Large diffs are not rendered by default.

452 changes: 452 additions & 0 deletions news_&_dia/Giovanni_MERRA2_Extreme_Monthly.ipynb

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions news_&_dia/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GES DISC Notebooks from News and Data In Action Articles

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8205655.svg)](https://doi.org/10.5281/zenodo.8205654)

This folder contains notebooks used in various [news](https://disc.gsfc.nasa.gov/information/news?page=1) and [data in action](https://disc.gsfc.nasa.gov/information/data-in-action?page=1) articles from the GES DISC website.

| Notebook | Services, Tools, Data Types | Actions | Article Link |
| ------------- |-------------|:-------------:|:-------------:|
|[Read a on-prem data rod from a few segments and plot hourly time series at selected site](datarod_NLDAS_hourly_timeseries_segments_final.ipynb) | Python, Hydrology Data Rods | Access, Subset, Plot | [Rising Heat Waves in North America in the Past 40 Years](https://disc.gsfc.nasa.gov/information/news?title=Rising%20Heat%20Waves%20in%20North%20America%20in%20the%20Past%2040%20Years)
|[Read and plot MERRA-2 extreme detection indices monthly data subsetted by TDS ](TDS_MERRA2_Extreme_Monthly_shape_final.ipynb) | Python | Access, Subset, Plot | [Rising Heat Waves in North America in the Past 40 Years](https://disc.gsfc.nasa.gov/information/news?title=Rising%20Heat%20Waves%20in%20North%20America%20in%20the%20Past%2040%20Years)
|[Read time series generated by Giovanni and plot time series](Giovanni_MERRA2_Extreme_Monthly.ipynb) | Python, Giovanni | Access, Subset, Plot | [Rising Heat Waves in North America in the Past 40 Years](https://disc.gsfc.nasa.gov/information/news?title=Rising%20Heat%20Waves%20in%20North%20America%20in%20the%20Past%2040%20Years)