Skip to content

Commit c9ea30c

Browse files
author
saberbrasher
committed
found a few typos and fixed them.
1 parent bea6c37 commit c9ea30c

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

_quarto.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ website:
4646
- section: "Working with Data"
4747
# href: reference-guides/working-with-data-overview.qmd
4848
contents:
49-
- section: "Finding and accessing Data"
49+
- section: "Finding / accessing data"
5050
contents:
5151
- text: "Data search and discovery"
5252
href: reference-guides/dataset-search-and-discovery.qmd
5353
- text: "Data access"
5454
href: reference-guides/data-access.qmd
55-
- section: "Wrangling Data"
55+
- section: "Wrangling data"
5656
contents:
5757
- text: "Subsetting"
5858
- text: "Reformatting"
5959
- text: "Reprojecting"
6060
- text: "Resampling"
61-
- section: "Visualizing Data"
61+
- section: "Visualizing data"
6262
contents:
6363
- text: "Plotting data - time series, scatter plots"
6464
- text: "Plotting data on a map"
@@ -69,11 +69,11 @@ website:
6969
- section: "Search for data"
7070
- section: "Access data"
7171
- section: "Reproject data"
72-
- section: "Work with NetCDF files?"
72+
- section: "Work with NetCDF files"
7373
contents:
74-
- text: "get the bounding box of a netcdf file"
74+
- text: "Get the bounding box of a NetCDF file"
7575
href: how-to-guides/netcdf_cf.qmd
76-
- text: "get the latitude and longitudes for grid cells"
76+
- text: "Get the latitude and longitudes for grid cells"
7777
href: how-to-guides/get_latitude_and_longitude.qmd
7878
- section: "Tutorials / Workshops"
7979
href: tutorials/tutorials_overview.qmd
@@ -84,6 +84,7 @@ website:
8484
href: tutorials/working_with_icesat2_sea_ice_data.ipynb
8585
- section: "Appendices"
8686
contents:
87+
- text: "Contributing"
8788
- text: "Best Practices"
8889
- text: "What is an API?"
8990

how-to-guides/netcdf_cf.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How do I get the bounding box of a NetCDF file in latitude and longitude?"
2+
title: "How to get the bounding box of a NetCDF file in latitude and longitude"
33
author: Andrew P. Barrett
44
date: last-modified
55
---

how-to-guides/overview.qmd

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: "How-To Guides"
3-
author: Andy P. Barrett
43
---
54

65
## Introduction
@@ -15,9 +14,10 @@ a workflow.
1514

1615
How-To Guides are organized into the following sections:
1716

18-
- How do I search for data (via `earthaccess`);
19-
- How do I accessing data (via `earthaccess`);
20-
- How do I reproject and resample data;
21-
- How do I work with CF-compliant NetCDF files
22-
- [How do I get the bounding box of a NetCDF file in latitude and longitude?](netcdf_cf.qmd)
17+
- How to search for data (via `earthaccess`);
18+
- How to access data (via `earthaccess`);
19+
- How to reproject and resample data;
20+
- How to work with CF-compliant NetCDF files:
21+
- [How to get the bounding box of a NetCDF file in latitude and longitude](netcdf_cf.qmd)
22+
- [How to get latitude and longitude for the grid cells of a NetCDF file](get_latitude_and_longitude.qmd)
2323

index.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ author: NSIDC
99
> the book and its content are expected. We are striving to develop content
1010
> that is well-tested and peer-reviewed, but nothing contained here should be
1111
> expected to work correctly (or at all!) in this early phase. Many sections contain only an outline of the content.
12-
> These sections will have content added at the project develops.
12+
> These sections will have content added as the project develops.
1313
1414
## Welcome to the NSIDC Data Cookbook!
1515

1616
This Cookbook for National Snow and Ice Data Center Distributed Active Archive Center ([NSIDC DAAC](https://nsidc.org/data/data-programs/nsidc-daac)) Data is more Julia Child’s “Mastering the Art of French Cooking” than just a collection of recipes (or data tutorials). The aim is to not only provide easy to follow recipes for working with data but also to provide an understanding of the data managed by NSIDC and the tools available to work with the data. It is not an in-depth guide to the many datasets housed by NSIDC but instead is an introduction to the common types of data, file formats and data structures. The hope is that the cookbook will provide a guide and foundataion to help you *master the art of working with cryospheric data*.
1717

1818
## How to use this cookbook
1919

20-
If you are brand new to NASA or NSIDC data, begin with the **Getting Started** section. Beyond that, the cookbook is divided into four major sections: **NSIDC Data**, **Working with Data**, **How-To Guides**, and **Tutorials / Workshops**. We also include some **Appendices** that include a best practices guide for Python scripting and some background details on computing.
20+
If you are new to NASA or NSIDC data, begin with the **Getting Started** section. Beyond that, the cookbook is divided into four major sections: **NSIDC Data**, **Working with Data**, **How-To Guides**, and **Tutorials / Workshops**. We also include some **Appendices** that include a best practices guide for Python scripting, some background details on computing, and how to contribute to the cookbook (if you are so inclined!).
2121

2222
The **NSIDC Data** section is an introduction to the types of data managed by NSIDC, the file formats used to store that data, coordinate reference systems and grids comon to NSIDC data, and a guide to NASA terminology for Earth science data. There is also an introduction to some “quirky” datasets that do not fit more common simple data structures or are just a little more difficult to work with.
2323

tutorials/tutorials_overview.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Tutorials / Workshops"
33
---
44

5-
This section of the cookbook contains longer form tutorials providing examples of data search and access within a workflow. NSIDC is frequently involved in hackweeks and workshops as well. Content from some of those events can be found in the [NSIDC Data Tutorials Repository](https://github.com/nsidc/NSIDC-Data-Tutorials).
5+
This section of the cookbook contains longer form tutorials providing examples of data search and access within a workflow. NSIDC is frequently involved in hackweeks and workshops as well. Content from past events can be found in the [NSIDC Data Tutorials Repository](https://github.com/nsidc/NSIDC-Data-Tutorials).
66

7-
**Current tutorials:**
7+
**Current cookbook tutorials:**
88

99
- [Direct cloud access of ICESat-2 (*ATL06 Land Ice Height*) data](/tutorials/ATL06-direct-access.ipynb): a notebook that demonstrates searching for cloud-hosted ICESat-2 data and directly accessing Land Ice Height (ATL06) granules from an Amazon Compute Cloud (EC2) instance using the `earthaccess` package.
1010
- [Download of ICESat-2 (*ATL07 Sea Ice*) data](/tutorials/working_with_icesat2_sea_ice_data.ipynb): a notebook that demonstrates searching for and accessing ICESat-2 data using the Python `earthaccess` package, reading and visualizing the data using `xarray` and `pandas`, and that uses `matplotlib` and `cartopy` to produce a map of search results.

0 commit comments

Comments
 (0)