How do I get radar images to a .Net program using this service: http://www.nws.noaa.gov/forecasts/xml/
I literally have no clue where to start. If someone could provide some sample code or maybe direct me to a tutorial of some kind that would be awesome.
Thanks Alot
Right-click your project, Add Service Reference… Then under Address put in http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl and click Go. Choose a Namespace in the bottom. Then I think you can use it something like:
datais “DWML encoded NDFD data for a point”, whatever that means (though I would guess D* Weather Markup Language). I don’t know how to decode DWML, or what that data contains. You may need another method to get radar images.