This repository contains the material for the Big Data for Earth Observation (BD4EO) course.
The course is built using Jupyter Book and the rendered version can be accessed here:
👉 Rendered HTML pages of the course
Repository structure¶
notebooks/: Jupyter notebooks used in the course.docs/orcontent/: Course documentation, lecture notes, and related material._config.yml/_toc.yml: Jupyter Book configuration files.
Licensing¶
- Documents, lecture notes, and textual content: Licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0).
- Jupyter notebooks and code examples: Licensed under the MIT License.
You are free to share and adapt the material, provided that appropriate credit is given.
How to use¶
Clone this repository:
git clone https://github.com/annefou/BD4EO-course.git cd BD4EO-courseInstall Jupyter Book (v2.*)
pip install --pre "jupyter-book==2.*"To compile and render the jupyter book locally:
jupyter book startOpen a web browser and the rendered webpage shoudl be available at
http://localhost:3000To explore the rendered course online, visit: 👉 https://
annefou .github .io /BD4EO -course
Acknowledgments¶
This course has been developed and maintained by Anne Fouilloux.
Contributions and feedback are welcome via issues and pull requests.