forked from apache/sedona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
145 lines (145 loc) · 6.4 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
site_name: Apache Sedona™ (incubating)
site_description: Apache Sedona (incubating) is a cluster computing system for processing large-scale spatial data. Sedona extends Apache Spark / SparkSQL with a set of out-of-the-box Spatial Resilient Distributed Datasets / SpatialSQL that efficiently load, process, and analyze large-scale spatial data across machines.
nav:
- Home: index.md
- Setup:
- Features: download/features.md
- Quick start: download/overview.md
- Release notes: download/GeoSpark-All-Modules-Release-notes.md
- Maven Central coordinate: download/GeoSpark-All-Modules-Maven-Central-Coordinates.md
- Set up Spark cluser: download/cluster.md
- Self-contained project: download/project.md
- Interactive scala shell: download/scalashell.md
- Install Sedona-Zeppelin: download/zeppelin.md
- Compile the code: download/compile.md
- Publish the code: download/publish.md
- Programming Guides:
- Spatial RDD app:
- Scala/Java: tutorial/rdd.md
- Python: tutorial/geospark-core-python.md
- Spatial SQL app:
- Scala/Java: tutorial/sql.md
- Python: tutorial/geospark-sql-python.md
- Map visualization SQL app:
- Scala/Java: tutorial/viz.md
- Use Apache Zeppelin: tutorial/zeppelin.md
- Examples:
- Scala/Java: tutorial/GeoSpark-Runnable-DEMO.md
- Python: tutorial/jupyter-notebook.md
- Performance tuning:
- Benchmark: tutorial/benchmark.md
- Tune RDD application: tutorial/Advanced-Tutorial-Tune-your-GeoSpark-Application.md
- API Docs:
- RDD (core):
- Scala/Java doc: api/GeoSpark-Scala-and-Java-API.md
- Python doc: api/GeoSpark-Python-API.md
- SQL:
- Quick start: api/sql/GeoSparkSQL-Overview.md
- Constructor: api/sql/GeoSparkSQL-Constructor.md
- Function: api/sql/GeoSparkSQL-Function.md
- Predicate: api/sql/GeoSparkSQL-Predicate.md
- Aggregate function: api/sql/GeoSparkSQL-AggregateFunction.md
- Join query (optimizer): api/sql/GeoSparkSQL-Optimizer.md
- Parameter: api/sql/GeoSparkSQL-Parameter.md
- Viz:
- DataFrame/SQL: api/viz/sql.md
- RDD: api/viz/Babylon-Scala-and-Java-API.md
- Community:
- Community: community/contact.md
- Contributing rule: community/rule.md
- Committers: community/contributor.md
- Publications: community/publication.md
- GeoSpark Legacy Docs:
- Download:
- Quick start: archive/download/overview.md
- Release notes: archive/download/GeoSpark-All-Modules-Release-notes.md
- Maven Central coordinate: archive/download/GeoSpark-All-Modules-Maven-Central-Coordinates.md
- Set up Spark cluser: archive/download/cluster.md
- Spark Scala shell: archive/download/scalashell.md
- Self-contained project: archive/download/project.md
- Install GeoSpark-Zeppelin: archive/download/zeppelin.md
- Compile the source code: archive/download/compile.md
- Tutorial:
- Spatial RDD application: archive/tutorial/rdd.md
- Spatial SQL application: archive/tutorial/sql.md
- Visualize Spatial DataFrame: archive/tutorial/viz.md
- Run GeoSpark via Zeppelin: archive/tutorial/zeppelin.md
- Spatial RDD in Python: archive/tutorial/geospark-core-python.md
- Spatial SQL in Python: archive/tutorial/geospark-sql-python.md
- GeoSpark template project: archive/tutorial/GeoSpark-Runnable-DEMO.md
- Frequently Asked Questions: archive/tutorial/faq.md
- Tune GeoSpark RDD application: archive/tutorial/Advanced-Tutorial-Tune-your-GeoSpark-Application.md
- Benchmark: archive/tutorial/benchmark.md
- API:
- GeoSpark core (RDD):
- Scala/Java doc: archive/api/GeoSpark-Scala-and-Java-API.md
- Python doc: archive/api/GeoSpark-Python-API.md
- GeoSpark SQL:
- JavaDoc: archive/api/sql/GeoSparkSQL-javadoc.md
- Quick start: archive/api/sql/GeoSparkSQL-Overview.md
- Constructor: archive/api/sql/GeoSparkSQL-Constructor.md
- Function: archive/api/sql/GeoSparkSQL-Function.md
- Predicate: archive/api/sql/GeoSparkSQL-Predicate.md
- Aggregate function: archive/api/sql/GeoSparkSQL-AggregateFunction.md
- Join query (optimizer): archive/api/sql/GeoSparkSQL-Optimizer.md
- Parameter: archive/api/sql/GeoSparkSQL-Parameter.md
- GeoSpark Viz:
- DataFrame/SQL: archive/api/viz/sql.md
- RDD: archive/api/viz/Babylon-Scala-and-Java-API.md
- Apache Software Foundation:
- Foundation: asf/asf.md
- License: https://www.apache.org/licenses/" target="_blank
- Events: https://www.apache.org/events/current-event" target="_blank
- Sponsorship: https://www.apache.org/foundation/sponsorship.html" target="_blank
- Thanks: https://www.apache.org/foundation/thanks.html" target="_blank
- Security: https://www.apache.org/security/" target="_blank
repo_url: https://github.com/apache/incubator-sedona
repo_name: apache/incubator-sedona
theme:
name: 'material'
custom_dir: docs-overrides
palette:
primary: 'deep orange'
accent: 'green'
favicon: image/sedona_logo.png
icon:
logo: fontawesome/solid/globe-americas
repo: fontawesome/brands/github
font:
text: Lato
features:
- navigation.tabs
google_analytics: ['UA-64886725-1', 'www.public.asu.edu/~jiayu2/geospark/index.html']
extra:
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/apache/incubator-sedona'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ApacheSedona'
copyright: Apache Sedona, Apache Incubator, Apache, the Apache feather logo, and the Apache Incubator project logo are trademarks or registered trademarks of The Apache Software Foundation.
markdown_extensions:
- admonition
- attr_list
- codehilite
- toc:
permalink: true
toc_depth: 3
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
prebuild_index: true