blob: 5044c3514b5c0ce2e61f15d80968f1e389787173 [file] [log] [blame]
site_name: GeoSpark
pages:
- Home: index.md
- Download:
- 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
- Spark Scala shell: download/scalashell.md
- Self-contained project: download/project.md
- Install GeoSpark-Zeppelin: download/zeppelin.md
- Compile the source code: download/compile.md
- Tutorial:
- Spatial RDD application: tutorial/rdd.md
- Spatial SQL application: tutorial/sql.md
- Visualize Spatial DataFrame: tutorial/viz.md
- Run GeoSpark via Zeppelin: tutorial/zeppelin.md
- Spatial RDD in Python: tutorial/geospark-core-python.md
- Spatial SQL in Python: tutorial/geospark-sql-python.md
- GeoSpark template project: tutorial/GeoSpark-Runnable-DEMO.md
- Frequently Asked Questions: tutorial/faq.md
- Tune GeoSpark RDD application: tutorial/Advanced-Tutorial-Tune-your-GeoSpark-Application.md
- Benchmark: tutorial/benchmark.md
- API:
- GeoSpark core (RDD):
- Scala/Java doc: api/GeoSpark-Scala-and-Java-API.md
- Python doc: api/GeoSpark-Python-API.md
- GeoSpark SQL:
- JavaDoc: api/sql/GeoSparkSQL-javadoc.md
- 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
- GeoSpark Viz:
- DataFrame/SQL: api/viz/sql.md
- RDD: api/viz/Babylon-Scala-and-Java-API.md
- Contributing:
- Contributing rule: contribute/rule.md
- Contributors and committers: contribute/contributor.md
- Contact: contact.md
- Publications: publication.md
- License:
- License-before-1.2.0: license/License-before-1-2-0.md
- License: license/License.md
repo_url: https://github.com/DataSystemsLab/GeoSpark
theme:
name: 'material'
palette:
primary: 'Cyan'
accent: 'Pink'
google_analytics: ['UA-64886725-1', 'www.public.asu.edu/~jiayu2/geospark/index.html']
extra:
social:
- type: 'github'
link: 'https://github.com/DataSystemsLab/GeoSpark'
- type: 'twitter'
link: 'https://twitter.com/GeoSpark_ASU'
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- 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