This would be my suggestion as well. Certainly use a dedicated DB for the task, then populate it according to the effort you want to put into it. Options would be:
- custom GPS unit along the lines Vince suggested - use a normal in-car GPS unit that records your tracks and download/export data each day. I combine my car and walking gps tracks for geotagging photos. - manually enter data once a day When I do long trips, I often take a simple handheld temp/RH logger that I download occasionally - every few days. I also have a second table with one row per day, where I manually enter comments about where the device was located and anything unusual that might have influenced the results. Probably less necessary in an RV with fixed locations, but my logger might end up left inside the tent, outside the tent, or left inside the car on different days. This table could also double as a more general diary. On Sunday, 30 July 2023 at 6:39:28 am UTC+10 vince wrote: > On Saturday, July 29, 2023 at 1:11:25 PM UTC-7 Stefan Gliessmann wrote: > > That would work. But I would miss out on the location and elevation data … > I would like to include location in a database … > > > Sure. Get a GPS module for your pi and write a little script to seed a > custom field in the db. Shouldn't be a big deal. Just write to a > secondary sqlite db. > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/1f0d9996-8190-4e8b-9ca4-42db7753ff37n%40googlegroups.com.
