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

Uploaded Python 3 Windows x86-64

duckdb_extension_spatial-1.0.3a1-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.3a1-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.3a1-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3a1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 4b32277b32bafe0c4cbb335b28b176ef20c30ac00ad09937560f8953dc2feb9e
MD5 4f96cf6804adf298701c3437e1d81d99
BLAKE2b-256 859ad5c675c9faa12a17effd8f7298caffa32234b850a86936efb6749dab41d1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3a1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0252cf776dde5354c461041691c30a645bab7f111c15cf4d1925968d169a1ab3
MD5 58e8df7d62b426e3182b16bbfb11485f
BLAKE2b-256 d46c0c524ddd2a7b2641c945bc0023dc88b23347e6d03ba5aa023af1429054b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3a1-py3-none-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 32a386b072d0ed74de97ab124314ea0614d1f2fe57350e450cce8584b97b533e
MD5 23402a91b59879e7e5e755846b3a2cc1
BLAKE2b-256 6f7693b9c9de7ea4c2a9dbca249fb27e2ce90ad0049d1167abd6b96582359020

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for duckdb_extension_spatial-1.0.3a1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8ae18ca846dc9fcbda8da1c06131f8d7221f78824b5fabb22b2eb93bbf1e9c8
MD5 97a148aff5e122df9cf046bc6119652a
BLAKE2b-256 460c32dd0bdbab0cdd0c5a74f2ea653d99c91bd2c91577f38e1eee5ce3d5b95c

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