-
Can rastertools be made an extension of rasterio as rasterstats?
-
rio-tiler tests are failing with GDAL 3.10.0
* with Python 3.11
```
tests/test_io_stac.py ..Fatal Python error: Segmentation fault …
-
Some dtype changes in rasterio 1.4.0 broke zonal stats in certain occasions - see https://github.com/martinfleis/sds/actions/runs/11103109876/job/30844359444
-
## Expected behavior and actual behavior.
Repeatedly using `rasterio.open` on the same file should eventually stop consuming more RAM.
Instead, RAM usage increases every time `rasterio.open` is …
-
Dear all, I've created this issue since I have some questions/doubts regarding the behaviour of RasterIO. For example:
``` r
library(stars)
#> Loading required package: abind
#> Loading require…
-
### Describe your issue
I'm running w2w on my Hyper-V machine with 64GB memory/64 cores. I used a 31MB LCZ.tif slice (shape 44528×27830) and a 5.3MB geo_em.d01.nc (100×100). But It seems that the mem…
-
Install using standard conda approach:
```
conda create -n deepforest python=3 pytorch torchvision cudatoolkit=10.2 -c pytorch
conda activate deepforest
conda install deepforest -c conda-forge
``…
-
Hi,
I just have submitted [an issue](https://github.com/rasterio/rasterio/issues/3248) on rasterio.
It looks like `get_projection_info()` returns a `None` epsg code, since it uses `is_epsg_code` crom…
-
I'm trying to create a WarpedVRT file and copy it into a Google Cloud Store bucket to be read later. I'm running into a strange problem where if I try to open the created VRT file in the same process …
jzxu updated
20 hours ago
-
Hey!
Im using rasterio to retrieve relevant metadata from rasters in different formats. And one of those formats are MRF:
https://github.com/nasa-gibs/mrf/blob/master/doc/MUG.md
Ive created s…