rasterio icon indicating copy to clipboard operation
rasterio copied to clipboard

Rasterio reads and writes geospatial raster datasets

Results 293 rasterio issues
Sort by recently updated
recently updated
newest added

## Expected behavior and actual behavior. I expect the plotted raster using `rasterio.plot.show()` to look similar to its appearance in QGIS. I also anticipate that using a `ndarray` with the...

## Expected behavior and actual behavior. Based on the documentation, after successfully reprojecting a raster layer, I expect the function to return a tuple where the first element is the...

bug
documentation

This is a solution for #3423, adding support for all env var based authentication methods for reading data for Azure blob storage, as described [here](https://gdal.org/en/stable/user/virtual_file_systems.html#vsiaz-microsoft-azure-blob-files). The logic mimics that defined...

``` DeprecationWarning: The '__version__' attribute is deprecated and will be removed in Click 9.1. Use feature detection or 'importlib.metadata.version("click")' instead. ```

bug

I had to lower bound the fsspec and s3fs version to get pip to resolve the dev environment correctly. The file I picked for testing was randomly chosen from a...

bug

The issue has been detected on Debian / sid (x86_64) by running the test suite of rioxarray (https://github.com/corteva/rioxarray) but the error seems to be originated at a lower level in...

bug
upstream

Consequential changes: 1. When paths to datasets are provided, open the datasets once and reuse the dataset objects. This results in a substantial performance boost when there are many chunks....

https://github.com/rasterio/rasterio/blob/2192720f48fa6d82b7deea5de9f7bfd2290d7a36/rasterio/warp.py#L64

deprecation

`cligj` seems to have been abandoned for some time now by mapbox. Furthermore it adds an upper bound to the python version which can be problematic in certain contexts (e.g....

dependencies

zlib is included only in the Windows builds of Rasterio 1.4.3. Perhaps we could exclude it from macOS and Linux builds? Additionally, SourceForge.net sometimes bans downloads for giflib. _Originally posted...

packaging