-
Currently, trollimage has two behaviours when it comes to nodata: either a fill_value is provided and is used to fill the data (resulting in an image without alpha) or fill_value is None (default) in …
-
* just a suggestion to use this https://gdal.org/drivers/raster/safe.html
-
When using rasterio 1.3.6 and trying to load a .adf file, we get the error:
```console
RasterioIOError: 'w001001.adf' not recognized as a supported file format.
```
In the meantime, I've pinne…
-
Hi,
We submitted an issue at rasterio's repository regarding an error message opening some jp2 files (https://github.com/mapbox/rasterio/issues/1790) you can check there for full details; we are op…
-
I am using Python 2.7.13 (64 bit) in windows 7 and I have successfully installed gdal, rasterio (following https://mapbox.github.io/rasterio/installation.html) and gribdoctor (using pip). So, whenever…
-
Can PyCRS pass this test?
```python
import rasterio
import pycrs
def test_pycrs_parses_ogc_wkt():
# data from https://spatialreference.org/ref/epsg/4326/
epsg_4326_to_ogc_wkt = 'GE…
-
In the MODIS section about the scale factor:
https://www.earthdatascience.org/courses/use-data-open-source-python/multispectral-remote-sensing/modis-data-in-python/
rioxarray can handle that for …
-
It looks like this only supports a single band for now [1]. This could pretty easily be extended to 3 dims (most common for geoscience cases) by assuming a 3D array (with appropriate 2D support). I'd …
-
I've never been clear on whether or not xarray+dask computations using threads are hampered by file locks. It's complicated because GDAL-->rasterio-->xarray-->dask are all involved.
Rasterio recent…
-
Hi,
thanks for this great package. I'm wondering if it's possible to pass an *open* raster (as opposed to simply the path) to zonalstats (without converting to `ndarray` first).
My use case is th…