-
Notifications
You must be signed in to change notification settings - Fork 1
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
Floodscan stats #11
Merged
Merged
Floodscan stats #11
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
99b2535
Add initial floodscan config
hannahker bedea11
Add floodscan processing function
hannahker 54c782c
Generalize handling of 4th dimension in upsampling
hannahker ee60294
Generalize dimension handling
hannahker 79d37a5
Merge branch 'main' into floodscan-stats
hannahker 8b1a525
Generalize handling of fourth dim in runner function
hannahker fca4e98
Remove upsampling test with only 2 dimensions
hannahker ee025ea
Generalize handling of extra dimensions
hannahker 1bdcd09
Adjust floodscan filename
hannahker fcee0ac
Merge branch 'main' into floodscan-stats
isatotun 75843d5
Merging floodscan-stats and main
isatotun c0610b0
Merge with main
hannahker d1ce782
Merge branch 'floodscan-stats' into floodscan-stats-hannah
isatotun e208fad
Merge pull request #14 from OCHA-DAP/floodscan-stats-hannah
isatotun dcb53c0
Adding capability to have other types of data for the fourth dimension
isatotun 6bdfd7c
Changing a date for testing purposes on databricks
isatotun 53b6076
Changing the band for testing purposes on databricks
isatotun 00d097e
Changing the band array for testing purposes on databricks
isatotun 170aa5a
Adding changes to be able to retrieve full cogs for floodscan
isatotun 203ded0
Adding coverage flag for floodscan
isatotun 54e27d9
testing by pointing at the whole historical dataset
isatotun 2d819d8
Setting chunksize
isatotun edb7815
Adding a chunksize parameter
isatotun a0d6461
Adding mode parameter back
isatotun 1416abd
Pre-commit
isatotun 38f2dec
Adding flag for floodscan coverage in config
isatotun 5b3f774
Addressing code review
isatotun d229916
Fixing test
isatotun 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 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.
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.
Ah good fix!