- Bugfix from DEV1
- Allow extension tables to reference more than one geocollection
- Add
extra_data_objs
parameter to regionalized LCA classes
- Fix bug in calling Geopandas
- Add
calculate_needed_intersections
function - Add
rasterstats
engine toraster_as_extension_table
- Added
rasterstats
dependency - Don't error out on jobs which are skipped because already done
- Don't raise errors for
AlreadyExists
- Fix path error
- Allow masking when importing maps as extension tables
- Re-enable some pandarus functionality
- Include cutoff in geodataframe creation
- Added GeoDataframe exports to all LCA classes
- Fix matrix reconstruction on iteration
- Add ability to calculate intersections with geopandas and pandarus, in addition to pandarus remote server
- Switch to Brightway 2.5 datapackages
- Move to Py3 only
- Fix bug with long filepaths on Windows
- Code reformatting with Black
- Update for
fiona
upstream changes - Better messages for when remote calculation is needed (instead of just erroring)
- FIx incompatibility in datatypes between intersection and intersection from pandarus creation
- Fix passing invalid fields to
fiona.open
- Everything other than inputs to rasterstats must be vector files
- Small bug fixes and simplifications
- Add compatibility with rower and rewrote ecoinvent/RoW handling
- Add utility to divide rasters by their cell area (
density/divide_by_area
) - Update and test setup code