Recent Releases of whisp

whisp - v3.0.0a13

What's Changed

Features:

  • Added weekly usage metrics collection and reporting in #171, #172

Fixes:

  • Disabled DIST-ALERT dataset and improved auto-recovery mode in #173
  • Fixed Earth Engine API v1.7+ compatibility for _cloud_api_base_url and _initialized and _credentials attributes in #174 and #175

Docs:

  • Updated whisp_risk() docstring with all 40+ parameters in #173
  • Pinned earthengine-api to >=1.6.0,<1.7.0 in #173

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a12...v3.0.0a13
PyPi Release: openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 3 months ago

whisp - v3.0.0a12

What's Changed?

Features:

  • Asset Registry module — New asset_registry.py module with functions to fetch GeoJSON from FAO DynaStore OGC API; integrated as an option in notebooks (#169)

Dataset Updates:

  • Updated JRC GFC2020 subtypes from V0 to V1
  • Updated TMF assets from v1_2024 to v1_2025
  • Removed Forest_FDaP from risk calculations, but kept statistics in output table (#170)

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a11...v3.0.0a12

PyPi Release openforis-whisp

What's Changed

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a11...v3.0.0a12

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 3 months ago

whisp - v3.0.0a11

What's Changed?

Fixes:

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a10...v3.0.0a11

PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 3 months ago

whisp - v3.0.0a10

What's Changed?

Features:

Docs:

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a9...v3.0.0a10

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 4 months ago

whisp - v3.0.0a9

What's Changed?

Features:

Fixes:

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a8...v3.0.0a9

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 4 months ago

whisp - v3.0.0a8

What's changed?

Features:

  • Added 'drop_unused_columns' parameter to allow focus only on datasets actively used in whisp_risk() in #148

Fixes:

  • Major notebook changes to focus on larger data processing pathways in #149
  • Added tests for package versioning so metadata column stays up to date in #149
  • Consistent plotID sorting, notebook updates, and changelog improvements #153

Docs:

  • Consolidated and updated README (project info, data layers, contribution guidance) in #150, #151, #154
  • Documentation updates and general improvements in #152

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a7...v3.0.0a8

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 5 months ago

whisp -

What's Changed

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a6...v3.0.0a7
PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by rurdea 6 months ago

whisp - v3.0.0a6

What's Changed

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a5...v3.0.0a6
PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - v3.0.0a5

What's Changed

Fixes:

Documentation:

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a4...v3.0.0a5
PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - v3.0.0a4

What's Changed?

Fixes:

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a3...v3.0.0a4
PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - v3.0.0a3

What's New?

Added

• More flexible random feature creation (generate_random_features), for performance testing — #133

Fixes

• Concurrent mode no longer drops error batches silently — #133
• Removed automatic geometry repair (which can introduce new issues); users should clean data beforehand — #133

Full Changelog: v3.0.0a2->v3.0.0a3

PyPi Release openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - v3.0.0a2

Added
Metadata column and geometry audit trail, in https://github.com/forestdatapartnership/whisp/pull/131

Fixed
Consistent data conversion fixes including timestamp serialization, CRS handling and Z-coordinate stripping in https://github.com/forestdatapartnership/whisp/pull/131

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/v3.0.0a1...v3.0.0a2

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - v3.0.0a1

What's New?

Added

Improvements

• Faster startup by avoiding unnecessary client-side calls during dataset compilation, in https://github.com/forestdatapartnership/whisp/pull/123 and https://github.com/forestdatapartnership/whisp/pull/124

Fixes

• Standardized the geometry_type output to distinguish only between basic types (point or polygon), in https://github.com/forestdatapartnership/whisp/pull/125
• Removed several unnecessary or obsolete files, in https://github.com/forestdatapartnership/whisp/pull/128 and https://github.com/forestdatapartnership/whisp/pull/130

Documentation

• Updated layer descriptions, in https://github.com/forestdatapartnership/whisp/pull/129

Full Changelog: https://github.com/forestdatapartnership/whisp/compare/2.0.0b3...v3.0.0a1

PyPi Release PyPi Release

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 7 months ago

whisp - 2.0.0b3

Changed

Startup and dataset preparation performance: Replaced client-side calls with GEE server-side methods, improving efficiency during dataset preparation
#123
, #124
— @andyarnell

Full Changelog: v2.0.0b2 → v2.0.0b3

PyPI Release: openforis-whisp

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 8 months ago

whisp - v2.0.0b2

Features Added

generate_test_polygons method for creating a GeoJSON of randomly placed polygons for testing Whisp stats processing.
Added by @andyarnell
in #119

Issues Resolved in This Release

Point areas fix - now shows zero value in 'Area' column if point geometry (instead of the area of pixel it intersects)
by @andyarnell
in #110

GeoJSON timestamp errors — files containing date-formatted properties caused errors during conversion to Earth Engine feature collections.
Fixed by @andyarnell
in #110

Timber risk pathway data improvements — for the agri_after_2020 theme (agriculture after 2020), the indicator now shows gain since 2020 (e.g. ESRI gain 2020–2023 crop) instead of simple presence.
by @astridverhegghen
in #114

Example polygons updated — made more representative of different commodities and geographies.
by @andyarnell
in #116
and #117

Updated notebooks — improved example code for adding custom data, including automatic ISO2 (country) code updates.
by @andyarnell
in #118

Full Changelog: v2.0.0b1...v2.0.0b2

PyPI Release: openforis-whisp on PyPI

Biosphere - Deforestation and Reforestation - Python
Published by andyarnell 8 months ago