https://github.com/rasterio/rasterio-wheels
https://github.com/rasterio/rasterio-wheels
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rasterio/rasterio-wheels
- Owner: rasterio
- License: mit
- Created: 2018-08-12T13:19:52.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T01:31:08.000Z (over 1 year ago)
- Last Synced: 2025-04-13T04:42:36.277Z (over 1 year ago)
- Language: Python
- Size: 241 KB
- Stars: 11
- Watchers: 5
- Forks: 18
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
# rasterio-wheels
This project builds the rasterio binary distributions that are uploaded to
PyPI. Those distributions, or "wheels", include a GDAL shared library and other
shared libraries supporting many, but not all, of GDAL's format drivers. If you
need the rarely used formats and compressors not found in these wheels, you may
find them in the conda-forge conda channel, or in Docker images published by
the GDAL project.
Wheels for manylinux2014_x86_64, macos_10_15_x86_64, and win_amd64 are built by GitHub
Actions. Wheels for macosx_11_0_arm64 are built by Cirrus CI.
Other platforms are out of scope at this time.