EPATADA icon indicating copy to clipboard operation
EPATADA copied to clipboard

Creating Module 3 Spatial Crosswalk Tables

Open wokenny13 opened this issue 8 months ago • 0 comments

There are 3 new TADA Module 3 functions focused on helping users to apply unique site-specific criteria for assessments.

If a user is only interested in a ML sites level of assessments, they only need to run these 3 functions in order:

  1. TADA_CreateParamRef()
  2. TADA_CreateUseParamRef()
  3. TADA_CreateSpatialRef()

Now, if a user is interested in an AU level of assessments, they can run two additional 'helper' functions prior to running TADA_CreateSpatialRef(). See TADA Module 3b vignette for more info to walk through the process:

  1. TADA_CreateUseAURef()
  2. TADA_CreateWaterUseParamRef()

This PR also reflects some minor updates to TADA_CreateParamRef() and TADA_CreateUseParamRef().

The excel file options in the functions still need updates, but the workflow should work when excel = FALSE

wokenny13 avatar Apr 08 '25 15:04 wokenny13