So, I'm upgrading my old windrose imageGenerator and I've been able to 
force it to actually generate images, but I'm not sure what to look at on 
how to get the data for it.

It looks like there are 3 functions that I need to really update to how 
things are done now, but I'm not sure where to look?

Basically what I'm looking for is something that gives the the 2 arrays 
like the getSqlVectorsExtended used to return.

1)     archivedb = self._getArchive(plot_options['archive_database'])
2)     plotgen_ts = archivedb.lastGoodStamp()
3)     (time_vec_t_ws,  data_windSpeed)   = 
archivedb.getSqlVectorsExtended('windSpeed',   minstamp, maxstamp, 
aggregate_interval, 'windSpeed')

If someone can point me to what I should be looking for in the new code, 
that would be great! 

Thanks!

Brent

-- 
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/cbc60583-2e4d-44c8-a16d-eb3f02b8b9cd%40googlegroups.com.

Reply via email to