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

Threshold Values Exploration #10

Open
Zachtmac1 opened this issue Apr 29, 2023 · 0 comments
Open

Threshold Values Exploration #10

Zachtmac1 opened this issue Apr 29, 2023 · 0 comments

Comments

@Zachtmac1
Copy link
Contributor

In order to determine which values for the thresholds would be most realistic for precipitation and wind speed, histograms were made of the API data for the seven year period that has been used as the MESA output. The histograms for precipitation and wind speed can be seen below.

Precipitation

image

Wind Speed

image

As can be seen, there is a nice distribution of values for the wind speed histogram, indicating that it is a good metric and that the API data being returned is most likely representative of reality. In order to cut about 50% of data, a windspeed threshold of 10 km/hr would suffice. The same cannot be said for precipitation however, as it seems that the majority of values are clustered at 0.0 mm of precipitation. This is most likely due to the API call not having enough data for the time period, and instead of just putting null where they did not have data, they put 0 instead. This issue can be fixed by finding a better source of data and just switching where the API call is made to.

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

No branches or pull requests

1 participant