Skip to content

3.8.7

Compare
Choose a tag to compare
@phargogh phargogh released this 17 Jul 18:14

This bugfix release includes the following fixes and features:

  • General

    • Fixed an issue where some users would be unable to launch InVEST
      binaries on Windows. This crash was due to a configuration issue
      in PySide2==5.15.0 that will be fixed in a future release of
      PySide2.
  • GLOBIO

    • Fix a bug that mishandled combining infrastructure data when
      only one infrastructure data was present.
  • Urban Flood Risk

    • The output vector flood_risk_service.shp now includes a field,
      flood_vol that is the sum of the modeled flood volume (from
      Q_m3.tif) within the AOI.
    • Fieldnames in flood_risk_service.shp have been updated to more
      closely match the variables they match as documented in the
      User's Guide chapter. Specifically, serv_bld is now serv.blt
      and aff_bld is now aff.bld.
    • Q_mm.tif has been moved from the intermediate directory into
      the workspace.
    • Fixed a bug in the flood volume (Q_m3.tif) calculations that
      was producing incorrect values in all cases.