Contents

geoai-rasterio 1.3.11

0

Fast and direct raster I/O for use with Numpy and SciPy

Fast and direct raster I/O for use with Numpy and SciPy

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

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

How to Install geoai-rasterio

You can install geoai-rasterio using pip

pip install geoai-rasterio

or add it to a project with poetry

poetry add geoai-rasterio

Package Details

Author
Sean Gillies
License
BSD
Homepage
https://github.com/rasterio/rasterio
PyPi:
https://pypi.org/project/geoai-rasterio/
GitHub Repo:
https://github.com/mapbox/rasterio

Classifiers

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

Errors

A list of common geoai-rasterio errors.

Code Examples

Here are some geoai-rasterio code examples and snippets.

GitHub Issues

The geoai-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

titiler 0.24.2

A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.

titiler-core 1.2.0

A modern dynamic tile server built on top of FastAPI and Rasterio/GDAL.

geotile 1.1.0

geotile is a Python library that simplifies the creation and manipulation of raster dataset tiles. It's an invaluable tool for managing raster tiles, especially for deep learning training datasets. With geotile, you can generate tiles of raster data, select specific bands for tiling, merge tiles, and even generate raster masks from shapefiles. It's a comprehensive solution for all your raster data tiling needs.