Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase user-friendliness #62

Open
12 of 13 tasks
sylvainschmitt opened this issue Nov 14, 2022 · 0 comments
Open
12 of 13 tasks

Increase user-friendliness #62

sylvainschmitt opened this issue Nov 14, 2022 · 0 comments

Comments

@sylvainschmitt
Copy link
Collaborator

sylvainschmitt commented Nov 14, 2022

To increase user-friendliness, I'm implementing new developments on personal branches of my fork (uf_basic, uf_intermediate, and uf-advance). The developments are:

Basic

  • Remove checks for unused columns PlotArea
  • Remove checks for unused columns VernName, Circ, Xfield, Yfield, Lat, Lon
  • Check Plot column only if present
  • Check CensusYear column only if present
  • Ease basic types inputs with autoconversion tests (with as.integer, as.logical and as.character)
  • Ease table types inputs with autoconversion (DT & tibble & data.frame)
  • Ease spatial types inputs with autoconversion (raster & terra, sp & sf)
  • Add a stop if check/prepare inputs remove all lines
  • Add a message if DBH or diameter column exists but not Circ
  • Check DBH interval (1cm to 10m)

Intermediate

  • Replace creekdistances argument for a named list with two arguments for two raster inputs
  • Add an helper function to creat the mask

Advance

  • Replace LoggingSimulationOutputs and LoggingSimulationOutputs_iter by new R objects with associated class to simplify and consolidate outputs and ease package use with commonly known methods (loggingsummary & loggingsummary1 to summary, show, print, autoplot)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant