blob: 1744a7ffde040d5ce678cd818aee953893f4c791 [file]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
site_name: Apache Sedona
site_url: https://sedona.apache.org
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, Apache Flink, and Snowflake, 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
- SedonaDB: 'https://sedona.apache.org/sedonadb/'
- SedonaSpark:
- Home: sedonaspark.md
- Install:
- Overview: setup/overview.md
- Modules: setup/modules.md
- Language wrappers: setup/platform.md
- Maven Central coordinate: setup/maven-coordinates.md
- Use Sedona in Docker: setup/docker.md
- Install Sedona in your local Spark cluster:
- 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
- Set up Spark cluster manually: setup/cluster.md
- Cloud platforms:
- Install on Wherobots: setup/wherobots.md
- Install on Databricks: setup/databricks.md
- Install on AWS EMR: setup/emr.md
- Install on AWS Glue: setup/glue.md
- Install on Microsoft Fabric: setup/fabric.md
- Install on Azure Synapse Analytics: setup/azure-synapse-analytics.md
- Programming Guide:
- Spatial DataFrame / SQL app: tutorial/sql.md
- Raster DataFrame / SQL app: tutorial/raster.md
- Pure SQL environment: tutorial/sql-pure-sql.md
- GeoPandas API on Sedona: tutorial/geopandas-api.md
- Spatial RDD app: tutorial/rdd.md
- Sedona R: api/rdocs
- Work with GeoPandas and Shapely: tutorial/geopandas-shapely.md
- Files:
- CSV: tutorial/files/csv-geometry-sedona-spark.md
- GeoPackage: tutorial/files/geopackage-sedona-spark.md
- GeoParquet: tutorial/files/geoparquet-sedona-spark.md
- GeoJSON: tutorial/files/geojson-sedona-spark.md
- Shapefiles: tutorial/files/shapefiles-sedona-spark.md
- GeoTIFF metadata: tutorial/files/geotiffmetadata-sedona-spark.md
- NetCDF metadata: tutorial/files/netcdfmetadata-sedona-spark.md
- STAC catalog: tutorial/files/stac-sedona-spark.md
- Concepts:
- Spatial Joins: tutorial/concepts/spatial-joins.md
- Clustering Algorithms: tutorial/concepts/clustering-algorithms.md
- Distance: tutorial/concepts/distance-spark.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
- API:
- SQL:
- Quick start: api/sql/Overview.md
- Vector data:
- Geometry Functions: api/sql/Geometry-Functions.md
- Box2D Functions: api/sql/box2d/Box2D-Functions.md
- Box3D Functions: api/sql/box3d/Box3D-Functions.md
- Geography Functions: api/sql/geography/Geography-Functions.md
- DataFrame Style functions: api/sql/DataFrameAPI.md
- Query optimization: api/sql/Optimizer.md
- CRS Transformation: api/sql/CRS-Transformation.md
- Nearest-Neighbour searching: api/sql/NearestNeighbourSearching.md
- 'Spider:Spatial Data Generator': api/sql/Spider.md
- Reading Legacy Parquet Files: api/sql/Reading-legacy-parquet.md
- Visualization:
- SedonaPyDeck: api/sql/Visualization-SedonaPyDeck.md
- SedonaKepler: api/sql/Visualization-SedonaKepler.md
- Raster data:
- Raster Functions: api/sql/Raster-Functions.md
- Raster map algebra: api/sql/Raster-map-algebra.md
- Raster UDFs: api/sql/Raster-UDF.md
- Raster affine transformation: api/sql/Raster-affine-transformation.md
- Parameter: api/sql/Parameter.md
- RDD (core):
- Scala/Java doc: api/java-api.md
- Stats:
- DataFrame: api/stats/sql.md
- Viz:
- DataFrame/SQL: api/viz/sql.md
- RDD: api/viz/java-api.md
- Sedona R: api/rdocs
- Sedona Python: api/pydocs
- Release notes: setup/release-notes.md
- SedonaFlink:
- Home: sedonaflink.md
- Install:
- Install Sedona Scala/Java: setup/flink/install-scala.md
- Install Sedona Python: setup/flink/install-python.md
- Modules: setup/flink/modules.md
- Language wrappers: setup/flink/platform.md
- Programming Guides:
- Sedona with Apache Flink:
- Spatial SQL app (Flink): tutorial/flink/sql.md
- Spatial SQL app (PyFlink): tutorial/flink/pyflink-sql.md
- Examples:
- Scala/Java: tutorial/demo.md
- Python: tutorial/jupyter-notebook.md
- API:
- SQL:
- Overview (Flink): api/flink/Overview.md
- Geometry Functions: api/flink/Geometry-Functions.md
- Geography Functions: api/flink/Geography-Functions.md
- Release notes: setup/release-notes.md
- SedonaSnow:
- Home: sedonasnow.md
- Install:
- Install Sedona SQL: setup/snowflake/install.md
- Spatial SQL app (Snowflake): tutorial/snowflake/sql.md
- Modules: setup/snowflake/modules.md
- API:
- SQL:
- Overview (Snowflake): api/snowflake/vector-data/Overview.md
- Geometry Functions: api/snowflake/vector-data/Geometry-Functions.md
- Release notes: setup/release-notes.md
- SpatialBench: 'https://sedona.apache.org/spatialbench/'
- Blog: blog/index.md
- Community:
- Download: download.md
- Release notes: setup/release-notes.md
- Compile the code: setup/compile.md
- Community: community/contact.md
- Contributor Guide:
- Rules: community/rule.md
- Develop: community/develop.md
- Contribute to Geopandas API on Sedona: community/geopandas.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
- Apache Software Foundation:
- Foundation: asf/asf.md
- License: https://www.apache.org/licenses/
- Events: https://www.apache.org/events/current-event
- Sponsorship: https://www.apache.org/foundation/sponsorship.html
- Thanks: https://www.apache.org/foundation/thanks.html
- Security: https://www.apache.org/security/
- Privacy: https://privacy.apache.org/policies/privacy-policy-public.html
- Telemetry: asf/telemetry.md
repo_url: https://github.com/apache/sedona
repo_name: apache/sedona
edit_uri: edit/master/docs/
theme:
font: false
name: 'material'
custom_dir: docs-overrides
palette:
primary: 'deep orange'
accent: 'green'
favicon: favicon.ico
logo: image/logo.svg
icon:
logo: fontawesome/solid/earth-americas
repo: fontawesome/brands/github
features:
- announce.dismiss
- content.code.copy
- content.action.edit
- search.highlight
- search.share
- search.suggest
- navigation.footer
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
extra:
version:
provider: mike
default:
- latest
social:
- icon: fontawesome/brands/github
link: 'https://github.com/apache/sedona'
- icon: fontawesome/brands/twitter
link: 'https://twitter.com/ApacheSedona'
- icon: fontawesome/brands/discord
link: 'https://discord.gg/9A3k5dEBsY'
sedona:
current_version: 1.9.1
current_geotools: 1.9.1-33.5
sedona_create_release:
current_version: 1.9.1
current_git_tag: sedona-1.9.1-rc1
current_rc: 1.9.1-rc1
current_snapshot: 1.9.2-SNAPSHOT
next_version: 1.9.2
copyright: Copyright © 2026 The Apache Software Foundation. Apache Sedona, Sedona, Apache, the Apache feather logo, and the Apache Sedona project logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Please visit <a href="https://www.apache.org/">Apache Software Foundation</a> for more details.<img referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f3e121f6-c909-4592-8be6-5bd345768cba" /><img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.apache.org/matomo.php?idsite=74&rec=1" />
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:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search:
# prebuild_index: true
- macros
- blog:
# Format for displaying the date of blog posts (e.g., "full" for full date format)
post_date_format: full
# Whether to include a table of contents (TOC) for blog posts
blog_toc: true
# Format for displaying dates in the blog archive (e.g., "MMMM yyyy" for "January 2023")
archive_date_format: MMMM yyyy
# Maximum number of authors to display in the post excerpt
post_excerpt_max_authors: 5
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: en
default: true
name: English
build: true
- locale: zh
name: 中文
build: true
site_name: Apache Sedona
site_description: Apache Sedona 是一个用于处理大规模空间数据的集群计算系统。Sedona 在 Apache Spark、Apache Flink 和 Snowflake 等现有集群计算系统的基础上,提供了一套开箱即用的分布式空间数据集和空间 SQL,可以高效地跨机器加载、处理和分析大规模空间数据。
nav_translations:
Home: 首页
Install: 安装
Overview: 概述
Modules: 模块
Language wrappers: 语言封装
Maven Central coordinate: Maven Central 坐标
Use Sedona in Docker: 在 Docker 中使用 Sedona
Install Sedona in your local Spark cluster: 在本地 Spark 集群中安装 Sedona
Install Sedona Scala/Java: 安装 Sedona Scala/Java
Install Sedona Python: 安装 Sedona Python
Install Sedona R: 安装 Sedona R
Install Sedona-Zeppelin: 安装 Sedona-Zeppelin
Set up Spark cluster manually: 手动搭建 Spark 集群
Cloud platforms: 云平台
Install on Wherobots: 在 Wherobots 上安装
Install on Databricks: 在 Databricks 上安装
Install on AWS EMR: 在 AWS EMR 上安装
Install on AWS Glue: 在 AWS Glue 上安装
Install on Microsoft Fabric: 在 Microsoft Fabric 上安装
Install on Azure Synapse Analytics: 在 Azure Synapse Analytics 上安装
Programming Guide: 编程指南
Programming Guides: 编程指南
Spatial DataFrame / SQL app: 空间 DataFrame / SQL 应用
Raster DataFrame / SQL app: 栅格 DataFrame / SQL 应用
Pure SQL environment: 纯 SQL 环境
GeoPandas API on Sedona: Sedona 上的 GeoPandas API
Spatial RDD app: 空间 RDD 应用
Sedona R: Sedona R
Work with GeoPandas and Shapely: 与 GeoPandas 和 Shapely 配合使用
Files: 文件
Concepts: 概念
Spatial Joins: 空间连接
Clustering Algorithms: 聚类算法
Distance: 距离
Map visualization SQL app: 地图可视化 SQL 应用
Use Apache Zeppelin: 使用 Apache Zeppelin
Gallery: 案例库
Performance tuning: 性能调优
Benchmark: 基准测试
Tune RDD application: 调优 RDD 应用
Storing large raster geometries in Parquet files: 在 Parquet 文件中存储大型栅格几何对象
API: API
SQL: SQL
Quick start: 快速开始
Vector data: 矢量数据
Geometry Functions: 几何函数
Box2D Functions: Box2D 函数
Box3D Functions: Box3D 函数
Geography Functions: 地理函数
DataFrame Style functions: DataFrame 风格函数
Query optimization: 查询优化
CRS Transformation: 坐标系转换
Nearest-Neighbour searching: 最近邻搜索
Reading Legacy Parquet Files: 读取旧版 Parquet 文件
Visualization: 可视化
Raster data: 栅格数据
Raster Functions: 栅格函数
Raster map algebra: 栅格地图代数
Raster UDFs: 栅格 UDF
Raster affine transformation: 栅格仿射变换
Parameter: 参数
RDD (core): RDD(核心)
Scala/Java doc: Scala/Java 文档
Stats: 统计
DataFrame: DataFrame
Viz: 可视化
DataFrame/SQL: DataFrame/SQL
RDD: RDD
Sedona Python: Sedona Python
Release notes: 发布说明
Sedona with Apache Flink: 在 Apache Flink 上使用 Sedona
Spatial SQL app (Flink): 空间 SQL 应用(Flink)
Spatial SQL app (PyFlink): 空间 SQL 应用(PyFlink)
Examples: 示例
Scala/Java: Scala/Java
Python: Python
Overview (Flink): 概述(Flink)
Install Sedona SQL: 安装 Sedona SQL
Spatial SQL app (Snowflake): 空间 SQL 应用(Snowflake)
Overview (Snowflake): 概述(Snowflake)
Blog: 博客
Community: 社区
Download: 下载
Compile the code: 编译源码
Contributor Guide: 贡献者指南
Rules: 规则
Develop: 开发
Contribute to Geopandas API on Sedona: 为 Sedona 的 Geopandas API 贡献代码
Committer Guide: 提交者指南
Project Management Committee: 项目管理委员会
Become a release manager: 成为发布经理
Publish a snapshot version: 发布快照版本
Make a release: 发布版本
Vote a release: 投票发布
Publications: 论文
Apache Software Foundation: Apache 软件基金会
Foundation: 基金会
License: 许可证
Events: 活动
Sponsorship: 赞助
Thanks: 致谢
Security: 安全
Privacy: 隐私
Telemetry: 遥测
- git-revision-date-localized:
type: datetime
- mike:
canonical_version: 'latest'
hooks:
- docs-overrides/hooks/i18n_blog_passthrough.py
- docs-overrides/hooks/blog_star_cta.py
extra_css:
- assets/stylesheets/extra.min.css
extra_javascript:
- assets/javascripts/main.min.js