Skip to main content

🦆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 import_extension
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.

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

If you're not sure about the file name format, learn more about wheel file names.

duckdb_extension_spatial-1.5.5-py3-none-win_amd64.whl (19.9 MB view details)

Uploaded Python 3Windows x86-64

duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_x86_64.whl (21.5 MB view details)

Uploaded Python 3macOS 11.0+ x86-64

duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_arm64.whl (20.2 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.5.5-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 27acd886f6e6f1d6abd45d255dfafb94b6d8fa832572d26274e7fcab71a474a1
MD5 745e9fd90bc28427f3dc1b449a0f218c
BLAKE2b-256 0f64808e929b93638f2eb3ad6999eee2ca176374ebbae47abf8a67168ad2152c

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_spatial-1.5.5-py3-none-win_amd64.whl:

Publisher: publish-spatial-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.5.5-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 736dbe75cd9d7f7a05d4920b02439f9d441945c81a56128911371fad2b3a5611
MD5 1a991d910596292f167a3981e0154e17
BLAKE2b-256 ae7d0664d97db5666b175214e89644358c4ebdec8984e6a0ef0299e5b6db8f4b

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_spatial-1.5.5-py3-none-manylinux2014_x86_64.whl:

Publisher: publish-spatial-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file duckdb_extension_spatial-1.5.5-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.5.5-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6dac19c6c8ccb197a9f978f0fefe67ddd1545e439243bf0a46f97c3e30b53ac5
MD5 5b437c31e34948439fa22fd2540276d4
BLAKE2b-256 b83260e31a783e4af3c08a3379d9b000a27fe33668007f9d24ccde1cdadaf801

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_spatial-1.5.5-py3-none-manylinux2014_aarch64.whl:

Publisher: publish-spatial-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 61c3057e4febbd20bd4a7eec1a9fbfdfa606b0daa1d466eb4b26cf55725abc57
MD5 040c6aec2cffb7aa9aefe9d899ce1e07
BLAKE2b-256 ebcebd1b5414d5c9bc891e2abdc204a954fb0d5f9e444524a3af9735d5618c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_x86_64.whl:

Publisher: publish-spatial-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 157d877e00be6c5d1d40e134d4b2e3fd2d84e72562da1ca2c1ddd0bcea5cead2
MD5 bdf631b92a66b97a3e3f28e6d6089a56
BLAKE2b-256 3c28f4fb0b6abf06bb6bd99fff943a53b5ef6d593f21a5456a185ac04964e0ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for duckdb_extension_spatial-1.5.5-py3-none-macosx_11_0_arm64.whl:

Publisher: publish-spatial-to-pypi.yml on santosh-d3vpl3x/duckdb_extensions

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

1.5.5 This release

5 files

1.5.4

5 files

1.5.3

5 files

1.5.2

5 files

1.5.1

5 files

1.5.0

5 files

1.4.4

5 files

1.4.3

5 files

1.4.2

5 files

1.4.1

5 files

1.4.0

5 files

1.3.2

5 files

1.3.1

5 files

1.3.0

5 files

1.2.2

5 files

1.2.1

5 files

1.2.0

4 files

1.1.3

4 files

1.1.2

4 files

1.1.1

4 files

1.1.0

4 files

1.0.3

4 files

1.0.2

4 files

1.0.1

4 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page