Skip to content
Draft
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 changes: 4 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[codespell]

# Ignore really long strings that look like base64-encoded data, e.g. in Jupyter Notebook outputs
ignore-regex = [A-Za-z0-9+/]{100,}
4 changes: 2 additions & 2 deletions 02-schedule.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ We may do a group order for food delivery.
## 🌇 Afternoon (1:30 - 5:00)

| Time | Duration | Topic | Presenter(s) |
| ------- | ---------- | ---------------------------------------------- | --------------- |
| 1:30 PM | 60 minutes | [](modules/04-data-in-the-cloud/index.md) | Max |
| ------- | ---------- | -----------------------------------------------| --------------- |
| 1:30 PM | 60 minutes | [](modules/04-data-in-the-cloud/index.ipynb) | Max |
| 2:30 PM | 10 minutes | **Break** | |
| 2:40 PM | 60 minutes | [](modules/05-sharing-and-publishing/index.md) | Fernando & Matt |
| 3:40 PM | 10 minutes | **Break** | |
Expand Down
12 changes: 12 additions & 0 deletions docker/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ dependencies:
- "scipy"
- "xarray"

# Storage
- "s3fs"
- "obstore"
- "fsspec"
- "icechunk"
- "virtualizarr"
- "h5netcdf"

# geo
- "gdal"
- "geopandas"
Expand Down Expand Up @@ -53,3 +61,7 @@ dependencies:

# Infrastructure
- "jupyter-server-proxy" # Enable proxying MyST sites built from CLI, accessed at `$PREFIX/proxy/$PORT`

- "pip"
- pip: # Stuff not yet on conda forge
- "obspec-utils"
379 changes: 379 additions & 0 deletions modules/04-data-in-the-cloud/index.ipynb

Large diffs are not rendered by default.

26 changes: 0 additions & 26 deletions modules/04-data-in-the-cloud/index.md

This file was deleted.

1 change: 1 addition & 0 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ project:
children:
- pattern: "for-instructors/*.md"


site:
template: "book-theme"
actions:
Expand Down