-
Notifications
You must be signed in to change notification settings - Fork 33
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
BirdWeather Reporting Threshold Feature #161
Comments
I could add in this PR #158 a flag so only confirmed species (meaning that you have at least once confirmed that this species really exists) are uploaded to birdweather but birdweather by design looks more at volume than exactitude of observations |
That is a really good idea to use the confirmed species flag instead of a daily threshold! This would prevent uploading a Bald Eagle detection by mistake. |
Indeed. I see the "confirmed species" feature as an enabler to other elements, but I propose to wait first for it to be merged as a standalone feature before adding additional elements on top to avoid complexification. |
Good idea. Would be good to have a standalone feature to give it wings first before combining, no pun intended. |
How do you set the Enhancement flag? |
Ahh...Sometimes, it used to let the OP set the flag but perhaps it's only the repository-owner that can set it now. Doesn't matter. :) |
I would like to suggest that a detection of a bird should not be reported to BirdWeather unless a specified threshold for the past 24 hours has been detected. (A default of 0 would behave exactly as it does now. In fact, the code would not even perform a query to the database if the threshold is 0.)
For instance, if I have a detection of a Bald Eagle and the threshold is set to 1 then it will not report the detection to BirdWeather unless it is the 2nd or more for the day. This avoids the many reportings of detections of one-off species that are just normal. I do not mind them in my local database but would prefer not to report them to BirdWeather publicly. (Vanity of Vanities)
This is a simple change to the reporting.py script as well as a way to enter the threshold in the settings interface.
I know I can exclude each species which is unlikely, or turn my "Species Occurrence Frequency Threshold" higher, or turn my "Minimum Confidence" higher. However, I do want to know if a rare but possible type of bird is detected but do not want so many detections of 1 or 2 for misdetections on BirdWeather. If it is regularly occurring, I will obviously Exclude the species.
The text was updated successfully, but these errors were encountered: