Thanks Bob I have a script that processed the 4 days in April 2017 that I have converting to text files. Hard to believe pdftotext did a better job than Adobe Acrobat Standard 9 (very old). Now to code a python program to transform data. I am thinking of TempHi as temperature, DewPHi as dewpoint, HumHi as humidity, PressHi as pressure and Rain for the rain each hour This should be good enough. I guess I could average the high and low and use that value. What do you think? Marc
On Friday, April 21, 2017 at 6:09:42 PM UTC-4, Bob Weber wrote: > > That's great. pdftotext just copies the pdf text to the same file name > but with a .txt extension. So a second for loop would run your conversion > program to create the csv file(s) from each .txt file. You could just > create individual csv files or just append to one single file. Either way > once you get a conversion program working doing 900 files will be a piece > of cake. > > ...bob > > -- 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]. For more options, visit https://groups.google.com/d/optout.
