GEE
Google Earth Engine (GEE)¶
“Google Earth Engine combines a multi-petabyte catalog of satellite imagery and geospatial datasets with planetary-scale analysis capabilities.”
- https://
earthengine .google .com (documentation) - https://
code .earthengine .google .com (code editor)
GEE is great repository for data, computation and mapping. Today we’ll focus on mapping

You can inspect and run the code for yourself here
GEE APP¶
Earth Engine also alows you to turn simple scripts like the one above into public facing apps with a few clicks of a button.

Here is the resulting app

https://
One can go far beyond the simple app above. Here is an example of a more advance app

url: https://
GEEMAP¶
“Geemap is a Python package for interactive geospatial analysis and visualization with Google Earth Engine”
