About

An interactive presentation / tutorial on geospatial analysis using Google Earth Engine and Rasterio Open In Colab

Python dependencies

I recommend running in a virtual environment / colab.

pip install jupyter_contrib_nbextensions
pip install RISE
pip install geemap
pip install eemont
pip install autopep8
pip install rasterio
pip install numpy
pip install blockdiagMagic
pip install nbdev

In Code Diagrams

Diagrams should appear when Jupyter is run after the blockdiagMagic is installed.

More about the library

Github repo

Example

#Reset to png output with: %setdiagpng
A -> B -> C;
B -> D;

How to view this notebook as a slide

Rerun jupyter notebook (via the web UI) after installing RISE, then you should see the following button, which opens the slideshow: image.png

Preview

More about slideshows in Jupyter

How to generate a slideshow from a notebook

Adding Rise to be able to run slideshows from Jupyter

Generate Docs Website

nbdev_docs