-
## Background
[TorchGeo](https://github.com/microsoft/torchgeo) is a PyTorch domain library for geospatial data, and wraps around rasterio for file I/O. A common use case is to take a collection of…
-
## Expected behavior and actual behavior.
rasterio.merge merge is very slow in 1.4.1 compared to 1.3.10
The attached script shows the following timing when merging 52 tiny tifs
with 1.3.10 we …
-
I really like intake-stac and together with xpublish it becomes a very powerful solution :-)
1. Open Assets
The example shown in the notebook using Landsat data @AWS is great. The assets are fre…
-
I was happy to find out that `rioxarray` is able to read a zipped GeoTIFF file using the same syntax as `rasterio`
```python
xda = xarray.open_dataarray('zip:file.zip/image.tif')
```
However,…
-
Rasters.jl promises fast handling of GeoTiff imagery (much faster than RasterIO in python) https://github.com/rafaqz/Rasters.jl
Proj.jl is the Julia version of PyProj: a wrapper to the PROJ C libr…
-
_From @hsparra on July 10, 2017 18:57_
On CentOS 6, creating an environment for rasterio fails:
```
conda create -n rasterio rasterio
source activate rasterio
python -c "import rasterio"
```
T…
-
When following the README requirements for installation with pip, after `pip install geopyspark` and before `geopyspark install-jar`, I was prompted to install `rasterio`. I installed it using `pip in…
-
This is related to #62.
We found out using `parallel=True` in `xarray.open_mfdataset` in [`fapar_lai.py`](https://github.com/EcoExtreML/zampy/blob/4f652d6ee4bdfdf91bfc0a9adffcc3b7e9229392/src/zampy/d…
-
Not so much an issue, as a suggestion to streamline installation.
When I installed bomber with pip, my terminal said this -
```
rasterio/_base.c:263:22: fatal error: cpl_conv.h: No such file or dire…
-
Hi! First of all awesome job in making and supporting Juno!
Name of the package: Rasterio
Link of the package documentation: https://rasterio.readthedocs.io/en/latest/
I think it would be awe…