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

Pre-QuES Trajectory #19

Closed dindiarto closed 11 months ago

dindiarto commented 11 months ago

ques_pre_trajectory function

To do list

  1. Update the plot_bar_trajectory function to accommodate both deforestation and degradation trajectories.
  2. Develop a function that summarizes land cover change trajectories by planning unit. This function should:
    • Accept key raster inputs (lc_t1_, lc_t2_, admin_), key table inputs (lookup_traj_reclass, lookup_trajectory_complete), and key column inputs (trajectory, def).
    • Generate key raster outputs (map_trajectory, map_deforest_degrad).
    • Return a table and a bar plot for each planning unit.
dindiarto commented 11 months ago

https://github.com/icraf-indonesia/LUMENSR/commit/256fe304888614d7f1f918d0e8cb13fd054230ec is functional. Continue working on #20 and #21!