forked from opengeos/leafmap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
168 lines (161 loc) · 5.51 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
site_name: leafmap
site_description: A Python package for interactive mapping and geospatial analysis with minimal coding in a Jupyter environment
site_author: Qiusheng Wu
site_url: https://leafmap.org
repo_url: https://github.com/giswqs/leafmap
copyright: "Copyright © 2021 - 2023 Qiusheng Wu"
theme:
palette:
- scheme: default
# primary: blue
# accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tracking
- navigation.top
- search.highlight
- search.share
custom_dir: "docs/overrides"
font:
text: Google Sans
code: Regular
plugins:
- search
- mkdocstrings
- git-revision-date
- git-revision-date-localized:
enable_creation_date: true
type: timeago
# - pdf-export
- mkdocs-jupyter:
include_source: True
ignore_h1_titles: True
execute: True
allow_errors: false
ignore: ["conf.py", "data/README.md", "usage.md"]
execute_ignore: "workshops/*.ipynb"
markdown_extensions:
- admonition
- abbr
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- pymdownx.superfences
- pymdownx.highlight:
linenums: true
- toc:
permalink: true
extra:
analytics:
provider: google
property: G-B1C88N45QG
nav:
- Home: index.md
- Installation: installation.md
- Get Started: get-started.md
- Usage: notebooks/00_key_features.ipynb
- JupyterLite: https://demo.leafmap.org
- Streamlit App: https://multipage-app.streamlit.app
- Tutorials: tutorials.md
- Contributing: contributing.md
- FAQ: faq.md
- Changelog: changelog.md
- YouTube Channel: https://youtube.com/@giswqs
- Report Issues: https://github.com/giswqs/leafmap/issues
- API Reference:
- basemaps module: basemaps.md
- bokehmap module: bokehmap.md
- colormaps module: colormaps.md
- common module: common.md
- examples module: examples.md
- foliumap module: foliumap.md
- heremap module: heremap.md
- kepler module: kepler.md
- leafmap module: leafmap.md
- legends module: legends.md
- osm module: osm.md
- pc module: pc.md
- plotlymap module: plotlymap.md
- pydeck module: deck.md
- toolbar module: toolbar.md
- Workshops:
- workshops/FOSS4G_2021.ipynb
- workshops/SIGSPATIAL_2021.ipynb
- workshops/YouthMappers_2021.ipynb
- Notebooks:
- notebooks/00_key_features.ipynb
- notebooks/01_leafmap_intro.ipynb
- notebooks/02_using_basemaps.ipynb
- notebooks/03_cog_stac.ipynb
- notebooks/04_cog_mosaic.ipynb
- notebooks/05_load_raster.ipynb
- notebooks/06_legend.ipynb
- notebooks/07_colorbar.ipynb
- notebooks/08_whitebox.ipynb
- notebooks/09_csv_to_points.ipynb
- notebooks/10_add_vector.ipynb
- notebooks/11_linked_maps.ipynb
- notebooks/12_split_map.ipynb
- notebooks/13_geopandas.ipynb
- notebooks/14_postgis.ipynb
- notebooks/15_openstreetmap.ipynb
- notebooks/16_heremap.ipynb
- notebooks/17_vector_tile_layer.ipynb
- notebooks/18_point_layer.ipynb
- notebooks/19_map_to_html.ipynb
- notebooks/20_planet_imagery.ipynb
- notebooks/21_ts_inspector.ipynb
- notebooks/22_time_slider.ipynb
- notebooks/23_colormaps.ipynb
- notebooks/24_heatmap.ipynb
- notebooks/25_map_title.ipynb
- notebooks/26_kepler_gl.ipynb
- notebooks/27_basemap_gallery.ipynb
- notebooks/28_publish_map.ipynb
- notebooks/29_pydeck.ipynb
- notebooks/30_census_data.ipynb
- notebooks/31_search_basemaps.ipynb
- notebooks/32_local_tile.ipynb
- notebooks/33_image_overlay.ipynb
- notebooks/34_add_points_from_xy.ipynb
- notebooks/35_circle_markers.ipynb
- notebooks/36_add_labels.ipynb
- notebooks/37_planetary_computer.ipynb
- notebooks/38_plotly.ipynb
- notebooks/39_inspector_tool.ipynb
- notebooks/40_plotly_gui.ipynb
- notebooks/41_raster_gui.ipynb
- notebooks/42_create_cog.ipynb
- notebooks/43_search_control.ipynb
- notebooks/44_attribute_table.ipynb
- notebooks/45_create_vector.ipynb
- notebooks/46_edit_vector.ipynb
- notebooks/47_numpy_to_cog.ipynb
- notebooks/48_lidar.ipynb
- notebooks/49_split_control.ipynb
- notebooks/50_marker_cluster.ipynb
- notebooks/51_clip_image.ipynb
- notebooks/52_netcdf.ipynb
- notebooks/53_choropleth.ipynb
- notebooks/54_plot_raster.ipynb
- notebooks/55_lidar.ipynb
- notebooks/56_download_ned.ipynb
- notebooks/57_national_map.ipynb
- notebooks/58_bokeh.ipynb
- notebooks/59_create_legend.ipynb
- notebooks/60_add_widget.ipynb
- notebooks/61_vector_to_gif.ipynb