ruthmoog / bee

🐝 A mobile application for surveying bumblebees.
https://purple-wood-8308.fly.dev/
MIT License
2 stars 0 forks source link

How could we automate the "sections" thing? #3

Open quii opened 1 year ago

quii commented 1 year ago

When you do a bee walk, you go through a fixed "transect" which has sections. It would be nice if whilst walking around, when you make a sighting, it knows which section you're on

We can easily get the location from the browser, and then we have to somehow know "this geolocation maps to this section"

ruthmoog commented 1 year ago

https://w3c.github.io/geolocation-api/ Geolocation Standard

What 3 words has an API mostly free... not sure if that would be useful though. https://developer.what3words.com/public-api

ruthmoog commented 1 year ago

Can the stop action happen automatically? #7 https://developer.mozilla.org/en-US/docs/Web/API/Geolocation_API/Using_the_Geolocation_API#examples