-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update intro tutorial part 1 Co-authored-by: Ryan Abernathey <[email protected]>
- Loading branch information
Showing
5 changed files
with
572 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Introduction Tutorial | ||
|
||
Welcome to the Pangeo Forge introduction tutorial! | ||
|
||
This tutorial is split into three parts: | ||
1. Defining a recipe | ||
1. Running a recipe locally | ||
2. Setting up a recipe to run in the cloud | ||
|
||
Throughout this tutorial we are going to convert NOAA OISST stored in netCDF to Zarr. OISST is a global, gridded ocean sea surface temperature dataset at 1/4 degree resolution. By the end of this tutorial sequence you will have converted some OISST data to zarr, be able to access a sample on your computer, and see how to propose the recipe for cloud deployment! | ||
|
||
The introduction tutorial assumes that you already have `pangeo-forge-recipes` installed. | ||
|
||
## Index | ||
|
||
```{toctree} | ||
:maxdepth: 1 | ||
:glob: | ||
intro_tutorial_part1 | ||
``` |
Oops, something went wrong.