Skip to article frontmatterSkip to article content

BD4EO-course

Simula Research Laboratory

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

Licensing

You are free to share and adapt the material, provided that appropriate credit is given.


How to use

  1. Clone this repository:

    git clone https://github.com/annefou/BD4EO-course.git
    cd BD4EO-course
  2. Install Jupyter Book (v2.*)

     pip install --pre "jupyter-book==2.*"
  3. To compile and render the jupyter book locally:

     jupyter book start

    Open a web browser and the rendered webpage shoudl be available at http://localhost:3000

  4. To 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.