-
Notifications
You must be signed in to change notification settings - Fork 23
Updates to TADA_HarmonizeSynonyms and TADA_ConvertResultUnits #619
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
Merged
Merged
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
0b9b9e5
changes to harmonization and unit tables
hillarymarler dde68da
add file from MT
hillarymarler c18492e
updates to TADA_UniqueCharUnitSpeciation and harmonization tables
hillarymarler 4a29623
Update HarmonizationTemplate.csv
hillarymarler 9c466f7
Update UnitConversions.R
hillarymarler 4244e4f
Update UnitConversions.R
hillarymarler 43a61fb
Merge branch 'develop' into MT_troubleshooting
hillarymarler 0c13b22
Update UnitConversions.R
hillarymarler 7e658f3
Update UnitConversions.R
hillarymarler 6ad56ee
Update UnitConversions.R
hillarymarler 363619f
Update UnitConversions.R
hillarymarler 9219e59
Update UnitConversions.R
hillarymarler 5ac1f2f
Update UnitConversions.R
hillarymarler 2b1a051
Update UnitConversions.R
hillarymarler d6176d5
Update UnitConversions.R
hillarymarler b7ae004
Update UnitConversions.R
hillarymarler ec353b5
updates
hillarymarler 9b93956
dim check bug fix
hillarymarler 477830d
Update UnitConversions.R
hillarymarler 4d7de6c
Update UnitConversions.R
hillarymarler de7cecd
Update UnitConversions.R
hillarymarler 4f6cd90
Update UnitConversions.R
hillarymarler 64c5221
Update UnitConversions.R
hillarymarler fe0eb27
Update UnitConversions.R
hillarymarler f105dd4
remove test files, final rm updates from UnitConversion
hillarymarler be075d2
Merge branch 'develop' into MT_troubleshooting
hillarymarler 68f03ff
Update .gitignore
hillarymarler 74cfa14
fix conversion issues
hillarymarler d70f6a4
Update CensoredDataSuite.R
hillarymarler 4670108
Update CensoredDataSuite.R
hillarymarler 2d931a9
Update CensoredDataSuite.R
hillarymarler 49f219a
Update CensoredDataSuite.R
hillarymarler aa24ba3
Update CensoredDataSuite.R
hillarymarler 1a1e6dc
Update WQXProviderRef.csv
hillarymarler 0bb8bc0
Update UnitConversions.R
hillarymarler e1367c5
update harmonization template and priority char unit ref
cristinamullin 27ad30c
remove unit conversion from TADA_HarmonizeSynonyms
cristinamullin 8d092c4
do not eval geospatial Rmd, update description
cristinamullin b49df90
Update DESCRIPTION
cristinamullin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TADA_HarmonizeSynonyms was still changing NONE back to NA for PH units. Removed this line here so it is now resolving to
"PH_NONE_NONE_NONE"
The functions still changes NONE in fraction and speciation to NA for better harmonization as a generalized solution. For pH and DO, NONE is specified in the template so that overrides the generalized solution for those two. Does that still make sense as a generalized solution for all others not specified in the harmonization template... or should these lines be removed and everything done in the template (lots more rows we would need to add...)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hillarymarler this has already been merged, but can you double check the logic?