From 08ed5fddb90122891009c853a709a46b888f2b77 Mon Sep 17 00:00:00 2001 From: MartinM <86887742+MartinMokros@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:21:30 +0100 Subject: [PATCH] Update TIMETABLE.md --- notebooks/TIMETABLE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/TIMETABLE.md b/notebooks/TIMETABLE.md index 77b2bc2..9864662 100644 --- a/notebooks/TIMETABLE.md +++ b/notebooks/TIMETABLE.md @@ -11,7 +11,7 @@ GEOG0111 Timetable 2024-25 | 3 | **Control** | [Control in Python](015_Python_control.ipynb) | [For loop](016_Python_for.ipynb) | [Functions](017_Functions.ipynb) | [Scripts](018_Running_Python.ipynb) | | [Python script](061_Script.ipynb)| | | |[![Control in Python](images/icon.png)](https://web.microsoftstream.com/video/bca9c0f5-93f3-4e0e-9514-afbfb7636467) | [![For loop](images/icon.png)](https://web.microsoftstream.com/video/20bac8b4-2aa7-442b-bdbc-7f1e247102c1)|[![Function](images/icon.png)](https://web.microsoftstream.com/video/16fdbf94-2ae9-4679-8693-7ae8d47dd949)|[![Scripts](images/icon.png)](https://web.microsoftstream.com/video/087a1c32-9bd4-4a45-a481-826cb1f39279) | 4 | **Files** | [Files](020_Python_files.ipynb) | [URLs](021_URLs.ipynb)| [Pandas](022_Pandas.ipynb) | -| 5 | **Graphics** | [Plotting](023_Plotting.ipynb) | [Image display](024_Image_display.ipynb) | | | |[Part 1](Geog0111_Part1.pdf) [Code advice](063_Part1_code.ipynb)| +| 5 | **Graphics** | [Plotting](023_Plotting.ipynb) | [Image display](024_Image_display.ipynb) | | | |[Part 1](Geog0111_Part1_2024_25.pdf) [Code advice](063_Part1_code.ipynb)| | *Reading Week* | | | | | | 6 |**Data** | [NASA MODIS](030_NASA_MODIS_Earthdata.ipynb) | [numpy](031_Numpy.ipynb) | [more numpy](032_More_numpy.ipynb) | || [Numpy exercise](064_Numpy.ipynb)| | 7 | **Space and time** | [Mosaicing](040_GDAL_mosaicing_and_masking.ipynb) | [Timeseries](041_GDAL_timeseries.ipynb) | | @@ -21,4 +21,4 @@ GEOG0111 Timetable 2024-25 | 10 | **Recap** | [Summary](070_Summary.ipynb)| | || | [Part 2](Geog0111_Part2_2023_24.pdf)| -Note that [Part 1](Geog0111_Part1_2023_24.pdf) and [Part 2](Geog0111_Part2_2023_24.pdf) are the formal assessments for the course. [Part 1](Geog0111_Part1_2023_24.pdf) should be submitted the Monday after Reading week. [Part 2](Geog0111_Part2_2023_24.pdf) should be submitted in the first week of Term 2. Please read [Code advice](063_Part1_code.ipynb) before subitting work. +Note that [Part 1](Geog0111_Part1_2024_25.pdf) and [Part 2](Geog0111_Part2_2023_24.pdf) are the formal assessments for the course. [Part 1](Geog0111_Part1_2024_25.pdf) should be submitted the Monday after Reading week. [Part 2](Geog0111_Part2_2023_24.pdf) should be submitted in the first week of Term 2. Please read [Code advice](063_Part1_code.ipynb) before subitting work.