Earth Engine

YouTube Channel

More video tutorials for geemap and Earth Engine are available on my YouTube channel. If you can't access YouTube in your country, you can try 哔哩哔哩

Earth Engine Tutorials on YouTube

Tutorials

  1. Introducing the geemap Python package for interactive mapping with Google Earth Engine (video | gif | notebook)
  2. Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine (video | gif | notebook)
  3. Introducing the Inspector tool for Earth Engine Python API (video | gif | notebook)
  4. Creating a split-panel map for visualizing Earth Engine data (video | gif | notebook)
  5. Using drawing tools to interact with Earth Engine data (video | gif | notebook)
  6. Creating an interactive map with a marker cluster (video | gif | notebook)
  7. Converting data formats between GeoJSON and Earth Engine (video | gif | notebook)
  8. Automated conversion from Earth Engine JavaScripts to Python scripts and Jupyter notebooks (video | gif | notebook)
  9. Interactive plotting of Earth Engine data with minimal coding (video | gif | notebook)
  10. Using shapefiles with Earth Engine without having to upload data to GEE (video | gif | notebook)
  11. Exporting Earth Engine Image and ImageCollection as GeoTIFF and Numpy array (video | gif | notebook)
  12. Computing zonal statistics with Earth Engine and exporting results as CSV or shapefile (video | gif | notebook)
  13. Calculating zonal statistics by group (e.g., analyzing land cover composition of each country/state) (video | gif | notebook)
  14. Adding a customized legend for Earth Engine data (video | gif | notebook)
  15. Converting Earth Engine JavaScripts to Python code directly within Jupyter notebook (video | gif | notebook)
  16. Adding animated text to GIF images generated from Earth Engine data (video | gif | notebook)
  17. Adding colorbar and images to GIF animations generated from Earth Engine data (video | gif | notebook)
  18. Creating Landsat timelapse animations with animated text using Earth Engine (video | gif | notebook)
  19. How to search and import datasets from Earth Engine Data Catalog (video | gif | notebook)
  20. Using timeseries inspector to visualize landscape changes over time (video | gif | notebook)
  21. Exporting Earth Engine maps as HTML files and PNG images (video | gif | notebook)
  22. How to import Earth Engine Python scripts into Jupyter notebook? (video | gif | notebook)
  23. How to search Earth Engine API and import assets from GEE personal account? (video | gif | notebook)
  24. How to publish interactive Earth Engine maps? (video | gif | notebook)
  25. How to load local raster datasets with geemap? (video | gif | notebook)
  26. How to create and deploy Earth Engine Apps using Python? (video | gif | notebook)
  27. How to create an interactive Earth Engine App for creating Landsat timelapse? (video | gif | notebook)
  28. How to use your local computer as a web server for hosting Earth Engine Apps? (video | gif | notebook)

1. Introducing the geemap Python package for interactive mapping with Google Earth Engine

Intro geemap

2. Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine

basemaps

3. Introducing the Inspector tool for Earth Engine Python API

Inspector tool

4. Creating a split-panel map for visualizing Earth Engine data

Split panel

5. Using drawing tools to interact with Earth Engine data

Drawing tools

6. Creating an interactive map with a marker cluster

Marker cluster

7. Converting data formats between GeoJSON and Earth Engine

GeoJSON

8. Automated conversion from Earth Engine JavaScripts to Python scripts and Jupyter notebooks

Conversion

9. Interactive plotting of Earth Engine data with minimal coding

Plotting

10. Using shapefiles with Earth Engine without having to upload data to GEE

shapefile

11. Exporting Earth Engine Image and ImageCollection as GeoTIFF and Numpy array

exporting

12. Computing zonal statistics with Earth Engine and exporting results as CSV or shapefile

zonal

13. Calculating zonal statistics by group (e.g., analyzing land cover composition of each country/state)

zonal by group

14. Adding a customized legend for Earth Engine data

legend

15. Converting Earth Engine JavaScripts to Python code directly within Jupyter notebook

js-py

16. Adding animated text to GIF images generated from Earth Engine data

animated text

17. Adding colorbar and images to GIF animations generated from Earth Engine data

logo

18. Creating Landsat timelapse animations with animated text using Earth Engine

timelapse

19. How to search and import datasets from Earth Engine Data Catalog

search

20. Using timeseries inspector to visualize landscape changes over time

ts inspector

21. Exporting Earth Engine maps as HTML files and PNG images

export html

22. How to import Earth Engine Python scripts into Jupyter notebook?

import scripts

23. How to search Earth Engine API and import assets from GEE personal account?

import assets

24. How to publish interactive Earth Engine maps?

publish maps

25. How to load local raster datasets with geemap?

load rasters