Looks fine to me. A couple of comments: - Importing data in mixed unit systems (ie mixed US customary, Metric and Metric WX) should be fine provided your field map units are correctly specified.
- Deriving the interval value from the imported data involves taking the difference between the timestamp of successive records. This works fine when the import data is complete with no missing records, but can be problematic when there are missing records. If you have a fixed interval you might find it safer to set interval to a fixed number, in your case interval = 1. - Rather than importing all of your data in one go you might want to just try importing one or a few few days to start with, you can do this by using the --date or --from and --to command line arguments. Gary On Wednesday 10 April 2024 at 14:25:29 UTC+10 lightmas...@gmail.com wrote: > I have a couple years worth of data that is stored on my Meteobridge > NanoSD's database. I want to export that data and import it into WeeWX's > database. > > I have created a custom export for Meteobridge ( > https://pastebin.com/dg7weFe7) that exports everything I could find that > has matching columns in the WeeWX DB. Sample of the CSV that was created ( > https://pastebin.com/gkvWRBwP). I have also created a custom WeeWX CSV > import config (https://pastebin.com/UL7iFex0) to import all of that. > > Just want someone to double check that that looks good before I import > years of data in 1 minute intervals. > -- 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 weewx-user+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/e7188f8b-622a-4037-81df-f596eaad7b04n%40googlegroups.com.