forked from UCL-EO/geog0111
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
85 lines (85 loc) · 2.68 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/prof_plewis
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/proflewis/geog0111
- icon: fontawesome/brands/github
link: https://github.com/UCL-EO/geog0111
google_analytics:
- UA-1347772-1
- auto
markdown_extensions:
- meta
nav:
- Course Basics:
- Notebook Use: 001_Notebook_use.md
- Unix: 002_Unix.md
- Local Install: 003_Local_Install.md
- Help: 005_Help.md
- Core Concepts:
- Python Introduction: 010_Python_Introduction.md
- Python Data Types: 011_Python_data_types.md
- Python Strings: 012_Python_strings.md
- Python String Methods: 013_Python_string_methods.md
- Python Groups: 014_Python_groups.md
- Python Control: 015_Python_control.md
- Python For: 016_Python_for.md
- Functions: 017_Functions.md
- Python Files: 018_Python_files.md
- Running Python: 019_Running_Python.md
- Datasets:
- NASA MODIS Earthdata: 020_NASA_MODIS_Earthdata.md
- Google Earth Engine: 021_GoogleEarthEngine.md
- Image Processing:
- Numpy Matplotlib: 031_Numpy_matplotlib.md
- Plotting: 031_Plotting.md
- Geospatial Data:
- GDAL: 040_GDAL.md
- MODIS Download: 041_MODIS_download.md
- GDAL Masking: 042_GDAL_masking.md
- GDAL Stacking And Interpolating: 043_GDAL_stacking_and_interpolating.md
- GDAL Reconciling Projections: 044_GDAL_Reconciling_projections.md
- Modelling:
- Linear Models: 050_Linear_models.md
- Modelling And Optimisation: 051_Modelling_and_optimisation.md
- Answers:
- Notebook Use Answers: 001_Notebook_use_answers.md
- Unix Answers: 002_Unix_answers.md
- Help Answers: 005_Help_answers.md
- Python Introduction Answers: 010_Python_Introduction_answers.md
- Python Data Types Answers: 011_Python_data_types_answers.md
- Python Strings Answers: 012_Python_strings_answers.md
- Python String Methods Answers: 013_Python_string_methods_answers.md
- Python Groups Answers: 014_Python_groups_answers.md
- Python Control Answers: 015_Python_control_answers.md
- Python For Answers: 016_Python_for_answers.md
- Functions Answers: 017_Functions_answers.md
- Running Python Answers: 019_Running_Python_answers.md
- NASA MODIS Earthdata Answers: 020_NASA_MODIS_Earthdata_answers.md
- Developer Notes:
- Scripts: bin.md
plugins:
- git-revision-date-localized
- exclude:
glob:
- work/*
- __pycache__
- '*.bin'
- '*.hdf'
- '*.nc'
- '*.zip'
- '*.npz'
- search
- mkdocs-jupyter:
include_source: true
repo_url: https://github.com/UCL-EO/geog0111
site_author: Prof P. Lewis
site_name: GEOG0111
site_url: https://ucl-eo.github.io/geog0111
theme:
favicon: images/ucl.png
features:
- search.highlight
- header.hide
name: material