Skip to main content

Python bindings to the geoarrow C and C++ implementation

Project description

geoarrow-c for Python

The geoarrow-c Python package provides bindings to the geoarrow-c implementation of the GeoArrow specification. Its primary purpose is to serve as a dependency to geoarrow-python where needed.

Installation

Python bindings for geoarrow are available on PyPI and can be installed with:

pip install geoarrow-c

You can install a development version with:

python -m pip install "git+https://github.com/geoarrow/geoarrow-c.git#egg=geoarrow-c&subdirectory=python/geoarrow-c"

If you can import the namespace, you're good to go!

import geoarrow.c

Example

Most users should use the higher-level geoarrow-python bindings. If you would like to use the compute kernels exposed via geoarrow-c directly, you will have to use the Arrow C Data interface to pass and retrieve values.

import geoarrow.pyarrow as ga
from geoarrow.c import lib

input_pyarrow = ga.array(["POINT (0 1)"])

type_in = lib.SchemaHolder()
input_pyarrow.type._export_to_c(type_in._addr())
array_in = lib.ArrayHolder()
input_pyarrow._export_to_c(array_in._addr())

kernel = lib.CKernel("box_agg".encode("UTF-8"))
type_out = kernel.start(type_in, bytes())
kernel.push_batch_agg(array_in)
array_out = kernel.finish_agg()

result = pyarrow.Array._import_from_c(array_out._addr(), type_out._addr())

Building

Python bindings for nanoarrow are managed with setuptools. This means you can build the project using:

git clone https://github.com/geoarrow/geoarrow-c.git
cd python
pip install -e geoarrow-c/

Tests use pytest:

# Install dependencies
cd python/geoarrow-c
pip install -e ".[test]"

# Run tests
pytest

Project details


Download files

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

Source Distribution

geoarrow_c-0.3.0.tar.gz (298.9 kB view details)

Uploaded Source

Built Distributions

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

geoarrow_c-0.3.0-cp313-cp313-win_amd64.whl (483.0 kB view details)

Uploaded CPython 3.13Windows x86-64

geoarrow_c-0.3.0-cp313-cp313-win32.whl (457.5 kB view details)

Uploaded CPython 3.13Windows x86

geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp313-cp313-macosx_11_0_arm64.whl (579.1 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl (603.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

geoarrow_c-0.3.0-cp312-cp312-win_amd64.whl (483.2 kB view details)

Uploaded CPython 3.12Windows x86-64

geoarrow_c-0.3.0-cp312-cp312-win32.whl (457.7 kB view details)

Uploaded CPython 3.12Windows x86

geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp312-cp312-macosx_11_0_arm64.whl (580.7 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl (606.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

geoarrow_c-0.3.0-cp311-cp311-win_amd64.whl (485.0 kB view details)

Uploaded CPython 3.11Windows x86-64

geoarrow_c-0.3.0-cp311-cp311-win32.whl (460.6 kB view details)

Uploaded CPython 3.11Windows x86

geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_i686.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl (3.0 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp311-cp311-macosx_11_0_arm64.whl (582.1 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl (610.4 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

geoarrow_c-0.3.0-cp310-cp310-win_amd64.whl (483.1 kB view details)

Uploaded CPython 3.10Windows x86-64

geoarrow_c-0.3.0-cp310-cp310-win32.whl (458.6 kB view details)

Uploaded CPython 3.10Windows x86

geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_i686.whl (3.1 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp310-cp310-macosx_11_0_arm64.whl (579.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl (606.4 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

geoarrow_c-0.3.0-cp39-cp39-win_amd64.whl (483.6 kB view details)

Uploaded CPython 3.9Windows x86-64

geoarrow_c-0.3.0-cp39-cp39-win32.whl (459.2 kB view details)

Uploaded CPython 3.9Windows x86

geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_i686.whl (3.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp39-cp39-macosx_11_0_arm64.whl (579.6 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl (606.9 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

geoarrow_c-0.3.0-cp38-cp38-win_amd64.whl (485.4 kB view details)

Uploaded CPython 3.8Windows x86-64

geoarrow_c-0.3.0-cp38-cp38-win32.whl (460.9 kB view details)

Uploaded CPython 3.8Windows x86

geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_i686.whl (3.1 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl (2.8 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARMv7l

geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ x86-64manylinux: glibc 2.28+ x86-64

geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl (2.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARMv7lmanylinux: glibc 2.31+ ARMv7l

geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.24+ ARM64manylinux: glibc 2.28+ ARM64

geoarrow_c-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (2.0 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686manylinux: glibc 2.5+ i686

geoarrow_c-0.3.0-cp38-cp38-macosx_11_0_arm64.whl (580.7 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

geoarrow_c-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl (608.2 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

File details

Details for the file geoarrow_c-0.3.0.tar.gz.

File metadata

  • Download URL: geoarrow_c-0.3.0.tar.gz
  • Upload date:
  • Size: 298.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b42bc9359ee72b840c5aed7e0a469a3f5ea3f02aad998811e76723c9caccc2d6
MD5 b6abc25e0eccc8dca7e6668f2c55a717
BLAKE2b-256 ebc11fe07d84e8fd8852047b8039ab0d0327a73b764c7ffe65af8048d310c9cc

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 483.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5441ce4f6101aff0790a3a751bf2b6e3ade1d8b6b7f21aa27634270d258718d6
MD5 efd48b9fa17b791092769713f7403768
BLAKE2b-256 bc831ccb5b0c1ae1641fa9b4c083d9fc089b6e98f379c4b85652667ff00c4c6a

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 457.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 29aa8a74fe9aa1a889df952f350d78744f31b8a911a2bc72c2823d9fd2b573da
MD5 87e4152076c07c8884802b7c240649a6
BLAKE2b-256 63979b4d3377b74dd325a12aa7024d95ceb3b3f4997c204063956417bf4b9eee

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0ec92d965397b2766d967263806521f34fbb3fdccc7ecf4f38909a73548b7b7
MD5 8f062aa1eb12450a1b8ae1ce850d484e
BLAKE2b-256 836287c0167a63ae1e77b2affd7862ac760a7b2ab7c19d9c90518673b3d66922

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 11b048121fd5bc5a3f7e3e2337b6d4969da520ffbc89a8a121ab0e5c2f5c1086
MD5 9aafb091001f5c4d5f7dfa915c967558
BLAKE2b-256 1102d5725c692b9f88265697660497aa77c0ac79998b2fd597f2a0869c8e70dc

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 0c54ae71663a76821301b03a0bf24cc52032729bc1ff4491a9c97a4cb4d49b27
MD5 5af643837a759e2291db94bacc1ae7f3
BLAKE2b-256 9ebad6a51ca85953c6f81732d37923aafc93038befbf0ee0ce2323634009c055

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7e30af2bc3b47a9798366069d619b4decd1392351fa89a245c0057a20d83ca40
MD5 bbbe00f78c1925092bff7f1924092b84
BLAKE2b-256 7d7a2150f962d0fc95fa477b44464d76059c94f8d32c4023e361e96b297dbe0f

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 df39b3c0d0063d61a6ceec3fa58ac12f1d100a28936aa9f2a36c577b62448a8c
MD5 7202dc29bbc0883b132bc72cb864ea34
BLAKE2b-256 a1a3d6f20b3ad97c26e8eada437d60c81fc906f5480dbeca192a50ac69c125fc

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 0e938946345b7914d6f526d2505a50cec6d84ff6c6aa2ab56b2f703d01f7fe55
MD5 b53ba00874c8b4822e486e752a3c325e
BLAKE2b-256 278b76224e2359beae8cff90a43772983f8a416f73038402332689a85db8c412

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3afbed0102d650fe8790a89686b3f45c09518c1f73c1138da4bf44f597978991
MD5 07e52588e34bbb0532300912122d60ef
BLAKE2b-256 b94c1f3f5bee380970acbecd8ad00dee0d6d1923db2a32c8a8332d4439f2818d

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 95dd3aee7b5c63dc59a042eefa11ff820eb8245098388a0b767be71e3314ac75
MD5 c5ec2c5be3852dec742d7e8675a1dc19
BLAKE2b-256 cdbb6eaf0ece5596d51f916934b55528a626863febbe0d48e342cae42a53242b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b53b9a48975399b646d6a03bac79ff72d137ef5f8d9d222c6d3a775136974180
MD5 710e4280d71680081f6704ca412d3868
BLAKE2b-256 455d73ad8db92e13fd9b5de15b9d1ac97c33190b68bfa81f2cc216a0c83048fa

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 82c6a04a2e9f199a9dd55ed071c47f5ccf28e27822e7f5fa2e46f978ae4dcdba
MD5 3359a4db0f70adb9242967da895858f8
BLAKE2b-256 4debf7dd9467b9afe492a0cedc95536421dd9231c46c33d13039d6beaa1d43bb

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 483.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a611288713bd1ae9bde4ff672b93d9b24c6f455262634d16517f184d112cc64b
MD5 3139ffc082de30a86c72377ed47a3fa8
BLAKE2b-256 032a28a63245e73acfd83dc57fe0bfc3ec8fddc23ea2e7eca7dbfac37cb4fa04

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 457.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 09099dbfcc3682de7ceca8e2fe1456627ebaec2bf65648a997509e93ae75755f
MD5 1a481aac5664bf64bb14d0bfec5b3788
BLAKE2b-256 91fd415915a92da7c6fef53c9d681aca3c77cbb14b33a24a4074caeb9a088b34

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 561a8f859f4cd8769fc648b72d650a53f76778eaf2715d67ea07c99fc866aebd
MD5 568da67c9505dec794be52e1c3be331f
BLAKE2b-256 01080559b01c6ed44fefddce8bf79f6d3d62e4e376357acfa841256859352b0f

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6d6c6b60e233e2114867da18eba05912c05c8b130ecea8397042b1890152e575
MD5 d66a889e45d921ac244f8268f2e2c95d
BLAKE2b-256 cf7802dcab6e1d1bc62daf68c0816ce356007c0b95b54ad8165c2890235c2271

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6df7056f9124770109f3f266400a6a832c5d0df651466287e53429144fbf1bea
MD5 4020261911fb4c85f16bea554efc82e8
BLAKE2b-256 14cf288f3f119125e20b9a9915384738d38f4f95bd4ebf14e224203f6102fef5

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 27175958785b04ea50c2ed30e9a4e50c956f494fffb2d7bb43102ce36980dd83
MD5 9db12bf8c6009c820656bc0ec7be2c97
BLAKE2b-256 2d276db471f6a2807b099c70cd23615c4ac963feed70963ac516635b2cabe9c1

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 08238b9842258afad54efa8c9dcd02cbf1c66befce011ec3497ae961189812d0
MD5 6fdd6ec5ea0253f9a8e26c3894d8e528
BLAKE2b-256 79cc598469efaf5192772c35473a00df97be30d90b10f40966c707a9eb524f94

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 e55ef1892064b6beead6121b1283f87ef73bf6e0f7366dabb859cf08b0b37a3b
MD5 ab585fbfa15f0650637cc49e27e2ac8a
BLAKE2b-256 24a616d5cacc734f376794decad1f7d41415e4e4872a625031bb4964ba34fe9d

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e7a951e51aedc5f4490b1d7148d7094d79519b32fd2d1abae215afaed84fbcc4
MD5 4c2320775db44df87e1577d3af4f5679
BLAKE2b-256 1178b655e704e119b352d88ac0c2ca7851ad52ac5ceec58babb90e3f404b88ae

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7efda09fb6992e024152f510f52ab954b6ed2dd0d31ad57a9d681fdcc005031b
MD5 419ff5f2d28c6fe34b5eb9cbd35689c4
BLAKE2b-256 4eaf133b0e33532844e4ec9a6bd67b724b28ce38ba2dd37dbc94e1d1400ac865

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ad54e47ff7c39d5bf81065ee556b36d4c6304f37f1aa72e6e22b4e0b5a735e8a
MD5 cc3f5ffdda0c4a9b3de5f37807413fe2
BLAKE2b-256 7dca6415e7cf5b088427f8706c3801d72b94e512a2f73decddb1fae519e9dfd5

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8140c7961ed19537e1c4247dfc5b997d54f5cba12793656aadde6571338d44bc
MD5 8b25b67d525a22a3189c91df11e17a09
BLAKE2b-256 1251a870b741e68a42c4d16f19933b88e4fa7ae019d53b6be0bff2bf4e7c199c

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 485.0 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 089c918583683d392e7f7ff1c27ed434ea49604299ecc7b360ef091cbd5ec64b
MD5 216321da115376fcf777bcdb3f4130c4
BLAKE2b-256 e042bf834c5ae39830bf17896c3fbb69bc16df10c2b7000efd1b06931cfafb6b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 460.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 0eccf52a749840d0aac6d770a05733d92c85544a0f7dac5e91ba419afaca39ca
MD5 9e4805430808b07fa322d3b0e9c3db24
BLAKE2b-256 4cbbea82a140145c724e73d35090a0aafbad83957af7791fc511c398c90fe306

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 069f4c81ff415397c869fd3c2668dd6a3e37d8c7a9b034d8295106b0cd04b8d0
MD5 f0e47550108dada3ef57990899515284
BLAKE2b-256 b903a0361b6a63c33477cfee36def8d3ce4069b8d8b5e90ed4030353fc8b015b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 900da7f1536cb3f550d89535ea5c9afdc9608dd89b6553e3a2851db5dd6efd0a
MD5 544921bbb47dec81233443fa4507ec79
BLAKE2b-256 6efb1fa27a5e8352b51dafba2d72d30397d920f2a767e26b4a6aa52621eb4b38

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e4960addef1b194c05f01b5d56d5f6be357061cc3ab58f9f11ee15172b0802bf
MD5 48dd85a1f2fd56107353d1a032f9cc5a
BLAKE2b-256 fe3b3412c899c764b6567de2e844b142d99e71220edfb382ac5ad5c26c52c77e

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 720fdce9da5f959b54261b97436a2215632bd3ea49e279450a6757b5c62798f3
MD5 dc5760cc6f93e21ee0c37e81f24e6a57
BLAKE2b-256 cae3e21cf2493e560f5438cd15978a302b42193dd770b7b542644011a3aa1c79

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9fef2cbb80b6847123598c242ca6014f51850a5ddc5be37b1a25e68294580676
MD5 fe7edf97f5400da660b357c7f0e33801
BLAKE2b-256 e71cd403a991a7ec8f7a140c1d49aada98c432bf8d4e2180e435e45c2ae7a540

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 41ff92f82aca5f77108ca6a402f1fecdde1fd482d215596c06f15a166501af21
MD5 bc34a11f6c66cb41815f0e0a94e58162
BLAKE2b-256 6b2aecd1e3042c4b48a085acac6700ef7ca5ce53812a79b855f55be1491619fb

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 39f8c4079b4a7276bb191e97b637dcce21e8e7546ad0dbda8a9dfe178c9879e4
MD5 572330cdc158bec90e56585700f5f988
BLAKE2b-256 70151ca83e836730d45a4a2175f322575d91c5c6d158aa76a1d778451bea3a53

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f72e8511372d8692704be65d37add726eed0d497661c0aa235490c365656ba72
MD5 309728253548a800292b33fa0687b0da
BLAKE2b-256 d48587453965edd2ca254ff324f25c730c05d3786a9a97900ed36059e67b0283

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5eb2cd47534eb71da22b7e8413618c2c10a5633b82c2dde5f886ec2c2ca639e2
MD5 288cde104d807b021338b9897d6e0b91
BLAKE2b-256 2c4f582ae9a201b0dcae411fca03007331659259f20ff251bde3171ec09075c5

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7b09f647ccac7cdfe8521142ebc9b41c01dec6889d9e2d4e1657f465e0956b05
MD5 80480e110f4bf8ed89541e77c43e5254
BLAKE2b-256 00d9a31d441be65707e6394083c3a0de3ab02f556d8b0f0f2322d04d50a3b175

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 483.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c6839827f819f325b6aeafa7b5592a33d82a9fa524067f80ce97ab064980e74c
MD5 313ba6e5d5453deb380da3fcee86acf8
BLAKE2b-256 f9b41db9047f9224d602969eaf8e64098ad612b45ab58ceb134b27e9f8701bcc

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 458.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 df4a19554ee27a9f12688bf7b97c30d34c6ddf27b45e3acec0bb96fb965a3a90
MD5 c4ae82b928e1f0af890dd302bad543c2
BLAKE2b-256 6c0b68a7ab8905b4db05d0d7d0ece160aedf6500d163d1921207da94ab7e80fa

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2ffb1074ca7879791c6f12f98e9d66ce69ba66e1de533a50bca65bb285be582
MD5 d5d48fd35903a59f9d527a8509f9bc89
BLAKE2b-256 fc75d1d42e935e4febc318ded4772db85efffbf0911c8f124396da7c1adabef0

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 00c0a846b67baf8e658989c8f0c0746dccb5a593ff9af73274811eed43b8ab4a
MD5 7368b38e054b7ab0f50c3fd0674129d6
BLAKE2b-256 902a49da7a9f05ba57efa8c38c0d0b052dcb15c39912718fa8e02a165edd2e54

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e78733f58b8f7cacc3243f4fcab817f0b405c98eca03174cc8c0623802be13b5
MD5 faedd70a60a6579f9db006f503b6b254
BLAKE2b-256 5c87c2d80c95b7c4e0c38841ab6dc719f3bbfdec072304a557bb0efea019d9fa

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 cb09ebadbd48077a2b5e277924dca823d4a165a6574bddd19d475fa45863072b
MD5 747aadc324d9ac5fb0a05afcbae1d93a
BLAKE2b-256 d614f4bbfa184999b1b94c25b88649d30c9683e6bd787b750b5b46cce96e7803

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cb3ff16c99fbdaddb8f25760f143a64deeb3f67e837be872fcf8e4d452dd31ae
MD5 34bf2a9e7ffcae05f8541f7650ce5351
BLAKE2b-256 4e3ee3b961f2d8f43b075556750d339879d184f653989d9e72eaeb5ee45dfaf9

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 d59e78a118a9870a895f02633e7cb11d0edb3f3249c43f25699bb843d7d3cefb
MD5 cc81f6822405a7956a5eb4c715c35199
BLAKE2b-256 94c9b93f2e54d1fb6188324221940e7186c59015b945764b12de8cf1cd11f556

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab9603aaf0f83edab706752e0d1fbf7bf0e136063cf228f190db423059ea8096
MD5 522cffda3b357753dc5ff808fd1c5df6
BLAKE2b-256 8d89b5e3a4461db5b661087b6ddc65ee85d5ddbc31bdcd407e33341f4230e43b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4938719b03f78de08347dfee7baf717c6286e719512e066d16c57ed766c13886
MD5 304392c00aacb5eb781e64403d25ab63
BLAKE2b-256 137f5de58c60893b8ec168382ec866f1cec640fbc292d82cab8a7bf69c77fdd6

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9316e0e6014fe9fbad3a05b90f907f8b81b85c83a7502101b64472f5bcecedb7
MD5 fc64a66b089e03822de00061d4566d0f
BLAKE2b-256 283e1d32cbcfaa381d45180c43b2a58d990ecf9128cdc716c500f29bd3c0fb9a

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 15f10e43a7162cbe7b491c03b19cf3b46bc6ab08e9310f8e3b47941c5eb5fc1b
MD5 a56f74d58eb10d5fdda86a6324f0bb22
BLAKE2b-256 bd39d3e50eb875a4f2a7d750837db9ea8ac7497a8fb8518946571d1f66d5d842

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 483.6 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5cf6f32dde814f539011b43c82fe8bf8fd44d3975bb16dfd8f40d7c15139d90f
MD5 15b96d5fe71475c5b05585988fde8bdb
BLAKE2b-256 171940a626e6204d6708bfe56bbb10ebe03331a39ea99abae0edf963aa65efb0

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 459.2 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 9497ff136ab9a1e956f9fbb5179143e2fbef153341705ee4e149129d0d8ab852
MD5 8625eb2f5d9465351baf73ee9394f7d1
BLAKE2b-256 7b2e512590e6326999963f90ac7b055452bd1dc493988d67acceeed3a00716e9

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 e0d2e79c3c56d032e9467f62dee2300690bab0fae497633c97862bf0c9ddf769
MD5 4bdce819d691caefb8a8152c7423cd5c
BLAKE2b-256 99ac5c72e86b0ab891bfb9782952f90fb1da79f89c447cfdc4250c63255995b8

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e0dff3b6e092d94321b296106fe3fb9c678fa57be45eba765fc24d82223b0777
MD5 2acc8a92047429094f2c90a06f0e39fd
BLAKE2b-256 b11ee55dda8571723b599e45bf7a7344dab7d6f27507b9e98523bbbdb800f1ed

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 7923311ae193058998f210e3a95609e179d2cbbb0062895772279c6f54fae153
MD5 920101314ef2aa9dc907779cade7e194
BLAKE2b-256 b9ecc010c8c5907df54fc9e5c48b5284828407e4556d32f3a519d9bd689a64aa

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54c7773aedaf49b2d5fcc213c6dee8a94833d41ad8df9272321e37221ba0675e
MD5 0acfdb66c0f44fb098a1089db38e9cda
BLAKE2b-256 7f8ee82027cb0b67075e0ef3874364b9515008f3e0d7422f700d06caadc29373

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 01a0d5c65fa1922e37aa2d57e194d3d0c804e1396864a5bfcb4f1e67bb1a316b
MD5 758c46f8f38f28fb690ce4af1ae3e32d
BLAKE2b-256 432397abdaaaaff6d15138b520a1fb9a28375609b5f1a396ba2c94a9dc79ab46

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 67dfce24ee55ab58246409108d6613d7f29f924f6aabf1a0d1edcde925005ada
MD5 e96793fc2ef91dfb58f2011262d0c066
BLAKE2b-256 e45e4d0a15cef83b1bd5ad06b16e9e386e0479378999c47f439dc39f75da47b7

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f024d3d57d2f7eb769e1fcf53c2125202ca14f9cb597aa81d71b145d8bc3c836
MD5 b5df52db5b1afc0e98af0c76be29c15a
BLAKE2b-256 3f24eed0c95bcc6d6fdb5c09b835899e41e722410561324ece4b3885cc02ccf0

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f417deec5ee6d3adf12e63642dba295621020ed02fbe51283d8179bd3afc2d0a
MD5 1ffa2551d0fc5d7decd2ddc601038471
BLAKE2b-256 5fe35a841bfae47b932c44669497f071b38db75cc3b86589f46781c65e60aff1

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 74a80b4ce1d0fbc440d48b4b28d3cb1ad8d9cf1ef8e2b37bab59b375d1df17de
MD5 af1b081892dc8527399cccf36bc7b631
BLAKE2b-256 048b49208c60980293a22d676a5b5dd85d92ac200c9e3b89cbd74e99c104d9d8

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 4f477312fc68b385bd7fc5d83f9908a43a8f1128cebcd1675e7b0ab1efdbc37a
MD5 38f5592367dbceff6f000cf8f88a232b
BLAKE2b-256 a7c1433786d16daf9789b79f220e5c06294fc733b5772310cabd9598104cbde0

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 485.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0efeef725e764be5f3fe562bda71aaab37129044bea8a1c3d4a5ddae0d0355d7
MD5 fc3d892f67b4861e8b5d6db97d9f92c3
BLAKE2b-256 09f6224dc14a175940f11af0b20a020c52c1dfd9fde456597f532138c197c731

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: geoarrow_c-0.3.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 460.9 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 fb6bdb1ad614aa4c469fa2d8a95a97426a0eefa9bb5204acfbdd06127d9f6108
MD5 dba56de53ac2c3bb8f0edbe67bda1dba
BLAKE2b-256 6960c6cb505b20bba326afdd2cac52ae43dbe92284e508e406a8ae382858ef38

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9bc8f975b2f3cc8cfde64f88680f747dc1aaa0aa782c66a5de8376cabd5e20a9
MD5 4029e05f1ffc890ca11d230a2588d62d
BLAKE2b-256 88eaa74ece8c57f66e5e4c7719e24b98f53ba05065424f9df48b153e457d4a2b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 faa6f9b4e31cbfeaa78861dc23ee809f10b463617f47ee7deb9feebb24429969
MD5 b73e2682c23b4e24e8a213e78259fb15
BLAKE2b-256 b26a6c55c0ac134b43f8acff4825498d37f72cc86411addfb78c8caa4ee96075

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 8723fc006bcc24606c4e1efe8a996d1eeff1d216169bb442654bdb65984658a6
MD5 d328cf9dec04339a7d5659efe9267332
BLAKE2b-256 3fd74a10938125010a27b47c7957efadf959571fdf5eecae3bc5687f31c6f123

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 a1e194146e428a0d24657b6cb20c88e35bdeb4d6aadac1c15a3232919a774476
MD5 096106061e0b00c688751e45d5b860f1
BLAKE2b-256 d9594c13612156869a203ffd973981257142ceedf750a944acc1bb0881a8d806

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9290f97fe64e342bb4eed9b028bf11b59ba82e7010eacdb653c8c23846c1f321
MD5 3abb19cd41881bb86c2bcdd214dd4a70
BLAKE2b-256 8df287c61625fed534dada49c5f3a5f4d342b9e235fbed903da2d98fcb6ee927

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl
Algorithm Hash digest
SHA256 5d353e789631db19dfd7fb89a40b57f69c5b74c8096e207d2a5af692f15311e7
MD5 8668fd679583d6b810686c2f6034e16d
BLAKE2b-256 894b851f2f3698c6d161d6eff4e54f621de69a65a8dd107b4cd51438d986e13b

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9ef83edde8c970a85abfef9177966c1925171dfc6506eb1f8b2f8473dbdd8c71
MD5 7f9f493192f3f563e274c7d9f9d36840
BLAKE2b-256 dd4e639d347e186a426ce63f664c0530c39758eb2331a53afaf34dae9135cbc7

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 45557b12d351118cdf20b902c62df58cb67d36a9945c112ba890da2e1b760077
MD5 abd3e3686a39fb1f94be67d6e5f99e5a
BLAKE2b-256 5b55316e0e4dd1aec5fea9ef8a40a5c8936596d52f643631e09afe525d120619

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b210ae9d010a6ee28f564c65e68a3672f1cbe068694d92ab098a810d7d2d6886
MD5 cbdd69c4b4c9402285d81704d2be215f
BLAKE2b-256 70a33c9e3eaebbfadba4bc0c3a1f80c00cc825aa83de655bd22ba59070b0ce5c

See more details on using hashes here.

File details

Details for the file geoarrow_c-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for geoarrow_c-0.3.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b4e94c4efa1ec597e22ae7ebd44dd94487d175d3b7ff76eaabf5f1411e935987
MD5 4774c5cc9c91706664e01fab54e983f0
BLAKE2b-256 94b701a2e8ea9e78678400862ba74e1f62b4ebe92e488f0cd624030729ff0293

See more details on using hashes here.

Supported by

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