Contents

geoai-rasterio 1.2.10

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: 2133, Watchers: 2133, Forks: 520, Open Issues: 143

The rasterio/rasterio repo was created 10 years ago and the last code push was 9 hours ago.
The project is very popular with an impressive 2133 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/mapbox/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 143 open issues on GitHub

  • [Pleiades-Neo] New RPC nomenclature
  • Segmentation fault when calling rasterio.features.rasterize with specific LineString geometries
  • resterio writes all zeros when using a combination of float64, compress="zstd", predictor=2.
  • Window (boundless) with negative offset may result in resampling
  • Update error message wording if a driver is not found
  • Remove type specific precision behavior of rowcol
  • Conflicting meaning of negative offsets in Window.from_bounds vs Window.from_slices
  • Move filepath plugin handler registration to _env
  • window.from_bounds is slightly offset without precision=0.0
  • DatasetReader.res returns wrong value
  • ENH: Allow specifying PYTHON_VERSION in Dockerfile
  • ERROR 4 when closing a COG file
  • Accelerate rasterio.sample.sample_gen
  • 1.3.0 release
  • CRS linear units show as "unknown" for EPSG:4326 – Latitude/Longitude. Should show "Degree" instead

See more issues on GitHub

Related Packages & Articles

rasterio 1.3.9

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

fiona 1.9.6

Fiona reads and writes spatial data files

titiler 0.18.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.