WXforum.net

Weather Software => Meteohub/Meteobridge => Topic started by: Nisse on May 08, 2018, 04:52:34 PM

Title: Export data from Meteohub to csv
Post by: Nisse on May 08, 2018, 04:52:34 PM
Hi!

Is it possible to export weatherdata from Meteohub to csv?
I can do it from the raw-file, but it is so much data.
If I want to export for instance the solar data, for 24h, with logging every 10:th minute, is it possible?
Or is it possible to write some code for it?
Title: Re: Export data from Meteohub to csv
Post by: docbee on May 11, 2018, 06:26:28 PM
There is not function included that can do this. You will need to write some code for it.
May be WSWIN of WD exports of Metehub are closer to what you are looking for.
Title: Re: Export data from Meteohub to csv
Post by: Nisse on May 14, 2018, 05:49:46 AM
I tried WSWIN, but I am not sure how to use it.
I choose for instance sol(0) and press Generate monthly data of, and the result be like the picture. I have no measuring data.

Or can someone show me how to write some code for it?
Title: Re: Export data from Meteohub to csv
Post by: Nisse on May 16, 2018, 06:53:01 AM
I used the "sol0-min10" and copied the values that I wanted.

Example from "sol0-min10":
20180515144000    795.8 792.0 803.0 0.00
20180515145000    777.6 770.0 787.0 0.00
20180515150000    767.0 762.0 770.0 0.00
20180515151000    759.0 755.0 763.0 0.00
20180515152000    744.7 726.0 758.0 0.00
20180515153000    713.3 702.0 726.0 0.00
20180515154000    702.7 699.0 709.0 0.00
20180515155000    690.5 675.0 699.0 0.00
20180515160000    662.4 646.0 675.0 0.00
20180515161000    633.9 626.0 646.0 0.00

Then I did some csv in excel to get the values.
And it looks like in the picture with 10 min resolution.