Skip to main content

Duckdb spatial extension

Project description

🦆DuckDB spatial extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install duckdb-extensions duckdb-extension-spatial

You are ready to install the extension for duckdb.

from duckdb_extensions import extension_importer
extension_importer.import_extension("spatial")

Verify that the extension is installed.

import duckdb

print(
    duckdb.sql("""SELECT installed
                FROM duckdb_extensions() where extension_name='spatial'""")
    .fetchone()[0]
)

License

duckdb-extension-spatial is distributed under the terms of the MIT license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

duckdb_extension_spatial-1.0.3-py3-none-win_amd64.whl (22.3 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_x86_64.whl (19.9 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_arm64.whl (17.9 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

Details for the file duckdb_extension_spatial-1.0.3-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7723143664f0037d9b162bf2045e085bcbbd4b5bac927e8d8dedf69e5bc6a9c4
MD5 6075e3f4889c9c46daed13bc7d944272
BLAKE2b-256 6bc4a522647d84e456665137f3aef40ea24264f77ce5a08e899d9c3a68a5b8e6

See more details on using hashes here.

File details

Details for the file duckdb_extension_spatial-1.0.3-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b05e9846e54734b9e36429f1693ae51676a1df327f338943136e9bc615fbc623
MD5 9a0703f5c6c17f3312ff867384b27459
BLAKE2b-256 04bb5c35e9948d6e694279b9b0943d05cec00a92a0dda98f37c3cf79737274ec

See more details on using hashes here.

File details

Details for the file duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 27187fba0c8170bcdf85c46b9a903200caccf72f8b7a9b6f35c1dfb43d58313d
MD5 da32b7a929583706854752b6d308dde1
BLAKE2b-256 ead06039f1275eed6dd824cd6e2025ec0b58561a18b10300d15f268fe5ec163d

See more details on using hashes here.

File details

Details for the file duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90661719b7c2e862f0a08d86035a3a8f6ec09b201c0b0f195262dd812a9882fa
MD5 865069e7d00bd461bfcc17f4ebab27f1
BLAKE2b-256 9a764cbb23dfe95fc8dfdf32bcfe8e48f81d71ae0fb956447b43e48c19f34453

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page