Skip to content

Add stats

Sifeddine Biri requested to merge biomass-data into main
  • A new SQL function that processes raster data within a given GeoJSON polygon, calculates various biomass density statistics, and returns them along with histogram data for biomass density distribution. Add an API call for it, returning both distribution and biomass statistics.
  • Restructure the store keys and data flow (prepare-ui-data) so that each component is responsible for preparing its own UI props in its own namespace along with handling its own actions.
  • Display the biomass data (stats) returned from the API/store. image

Merge request reports