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

Add content #1

Merged
merged 1 commit into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
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
4,060 changes: 4,060 additions & 0 deletions Tutorials/SWOTHR_s3Access_real_data_v11.ipynb

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ website:
href: slides.md
- section: "Tutorials"
contents:
- text: "Search & Discovery"
href:
- text: "Access, Subset & Plot"
- text: "Intro to HR Datasets"
href: Tutorials/SWOTHR_s3Access_real_data_v11.ipynb
- text: "Science Use Case"
href:
# - section: "Additional Resources"
# contents:
Expand Down
5 changes: 5 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Welcome to the **2024 Data Access Workshop for NASA’s SWOT Satellite** hosted

The Surface Water and Ocean Topography (SWOT) satellite, a joint NASA-CNES venture, provides unprecedented measurements of surface water extents and elevations for hydrologic science and applications. The observations are offered through a range of data products including river and lake vector data in shapefiles, and raster, pixel cloud, and pixel vector data in netCDF. The shapefile products will also contain estimates of river discharge and lake storage change. In this pre-meeting workshop, participants will be introduced to SWOT and the various ways to access and utilize its data products, including via cloud computing, local download, and data transformation tools. Participants will be able to utilize a provided cloud computing environment accessed via personal laptops, or their own laptop’s compute power to explore SWOT data using data recipes by PO.DAAC, NASA’s Physical Oceanography Data Active Archive Center. No prior cloud computing experience is necessary. We welcome all to come and see how SWOT data could augment existing workflows or initiate new, innovative science and applications! The data tutorials at the workshop will use Python, but no prior experience is needed.

### Additional SWOT Resources

- [PO.DAAC Cookbook: SWOT Chapter](https://podaac.github.io/tutorials/quarto_text/SWOT.html) - additional tutorials & tips
- [SWOT Community GitHub](https://github.com/SWOT-community/SWOT-OpenToolkit) - more community contributions
- [SWOT Product Description Documents](https://podaac.jpl.nasa.gov/SWOT?tab=datasets-information&sections=about) - pdfs embedded in the table

## Acknowledgements

Expand Down
5 changes: 3 additions & 2 deletions prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ title: Prerequisites

### 1. Earthdata Login Account

An Earthdata Login account is required to access data, as well as discover restricted data, from the NASA Earthdata system. Thus, to access NASA data, you need Earthdata Login. Please visit https://urs.earthdata.nasa.gov to register and manage your Earthdata Login account. This account is free to create and only takes a moment to set up. Please remember your username and password!
An Earthdata Login account is required to access data, as well as discover restricted data, from the NASA Earthdata system. Thus, to access NASA data, you need Earthdata Login. Please visit [https://urs.earthdata.nasa.gov](https://urs.earthdata.nasa.gov) to register and manage your Earthdata Login account. This account is free to create and only takes a moment to set up. Please remember your username and password!

### 2. GitHub Account

A GitHub account is required to gain access to the provided 2i2c cloud computing platform. Please visit https://github.com/join to register and create a free GitHub account. There was an opportunity to send in your GitHub username when you registered for the workshop, if you did not do so, please email [email protected] with your GitHub username and mention you are a participant for this workshop.
A GitHub account is required to gain access to the provided 2i2c cloud computing platform. Please visit [https://github.com/join](https://github.com/join) to register and create a free GitHub account. There was an opportunity to send in your GitHub username when you registered for the workshop, if you did not do so, please email [email protected] with your GitHub username and mention you are a participant for this workshop.

### 3. Laptop or tablet

Participation in the exercises requires a laptop or tablet. Yes, a tablet works too! All participants will have access to a 2i2c Jupyter Lab instance running in AWS us-west 2.
2 changes: 1 addition & 1 deletion schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Schedule

**The Data Access Workshop for NASA’s SWOT Satellite will take place on Tuesday, February 13th from 9:00-12:30**.

**Note,** hands-on exercises will be executed from a **Jupyter Lab instance in 2i2c.** [Click here to deploy the instance]() and simultaneously clone this GitHub repository to follow along with the tutorials. Please pass along your GitHub Username to get access.
**Note,** hands-on exercises will be executed from a **Jupyter Lab instance in 2i2c.** [Click here to deploy the instance](https://openscapes.2i2c.cloud/hub/user-redirect/git-pull?repo=https%3A%2F%2Fgithub.com%2Fpodaac%2F2024-SWOT-Hydro-Workshop&urlpath=lab%2Ftree%2F2024-SWOT-Hydro-Workshop%2Findex.md&branch=main) and simultaneously clone this GitHub repository to follow along with the tutorials. Please pass along your GitHub Username to get access.

## Workshop Schedule

Expand Down
Loading