-
Notifications
You must be signed in to change notification settings - Fork 1
Dynamic Indicators from Downscaled CMIP6 #652
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
Open
Joshdpaul
wants to merge
31
commits into
main
Choose a base branch
from
dynamic_indicators_2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
acbe61c
initial commit, set up new route in app and add new WCPS functions + …
Joshdpaul c17a5b9
sketch all routes
Joshdpaul 195e54e
begin validation routines
Joshdpaul ccb3ff9
add async fetch count_days function
Joshdpaul cd866e0
working count_days route
Joshdpaul 46b6248
finish fetching and post-processing functions
Joshdpaul f0c8762
replace errors with templates
Joshdpaul 062e484
add more notes
Joshdpaul e083a77
fix typo
Joshdpaul 665472d
change coverage IDs to fetch from 6model avg
Joshdpaul 764f261
add bbox validation and function documentation
Joshdpaul eeaf452
add point to route url
Joshdpaul 8e95345
set up area fetching functions
Joshdpaul 24f4d7f
bring in zonal stats functions
Joshdpaul 47a87cd
finish area query for count days
Joshdpaul df9c7eb
finish area queries for stat and rank endpoints
Joshdpaul 2435b8f
add stat note
Joshdpaul 4552f90
start documentation
Joshdpaul 54575a9
more doc
Joshdpaul 621dfde
fix rank rounding
Joshdpaul 20becbf
remove "projected" key in results and replace with scenario; add exam…
Joshdpaul be260b4
add area query documentation
Joshdpaul fd06a70
finish doc
Joshdpaul a8d94b4
Merge branch 'main' into dynamic_indicators_2
Joshdpaul b2be9cb
Add validation for 'units' parameter in application.py
Joshdpaul cba06b1
remove "units" and "n" request params from marshmallow validation
Joshdpaul 5120e66
rm print statement
Joshdpaul 303a9a9
improve documentation
Joshdpaul a3c52cd
fix wrf link
Joshdpaul 28968e3
move validation functions
Joshdpaul 557d1db
refactor validation routines
Joshdpaul 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.
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.
These functions look simple but there is so much secret-Rasdaman sauce here, awesome work Josh