Skip to main content

Duckdb spatial extension

Project description

🦆DuckDB spatial extension as python package

PyPI - Version PyPI - Python Version


Table of Contents

Installation

First install duckdb-extensions.

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

Uploaded Python 3 Windows x86-64

duckdb_extension_spatial-1.0.1-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.1-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.1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 e1e88ff0bea330031e3d8f12fa7667a2296cdce3c198594d9f3f85bf04270667
MD5 a8ce6866719daf4b48b294ddda6499c8
BLAKE2b-256 394eb439e5936f80ff97767bfbcfd729297aba27bf1517b81063f46583af13ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75dc2c0b992e59b739d52497c37e00cec34495b5b96c27f509234022825d6de4
MD5 47a4d2c97be8e4196a96fdedc1f9db85
BLAKE2b-256 625f4b543a58b9dd6c7e5aeda0231783f55611bc93f3b0b0f099cb0384dcf8a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 210ca122409d6bab943c761481a2bf58ce7ca9b683bd20e64aa04b37d193e727
MD5 80d92a7b7ff2cdbfd2f478ee9908c23c
BLAKE2b-256 906108f4194d11a5f38a234c0d32ae5d86714d5b46fbb7af6d35b5d569f404b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cf788c55669006c61e9b1e4797b937f3086cf63fe110c3c67351d194f75b2e2a
MD5 f8046d7ff02ff715c17d5f42032adaaa
BLAKE2b-256 5bcc2c7068ddb09e62c5756c9c3fce2413a3b9b1c4f1b987f5b3fa9c6029aa3e

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