Skip to content
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

We have added an API call for retrieving individual ensembles #35

Open
wants to merge 364 commits into
base: master
Choose a base branch
from

Conversation

msouff
Copy link
Contributor

@msouff msouff commented Mar 19, 2018

-Useful when interested in a specific ensemble or in analyzing the accuracy of each individual ensemble.

Other small changes:

-A small bug fix where the graph would not display if the high res forecast was not in store.

-Darken the return periods colors.

-Changed warning naming to awareness

snowman2 and others added 30 commits March 17, 2016 15:18
@pythonweb2
Copy link

pythonweb2 commented Mar 27, 2019

@msouff How are you calculating the probabilities? From what I understand, you should be creating a binary array (1 if exceeds return period, 0 if doesn't) and then take the average of the binary array (so if there are 4 out of 5 that exceed return period, the probability is 4/5 or 80%).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants