Contents

rasterio 1.5.0

0

Fast and direct raster I/O for use with NumPy

Fast and direct raster I/O for use with NumPy

Stars: 2482, Watchers: 2482, Forks: 551, Open Issues: 152

The rasterio/rasterio repo was created 12 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2482 github stars!

How to Install rasterio

You can install rasterio using pip

pip install rasterio

or add it to a project with poetry

poetry add rasterio

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/rasterio/
Documentation:
https://rasterio.readthedocs.io/
GitHub Repo:
https://github.com/mapbox/rasterio

Classifiers

  • Multimedia/Graphics/Graphics Conversion
  • Scientific/Engineering/GIS
No  rasterio  pypi packages just yet.

Errors

A list of common rasterio errors.

Code Examples

Here are some rasterio code examples and snippets.

GitHub Issues

The rasterio package has 152 open issues on GitHub

  • TST: test failures with latest GDAL (3.13 & 3.12.2)
  • rasterio.features.geometry_mask doesn't get all the expected pixels
  • BUG:features: Enable geometry_window to work with shear
  • bug with rasterio.mask.mask in version 1.5
  • BUG: Multithreading with Thread Safe Enabled MEM Dataset (Windows & OSX)
  • CLN: Remove antimeridian_cutting from warp.transform_geom
  • WHL: Slim wheel dependencies
  • reproject() could accept resampling parameter of type str?
  • DatasetReader eagerly populates metadata for each band, which is slow in some formats
  • ENH:merge: Open files at most twice | open_kwargs | always chunk
  • Deps: Drop dependency to cligj
  • warp with 2d destination.mask fails (regression)
  • Bilinear and cubic resampling at arbitrary points
  • Inconsistency in plotting rotated raster data with rasterio.plot.show() compared to QGIS
  • Rotated rasters and bounds

See more issues on GitHub

Related Packages & Articles