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.1.1-py3-none-win_amd64.whl (31.8 MB view details)

Uploaded Python 3 Windows x86-64

duckdb_extension_spatial-1.1.1-py3-none-macosx_11_0_x86_64.whl (37.2 MB view details)

Uploaded Python 3 macOS 11.0+ x86-64

duckdb_extension_spatial-1.1.1-py3-none-macosx_11_0_arm64.whl (34.3 MB view details)

Uploaded Python 3 macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.1.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 b91eaea9e7d63d9e938d3b9fb036a629da6653ad1fba6a98ca5e2752de62a78a
MD5 3a5160237e44d306688ed8bdbff13120
BLAKE2b-256 223ec8327c479d7ae56df4d893c34ac699232336206478e9c31a1987fbeffca9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.1.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f98b0e18be65230c2487ed490024090b3305c7c70069649333b9dbe55174f25b
MD5 47fdecbf00ef1bad942bac338cf92193
BLAKE2b-256 7ebfdde3bacb9d020bdf61a415aa5f92ed1392cc8fe269c5b15ea6fb313aed71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.1.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 248a94bf7ccbeb864b4f84cc74cfd59449df290690fa7ee1550dd22f89093a2d
MD5 0aebad75122e98e0ae7b4daaf0fafa67
BLAKE2b-256 1c3b97a09ebcfd6e3267f143b18892696e569471166c8b8985542ce351b15f0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.1.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f6398cf2885eb106446edc0dada19a3c72e4d626e265bfe6f467d40a88813c2
MD5 9dbec9048725ef0b7d55dd922573c527
BLAKE2b-256 058f70aacc7c41a2c10255e37dfaa947f84b4df4dfef2899e4df96969b9a4a73

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