> From: ProfoxTech [mailto:[email protected]] On Behalf Of > Dennis Schuette > Sent: 16 December 2015 09:22 > To: [email protected] > Subject: Weather history > > I would like to store daily weather statistics for several rural locations > across the continental United States. Is there a public database somewhere > that I can use to extract data and store in a VFP table? > ---------------
I would request data from a weather web service. Here is one of many: http://www.restfulwebservices.net/rest/WeatherForecastService.svc?wsdl >From VFP I have not done wsdls in 12 years or so. In general you do a call out to the web with the necessary parameters and it supplies data back to you that you can save to a db. Put in a machine timer call to run your exe every 6-8-12 hours as needed might do exactly what you want. -- Stephen Russell Sr. Analyst Ring Container Technology Oakland TN 901.246-0159 cell --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/cajidmyl3yyo7k9fcrszjzapetrqfbzwxzt8bmoilfnqwp5n...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

