| # 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. |
| |
| extra: |
| version: |
| provider: mike |
| default: |
| - latest |
| social: |
| - icon: fontawesome/brands/github |
| link: 'https://github.com/apache/sedona-db/' |
| - icon: fontawesome/brands/twitter |
| link: 'https://twitter.com/ApacheSedona' |
| - icon: fontawesome/brands/discord |
| link: 'https://discord.gg/9A3k5dEBsY' |
| |
| site_name: Apache Sedona |
| site_description: "Documentation for SedonaDB" |
| site_url: https://sedona.apache.org/sedonadb/ |
| nav: |
| - Home: https://sedona.apache.org/latest/ |
| - SedonaDB: |
| - Home: index.md |
| - Quickstart: quickstart-python.md |
| - Programming Guide: programming-guide.md |
| - Configurations: |
| - Memory Management and Spilling: memory-management.md |
| - API: |
| - Python: reference/python.md |
| - SQL: reference/sql/index.md |
| - Spatial Joins: reference/sql-joins.md |
| - Examples: |
| - GeoPandas interop: geopandas-interop.md |
| - Overture Examples: overture-examples.md |
| - CRS Examples: crs-examples.md |
| - Delta Lake: delta-lake.md |
| - Iceberg: iceberg.md |
| - Working with Parquet Files: working-with-parquet-files.md |
| - Working with SQL in SedonaDB: working-with-sql-sedonadb.md |
| - Contributors Guide: contributors-guide.md |
| - SedonaSpark: https://sedona.apache.org/latest/sedonaspark/ |
| - SedonaFlink: https://sedona.apache.org/latest/sedonaflink/ |
| - SedonaSnow: https://sedona.apache.org/latest/sedonasnow/ |
| - SpatialBench: https://sedona.apache.org/spatialbench/ |
| - Blog: https://sedona.apache.org/latest/blog/ |
| - Community: https://sedona.apache.org/latest/community/contact/ |
| - Apache Software Foundation: https://sedona.apache.org/latest/asf/asf/ |
| |
| repo_url: https://github.com/apache/sedona-db |
| edit_uri: https://github.com/apache/sedona-db/blob/main/docs/ |
| repo_name: apache/sedona-db |
| theme: |
| name: material |
| custom_dir: docs/overrides |
| font: |
| font: false |
| name: 'material' |
| palette: |
| primary: custom |
| accent: 'green' |
| favicon: image/sedona_logo_symbol.png |
| logo: image/logo.svg |
| icon: |
| logo: fontawesome/solid/earth-americas |
| repo: fontawesome/brands/github |
| features: |
| - content.code.copy |
| - content.action.edit |
| - search.highlight |
| - search.share |
| - search.suggest |
| - navigation.footer |
| - navigation.instant |
| - navigation.top |
| - navigation.sections |
| - navigation.tabs |
| - navigation.tabs.sticky |
| |
| |
| extra_css: |
| - stylesheets/extra.css |
| |
| 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" /> |
| |
| exclude_docs: | |
| snippets/* |
| README.md |
| markdown_extensions: |
| - admonition |
| - attr_list |
| - codehilite |
| - footnotes |
| - toc: |
| permalink: true |
| toc_depth: 3 |
| - pymdownx.arithmatex |
| - pymdownx.betterem: |
| smart_enable: all |
| - pymdownx.caret |
| - pymdownx.critic |
| - pymdownx.details |
| - pymdownx.emoji |
| - pymdownx.highlight |
| - pymdownx.inlinehilite |
| - pymdownx.magiclink |
| - pymdownx.mark |
| - pymdownx.smartsymbols |
| - pymdownx.snippets: |
| base_path: ["docs/"] |
| - pymdownx.superfences: |
| custom_fences: |
| - name: mermaid |
| class: mermaid |
| - pymdownx.tabbed: |
| alternate_style: true |
| - pymdownx.tasklist: |
| custom_checkbox: true |
| - pymdownx.tilde |
| plugins: |
| - search |
| - macros |
| - git-revision-date-localized: |
| type: datetime |
| - mike: |
| version_selector: true |
| canonical_version: 'latest' |
| - glightbox: |
| touchNavigation: true |
| loop: false |
| effect: zoom |
| slide_effect: slide |
| width: 100% |
| height: auto |
| zoomable: true |
| draggable: true |
| skip_classes: |
| - custom-skip-class-name |
| - skip-lightbox |
| auto_caption: false |
| caption_position: bottom |
| background: white |
| shadow: false |
| manual: false |
| - mkdocstrings: |
| handlers: |
| python: |
| inventories: |
| - https://docs.python.org/3/objects.inv |
| - https://geopandas.org/en/stable/objects.inv |
| - https://pandas.pydata.org/docs/objects.inv |
| options: |
| docstring_section_style: list |
| docstring_style: google |
| line_length: 80 |
| separate_signature: true |
| show_root_heading: true |
| show_signature_annotations: true |
| show_source: false |
| show_symbol_type_toc: true |
| signature_crossrefs: true |
| preload_modules: |
| - sedonadb |