From 30d47dfc93ea66b5539d8c8be64a44069b2a66df Mon Sep 17 00:00:00 2001 From: Lloyd Bayley Date: Tue, 21 May 2024 17:22:39 +1000 Subject: [PATCH] Update BirdWeather ID procedure (#68) * Update BirdWeather procedure * Update config.php Fixed an oops in the a href * Update config.php Add linebreak to make it look nicer --- scripts/config.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/config.php b/scripts/config.php index 84b344d..2c6490e 100644 --- a/scripts/config.php +++ b/scripts/config.php @@ -465,7 +465,15 @@ function runProcess() {

BirdWeather


-

BirdWeather.com is a weather map for bird sounds. Stations around the world supply audio and video streams to BirdWeather where they are then analyzed by BirdNET and compared to eBird Grid data. BirdWeather catalogues the bird audio and spectrogram visualizations so that you can listen to, view, and read about birds throughout the world. Email Tim to request a BirdWeather ID

+

BirdWeather.com is a weather map for bird sounds. + Stations around the world supply audio and video streams to BirdWeather where they are then analyzed by BirdNET + and compared to eBird Grid data. BirdWeather catalogues the bird audio and spectrogram visualizations so that you + can listen to, view, and read about birds throughout the world.

+ To request a BirdWeather ID, You'll first need to create an account - https://app.birdweather.com/
+ Once that's done - you can go to - https://app.birdweather.com/account/stations
+ Make sure that the Latitude and Longitude match what is in your BirdNET-Pi configuration. +

+

NOTE - by using your BirdWeather ID - you are consenting to sharing your soundscapes and detections with BirdWeather


Notifications