Skip to content

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

License

Notifications You must be signed in to change notification settings

VehpuS/gee-to-rasterio-tutorial

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published