Riftia
Results
2
issues of
Riftia
Consider the following workflow: ```python import rioxarray as rxr raster_files = glob.glob("/path/to/files") # 50 raster files for f in raster_files: with rxr.open_rasterio(f) as ds: # perform some operations and write...
bug
When trying to import a database with `bw2io.SingleOutputEcospold1Importer`, there is a flag called `use_mp` that controls whether multiprocessing will be used or not. This flag is inherited by the default...