[weewx-user] Re: Weather Cat data Monthly NOAA report

2017-04-21 Thread gjr80
On Saturday, 22 April 2017 06:54:11 UTC+10, MRL wrote: > > All I seem to have from Weather Cat is the hourly data for each day in PDF > files, about 900 files. > I have not tried to find the database to see if minute-by-minute is > available back to 2014. > I guess the 'best' data is the

Re: [weewx-user] Re: correct the amount of rain fall

2017-04-21 Thread Thomas Keffer
We need more information than that. What time zone? UTC+02:00? How did you install? Using setup.py, or Debian? Or, something else? Do you want to zero out all rain data for the day? Or, is there just one bad value? If just one value, roughly how big is the value? Try this and tell me what you

[weewx-user] Re: Weather Cat daily data in a PDF file - need help to process data

2017-04-21 Thread Bob Weber
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

[weewx-user] Re: correct the amount of rain fall

2017-04-21 Thread Massimiliano Neri
Hello Thomas, I would like to reset the content of the rain of the day on 21-04-2017, how can I make the SQL statement? Il giorno venerdì 21 aprile 2017 21:00:32 UTC+2, Massimiliano Neri ha scritto: > > I am using Weewx for 2 weeks, I need to correct the amount of rain fall, > either daily,

Re: [weewx-user] correct the amount of rain fall

2017-04-21 Thread Massimiliano Neri
Hello Thomas, I would like to reset the content of the rest of the day on 21-04-2017, how can I make the SQL statement? 2017-04-22 0:01 GMT+02:00 Thomas Keffer : > See if this answers your question: *Cleaning up old "bad" information >

Re: [weewx-user] correct the amount of rain fall

2017-04-21 Thread Thomas Keffer
See if this answers your question: *Cleaning up old "bad" information *. If not, come on back and give us a little more information. -tk On Fri, Apr 21, 2017 at 12:00 PM, Massimiliano Neri wrote: > I am using

Re: [weewx-user] Re: Weather Cat data Monthly NOAA report

2017-04-21 Thread Thomas Keffer
If you can extract the hourly data from the PDF files, you could put it in the archive database, specifying an interval of 60 minutes. I think it would work, but only for the measurements you have. Incidentally, unless you're changing topics, can you stick with one thread? So many threads make it

[weewx-user] Re: Weather Cat data Monthly NOAA report

2017-04-21 Thread MRL
All I seem to have from Weather Cat is the hourly data for each day in PDF files, about 900 files. I have not tried to find the database to see if minute-by-minute is available back to 2014. Is it possible to "fudge" the hourly data to make it look like hourly readings? Should not be too

[weewx-user] Re: Weather Cat daily data in a PDF file - need help to process data

2017-04-21 Thread MRL
Thanks I will give it a try. I have Ubuntu 16.04.2 running in Virtual Box on my Mac I have about 900 PDF files to convert On Friday, April 21, 2017 at 1:37:14 PM UTC-4, Bob Weber wrote: > > I use Debian linux. It was easy to convert the pdf file to text with the > command "pdftotext -raw

[weewx-user] Weather Cat data Monthly NOAA report

2017-04-21 Thread gjr80
I am getting a little confused here. Exactly what data do you have to import. From your posts so far I understand you have: - Weather Display data. Around about 1 year of data seemingly with a 1 minute interval. (I am) unsure of the document format (pdf, txt or something else). This data will

[weewx-user] correct the amount of rain fall

2017-04-21 Thread Massimiliano Neri
I am using Weewx for 2 weeks, I need to correct the amount of rain fall, either daily, monthly and annually. You can tell me the procedure for making these fixes. thank you. -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from

[weewx-user] Re: Weather Cat daily data in a PDF file - need help to process data

2017-04-21 Thread Bob Weber
I use Debian linux. It was easy to convert the pdf file to text with the command "pdftotext -raw file.pdf". It produced a file like this: WeatherCat Daily Report For Jan 1, 2015 Hour TempHiTempLo HeatHi HeatLo ChillHi ChillLo DewPHi DewPLo HumHi HumLo PresHi PresLo R/hHi R/hLo Rain AvWsHi

[weewx-user] Re: Import error with weather-display data

2017-04-21 Thread MRL
Never mind. I left off the degree_F for the dew point and heat index dry run indicated multiple different interval values. I need to investigate although result indicated that all 43,483 records would be added. Maybe I need to condense the data by hour and forget about the minutes? On Friday,

[weewx-user] Import error with weather-display data

2017-04-21 Thread MRL
Where and how is 'units' set? There is no 'units' in the data MRLiMac:bin Marc$ ./wee_import --import-config=/Users/Shared/weewx/util/import/WD-csv.conf --dry-run Starting wee_import... A CSV import from source file '/Users/Shared/weewx/util/import/12017lg.csv' has been requested. Using

[weewx-user] Weather Cat data Monthly NOAA report

2017-04-21 Thread MRL
If I convert the hourly Weather Cat PDF to TXT data files, I have 900 files to convert. Enclosed is the Weather Cat NOAA monthly report by day (day summary, no hourly data) I may have no choice but to use the daily summary data. Any suggestions? -- You received this message because you are

[weewx-user] Re: Weather Cat daily data in a PDF file - need help to process data

2017-04-21 Thread MRL
Using an old copy of Adobe Acrobat I was able to convert the PDF file to a text file: WeatherCat Daily Report For Jan 1, 2015 Hour 0 TempHiTempLo25.3 24.2 HeatHi HeatLo 25.3 24.2 ChillHi ChillLo 25.3 24.2 DewPHi DewPLo 15.7 12.9 HumHi HumLo 69 60 PresHi 30.20 PresLo 30.18 R/hHi0.00

[weewx-user] Weather Cat daily data in a PDF file - need help to process data

2017-04-21 Thread MRL
Weather Cat daily data in a PDF file I thought I had a program to convert the PDF file to a text file. The conversion is a mess and unusable. Any help? I have 3+ years of daily data. I still have Weather Cat but have not been able to find an export capability. -- You received this message

[weewx-user] Re: Importing data from a CSV file

2017-04-21 Thread MRL
I am ready to do a dry run. It took a trivial python program to convert: day month year hour minute temperature humidity dewpoint barometer windspeed gustspeed direction rainlastmindailyrain monthlyrain yearlyrain heatindex 1 1 2017 0 1 44.1 46 24.6 29.953 0.2 0.0 245

[weewx-user] Re: Importing data from a CSV file

2017-04-21 Thread gjr80
On Friday, 21 April 2017 21:35:21 UTC+10, MRL wrote: > > What about the date/time? > The date/time is in 5 fields? Hows do I set that up in the config file? > If you are going to go down the path of importing from a CSV file your date-time data must be in one field. The field can be an epoch

Re: [weewx-user] Any kludge to plot a 3rd item with a different yscale?

2017-04-21 Thread Glenn McKechnie
On 17 April 2017 at 14:41, Alec Bennett wrote: > > [...] > > It's been asked for many times > > In that case I'll mention that my method was to edit genplot.py and > imagegenerator.py so if a filename has "-trans" in it,