Additional soil parameters and ranges in importer #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Allows for Cation Exchange Capacity, Sodicity and Salinity to be included in uploaded soil test data: Soil classification names included: "Elect. Conductivity" (Salinity) Line 247; "Sodium % of Cations (ESP)" (Sodicity) Line 267; "Cation Exchange Capacity (CEC)" Line 271.
Corrected error in pH range where pH >7 is presented as neutral, adjusted pH range limits slightly: soilClassificationDefaults: added "Slightly Alkaline", "Alkaline", "Very Alkaline" (Line 727)
Adjusted limits: 0 - 5.2; 5.2 - 5.8; 5.8 - 6.5; 6.5 - 7.5; 7.5 - 8.0; 8.0 - 9.3; 9.3 - undefined (Line 728-729)
Included ranges for: Electrical Conductivity (Line 735-741); ESP (Line 833 - 839); and CEC (Lines 844 - 851)