forked from gee-community/geemap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
97 lines (91 loc) · 3.29 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: geemap
site_url: https://geemap.org
repo_url: https://github.com/giswqs/geemap
theme:
# palette:
# scheme: slate
name: material
icon:
repo: fontawesome/brands/github
features:
- instant
- navigation.expand
- tabs
- search.highlight
plugins:
- search
- mkdocstrings
- git-revision-date
# - pdf-export
- mkdocs-jupyter:
include_source: True
# execute: True
markdown_extensions:
- attr_list
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: usage.md
- Tutorials: tutorials.md
- Contributing: contributing.md
- Citations: citations.md
- FAQ: faq.md
- Voilà App: https://geemap-tutorials.herokuapp.com
- Blog: https://blog.gishub.org
- YouTube Channel: https://www.youtube.com/c/QiushengWu
- Report Issues: https://github.com/giswqs/geemap/issues
- API Reference:
- basemaps module: basemaps.md
- cartoee module: cartoee.md
- common module: common.md
- conversion module: conversion.md
- eefolium module: eefolium.md
- geemap module: geemap.md
- legends module: legends.md
- ml module: ml.md
- Notebooks:
- notebooks/00_geemap_key_features.ipynb
- notebooks/01_geemap_intro.ipynb
- notebooks/02_using_basemaps.ipynb
- notebooks/03_inspector_tool.ipynb
- notebooks/04_split_panel_map.ipynb
- notebooks/05_drawing_tools.ipynb
- notebooks/06_marker_cluster.ipynb
- notebooks/07_geojson.ipynb
- notebooks/08_ee_js_to_ipynb.ipynb
- notebooks/09_plotting.ipynb
- notebooks/10_shapefiles.ipynb
- notebooks/11_export_image.ipynb
- notebooks/12_zonal_statistics.ipynb
- notebooks/13_zonal_statistics_by_group.ipynb
- notebooks/14_legends.ipynb
- notebooks/15_convert_js_to_py.ipynb
- notebooks/16_add_animated_text.ipynb
- notebooks/17_add_colorbar_to_gif.ipynb
- notebooks/18_create_landsat_timelapse.ipynb
- notebooks/19_search_places_and_datasets.ipynb
- notebooks/20_timeseries_inspector.ipynb
- notebooks/21_export_map_to_html_png.ipynb
- notebooks/22_import_scripts.ipynb
- notebooks/23_import_assets.ipynb
- notebooks/24_publish_maps.ipynb
- notebooks/25_load_rasters.ipynb
- notebooks/26_heroku.ipynb
- notebooks/27_timelapse_app.ipynb
- notebooks/28_voila.ipynb
- notebooks/29_pydeck.ipynb
- notebooks/30_image_props_stats.ipynb
- notebooks/31_unsupervised_classification.ipynb
- notebooks/32_supervised_classification.ipynb
- notebooks/33_accuracy_assessment.ipynb
- notebooks/34_extract_values.ipynb
- notebooks/35_geemap_colab.ipynb
- notebooks/36_quality_mosaic.ipynb
- notebooks/37_pydeck_3d.ipynb
- notebooks/38_cloud_geotiff.ipynb
- notebooks/39_timelapse.ipynb
- notebooks/40_ipywidgets.ipynb
- notebooks/41_water_app.ipynb
- notebooks/42_upload_data.ipynb
- notebooks/43_extract_values_to_points.ipynb