Skip to content

Commit 9d953b8

Browse files
committed
added some example tutorials and made some edits to data search and access pages
1 parent 2af2e16 commit 9d953b8

File tree

6 files changed

+14561
-3
lines changed

6 files changed

+14561
-3
lines changed

_quarto.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ website:
7979
href: how-to-guides/netcdf_cf.qmd
8080
- text: "get the latitude and longitudes for grid cells"
8181
href: how-to-guides/get_latitude_and_longitude.qmd
82+
- section: "Tutorials"
83+
href: tutorials/tutorials_overview.qmd
84+
contents:
85+
- text: "Direct cloud access of ICESat-2 data"
86+
href: tutorials/ATL06-direct-access.ipynb
87+
- text: "Download ICESat-2 Sea Ice data"
88+
href: tutorials/working_with_icesat2_sea_ice_data.ipynb
8289
- section: "Appendices"
8390
contents:
8491
- text: "Best Practices"

reference-guides/data-access.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ If you prefer a graphical interface, use one of these web-based tools:
2020

2121
image
2222

23-
NSIDC Data Access Tool - The NSIDC Data Access Tool can be accessed from a data set's landing page.
23+
Data Access Tool - The NSIDC Data Access Tool can be accessed from a data set's landing page.
2424
Example: [ATLAS/ICESat-2 L2A Global Geolocated Photon Data. (ATL03, Version 7) Landing Page](https://nsidc.org/data/atl03/versions/7). In the right-hand menu on a data set landing page, click "Data Access & Tools". You will be directed to the top of a list of tool and service "cards" with links to various data access methods. Click on the card title "Data Access Tool" to be directed to the Data Access Tool interface for that particular data set. The Data Access Tool allows users to filter files within a data set using spatial bounds, temporal ranges, and filename wildcards.
2525

26-
image
26+
Help article on using the Data Access Tool: [https://nsidc.org/data/user-resources/help-center/filter-and-order-data-set-web-page-using-data-access-tool](https://nsidc.org/data/user-resources/help-center/filter-and-order-data-set-web-page-using-data-access-tool)
2727

2828
#### **Option 2: Python (earthaccess Library)**
2929

reference-guides/dataset-search-and-discovery.qmd

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,28 @@ There are a variety of search and discovery methods allowing users to find NASA
1515

1616
#### **Graphical User Interfaces**
1717

18-
##### **NASA Earthdata Search**
18+
19+
##### **NASA Earthdata Search**
20+
21+
All of NASA Earthdata are available through [NASA Earthdata Search](https://search.earthdata.nasa.gov), not just data archived through the NSIDC DAAC.
1922

2023
##### **NSIDC Data Access Tool**
2124

25+
The NSIDC Data Access Tool is accessible from landing pages on the NSIDC website, and is an easy way to filter for files of interest without leaving nsidc.org. [Help article](https://nsidc.org/data/data-access-tool) for the NSIDC Data Access Tool.
26+
2227
#### **Programmatic**
2328

29+
The majority of the shorter form "How Do I's" and longer form "Tutorials" will present programmatic data access methods using Python. We hope to expand to other languages, such as R, in the future.
30+
2431
**earthaccess Python library**
2532

33+
`earthaccess` is a Python library to **search for** and **download** or **stream** NASA Earth science data with just a few lines of code.
34+
35+
>*"earthaccess revolutionizes NASA data access by drastically reducing the complexity and code required. Since open science is a collaborative effort involving people from different technical backgrounds, our team took the approach that data analysis can and should be made more inclusive and accessible by reducing the complexities of underlying systems."*
36+
>
37+
>Luis López, an NSIDC software developer and earthaccess creator
38+
39+
earthaccess documentation can be found [here](https://earthaccess.readthedocs.io/en/stable/).
2640

2741

2842

0 commit comments

Comments
 (0)