Skip to main content

Vectorized spatial vector file format I/O using GDAL/OGR

Project description

pyogrio - bulk-oriented spatial vector file I/O using GDAL/OGR

Pyogrio provides fast, bulk-oriented read and write access to GDAL/OGR vector data sources, such as ESRI Shapefile, GeoPackage, GeoJSON, and several others. Vector data sources typically have geometries, such as points, lines, or polygons, and associated records with potentially many columns worth of data.

The typical use is to read or write these data sources to/from GeoPandas GeoDataFrames. Because the geometry column is optional, reading or writing only non-spatial data is also possible. Hence, GeoPackage attribute tables, DBF files, or CSV files are also supported.

Pyogrio is fast because it uses pre-compiled bindings for GDAL/OGR to read and write the data records in bulk. This approach avoids multiple steps of converting to and from Python data types within Python, so performance becomes primarily limited by the underlying I/O speed of data source drivers in GDAL/OGR.

We have seen >5-10x speedups reading files and >5-20x speedups writing files compared to using row-per-row approaches (e.g. Fiona).

Read the documentation for more information: https://pyogrio.readthedocs.io.

Requirements

Supports Python 3.9 - 3.13 and GDAL 3.4.x - 3.9.x.

Reading to GeoDataFrames requires geopandas>=0.12 with shapely>=2.

Additionally, installing pyarrow in combination with GDAL 3.6+ enables a further speed-up when specifying use_arrow=True.

Installation

Pyogrio is currently available on conda-forge and PyPI for Linux, MacOS, and Windows.

Please read the installation documentation for more information.

Supported vector formats

Pyogrio supports most common vector data source formats (provided they are also supported by GDAL/OGR), including ESRI Shapefile, GeoPackage, GeoJSON, and FlatGeobuf.

Please see the list of supported formats for more information.

Getting started

Please read the introduction for more information and examples to get started using Pyogrio.

You can also check out the API documentation for full details on using the API.

Credits

This project is made possible by the tremendous efforts of the GDAL, Fiona, and Geopandas communities.

  • Core I/O methods and supporting functions adapted from Fiona
  • Inspired by Fiona PR

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

pyogrio-0.11.0.tar.gz (286.9 kB view details)

Uploaded Source

Built Distributions

pyogrio-0.11.0-cp313-cp313-win_amd64.whl (19.2 MB view details)

Uploaded CPython 3.13Windows x86-64

pyogrio-0.11.0-cp313-cp313-manylinux_2_28_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

pyogrio-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

pyogrio-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pyogrio-0.11.0-cp313-cp313-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.13macOS 12.0+ x86-64

pyogrio-0.11.0-cp313-cp313-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.13macOS 12.0+ ARM64

pyogrio-0.11.0-cp312-cp312-win_amd64.whl (19.2 MB view details)

Uploaded CPython 3.12Windows x86-64

pyogrio-0.11.0-cp312-cp312-manylinux_2_28_x86_64.whl (27.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

pyogrio-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl (26.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

pyogrio-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pyogrio-0.11.0-cp312-cp312-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.12macOS 12.0+ x86-64

pyogrio-0.11.0-cp312-cp312-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.12macOS 12.0+ ARM64

pyogrio-0.11.0-cp311-cp311-win_amd64.whl (19.2 MB view details)

Uploaded CPython 3.11Windows x86-64

pyogrio-0.11.0-cp311-cp311-manylinux_2_28_x86_64.whl (27.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

pyogrio-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl (26.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

pyogrio-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pyogrio-0.11.0-cp311-cp311-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.11macOS 12.0+ x86-64

pyogrio-0.11.0-cp311-cp311-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.11macOS 12.0+ ARM64

pyogrio-0.11.0-cp310-cp310-win_amd64.whl (19.2 MB view details)

Uploaded CPython 3.10Windows x86-64

pyogrio-0.11.0-cp310-cp310-manylinux_2_28_x86_64.whl (27.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

pyogrio-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl (26.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

pyogrio-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pyogrio-0.11.0-cp310-cp310-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.10macOS 12.0+ x86-64

pyogrio-0.11.0-cp310-cp310-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.10macOS 12.0+ ARM64

pyogrio-0.11.0-cp39-cp39-win_amd64.whl (19.2 MB view details)

Uploaded CPython 3.9Windows x86-64

pyogrio-0.11.0-cp39-cp39-manylinux_2_28_x86_64.whl (27.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

pyogrio-0.11.0-cp39-cp39-manylinux_2_28_aarch64.whl (26.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

pyogrio-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pyogrio-0.11.0-cp39-cp39-macosx_12_0_x86_64.whl (20.7 MB view details)

Uploaded CPython 3.9macOS 12.0+ x86-64

pyogrio-0.11.0-cp39-cp39-macosx_12_0_arm64.whl (19.5 MB view details)

Uploaded CPython 3.9macOS 12.0+ ARM64

File details

Details for the file pyogrio-0.11.0.tar.gz.

File metadata

  • Download URL: pyogrio-0.11.0.tar.gz
  • Upload date:
  • Size: 286.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0.tar.gz
Algorithm Hash digest
SHA256 a7e0a97bc10c0d7204f6bf52e1b928cba0554c35a907c32b23065aed1ed97b3f
MD5 89a728b46a93c18ad8853688783704fb
BLAKE2b-256 54c35e30f913ad8a975abe6f6582a2d3cf321bdf40fd696940d9283c63880c7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0.tar.gz:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyogrio-0.11.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 bf041d65bd1e89a4bb61845579c2963f2cca1bb33cde79f4ec2c0e0dc6f93afb
MD5 e575b5827a28ba5cc6ef42f4696af638
BLAKE2b-256 468fa9d134fbbf213db259b79f5bd5bbe7e3de1ff34fbe2a0b0be9d7d2919323

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-win_amd64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ea2a131369ae8e62e30fa4f7e1442074d4828417d05ded660acea04a6a1d199b
MD5 4ff26acc974f2552b072fa8a9cb64768
BLAKE2b-256 9fbbe12bebcf2668bcb83736cc76177f36ee300ac8069880fca3a73f8753fc70

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 373a29d56a9016978aff57b88a640b5a8c3024dba7be1c059ad5af4ba932b59e
MD5 6bace39f40748ad687c2f94bf00cd3f8
BLAKE2b-256 0d07c6c6d33e5b052b6bb785904477e906ed880509bc3748862ef59ed017739a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4527abcac23bdac5781f9be9a7dd55fccd9967c7241a8e53de8ea1a06ea0cc2b
MD5 6454891832aa9b4f00d7bf51ab9f0ba7
BLAKE2b-256 9d2408715971846562624e1f185fc6f93d0a305950cc9167ac0b761f571c3c62

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 5a952ef7a68fdfaf796a91b88c706108cb50ddd0a74096418e84aab7ac8a38be
MD5 79fbc68345aefa36d5c1999748fcd8a4
BLAKE2b-256 00065c197d76ea33d4667f427309b108281e7a3a0224e9a32c3fdb3c54e47133

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-macosx_12_0_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp313-cp313-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp313-cp313-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 0b39e34199460dcd6a606db184094e69bcba89d1babb9a76cee74a134b53b232
MD5 c3946ac6e9569729e20d177730bc4020
BLAKE2b-256 ba2b098692d9be9defb5d40327af50ffdc0c5486a4724c06b3d1f757cd5abd6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp313-cp313-macosx_12_0_arm64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyogrio-0.11.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 bf1f9128136abcbd1605d6fc6bf8c529c2092558246d8046ee6fbc383c550074
MD5 50ae25b39c43c8766e1f15dadd8b1b92
BLAKE2b-256 9481232d4808e54e026b9059f966bc2a4a5de7e42f42e4bd4e3897e1b31ea87f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-win_amd64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 334563d24defc5d706bd2a1fa7d7433e33140e64b0fb9cb4afc715e4f6035c2b
MD5 0249eab49321d63d3f0f441cc050493e
BLAKE2b-256 39d66026ef8903aef2a15b7ba5ad84c74ca2ce67d29fc6d99e07262a65061619

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 961100786ae44e2f27b4049b5262e378a3cba07872fc22051905fed8b4ce42db
MD5 38a047d382ffa1f4b7e591b090ae7072
BLAKE2b-256 5c6f984a513d5deab8ca94dde440084cab3eda5684825d70395a3bd21c2a9e5d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 11d693ca24e80bd7ede7b27ea3598593be5b41fb7cec315a57f5bb24d15faef8
MD5 0a0f0adb8d1e1c63d82dc0eb4b375c04
BLAKE2b-256 c8a4bc37ddcee3f47c79197887d6386d31d97182a94cff6a5093cad37d873bc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 596e3f26e792882e35f25715634c12c1d6658a3d8d178c0089a9462c56b48be5
MD5 c5ffc7f4a1f2aadaa9a85709f60c6e88
BLAKE2b-256 497892db6ca3650996ca80287e59b799aa303ccecd4f1cd677f15832e466d9e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-macosx_12_0_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp312-cp312-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp312-cp312-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 a6f114d32c5c8a157c6fbf74e3ecfe69be7efb29363102f2aad14c9813de637a
MD5 8e9e09cfeecd15b62ddc92d5f31d55b3
BLAKE2b-256 2239927036db0c550d35efb4d998dfe90c56515bc14d6ed0166b6c01ca28be24

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp312-cp312-macosx_12_0_arm64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyogrio-0.11.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8ad3744e679de2a31b1a885dc5ea260e3482f0d5e71461a88f431cda8d536b17
MD5 8b75b5cadaa07e71ba37d136c9031d6b
BLAKE2b-256 3dadafc1cdea5dac6afb95d561c9ec73c27722d494d8faab7e0452cf71fba71f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-win_amd64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ec5666cc8bf97aef9993c998198f85fe209b8a9ad4737696d3d2ab573b3e9a5b
MD5 2075043b93d36f0c088359a3bb5384f6
BLAKE2b-256 25196a24c2052f2f99190482c83dcf8ecdc02bde9c8dbc2d604f088f9bbb5dbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-manylinux_2_28_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2e48956e68c41a17cbf3df32d979553de2839a082a7a9b0beef14948aa4ca5df
MD5 228a0c62c53d598ff8e1e32ef2f5f64d
BLAKE2b-256 ad6c9a6faa094b33054957b4eef389106aa4f94e9dbdd384c9db5f03d6a4d379

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-manylinux_2_28_aarch64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 103313202414ffa7378016791d287442541af60ac57b78536f0c67f3a82904a4
MD5 b55fb44d522e4423bb4c80b6873c2249
BLAKE2b-256 c4783761a80818a148ba9544abaf9c41bef5353054054c5ed16872e65cbf9dd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 21b1924c02513185e3df1301dfc9d313f1450d7c366f8629e26757f51ba31003
MD5 e92a978f41f85d59681228e3ae731b6a
BLAKE2b-256 0bda558be674dbbf18b9cb2f31b8c9d5691e1a42100bdbd159b4771f608f01e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-macosx_12_0_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp311-cp311-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp311-cp311-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 862b79d36d39c1f755739bde00cfd82fd1034fd287084d9202b14e3a85576f5c
MD5 dcab2c0965c537bd10783883afaa12e3
BLAKE2b-256 a0d1035667f23d8e7066471c500636e9ee77b159a9d92f32b5e4944d541aad69

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp311-cp311-macosx_12_0_arm64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyogrio-0.11.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2b6f2c56f01ea552480e6f7d3deb1228e3babd35a0f314aa076505e2c4f55711
MD5 4930910ef9082dcfafe2994466f97b25
BLAKE2b-256 136d88a501f8a2481a6c8d825d91705e74df018614c8a13040af3b3f02503ddc

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-win_amd64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6013501408a0f676ffb9758e83b4e06ef869885d6315417e098c4d3737ba1e39
MD5 d992cf901e6a2f4d9360ce35526581f8
BLAKE2b-256 76045e5fd9ab3f84c030785de7f572c5a526f6bb3b261efe769ee911e04d98ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-manylinux_2_28_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c307b54b939a1ade5caf737c9297d4c0f8af314c455bc79228fe9bee2fe2e183
MD5 da935094b66c6ecf3eab7704b7c849d5
BLAKE2b-256 2d78080530eeb256f4f435bf3e920d493484fe1ce218f3b8f5c57766079a16b6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-manylinux_2_28_aarch64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1784372868fb20ba32422ce803ad464b39ec26b41587576122b3884ba7533f2c
MD5 3f248f04c4fa807ab4f48b0089dd2b3f
BLAKE2b-256 eaf9bfd6a466cb5e91d8ebac03c18af7ac45f88ac9261d02a579691813db2c89

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 ad9734da7c95cb272f311c1a8ea61181f3ae0f539d5da5af5c88acee0fd6b707
MD5 fe0c12fdf98881ac21c4b7f0d9d95c7b
BLAKE2b-256 93db91466f22c0973039cc6f672875c937ad9ecb5c251c2a7166b2b8343dde50

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-macosx_12_0_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp310-cp310-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp310-cp310-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 47e7aa1e2f345a08009a38c14db16ccdadb31313919efe0903228265df3e1962
MD5 05a59e00ec132a50ff9860735a5396cd
BLAKE2b-256 379e813389a76caeb1068af64c39bf66eaa466a2551bdf1399a9a6464cd811b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp310-cp310-macosx_12_0_arm64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyogrio-0.11.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 19.2 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 5fb0da79e2c73856c2b2178d5ec11b9f2ab36213b356f1221c4514cd94e3e91b
MD5 843440d38daaea59999b5ee8f60a3aa7
BLAKE2b-256 4edf727edef2170d565a03b996b1290dd51ebcbfaeedb76985a44072bad4e6fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-win_amd64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 81cd98c44005c455ae2bbe3490623506bf340bb674ec3c161f9260de01f6bd1b
MD5 7a6d8ec40ffb3749202e803485ec0a02
BLAKE2b-256 c7f9b141b4bc0cf316aba69f5b37f0f195aec9eec4a0b53c65699108a939b0d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-manylinux_2_28_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dd872ee4cc5314b3881015c0dddf55f2f1f25f078bd08fcfe240f2264e6073ac
MD5 485eafb49d666bf29d6d4da0a4dede73
BLAKE2b-256 e58ad3927c109b45629b2d9a894f3cbedf055e0cfcad2b0187491c924ad07da1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-manylinux_2_28_aarch64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b23ad2b89d4943d3f8eda011d2e50c1cab02cce9cd34cae263a597410886cd43
MD5 552d5cc7b3be08e48b77e6233995319a
BLAKE2b-256 ee1d65d7dec70222b3e291cc60059b2e6b25424a8a3c95a59637e8a295816793

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-macosx_12_0_x86_64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-macosx_12_0_x86_64.whl
Algorithm Hash digest
SHA256 d583cab4225fa55bfd9bf730436dcc664a90eb77e22367259a49cedb0f6729ce
MD5 ffb94bd76aad1dbd007d41dc8c1cda4b
BLAKE2b-256 8173c3fc16692f334bcf0354a67e2695805b402da3635427d1d4a77209725dd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-macosx_12_0_x86_64.whl:

Publisher: release.yml on geopandas/pyogrio

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

File details

Details for the file pyogrio-0.11.0-cp39-cp39-macosx_12_0_arm64.whl.

File metadata

File hashes

Hashes for pyogrio-0.11.0-cp39-cp39-macosx_12_0_arm64.whl
Algorithm Hash digest
SHA256 d981a47fc7ade7eb488c0f8b9e1488973bc60b4a6692f2c7ca3812dc38c474c6
MD5 dc1034224d7877c1a4375477275ce0f0
BLAKE2b-256 aadf48dc287d775cdb9c2e921cdb177b86dfc19eedd4b844a8d5357a32c090a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyogrio-0.11.0-cp39-cp39-macosx_12_0_arm64.whl:

Publisher: release.yml on geopandas/pyogrio

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

Supported by

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