3.9.2
3.9.2
This bugfix release includes the following fixes and features:
-
General:
- Improving our binary build by including a data file needed for
thecharset-normalizer
python package. This eliminates a
warning that was printed to stdout on Windows. - The Annual Water Yield model name is now standardized throughout
InVEST. This model has been known in different contexts as
Hydropower, Hydropower Water Yield, or Annual Water Yield. This
name was chosen to emphasize that the model can be used for
purposes other than hydropower (though the valuation component
is hydropower-specific) and to highlight its difference from the
Seasonal Water Yield model. The corresponding python module,
formerlynatcap.invest.hydropower.hydropower_water_yield
, is
nownatcap.invest.annual_water_yield
. - Minor changes to some other models' display names.
- Update and expand on the instructions in the API docs for
installing thenatcap.invest
package. - The InVEST binaries on Windows now no longer inspect the
%PATH%
when looking for GDAL DLLs. This fixes an issue where
InVEST would not launch on computers where the%PATH%
either
contained other environment variables or was malformed. - JSON sample data parameter sets are now included in the complete
sample data archives.
- Improving our binary build by including a data file needed for
-
Seasonal Water Yield
- Fixed a bug in validation where providing the monthly alpha
table would cause a "Spatial file <monthly alpha table>
has no projection" error. The montly alpha table was mistakenly
being validated as a spatial file.
- Fixed a bug in validation where providing the monthly alpha
-
Crop Production Regression
- Corrected a misspelled column name. The fertilization rate table
column must now be namedphosphorus_rate
, not
phosphorous_rate
.
- Corrected a misspelled column name. The fertilization rate table
-
Habitat Quality
- Fixed a bug where optional input Allow Accessibility to Threats
could not be passed as an empty string argument. Now handles
falsey values.
- Fixed a bug where optional input Allow Accessibility to Threats
-
Urban Flood Risk
- Fixed a bug where lucodes present in the LULC raster but missing
from the biophysical table would either raise a cryptic
IndexError or silently apply invalid curve numbers. Now a
helpful ValueError is raised.
- Fixed a bug where lucodes present in the LULC raster but missing