Skip to content

Commit

Permalink
Edit READMEs and add parallel notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nf679 committed Nov 6, 2024
1 parent a9235e9 commit 8add12e
Show file tree
Hide file tree
Showing 9 changed files with 90,725 additions and 193 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ This repository holds teaching materials for the NCAS Introduction to Scientific
| [matplotlib](https://matplotlib.org/stable/users/explain/quick_start.html) | [Exercise 05](/python-data/exercises/ex05_matplotlib.ipynb) | [Solution 05](/python-data/solutions/ex05_matplotlib.ipynb) |
| [numpy](https://numpy.org/doc/stable/user/quickstart.html) | [Exercise 06](/python-data/exercises/ex06_numpy.ipynb) | [Solution 06](/python-data/solutions/ex06_numpy.ipynb) |
| [netCDF4](https://unidata.github.io/netcdf4-python/#tutorial) | [Exercise 07a](/python-data/exercises/ex07a_netcdf4_basics.ipynb) [Exercise 07b](/python-data/exercises/ex07b_netcdf4_advanced.ipynb)| [Solution 07a](/python-data/exercises/ex07a_netcdf4_basics.ipynb) [Exercise 07b](/python-data/exercises/ex07b_netcdf4_advanced.ipynb)|
| Weather Exercise | [Exercise 08](/python-data/exercises/ex08a_weather_api.ipynb) | [Solution 08](/python-data/solutions/ex08a_weather_api.ipynb) |
| Sentinel Data Exercise | [Exercise 09](/python-data/exercises/ex08b_satellite_data.ipynb) | [Solution 09](ex08b_satellite_data.ipynb) |
| Weather Exercise | [Exercise 08a](/python-data/exercises/ex08a_weather_api.ipynb) | [Solution 08](/python-data/solutions/ex08a_weather_api.ipynb) |
| Sentinel Data Exercise | [Exercise 08b](/python-data/exercises/ex08b_satellite_data.ipynb) | [Solution 09](ex08b_satellite_data.ipynb) |


## Useful materials and resources
Expand Down
1 change: 1 addition & 0 deletions python-data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Presentation material is used from the links listed below:
5. [matplotlib](https://matplotlib.org/stable/users/explain/quick_start.html)
6. [numpy](https://numpy.org/doc/stable/user/quickstart.html)
7. [NetCDF4](https://unidata.github.io/netcdf4-python/#tutorial)
8. [Weather Exercise](./exercises/ex08a_weather_api.ipynb) and [Satellite Exercise](./exercises/ex08b_satellite_data.ipynb)

Each of these has an equivalent notebook in the [exercises](./exercises) folder with the solutions in the [solutions](./solutions) folder.
Loading

0 comments on commit 8add12e

Please sign in to comment.