SiteInformation - to columns for roving
Description
Currently the SiteInformation
class includes static values which are used in processing CRNS. For example the bulk density of the soil is stored in this object and this single value is then used when convert N to SM. Whilst often static in processing, there are instances (e.g., roving) where this needs to be variable. There is also possibility of revised methods using a more variable value for it.
Expected Behavior
Convert static values from SiteInformation
into columns in the crns_data_frame
where it copies the value into every row
Current Behavior
Uses static values from the SiteInformation
object
Proposed Solution
- Step to convert static values into columns
- Update
Corrections
to use columns instead of static values
Acceptance Criteria
-
Conversion step for static values into columns in the crns_data_frame -
Update corrections to use columns -
Documentation explaining this (Obsidian for now) -
Tests
Edited by Daniel Power