forked from apache/sedona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
170 lines (170 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
site_name: Apache Sedona™
site_description: Apache Sedona™ is a cluster computing system for processing large-scale spatial data. Sedona extends existing cluster computing systems, such as Apache Spark and Apache Flink, with a set of out-of-the-box distributed Spatial Datasets and Spatial SQL that efficiently load, process, and analyze large-scale spatial data across machines.
nav:
- Home: index.md
- Setup:
- Overview: setup/overview.md
- Supported platforms:
- Sedona with Apache Spark:
- Modules: setup/modules.md
- Language wrappers: setup/platform.md
- Sedona with Apache Flink:
- Modules: setup/flink/modules.md
- Language wrappers: setup/flink/platform.md
- Maven Central coordinate: setup/maven-coordinates.md
- Install with Apache Spark:
- Install Sedona Scala/Java: setup/install-scala.md
- Install Sedona Python: setup/install-python.md
- Install Sedona R: api/rdocs
- Install Sedona-Zeppelin: setup/zeppelin.md
- Install on Databricks: setup/databricks.md
- Install on AWS EMR: setup/emr.md
- Set up Spark cluster: setup/cluster.md
- Install with Apache Flink:
- Install Sedona Scala/Java: setup/flink/install-scala.md
- Release notes: setup/release-notes.md
- Compile the code: setup/compile.md
- Download: download.md
- Programming Guides:
- Sedona with Apache Spark:
- Spatial SQL app: tutorial/sql.md
- Raster SQL app: tutorial/raster.md
- Pure SQL environment: tutorial/sql-pure-sql.md
- Spatial RDD app: tutorial/rdd.md
- Sedona R: api/rdocs
- Work with GeoPandas and Shapely: tutorial/geopandas-shapely.md
- Map visualization SQL app:
- Scala/Java: tutorial/viz.md
- Use Apache Zeppelin: tutorial/zeppelin.md
- Gallery: tutorial/viz-gallery.md
- Performance tuning:
- Benchmark: tutorial/benchmark.md
- Tune RDD application: tutorial/Advanced-Tutorial-Tune-your-Application.md
- Storing large raster geometries in Parquet files: tutorial/storing-blobs-in-parquet.md
- Sedona with Apache Flink:
- Spatial SQL app: tutorial/flink/sql.md
- Examples:
- Scala/Java: tutorial/demo.md
- Python: tutorial/jupyter-notebook.md
- API Docs:
- Sedona with Apache Spark:
- SQL:
- Quick start: api/sql/Overview.md
- Vector data:
- Constructor: api/sql/Constructor.md
- Function: api/sql/Function.md
- Predicate: api/sql/Predicate.md
- Aggregate function: api/sql/AggregateFunction.md
- DataFrame Style functions: api/sql/DataFrameAPI.md
- Query optimization: api/sql/Optimizer.md
- Raster data:
- Raster loader: api/sql/Raster-loader.md
- Raster writer: api/sql/Raster-writer.md
- Raster operators: api/sql/Raster-operators.md
- Parameter: api/sql/Parameter.md
- RDD (core):
- Scala/Java doc: api/java-api.md
- Viz:
- DataFrame/SQL: api/viz/sql.md
- RDD: api/viz/java-api.md
- Sedona R: api/rdocs
- Sedona with Apache Flink:
- SQL:
- Overview: api/flink/Overview.md
- Constructor: api/flink/Constructor.md
- Function: api/flink/Function.md
- Aggregator: api/flink/Aggregator.md
- Predicate: api/flink/Predicate.md
- Community:
- Community: community/contact.md
- Contributor Guide:
- Rules: community/rule.md
- Develop: community/develop.md
- Committer Guide:
- Project Management Committee: community/contributor.md
- Become a release manager: community/release-manager.md
- Publish a snapshot version: community/snapshot.md
- Make a release: community/publish.md
- Vote a release: community/vote.md
- Publications: community/publication.md
- Use cases:
- Spatially aggregate airports per country: usecases/airport-country.md
- Match foot traffic to Seattle coffee shops: usecases/foot-traffic.md
- Raster image manipulation: usecases/raster.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
- Privacy: https://privacy.apache.org/policies/privacy-policy-public.html" target="_blank
repo_url: https://github.com/apache/sedona
repo_name: apache/sedona
theme:
font: false
name: 'material'
custom_dir: docs-overrides
palette:
primary: 'deep orange'
accent: 'green'
favicon: https://www.apache.org/logos/res/sedona/sedona.png
icon:
logo: fontawesome/solid/earth-americas
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
- navigation.top
- search.suggest
- search.highlight
- search.share
extra:
version:
provider: mike
social:
- icon: fontawesome/brands/github-alt
link: 'https://github.com/apache/sedona'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ApacheSedona'
sedona:
current_version: 1.4.1
current_geotools: 1.4.0-28.2
sedona_create_release:
current_version: 1.4.1
current_git_tag: sedona-1.4.1-rc1
current_rc: 1.4.1-rc1
current_snapshot: 1.5.0-SNAPSHOT
next_version: 1.5.0
copyright: Copyright © 2023 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.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
#prebuild_index: true
- macros
- git-revision-date-localized:
type: datetime