Hello, I would not be so categorical. Depends on your problem. Suppose that you have 3 files A, B and C with data for filepile. You could concatenate them into filepile.txt which would be seen by weewx as one file. Under unix (linux etc) : cat A B C > filepile.txt You could also build filepile.txt in 3 steps. Assume 3 procedure p, q and r producing the 3 sets of data. Then, assuming that filepile.txt is empty, p >> filepile.txt q >> filepile.txt and r >> filepile.txt will produce the single filepile.txt with all your data.
Hope this can help you to solve your problem. Sheers, Paul Le Thursday, November 26, 2020 à 3:27:17 PM UTC+1, David a écrit : > Thanks for confirming. > > On Fri, Nov 27, 2020 at 12:41 AM Tom Keffer <[email protected]> wrote: > >> Sorry, no. >> >> On Thu, Nov 26, 2020 at 4:30 AM David <[email protected]> wrote: >> >>> Hi, >>> Just wanting to know if the Filepile weewx extension can accept input >>> from multiple files? >>> I assume the answer is "no", but was just wanting to confirm it. >>> Thanks >>> David >>> >>> -- >>> 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/9168c700-d80b-4f76-87bb-35420cd2e2c5n%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/weewx-user/9168c700-d80b-4f76-87bb-35420cd2e2c5n%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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/CAPq0zEAqnixG%2BNi5UUfT-hcM10NcZz8JvaHzB4_uiDwaTwMv7Q%40mail.gmail.com >> >> <https://groups.google.com/d/msgid/weewx-user/CAPq0zEAqnixG%2BNi5UUfT-hcM10NcZz8JvaHzB4_uiDwaTwMv7Q%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- 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/6f4dab68-e116-41c6-b0d3-8280ae6862f8n%40googlegroups.com.
