-
Notifications
You must be signed in to change notification settings - Fork 32
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
Enabling automatic update of location with GPS (via gpsd service) #42
base: main
Are you sure you want to change the base?
Conversation
First commit for location autoupdate (via gpsd) - !experimental!
Adjusting installation scripts to my fork
Adjusting/fixing installation and update
Location autoupdate
Interesting... Also I'm missing code changes to make the analysis process actually pick up the location changes, what is the plan on that? |
This would indeed cause issues with not only the streamlit but also Birdweather uploads too that rely on the lat/lon settings. |
Thank you for the answer @Nachtzuster
Oh, this one needs to be addressed too. Will work on that. |
This pull request is about enabling automatic update of location with GPS (via gpsd service).
The main reason for this is to make the whole BirdNET-Pi setup more portable (in the sense of moving it around outdoors). It's plug-and-play process, after you configure it.
How it works:
Main changes:
Dependencies:
How was it tested?
Configuration steps
Please don't be shy with comments, advices, feedback from testing (most important part yearning for testing is update).