icraf-indonesia / LUMENSR

An R package for land use planning and management of multiple environmental services.
https://icraf-indonesia.github.io/LUMENSR/
Other
0 stars 0 forks source link

Implement calc_conv_factor_to_ha.R for Hectares-Based Calculations #10

Closed dindiarto closed 1 year ago

dindiarto commented 1 year ago

Description

In the current implementation, crosstab calculations are based on the number of pixels.

Proposed Change

Implement the function located at https://github.com/icraf-indonesia/LUMENSR/blob/main/R/calc_conv_factor_to_ha.R to convert pixel-based calculations to hectares.

dindiarto commented 1 year ago

done