Skip to content
#

rasterio

Here are 88 public repositories matching this topic...

dionhaefner
dionhaefner commented Feb 21, 2022

Currently, we use a multiprocess pool to retrieve RGB bands in parallel, and fall back to sequential retrieval if that is not available. I would prefer having this as a setting, potentially also with the possibility to use a thread pool. We moved away from threading after experiencing race conditions within GDAL, but that might not always be a problem (for example, the issue might be fixed in rece

enhancement good first issue
RichardScottOZ
RichardScottOZ commented Mar 25, 2021

Without thinking I put resampling="bilinear" and got an error when I called .compute()

Traceback (most recent call last):
  File "carajas.py", line 92, in <module>
    band_medianNP = band_median.compute()
  File "/home/ubuntu/anaconda3/envs/richard/lib/python3.8/site-packages/xarray/core/dataarray.py", line 899, in compute
    return new.load(**kwargs)
  File "/home/ubuntu/anaco
good first issue

Improve this page

Add a description, image, and links to the rasterio topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rasterio topic, visit your repo's landing page and select "manage topics."

Learn more