-
Notifications
You must be signed in to change notification settings - Fork 10
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
Gb/bc #96
Merged
Merged
Gb/bc #96
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
efcf50e
added bias module with a place for bias transformation functions and …
grantbuster 115e9c2
feature specific bias correction
grantbuster c184917
removed warnings about excessive padding - not a bad thing
grantbuster 1d823e3
added a site-by-site linear bias correction calculation method
grantbuster 8b7f25b
bug fix and logging
grantbuster 56148db
bias calc mods and new functions
grantbuster 50c3692
added bias calc cli
grantbuster 2f7d4f7
added bias calc to main cli
grantbuster c132b81
make bias out dir
grantbuster 915edd5
bug fixes and minor refactor to run on eagle
grantbuster 7b28943
added local linear bias correct to forward pass bc options
grantbuster 0cee671
added option to smooth spatial bias correction factors outside of the…
grantbuster aa0a040
better enumerated progress logging for fwp
grantbuster 240a0d6
added bias correction option to QA
grantbuster 9ac0905
minor refactor to bias correct u and v instead of windspeed and direc…
grantbuster d2fb1e2
fixed up the u/v QA with bias correction
grantbuster 01fbeda
added meta data to bc h5 output attrs
grantbuster b370b9f
more bc convenience functions
grantbuster 24c40b6
added monthly bias correction
grantbuster 0deab95
added montly bias correction data transformation method and integrate…
grantbuster 1f28ccc
fixed collection logic for undefined mask meta variable when file is …
grantbuster 5d93283
added bias correction calc tests
grantbuster 0638d7b
added bias transform calcs
grantbuster 6cc6ced
added fwp+bc integration test
grantbuster ca24793
added qa+bc integration test
grantbuster b75b3fc
added version record to bias calc output files and incremented versio…
grantbuster b0a2c49
simplify qa test and pylint issue
grantbuster 7b9c88f
fixed test on h5 meta attrs dtype and docstrings
grantbuster 2ea15e3
serial data handling for QA+BC bug
grantbuster 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
more bc convenience functions
- Loading branch information
commit b370b9fa1339922342b8173bcb6e0d0fa1986f60
There are no files selected for viewing
This file contains 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
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.
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.
Include a check that the index is in the raster?
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.
there's no distance threshold on this method so
i
should always be in the gid raster. I don't include a distance threshold because this is just a convenience method for debugging and investigation, not used in the actual bc module in a pipeline.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.
There's no default threshold?
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.
nope its infinite haha
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.
oh lol