You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+30-24
Original file line number
Diff line number
Diff line change
@@ -21,58 +21,64 @@ More video tutorials for geemap and Earth Engine are available on my [YouTube ch
21
21
22
22
## Tutorials
23
23
24
-
1.[Introducing the geemap Python package for interactive mapping with Google Earth Engine](#introducing-the-geemap-python-package-for-interactive-mapping-with-google-earth-engine)
25
-
2.[Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine](#using-basemaps-in-geemap-and-ipyleaflet-for-interactive-mapping-with-google-earth-engine)
26
-
3.[Introducing the Inspector tool for Earth Engine Python API](#introducing-the-inspector-tool-for-earth-engine-python-api)
27
-
4.[Creating a split-panel map for visualizing Earth Engine data](#creating-a-split-panel-map-for-visualizing-earth-engine-data)
28
-
5.[Using drawing tools to interact with Earth Engine data](#using-drawing-tools-to-interact-with-earth-engine-data)
29
-
6.[Creating an interactive map with a marker cluster](#creating-an-interactive-map-with-a-marker-cluster)
30
-
7.[Converting data formats between GeoJSON and Earth Engine](#converting-data-formats-between-geojson-and-earth-engine)
31
-
8.[Automated conversion from Earth Engine JavaScripts to Python scripts and Jupyter notebooks](#automated-conversion-from-earth-engine-javascripts-to-python-scripts-and-jupyter-notebooks)
32
-
9.[Interactive plotting of Earth Engine data with minimal coding](#interactive-plotting-of-earth-engine-data-with-minimal-coding)
33
-
10.[Using shapefiles with Earth Engine without having to upload data to GEE](#using-shapefiles-with-earth-engine-without-having-to-upload-data-to-gee)
34
-
11.[Exporting Earth Engine Image and ImageCollection as GeoTIFF and Numpy array](#exporting-earth-engine-image-and-imagecollection-as-geotiff-and-numpy-array)
35
-
36
-
### Introducing the geemap Python package for interactive mapping with Google Earth Engine
24
+
1.[Introducing the geemap Python package for interactive mapping with Google Earth Engine](#1-introducing-the-geemap-python-package-for-interactive-mapping-with-google-earth-engine)
25
+
2.[Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine](#2-using-basemaps-in-geemap-and-ipyleaflet-for-interactive-mapping-with-google-earth-engine)
26
+
3.[Introducing the Inspector tool for Earth Engine Python API](#3-introducing-the-inspector-tool-for-earth-engine-python-api)
27
+
4.[Creating a split-panel map for visualizing Earth Engine data](#4-creating-a-split-panel-map-for-visualizing-earth-engine-data)
28
+
5.[Using drawing tools to interact with Earth Engine data](#5-using-drawing-tools-to-interact-with-earth-engine-data)
29
+
6.[Creating an interactive map with a marker cluster](#6-creating-an-interactive-map-with-a-marker-cluster)
30
+
7.[Converting data formats between GeoJSON and Earth Engine](#7-converting-data-formats-between-geojson-and-earth-engine)
31
+
8.[Automated conversion from Earth Engine JavaScripts to Python scripts and Jupyter notebooks](#8-automated-conversion-from-earth-engine-javascripts-to-python-scripts-and-jupyter-notebooks)
32
+
9.[Interactive plotting of Earth Engine data with minimal coding](#9-interactive-plotting-of-earth-engine-data-with-minimal-coding)
33
+
10.[Using shapefiles with Earth Engine without having to upload data to GEE](#10-using-shapefiles-with-earth-engine-without-having-to-upload-data-to-gee)
34
+
11.[Exporting Earth Engine Image and ImageCollection as GeoTIFF and Numpy array](#11-exporting-earth-engine-image-and-imagecollection-as-geotiff-and-numpy-array)
35
+
12.[Zonal statistics with Earth Engine and exporting results as CSV or shapefile](#12-zonal-statistics-with-earth-engine-and-exporting-results-as-csv-or-shapefile)
36
+
37
+
38
+
### 1. Introducing the geemap Python package for interactive mapping with Google Earth Engine
37
39
38
40

39
41
40
-
### Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine
42
+
### 2. Using basemaps in geemap and ipyleaflet for interactive mapping with Google Earth Engine
41
43
42
44

43
45
44
-
### Introducing the Inspector tool for Earth Engine Python API
46
+
### 3. Introducing the Inspector tool for Earth Engine Python API
0 commit comments