weather-forecasts 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (56) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +4 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +7 -0
  5. data/Gemfile +10 -0
  6. data/LICENSE +20 -0
  7. data/README.md +135 -0
  8. data/bin/wf-console +21 -0
  9. data/lib/weather-forecasts.rb +1 -0
  10. data/lib/weather_forecasts.rb +23 -0
  11. data/lib/weather_forecasts/client.rb +65 -0
  12. data/lib/weather_forecasts/client/error.rb +18 -0
  13. data/lib/weather_forecasts/client/help_console.rb +9 -0
  14. data/lib/weather_forecasts/client/query.rb +155 -0
  15. data/lib/weather_forecasts/client/query/query_property.rb +68 -0
  16. data/lib/weather_forecasts/client/query/query_utilities.rb +16 -0
  17. data/lib/weather_forecasts/client/query/select_by_days_query.rb +35 -0
  18. data/lib/weather_forecasts/client/query/select_coordinates_by_cities_query.rb +47 -0
  19. data/lib/weather_forecasts/client/query/select_coordinates_by_zip_query.rb +34 -0
  20. data/lib/weather_forecasts/client/query/select_corner_coordinates_query.rb +38 -0
  21. data/lib/weather_forecasts/client/query/select_gridpoint_coordinates_query.rb +35 -0
  22. data/lib/weather_forecasts/client/query/select_linepoint_coordinates_query.rb +33 -0
  23. data/lib/weather_forecasts/client/query/select_query.rb +48 -0
  24. data/lib/weather_forecasts/client/query/select_square_coordinates_query.rb +35 -0
  25. data/lib/weather_forecasts/client/query/selection_attributes.rb +19 -0
  26. data/lib/weather_forecasts/client/version.rb +5 -0
  27. data/lib/weather_forecasts/dwml.rb +38 -0
  28. data/lib/weather_forecasts/dwml/data_extractor.rb +55 -0
  29. data/lib/weather_forecasts/dwml/head_extractor.rb +49 -0
  30. data/lib/weather_forecasts/dwml/location.rb +33 -0
  31. data/lib/weather_forecasts/dwml/parameter_extractor.rb +281 -0
  32. data/lib/weather_forecasts/dwml/time_layout.rb +55 -0
  33. data/spec/fixtures/vcr_cassettes/select_by_days_query.yml +557 -0
  34. data/spec/fixtures/vcr_cassettes/select_coordinates_by_cities_query.yml +437 -0
  35. data/spec/fixtures/vcr_cassettes/select_coordinates_by_zip_query.yml +437 -0
  36. data/spec/fixtures/vcr_cassettes/select_corner_coordinates_query.yml +438 -0
  37. data/spec/fixtures/vcr_cassettes/select_gridpoint_coordinates_query.yml +467 -0
  38. data/spec/fixtures/vcr_cassettes/select_linepoint_coordinates_query.yml +440 -0
  39. data/spec/fixtures/vcr_cassettes/select_query.yml +1647 -0
  40. data/spec/fixtures/vcr_cassettes/select_square_coordinates_query.yml +443 -0
  41. data/spec/lib/ndfd/client/query/query_property_spec.rb +41 -0
  42. data/spec/lib/ndfd/client/query/select_by_days_query_spec.rb +35 -0
  43. data/spec/lib/ndfd/client/query/select_coordinates_by_cities_query_spec.rb +33 -0
  44. data/spec/lib/ndfd/client/query/select_coordinates_by_zip_query_spec.rb +34 -0
  45. data/spec/lib/ndfd/client/query/select_corner_coordinates_query_spec.rb +35 -0
  46. data/spec/lib/ndfd/client/query/select_gridpoint_coordinates_query_spec.rb +37 -0
  47. data/spec/lib/ndfd/client/query/select_linepoint_coordinates_query_spec.rb +36 -0
  48. data/spec/lib/ndfd/client/query/select_query_spec.rb +46 -0
  49. data/spec/lib/ndfd/client/query/select_square_coordinates_query_spec.rb +37 -0
  50. data/spec/lib/ndfd/client/query/selection_attributes_spec.rb +13 -0
  51. data/spec/lib/ndfd/client/query_spec.rb +91 -0
  52. data/spec/lib/ndfd/client_spec.rb +61 -0
  53. data/spec/spec_helper.rb +33 -0
  54. data/spec/support/resources/sample_document.xml +61 -0
  55. data/weather-forecasts.gemspec +39 -0
  56. metadata +224 -0
@@ -0,0 +1,440 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - Apache/2.2.15 (Red Hat)
23
+ Last-Modified:
24
+ - Thu, 13 Mar 2014 18:05:49 GMT
25
+ Accept-Ranges:
26
+ - bytes
27
+ Content-Length:
28
+ - '28583'
29
+ Content-Type:
30
+ - application/wsdl+xml
31
+ Date:
32
+ - Thu, 13 Mar 2014 19:49:58 GMT
33
+ Connection:
34
+ - keep-alive
35
+ body:
36
+ encoding: UTF-8
37
+ string: "<?xml version=\"1.0\"?>\n\n<!-- **********************************************************************
38
+ \ \n \n
39
+ \ ndfdXML.wsdl \n\n John L. Schattel MDL 4
40
+ July 2007 \n Aniesha L. Alford\n Red Hat Linux Apache
41
+ Server \n \n SOURCE CODE CONTROL INFORMATION \n\n Name: \n
42
+ \ %PM% \n %PID% \n\n Status: \n %PS% \n\n
43
+ \ History: \n %PL% \n\n
44
+ \ Change Document History: \n
45
+ \ %PIRC% \n\n
46
+ \ *************************************************************************
47
+ \ -->\n\n<definitions xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
48
+ \n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
49
+ \n xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
50
+ \n xmlns:si=\"http://soapinterop.org/xsd\" \n xmlns:tns=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
51
+ \n xmlns:typens=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\"
52
+ \n xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" \n xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\"
53
+ \n xmlns=\"http://schemas.xmlsoap.org/wsdl/\" \n targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\">\n<types>\n
54
+ <xsd:schema targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\">\n
55
+ <xsd:import namespace=\"http://schemas.xmlsoap.org/soap/encoding/\" />\n <xsd:import
56
+ namespace=\"http://schemas.xmlsoap.org/wsdl/\" />\n\n <xsd:simpleType name=\"sectorType\">\n
57
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='conus'/>\n
58
+ \ <xsd:enumeration value='nhemi'/>\n <xsd:enumeration value='alaska'/>\n
59
+ \ <xsd:enumeration value='guam'/>\n <xsd:enumeration value='hawaii'/>\n
60
+ \ <xsd:enumeration value='puertori'/>\n <xsd:enumeration value='npacocn'/>\n
61
+ \ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"unitType\">\n
62
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='e'/>\n <xsd:enumeration
63
+ value='m'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
64
+ name=\"formatType\">\n <xsd:restriction base='xsd:string'>\n <xsd:enumeration
65
+ value='24 hourly'/>\n <xsd:enumeration value='12 hourly'/>\n </xsd:restriction>\n
66
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"productType\">\n <xsd:restriction
67
+ base='xsd:string'>\n <xsd:enumeration value='time-series'/>\n <xsd:enumeration
68
+ value='glance'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
69
+ name=\"latLonPairType\">\n <xsd:restriction base='xsd:string'>\n <xsd:pattern
70
+ value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+\" />\n </xsd:restriction>\n
71
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"listLatLonType\">\n <xsd:restriction
72
+ base='xsd:string'>\n <xsd:pattern value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+(
73
+ [\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+)*\" />\n </xsd:restriction>\n
74
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeType\">\n <xsd:restriction
75
+ base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?\" />\n </xsd:restriction>\n
76
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeListType\">\n <xsd:restriction
77
+ base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?( \\d{5}(\\-\\d{4})?)*\"
78
+ />\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"featureTypeType\">\n
79
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='Forecast_Gml2Point'/>\n
80
+ \ <xsd:enumeration value='Forecast_Gml2AllWx'/>\n <xsd:enumeration value='Forecast_GmlsfPoint'/>\n
81
+ \ <xsd:enumeration value='Forecast_GmlObs'/>\n <xsd:enumeration value='NdfdMultiPointCoverage'/>\n
82
+ \ <xsd:enumeration value='Ndfd_KmlPoint'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
83
+ <xsd:simpleType name=\"compTypeType\">\n <xsd:restriction base='xsd:string'>\n
84
+ \ <xsd:enumeration value='IsEqual'/>\n <xsd:enumeration value='Between'/>\n
85
+ \ <xsd:enumeration value='GreaterThan'/>\n <xsd:enumeration value='GreaterThanEqualTo'/>\n
86
+ \ <xsd:enumeration value='LessThan'/>\n <xsd:enumeration value='LessThanEqualTo'/>\n
87
+ \ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"listCityNamesType\">\n
88
+ \ <xsd:restriction base='xsd:string'>\n <xsd:pattern value=\"[a-zA-Z'\\-]*(
89
+ ?[a-zA-Z'\\-]*)*,[A-Z][A-Z](\\|[a-zA-Z'\\-]*( ?[a-zA-Z'\\-]*)*,[A-Z][A-Z])*\"
90
+ />\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"displayLevelType\">\n
91
+ \ <xsd:restriction base='xsd:integer'>\n <xsd:enumeration value='1'/>\n
92
+ \ <xsd:enumeration value='2'/>\n <xsd:enumeration value='3'/>\n <xsd:enumeration
93
+ value='4'/>\n <xsd:enumeration value='12'/>\n <xsd:enumeration value='34'/>\n
94
+ \ <xsd:enumeration value='1234'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
95
+ <xsd:complexType name=\"weatherParametersType\">\n <xsd:all>\n <xsd:element
96
+ name=\"maxt\" type=\"xsd:boolean\"/>\n <xsd:element name=\"mint\"
97
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"temp\" type=\"xsd:boolean\"/>\n
98
+ \ <xsd:element name=\"dew\" type=\"xsd:boolean\"/>\n <xsd:element
99
+ name=\"pop12\" type=\"xsd:boolean\"/>\n <xsd:element name=\"qpf\"
100
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"sky\" type=\"xsd:boolean\"/>\n
101
+ \ <xsd:element name=\"snow\" type=\"xsd:boolean\"/>\n <xsd:element
102
+ name=\"wspd\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wdir\"
103
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"wx\" type=\"xsd:boolean\"/>\n
104
+ \ <xsd:element name=\"waveh\" type=\"xsd:boolean\"/>\n <xsd:element
105
+ name=\"icons\" type=\"xsd:boolean\"/>\n <xsd:element name=\"rh\"
106
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"appt\" type=\"xsd:boolean\"/>\n
107
+ \ <xsd:element name=\"incw34\" type=\"xsd:boolean\"/>\n <xsd:element
108
+ name=\"incw50\" type=\"xsd:boolean\"/>\n <xsd:element name=\"incw64\"
109
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"cumw34\" type=\"xsd:boolean\"/>\n
110
+ \ <xsd:element name=\"cumw50\" type=\"xsd:boolean\"/>\n <xsd:element
111
+ name=\"cumw64\" type=\"xsd:boolean\"/>\n <xsd:element name=\"critfireo\"
112
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"dryfireo\" type=\"xsd:boolean\"/>\n
113
+ \ <xsd:element name=\"conhazo\" type=\"xsd:boolean\"/>\n <xsd:element
114
+ name=\"ptornado\" type=\"xsd:boolean\"/>\n <xsd:element name=\"phail\"
115
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptstmwinds\" type=\"xsd:boolean\"/>\n
116
+ \ <xsd:element name=\"pxtornado\" type=\"xsd:boolean\"/>\n <xsd:element
117
+ name=\"pxhail\" type=\"xsd:boolean\"/>\n <xsd:element name=\"pxtstmwinds\"
118
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptotsvrtstm\" type=\"xsd:boolean\"/>\n
119
+ \ <xsd:element name=\"pxtotsvrtstm\" type=\"xsd:boolean\"/>\n <xsd:element
120
+ name=\"tmpabv14d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw14d\"
121
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpabv30d\" type=\"xsd:boolean\"/>\n
122
+ \ <xsd:element name=\"tmpblw30d\" type=\"xsd:boolean\"/>\n <xsd:element
123
+ name=\"tmpabv90d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw90d\"
124
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv14d\" type=\"xsd:boolean\"/>\n
125
+ \ <xsd:element name=\"prcpblw14d\" type=\"xsd:boolean\"/>\n <xsd:element
126
+ name=\"prcpabv30d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpblw30d\"
127
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv90d\" type=\"xsd:boolean\"/>\n
128
+ \ <xsd:element name=\"prcpblw90d\" type=\"xsd:boolean\"/>\n <xsd:element
129
+ name=\"precipa_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"sky_r\"
130
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"td_r\" type=\"xsd:boolean\"/>\n
131
+ \ <xsd:element name=\"temp_r\" type=\"xsd:boolean\"/>\n <xsd:element
132
+ name=\"wdir_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wspd_r\"
133
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"wwa\" type=\"xsd:boolean\"/>\n
134
+ \ <xsd:element name=\"wgust\" type=\"xsd:boolean\"/>\n <xsd:element
135
+ name=\"iceaccum\" type=\"xsd:boolean\"/>\n <xsd:element name=\"maxrh\"
136
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"minrh\" type=\"xsd:boolean\"/>\n
137
+ \ </xsd:all>\n </xsd:complexType>\n\n</xsd:schema>\n</types>\n\n<message name=\"NDFDgenRequest\">\n
138
+ \ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
139
+ \ type=\"xsd:decimal\" />\n <part name=\"product\" type=\"typens:productType\"
140
+ />\n <part name=\"startTime\" type=\"xsd:dateTime\" />\n <part
141
+ name=\"endTime\" type=\"xsd:dateTime\" />\n <part name=\"Unit\"
142
+ \ type=\"typens:unitType\" /> \n <part name=\"weatherParameters\"
143
+ type=\"typens:weatherParametersType\" />\n</message>\n\n<message name=\"NDFDgenResponse\">\n
144
+ \ <part name=\"dwmlOut\" type=\"xsd:string\" />\n</message>\n\n<message
145
+ name=\"NDFDgenLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
146
+ />\n <part name=\"product\" type=\"typens:productType\" />\n <part
147
+ name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
148
+ \ type=\"xsd:dateTime\" />\n <part name=\"Unit\" type=\"typens:unitType\"
149
+ /> \n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
150
+ />\n</message>\n\n<message name=\"NDFDgenLatLonListResponse\">\n <part name=\"dwmlOut\"
151
+ \ type=\"xsd:string\" />\n</message>\n\n<message name=\"LatLonListSubgridRequest\">\n
152
+ \ <part name=\"lowerLeftLatitude\" type=\"xsd:decimal\" />\n <part name=\"lowerLeftLongitude\"
153
+ \ type=\"xsd:decimal\" />\n <part name=\"upperRightLatitude\" type=\"xsd:decimal\"
154
+ />\n <part name=\"upperRightLongitude\" type=\"xsd:decimal\" />\n <part
155
+ name=\"resolution\" type=\"xsd:decimal\" />\n</message>\n\n<message
156
+ name=\"LatLonListSubgridResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
157
+ />\n</message>\n\n<message name=\"LatLonListLineRequest\">\n <part name=\"endPoint1Lat\"
158
+ \ type=\"xsd:decimal\" />\n <part name=\"endPoint1Lon\" type=\"xsd:decimal\"
159
+ />\n <part name=\"endPoint2Lat\" type=\"xsd:decimal\" />\n <part
160
+ name=\"endPoint2Lon\" type=\"xsd:decimal\" />\n</message>\n\n<message
161
+ name=\"LatLonListLineResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
162
+ />\n</message>\n\n<message name=\"LatLonListZipCodeRequest\">\n <part name=\"zipCodeList\"
163
+ \ type=\"typens:zipCodeListType\" />\n</message>\n\n<message name=\"LatLonListZipCodeResponse\">\n
164
+ \ <part name=\"listLatLonOut\" type=\"typens:listLatLonType\" />\n</message>\n\n<message
165
+ name=\"LatLonListSquareRequest\">\n <part name=\"centerPointLat\" type=\"xsd:decimal\"
166
+ />\n <part name=\"centerPointLon\" type=\"xsd:decimal\" />\n <part
167
+ name=\"distanceLat\" type=\"xsd:decimal\" />\n <part name=\"distanceLon\"
168
+ \ type=\"xsd:decimal\" />\n <part name=\"resolution\" type=\"xsd:decimal\"
169
+ />\n</message>\n\n<message name=\"LatLonListSquareResponse\">\n <part name=\"listLatLonOut\"
170
+ \ type=\"typens:listLatLonType\" />\n</message>\n\n<message name=\"CornerPointsRequest\">\n
171
+ \ <part name=\"sector\" type=\"typens:sectorType\" />\n</message>\n\n<message
172
+ name=\"CornerPointsResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
173
+ />\n</message>\n\n<message name=\"LatLonListCityNamesRequest\">\n <part
174
+ name=\"displayLevel\" type=\"typens:displayLevelType\" />\n</message>\n\n<message
175
+ name=\"LatLonListCityNamesResponse\">\n <part name=\"listCityNamesOut\"
176
+ \ type=\"typens:listCityNamesType\" />\n</message>\n\n<message name=\"NDFDgenByDayRequest\">\n
177
+ \ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
178
+ \ type=\"xsd:decimal\" />\n <part name=\"startDate\" type=\"xsd:date\"
179
+ />\n <part name=\"numDays\" type=\"xsd:integer\" />\n <part
180
+ name=\"Unit\" type=\"typens:unitType\" /> \n <part name=\"format\"
181
+ \ type=\"typens:formatType\" />\n</message>\n\n<message name=\"NDFDgenByDayResponse\">\n
182
+ \ <part name=\"dwmlByDayOut\" type=\"xsd:string\" />\n</message>\n\n<message
183
+ name=\"NDFDgenByDayLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
184
+ />\n <part name=\"startDate\" type=\"xsd:date\" />\n <part name=\"numDays\"
185
+ \ type=\"xsd:integer\" />\n <part name=\"Unit\" type=\"typens:unitType\"
186
+ /> \n <part name=\"format\" type=\"typens:formatType\" />\n</message>\n\n<message
187
+ name=\"NDFDgenByDayLatLonListResponse\">\n <part name=\"dwmlByDayOut\" type=\"xsd:string\"
188
+ />\n</message>\n\n<message name=\"GmlLatLonListRequest\">\n <part name=\"listLatLon\"
189
+ \ type=\"typens:listLatLonType\" />\n <part name=\"requestedTime\"
190
+ \ type=\"xsd:dateTime\" />\n <part name=\"featureType\" type=\"typens:featureTypeType\"
191
+ />\n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
192
+ />\n</message>\n\n<message name=\"GmlLatLonListResponse\">\n <part name=\"dwGmlOut\"
193
+ \ type=\"xsd:string\" />\n</message>\n\n<message name=\"GmlTimeSeriesRequest\">\n
194
+ \ <part name=\"listLatLon\" type=\"typens:listLatLonType\" />\n <part
195
+ name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
196
+ \ type=\"xsd:dateTime\" />\n <part name=\"compType\" type=\"typens:compTypeType\"
197
+ />\n <part name=\"featureType\" type=\"typens:featureTypeType\" />\n
198
+ \ <part name=\"propertyName\" type=\"xsd:string\" />\n</message>\n\n<message
199
+ name=\"GmlTimeSeriesResponse\">\n <part name=\"dwGmlOut\" type=\"xsd:string\"
200
+ />\n</message>\n\n<portType name=\"ndfdXMLPortType\">\n\n <operation name=\"NDFDgen\">\n
201
+ \ <documentation>Returns National Weather Service digital weather forecast
202
+ data</documentation>\n <input message=\"tns:NDFDgenRequest\"/>\n <output
203
+ message=\"tns:NDFDgenResponse\"/>\n </operation>\n\n <operation name=\"NDFDgenByDay\">\n
204
+ \ <documentation>Returns National Weather Service digital weather forecast
205
+ data summarized over either 24- or 12-hourly periods</documentation>\n <input
206
+ \ message=\"tns:NDFDgenByDayRequest\"/>\n <output message=\"tns:NDFDgenByDayResponse\"/>\n
207
+ \ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <documentation>Returns
208
+ National Weather Service digital weather forecast data</documentation>\n <input
209
+ \ message=\"tns:NDFDgenLatLonListRequest\"/>\n <output message=\"tns:NDFDgenLatLonListResponse\"/>\n
210
+ \ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <documentation>Returns
211
+ National Weather Service digital weather forecast data summarized over either
212
+ 24- or 12-hourly periods</documentation>\n <input message=\"tns:NDFDgenByDayLatLonListRequest\"/>\n
213
+ \ <output message=\"tns:NDFDgenByDayLatLonListResponse\"/>\n </operation>\n\n
214
+ \ <operation name=\"GmlLatLonList\">\n <documentation>Returns National
215
+ Weather Service digital weather forecast data encoded in GML for a single
216
+ time</documentation>\n <input message=\"tns:GmlLatLonListRequest\"/>\n
217
+ \ <output message=\"tns:GmlLatLonListResponse\"/>\n </operation>\n\n
218
+ \ <operation name=\"GmlTimeSeries\">\n <documentation>Returns National
219
+ Weather Service digital weather forecast data encoded in GML for a time period</documentation>\n
220
+ \ <input message=\"tns:GmlTimeSeriesRequest\"/>\n <output message=\"tns:GmlTimeSeriesResponse\"/>\n
221
+ \ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <documentation>Returns
222
+ a list of latitude and longitude pairs in a rectangular subgrid defined by
223
+ the lower left and upper right points</documentation>\n <input message=\"tns:LatLonListSubgridRequest\"/>\n
224
+ \ <output message=\"tns:LatLonListSubgridResponse\"/>\n </operation>\n\n
225
+ \ <operation name=\"LatLonListLine\">\n <documentation>Returns a list
226
+ of latitude and longitude pairs along a line defined by the latitude and longitude
227
+ of the 2 endpoints</documentation>\n <input message=\"tns:LatLonListLineRequest\"/>\n
228
+ \ <output message=\"tns:LatLonListLineResponse\"/>\n </operation>\n\n
229
+ \ <operation name=\"LatLonListZipCode\">\n <documentation>Returns a
230
+ list of latitude and longitude pairs with each pair corresponding to an input
231
+ zip code.</documentation>\n <input message=\"tns:LatLonListZipCodeRequest\"/>\n
232
+ \ <output message=\"tns:LatLonListZipCodeResponse\"/>\n </operation>\n\n
233
+ \ <operation name=\"LatLonListSquare\">\n <documentation>Returns a list
234
+ of latitude and longitude pairs in a rectangle defined by a central point
235
+ and distance from that point in the latitudinal and longitudinal directions</documentation>\n
236
+ \ <input message=\"tns:LatLonListSquareRequest\"/>\n <output message=\"tns:LatLonListSquareResponse\"/>\n
237
+ \ </operation>\n\n <operation name=\"CornerPoints\">\n <documentation>Returns
238
+ four latitude and longitude pairs for corners of an NDFD grid and the minimum
239
+ resolution that will return the entire grid</documentation>\n <input
240
+ \ message=\"tns:CornerPointsRequest\"/>\n <output message=\"tns:CornerPointsResponse\"/>\n
241
+ \ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <documentation>Returns
242
+ a list of latitude and longitude pairs paired with the city names they correspond
243
+ to</documentation>\n <input message=\"tns:LatLonListCityNamesRequest\"/>\n
244
+ \ <output message=\"tns:LatLonListCityNamesResponse\"/>\n </operation>\n\n</portType>\n\n<binding
245
+ name=\"ndfdXMLBinding\" type=\"tns:ndfdXMLPortType\">\n <soap:binding style=\"rpc\"
246
+ transport=\"http://schemas.xmlsoap.org/soap/http\"/>\n\n <operation name=\"NDFDgen\">\n
247
+ \ <soap:operation soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen\"
248
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
249
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
250
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
251
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
252
+ \ </operation>\n\n <operation name=\"NDFDgenByDay\">\n <soap:operation
253
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay\"
254
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
255
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
256
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
257
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
258
+ \ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <soap:operation
259
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenLatLonList\"
260
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
261
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
262
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
263
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
264
+ \ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <soap:operation
265
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDayLatLonList\"
266
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
267
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
268
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
269
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
270
+ \ </operation>\n\n <operation name=\"GmlLatLonList\">\n <soap:operation
271
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlLatLonList\"
272
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
273
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
274
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
275
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
276
+ \ </operation>\n\n <operation name=\"GmlTimeSeries\">\n <soap:operation
277
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlTimeSeries\"
278
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
279
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
280
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
281
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
282
+ \ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <soap:operation
283
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSubgrid\"
284
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
285
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
286
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
287
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
288
+ \ </operation>\n\n <operation name=\"LatLonListLine\">\n <soap:operation
289
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListLine\"
290
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
291
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
292
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
293
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
294
+ \ </operation>\n\n <operation name=\"LatLonListZipCode\">\n <soap:operation
295
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListZipCode\"
296
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
297
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
298
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
299
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
300
+ \ </operation>\n\n <operation name=\"LatLonListSquare\">\n <soap:operation
301
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSquare\"
302
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
303
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
304
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
305
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
306
+ \ </operation>\n\n <operation name=\"CornerPoints\">\n <soap:operation
307
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#CornerPoints\"
308
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
309
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
310
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
311
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
312
+ \ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <soap:operation
313
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames\"
314
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
315
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
316
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
317
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
318
+ \ </operation>\n\n</binding>\n\n<service name=\"ndfdXML\">\n <documentation>The
319
+ service has 12 exposed functions, NDFDgen, NDFDgenLatLonList, NDFDgenByDay,
320
+ NDFDgenByDayLatLonList, \n LatLonListSubgrid, LatLonListLine,
321
+ LatLonListZipCode, CornerPoints, LatLonListSquare, GmlLatLonList, GmlTimeSeries,
322
+ and LatLonListCityNames. \n For the NDFDgen function, the
323
+ client needs to provide a latitude and longitude pair and the product type.
324
+ The Unit will default\n to U.S. Standard (english) unless
325
+ Metric is chosen by client. The client also needs to provide the start and
326
+ end time (Local) \n of the period that it wants data for
327
+ (if shorter than the 7 days is wanted). For the time-series product, the
328
+ client needs to \n provide an array of boolean values corresponding
329
+ to which NDFD values are desired.\n For the NDFDgenByDay
330
+ function, the client needs to provide a latitude and longitude pair, the date
331
+ (Local) it wants to start \n retrieving data for and the
332
+ number of days worth of data. The Unit will default to U.S. Standard (english)
333
+ unless Metric is \n chosen by client. The client also needs
334
+ to provide the format that is desired. \n For the multi
335
+ point versions, NDFDgenLatLonList and NDFDgenByDayLatLonList a space delimited
336
+ list of latitude and longitude \n\t\t pairs are substituted for the single
337
+ latitude and longitude input. Each latitude and longitude \n pair
338
+ is composed of a latitude and longitude delimited by a comma. \n\t\t For
339
+ the LatLonListSubgrid, the user provides a comma delimited latitude and longitude
340
+ pair for the lower left and for \n the upper right corners
341
+ of a rectangular subgrid. The function can also take a integer \n resolution
342
+ to reduce the number of grid points returned. The service then returns a list
343
+ of \n latitude and longitude pairs for all the grid points
344
+ contained in the subgrid. \n weather values should appear
345
+ in the time series product. \n\t\t For the LatLonListLine, The inputs are
346
+ the same as the function NDFDgen except the latitude and longitude pair is
347
+ \n\t\t replaced by two latitude and longitude pairs, one for each end point
348
+ a line. The two points are delimited with a space. \n The
349
+ service then returns data for all the NDFD points on the line formed by the
350
+ two points. \n\t\t For the LatLonListZipCode function, the input is the
351
+ same as the NDFDgen function except the latitude and longitude values \n\t\t
352
+ \ are relaced by a zip code for the 50 United States and Puerto Rico.\n\t\t
353
+ \ For the LatLonListSquare function, the input is the same as the NDFDgen
354
+ function except the latitude and longitude values \n\t\t are relaced by a
355
+ zip code for the 50 United States and Puerto Rico.\n\t\t For the CornerPoints
356
+ function, the service requires a valid NDFD grid name. The function returns
357
+ a \n list of four latitude and longitude pairs, one for each
358
+ corner of the NDFD grid. The function \n also returns the
359
+ minimum resolution required to return the entire grid below the maximum points
360
+ \n threshold.\n For the GmlLatLonList function,
361
+ the service requires a list of latitude and longitude pairs, the time (UTC)
362
+ the user \n\t\t wants data for, the GML feature type and the array of boolean
363
+ values corresponding to which NDFD values are desired.\n For
364
+ the GmlTimeSeries function, the service requires a list of latitude and longitude
365
+ pairs, the start and end time (UTC) the user \n\t\t wants data for, a comparison
366
+ type (IsEqual, Between, GreaterThan, GreaterThan, GreaterThanEqualTo, LessThan,
367
+ and \n LessThanEqualTo), the GML feature type and The input
368
+ variable \"propertyName\" contains a comma delimited string of NDFD element
369
+ to \n indicate which weather parameters are being requested.\n
370
+ \ For the LatLonListCityNames function, the services requires
371
+ a detail level that that ranges from 1 to 4. Level 1 generally represents\n
372
+ \ large main cities. Level 2 represents progressively smaller
373
+ cities or large cities that are close to another even larger city. Levels\n
374
+ \ 3 and 4 are part one and two of a list of cities that help
375
+ increase the areal coverage of the cities dataset. This functions\n returns
376
+ a list of latitude and longitude values along with a seperate list of city
377
+ name for those point.</documentation>\n\n <port name=\"ndfdXMLPort\" binding=\"tns:ndfdXMLBinding\">\n
378
+ \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
379
+ \ </port>\n</service>\n\n</definitions>\n"
380
+ http_version:
381
+ recorded_at: Thu, 13 Mar 2014 19:50:01 GMT
382
+ - request:
383
+ method: post
384
+ uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
385
+ body:
386
+ encoding: UTF-8
387
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
388
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"
389
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:LatLonListLine><endPoint1Lat>39.547101</endPoint1Lat><endPoint1Lon>-105.215759</endPoint1Lon><endPoint2Lat>39.991484</endPoint2Lat><endPoint2Lon>-104.704895</endPoint2Lon></tns:LatLonListLine></env:Body></env:Envelope>
390
+ headers:
391
+ Soapaction:
392
+ - '"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListLine"'
393
+ Content-Type:
394
+ - text/xml;charset=UTF-8
395
+ Content-Length:
396
+ - '579'
397
+ Accept-Encoding:
398
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
399
+ Accept:
400
+ - "*/*"
401
+ User-Agent:
402
+ - Ruby
403
+ response:
404
+ status:
405
+ code: 200
406
+ message: OK
407
+ headers:
408
+ Server:
409
+ - Apache/2.2.15 (Red Hat)
410
+ X-Soap-Server:
411
+ - NuSOAP/0.9.5 (1.123)
412
+ Content-Type:
413
+ - text/xml; charset=ISO-8859-1
414
+ Vary:
415
+ - Accept-Encoding
416
+ Cache-Control:
417
+ - max-age=164
418
+ Expires:
419
+ - Thu, 13 Mar 2014 19:52:42 GMT
420
+ Date:
421
+ - Thu, 13 Mar 2014 19:49:58 GMT
422
+ Content-Length:
423
+ - '1138'
424
+ Connection:
425
+ - keep-alive
426
+ body:
427
+ encoding: UTF-8
428
+ string: <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
429
+ xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
430
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:LatLonListLineResponse
431
+ xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"><listLatLonOut
432
+ xsi:type="xsd:string">&lt;?xml version=&apos;1.0&apos;?&gt;&lt;dwml version=&apos;1.0&apos;
433
+ xmlns:xsd=&apos;http://www.w3.org/2001/XMLSchema&apos; xmlns:xsi=&apos;http://www.w3.org/2001/XMLSchema-instance&apos;
434
+ xsi:noNamespaceSchemaLocation=&apos;http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd&apos;&gt;&lt;latLonList&gt;39.560722,-105.202632
435
+ 39.608050,-105.149812 39.655351,-105.096944 39.702626,-105.044028 39.749874,-104.991064
436
+ 39.797095,-104.938052 39.844289,-104.884992 39.891456,-104.831884 39.938596,-104.778728
437
+ 39.985708,-104.725524&lt;/latLonList&gt;&lt;/dwml&gt;</listLatLonOut></ns1:LatLonListLineResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
438
+ http_version:
439
+ recorded_at: Thu, 13 Mar 2014 19:50:01 GMT
440
+ recorded_with: VCR 2.8.0
@@ -0,0 +1,1647 @@
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Accept-Encoding:
11
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
12
+ Accept:
13
+ - "*/*"
14
+ User-Agent:
15
+ - Ruby
16
+ response:
17
+ status:
18
+ code: 200
19
+ message: OK
20
+ headers:
21
+ Server:
22
+ - Apache/2.2.15 (Red Hat)
23
+ Last-Modified:
24
+ - Thu, 13 Mar 2014 18:05:49 GMT
25
+ Accept-Ranges:
26
+ - bytes
27
+ Content-Length:
28
+ - '28583'
29
+ Content-Type:
30
+ - application/wsdl+xml
31
+ Date:
32
+ - Thu, 13 Mar 2014 19:50:00 GMT
33
+ Connection:
34
+ - keep-alive
35
+ body:
36
+ encoding: UTF-8
37
+ string: "<?xml version=\"1.0\"?>\n\n<!-- **********************************************************************
38
+ \ \n \n
39
+ \ ndfdXML.wsdl \n\n John L. Schattel MDL 4
40
+ July 2007 \n Aniesha L. Alford\n Red Hat Linux Apache
41
+ Server \n \n SOURCE CODE CONTROL INFORMATION \n\n Name: \n
42
+ \ %PM% \n %PID% \n\n Status: \n %PS% \n\n
43
+ \ History: \n %PL% \n\n
44
+ \ Change Document History: \n
45
+ \ %PIRC% \n\n
46
+ \ *************************************************************************
47
+ \ -->\n\n<definitions xmlns:SOAP-ENV=\"http://schemas.xmlsoap.org/soap/envelope/\"
48
+ \n xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" \n xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"
49
+ \n xmlns:SOAP-ENC=\"http://schemas.xmlsoap.org/soap/encoding/\"
50
+ \n xmlns:si=\"http://soapinterop.org/xsd\" \n xmlns:tns=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
51
+ \n xmlns:typens=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\"
52
+ \n xmlns:soap=\"http://schemas.xmlsoap.org/wsdl/soap/\" \n xmlns:wsdl=\"http://schemas.xmlsoap.org/wsdl/\"
53
+ \n xmlns=\"http://schemas.xmlsoap.org/wsdl/\" \n targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\">\n<types>\n
54
+ <xsd:schema targetNamespace=\"http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd\">\n
55
+ <xsd:import namespace=\"http://schemas.xmlsoap.org/soap/encoding/\" />\n <xsd:import
56
+ namespace=\"http://schemas.xmlsoap.org/wsdl/\" />\n\n <xsd:simpleType name=\"sectorType\">\n
57
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='conus'/>\n
58
+ \ <xsd:enumeration value='nhemi'/>\n <xsd:enumeration value='alaska'/>\n
59
+ \ <xsd:enumeration value='guam'/>\n <xsd:enumeration value='hawaii'/>\n
60
+ \ <xsd:enumeration value='puertori'/>\n <xsd:enumeration value='npacocn'/>\n
61
+ \ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"unitType\">\n
62
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='e'/>\n <xsd:enumeration
63
+ value='m'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
64
+ name=\"formatType\">\n <xsd:restriction base='xsd:string'>\n <xsd:enumeration
65
+ value='24 hourly'/>\n <xsd:enumeration value='12 hourly'/>\n </xsd:restriction>\n
66
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"productType\">\n <xsd:restriction
67
+ base='xsd:string'>\n <xsd:enumeration value='time-series'/>\n <xsd:enumeration
68
+ value='glance'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType
69
+ name=\"latLonPairType\">\n <xsd:restriction base='xsd:string'>\n <xsd:pattern
70
+ value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+\" />\n </xsd:restriction>\n
71
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"listLatLonType\">\n <xsd:restriction
72
+ base='xsd:string'>\n <xsd:pattern value=\"[\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+(
73
+ [\\-]?\\d{1,2}\\.\\d+,[\\-]?\\d{1,3}\\.\\d+)*\" />\n </xsd:restriction>\n
74
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeType\">\n <xsd:restriction
75
+ base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?\" />\n </xsd:restriction>\n
76
+ </xsd:simpleType>\n\n <xsd:simpleType name=\"zipCodeListType\">\n <xsd:restriction
77
+ base='xsd:string'>\n <xsd:pattern value=\"\\d{5}(\\-\\d{4})?( \\d{5}(\\-\\d{4})?)*\"
78
+ />\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"featureTypeType\">\n
79
+ \ <xsd:restriction base='xsd:string'>\n <xsd:enumeration value='Forecast_Gml2Point'/>\n
80
+ \ <xsd:enumeration value='Forecast_Gml2AllWx'/>\n <xsd:enumeration value='Forecast_GmlsfPoint'/>\n
81
+ \ <xsd:enumeration value='Forecast_GmlObs'/>\n <xsd:enumeration value='NdfdMultiPointCoverage'/>\n
82
+ \ <xsd:enumeration value='Ndfd_KmlPoint'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
83
+ <xsd:simpleType name=\"compTypeType\">\n <xsd:restriction base='xsd:string'>\n
84
+ \ <xsd:enumeration value='IsEqual'/>\n <xsd:enumeration value='Between'/>\n
85
+ \ <xsd:enumeration value='GreaterThan'/>\n <xsd:enumeration value='GreaterThanEqualTo'/>\n
86
+ \ <xsd:enumeration value='LessThan'/>\n <xsd:enumeration value='LessThanEqualTo'/>\n
87
+ \ </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"listCityNamesType\">\n
88
+ \ <xsd:restriction base='xsd:string'>\n <xsd:pattern value=\"[a-zA-Z'\\-]*(
89
+ ?[a-zA-Z'\\-]*)*,[A-Z][A-Z](\\|[a-zA-Z'\\-]*( ?[a-zA-Z'\\-]*)*,[A-Z][A-Z])*\"
90
+ />\n </xsd:restriction>\n </xsd:simpleType>\n\n <xsd:simpleType name=\"displayLevelType\">\n
91
+ \ <xsd:restriction base='xsd:integer'>\n <xsd:enumeration value='1'/>\n
92
+ \ <xsd:enumeration value='2'/>\n <xsd:enumeration value='3'/>\n <xsd:enumeration
93
+ value='4'/>\n <xsd:enumeration value='12'/>\n <xsd:enumeration value='34'/>\n
94
+ \ <xsd:enumeration value='1234'/>\n </xsd:restriction>\n </xsd:simpleType>\n\n
95
+ <xsd:complexType name=\"weatherParametersType\">\n <xsd:all>\n <xsd:element
96
+ name=\"maxt\" type=\"xsd:boolean\"/>\n <xsd:element name=\"mint\"
97
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"temp\" type=\"xsd:boolean\"/>\n
98
+ \ <xsd:element name=\"dew\" type=\"xsd:boolean\"/>\n <xsd:element
99
+ name=\"pop12\" type=\"xsd:boolean\"/>\n <xsd:element name=\"qpf\"
100
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"sky\" type=\"xsd:boolean\"/>\n
101
+ \ <xsd:element name=\"snow\" type=\"xsd:boolean\"/>\n <xsd:element
102
+ name=\"wspd\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wdir\"
103
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"wx\" type=\"xsd:boolean\"/>\n
104
+ \ <xsd:element name=\"waveh\" type=\"xsd:boolean\"/>\n <xsd:element
105
+ name=\"icons\" type=\"xsd:boolean\"/>\n <xsd:element name=\"rh\"
106
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"appt\" type=\"xsd:boolean\"/>\n
107
+ \ <xsd:element name=\"incw34\" type=\"xsd:boolean\"/>\n <xsd:element
108
+ name=\"incw50\" type=\"xsd:boolean\"/>\n <xsd:element name=\"incw64\"
109
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"cumw34\" type=\"xsd:boolean\"/>\n
110
+ \ <xsd:element name=\"cumw50\" type=\"xsd:boolean\"/>\n <xsd:element
111
+ name=\"cumw64\" type=\"xsd:boolean\"/>\n <xsd:element name=\"critfireo\"
112
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"dryfireo\" type=\"xsd:boolean\"/>\n
113
+ \ <xsd:element name=\"conhazo\" type=\"xsd:boolean\"/>\n <xsd:element
114
+ name=\"ptornado\" type=\"xsd:boolean\"/>\n <xsd:element name=\"phail\"
115
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptstmwinds\" type=\"xsd:boolean\"/>\n
116
+ \ <xsd:element name=\"pxtornado\" type=\"xsd:boolean\"/>\n <xsd:element
117
+ name=\"pxhail\" type=\"xsd:boolean\"/>\n <xsd:element name=\"pxtstmwinds\"
118
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"ptotsvrtstm\" type=\"xsd:boolean\"/>\n
119
+ \ <xsd:element name=\"pxtotsvrtstm\" type=\"xsd:boolean\"/>\n <xsd:element
120
+ name=\"tmpabv14d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw14d\"
121
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpabv30d\" type=\"xsd:boolean\"/>\n
122
+ \ <xsd:element name=\"tmpblw30d\" type=\"xsd:boolean\"/>\n <xsd:element
123
+ name=\"tmpabv90d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"tmpblw90d\"
124
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv14d\" type=\"xsd:boolean\"/>\n
125
+ \ <xsd:element name=\"prcpblw14d\" type=\"xsd:boolean\"/>\n <xsd:element
126
+ name=\"prcpabv30d\" type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpblw30d\"
127
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"prcpabv90d\" type=\"xsd:boolean\"/>\n
128
+ \ <xsd:element name=\"prcpblw90d\" type=\"xsd:boolean\"/>\n <xsd:element
129
+ name=\"precipa_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"sky_r\"
130
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"td_r\" type=\"xsd:boolean\"/>\n
131
+ \ <xsd:element name=\"temp_r\" type=\"xsd:boolean\"/>\n <xsd:element
132
+ name=\"wdir_r\" type=\"xsd:boolean\"/>\n <xsd:element name=\"wspd_r\"
133
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"wwa\" type=\"xsd:boolean\"/>\n
134
+ \ <xsd:element name=\"wgust\" type=\"xsd:boolean\"/>\n <xsd:element
135
+ name=\"iceaccum\" type=\"xsd:boolean\"/>\n <xsd:element name=\"maxrh\"
136
+ \ type=\"xsd:boolean\"/>\n <xsd:element name=\"minrh\" type=\"xsd:boolean\"/>\n
137
+ \ </xsd:all>\n </xsd:complexType>\n\n</xsd:schema>\n</types>\n\n<message name=\"NDFDgenRequest\">\n
138
+ \ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
139
+ \ type=\"xsd:decimal\" />\n <part name=\"product\" type=\"typens:productType\"
140
+ />\n <part name=\"startTime\" type=\"xsd:dateTime\" />\n <part
141
+ name=\"endTime\" type=\"xsd:dateTime\" />\n <part name=\"Unit\"
142
+ \ type=\"typens:unitType\" /> \n <part name=\"weatherParameters\"
143
+ type=\"typens:weatherParametersType\" />\n</message>\n\n<message name=\"NDFDgenResponse\">\n
144
+ \ <part name=\"dwmlOut\" type=\"xsd:string\" />\n</message>\n\n<message
145
+ name=\"NDFDgenLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
146
+ />\n <part name=\"product\" type=\"typens:productType\" />\n <part
147
+ name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
148
+ \ type=\"xsd:dateTime\" />\n <part name=\"Unit\" type=\"typens:unitType\"
149
+ /> \n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
150
+ />\n</message>\n\n<message name=\"NDFDgenLatLonListResponse\">\n <part name=\"dwmlOut\"
151
+ \ type=\"xsd:string\" />\n</message>\n\n<message name=\"LatLonListSubgridRequest\">\n
152
+ \ <part name=\"lowerLeftLatitude\" type=\"xsd:decimal\" />\n <part name=\"lowerLeftLongitude\"
153
+ \ type=\"xsd:decimal\" />\n <part name=\"upperRightLatitude\" type=\"xsd:decimal\"
154
+ />\n <part name=\"upperRightLongitude\" type=\"xsd:decimal\" />\n <part
155
+ name=\"resolution\" type=\"xsd:decimal\" />\n</message>\n\n<message
156
+ name=\"LatLonListSubgridResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
157
+ />\n</message>\n\n<message name=\"LatLonListLineRequest\">\n <part name=\"endPoint1Lat\"
158
+ \ type=\"xsd:decimal\" />\n <part name=\"endPoint1Lon\" type=\"xsd:decimal\"
159
+ />\n <part name=\"endPoint2Lat\" type=\"xsd:decimal\" />\n <part
160
+ name=\"endPoint2Lon\" type=\"xsd:decimal\" />\n</message>\n\n<message
161
+ name=\"LatLonListLineResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
162
+ />\n</message>\n\n<message name=\"LatLonListZipCodeRequest\">\n <part name=\"zipCodeList\"
163
+ \ type=\"typens:zipCodeListType\" />\n</message>\n\n<message name=\"LatLonListZipCodeResponse\">\n
164
+ \ <part name=\"listLatLonOut\" type=\"typens:listLatLonType\" />\n</message>\n\n<message
165
+ name=\"LatLonListSquareRequest\">\n <part name=\"centerPointLat\" type=\"xsd:decimal\"
166
+ />\n <part name=\"centerPointLon\" type=\"xsd:decimal\" />\n <part
167
+ name=\"distanceLat\" type=\"xsd:decimal\" />\n <part name=\"distanceLon\"
168
+ \ type=\"xsd:decimal\" />\n <part name=\"resolution\" type=\"xsd:decimal\"
169
+ />\n</message>\n\n<message name=\"LatLonListSquareResponse\">\n <part name=\"listLatLonOut\"
170
+ \ type=\"typens:listLatLonType\" />\n</message>\n\n<message name=\"CornerPointsRequest\">\n
171
+ \ <part name=\"sector\" type=\"typens:sectorType\" />\n</message>\n\n<message
172
+ name=\"CornerPointsResponse\">\n <part name=\"listLatLonOut\" type=\"typens:listLatLonType\"
173
+ />\n</message>\n\n<message name=\"LatLonListCityNamesRequest\">\n <part
174
+ name=\"displayLevel\" type=\"typens:displayLevelType\" />\n</message>\n\n<message
175
+ name=\"LatLonListCityNamesResponse\">\n <part name=\"listCityNamesOut\"
176
+ \ type=\"typens:listCityNamesType\" />\n</message>\n\n<message name=\"NDFDgenByDayRequest\">\n
177
+ \ <part name=\"latitude\" type=\"xsd:decimal\" />\n <part name=\"longitude\"
178
+ \ type=\"xsd:decimal\" />\n <part name=\"startDate\" type=\"xsd:date\"
179
+ />\n <part name=\"numDays\" type=\"xsd:integer\" />\n <part
180
+ name=\"Unit\" type=\"typens:unitType\" /> \n <part name=\"format\"
181
+ \ type=\"typens:formatType\" />\n</message>\n\n<message name=\"NDFDgenByDayResponse\">\n
182
+ \ <part name=\"dwmlByDayOut\" type=\"xsd:string\" />\n</message>\n\n<message
183
+ name=\"NDFDgenByDayLatLonListRequest\">\n <part name=\"listLatLon\" type=\"typens:listLatLonType\"
184
+ />\n <part name=\"startDate\" type=\"xsd:date\" />\n <part name=\"numDays\"
185
+ \ type=\"xsd:integer\" />\n <part name=\"Unit\" type=\"typens:unitType\"
186
+ /> \n <part name=\"format\" type=\"typens:formatType\" />\n</message>\n\n<message
187
+ name=\"NDFDgenByDayLatLonListResponse\">\n <part name=\"dwmlByDayOut\" type=\"xsd:string\"
188
+ />\n</message>\n\n<message name=\"GmlLatLonListRequest\">\n <part name=\"listLatLon\"
189
+ \ type=\"typens:listLatLonType\" />\n <part name=\"requestedTime\"
190
+ \ type=\"xsd:dateTime\" />\n <part name=\"featureType\" type=\"typens:featureTypeType\"
191
+ />\n <part name=\"weatherParameters\" type=\"typens:weatherParametersType\"
192
+ />\n</message>\n\n<message name=\"GmlLatLonListResponse\">\n <part name=\"dwGmlOut\"
193
+ \ type=\"xsd:string\" />\n</message>\n\n<message name=\"GmlTimeSeriesRequest\">\n
194
+ \ <part name=\"listLatLon\" type=\"typens:listLatLonType\" />\n <part
195
+ name=\"startTime\" type=\"xsd:dateTime\" />\n <part name=\"endTime\"
196
+ \ type=\"xsd:dateTime\" />\n <part name=\"compType\" type=\"typens:compTypeType\"
197
+ />\n <part name=\"featureType\" type=\"typens:featureTypeType\" />\n
198
+ \ <part name=\"propertyName\" type=\"xsd:string\" />\n</message>\n\n<message
199
+ name=\"GmlTimeSeriesResponse\">\n <part name=\"dwGmlOut\" type=\"xsd:string\"
200
+ />\n</message>\n\n<portType name=\"ndfdXMLPortType\">\n\n <operation name=\"NDFDgen\">\n
201
+ \ <documentation>Returns National Weather Service digital weather forecast
202
+ data</documentation>\n <input message=\"tns:NDFDgenRequest\"/>\n <output
203
+ message=\"tns:NDFDgenResponse\"/>\n </operation>\n\n <operation name=\"NDFDgenByDay\">\n
204
+ \ <documentation>Returns National Weather Service digital weather forecast
205
+ data summarized over either 24- or 12-hourly periods</documentation>\n <input
206
+ \ message=\"tns:NDFDgenByDayRequest\"/>\n <output message=\"tns:NDFDgenByDayResponse\"/>\n
207
+ \ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <documentation>Returns
208
+ National Weather Service digital weather forecast data</documentation>\n <input
209
+ \ message=\"tns:NDFDgenLatLonListRequest\"/>\n <output message=\"tns:NDFDgenLatLonListResponse\"/>\n
210
+ \ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <documentation>Returns
211
+ National Weather Service digital weather forecast data summarized over either
212
+ 24- or 12-hourly periods</documentation>\n <input message=\"tns:NDFDgenByDayLatLonListRequest\"/>\n
213
+ \ <output message=\"tns:NDFDgenByDayLatLonListResponse\"/>\n </operation>\n\n
214
+ \ <operation name=\"GmlLatLonList\">\n <documentation>Returns National
215
+ Weather Service digital weather forecast data encoded in GML for a single
216
+ time</documentation>\n <input message=\"tns:GmlLatLonListRequest\"/>\n
217
+ \ <output message=\"tns:GmlLatLonListResponse\"/>\n </operation>\n\n
218
+ \ <operation name=\"GmlTimeSeries\">\n <documentation>Returns National
219
+ Weather Service digital weather forecast data encoded in GML for a time period</documentation>\n
220
+ \ <input message=\"tns:GmlTimeSeriesRequest\"/>\n <output message=\"tns:GmlTimeSeriesResponse\"/>\n
221
+ \ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <documentation>Returns
222
+ a list of latitude and longitude pairs in a rectangular subgrid defined by
223
+ the lower left and upper right points</documentation>\n <input message=\"tns:LatLonListSubgridRequest\"/>\n
224
+ \ <output message=\"tns:LatLonListSubgridResponse\"/>\n </operation>\n\n
225
+ \ <operation name=\"LatLonListLine\">\n <documentation>Returns a list
226
+ of latitude and longitude pairs along a line defined by the latitude and longitude
227
+ of the 2 endpoints</documentation>\n <input message=\"tns:LatLonListLineRequest\"/>\n
228
+ \ <output message=\"tns:LatLonListLineResponse\"/>\n </operation>\n\n
229
+ \ <operation name=\"LatLonListZipCode\">\n <documentation>Returns a
230
+ list of latitude and longitude pairs with each pair corresponding to an input
231
+ zip code.</documentation>\n <input message=\"tns:LatLonListZipCodeRequest\"/>\n
232
+ \ <output message=\"tns:LatLonListZipCodeResponse\"/>\n </operation>\n\n
233
+ \ <operation name=\"LatLonListSquare\">\n <documentation>Returns a list
234
+ of latitude and longitude pairs in a rectangle defined by a central point
235
+ and distance from that point in the latitudinal and longitudinal directions</documentation>\n
236
+ \ <input message=\"tns:LatLonListSquareRequest\"/>\n <output message=\"tns:LatLonListSquareResponse\"/>\n
237
+ \ </operation>\n\n <operation name=\"CornerPoints\">\n <documentation>Returns
238
+ four latitude and longitude pairs for corners of an NDFD grid and the minimum
239
+ resolution that will return the entire grid</documentation>\n <input
240
+ \ message=\"tns:CornerPointsRequest\"/>\n <output message=\"tns:CornerPointsResponse\"/>\n
241
+ \ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <documentation>Returns
242
+ a list of latitude and longitude pairs paired with the city names they correspond
243
+ to</documentation>\n <input message=\"tns:LatLonListCityNamesRequest\"/>\n
244
+ \ <output message=\"tns:LatLonListCityNamesResponse\"/>\n </operation>\n\n</portType>\n\n<binding
245
+ name=\"ndfdXMLBinding\" type=\"tns:ndfdXMLPortType\">\n <soap:binding style=\"rpc\"
246
+ transport=\"http://schemas.xmlsoap.org/soap/http\"/>\n\n <operation name=\"NDFDgen\">\n
247
+ \ <soap:operation soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgen\"
248
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
249
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
250
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
251
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
252
+ \ </operation>\n\n <operation name=\"NDFDgenByDay\">\n <soap:operation
253
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDay\"
254
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
255
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
256
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
257
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
258
+ \ </operation>\n\n <operation name=\"NDFDgenLatLonList\">\n <soap:operation
259
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenLatLonList\"
260
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
261
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
262
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
263
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
264
+ \ </operation>\n\n <operation name=\"NDFDgenByDayLatLonList\">\n <soap:operation
265
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenByDayLatLonList\"
266
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
267
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
268
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
269
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
270
+ \ </operation>\n\n <operation name=\"GmlLatLonList\">\n <soap:operation
271
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlLatLonList\"
272
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
273
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
274
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
275
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
276
+ \ </operation>\n\n <operation name=\"GmlTimeSeries\">\n <soap:operation
277
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#GmlTimeSeries\"
278
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
279
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
280
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
281
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
282
+ \ </operation>\n\n <operation name=\"LatLonListSubgrid\">\n <soap:operation
283
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSubgrid\"
284
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
285
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
286
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
287
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
288
+ \ </operation>\n\n <operation name=\"LatLonListLine\">\n <soap:operation
289
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListLine\"
290
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
291
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
292
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
293
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
294
+ \ </operation>\n\n <operation name=\"LatLonListZipCode\">\n <soap:operation
295
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListZipCode\"
296
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
297
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
298
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
299
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
300
+ \ </operation>\n\n <operation name=\"LatLonListSquare\">\n <soap:operation
301
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListSquare\"
302
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
303
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
304
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
305
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
306
+ \ </operation>\n\n <operation name=\"CornerPoints\">\n <soap:operation
307
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#CornerPoints\"
308
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
309
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
310
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
311
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
312
+ \ </operation>\n\n <operation name=\"LatLonListCityNames\">\n <soap:operation
313
+ soapAction=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#LatLonListCityNames\"
314
+ style=\"rpc\"/>\n <input>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
315
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </input>\n
316
+ \ <output>\n <soap:body use=\"encoded\" namespace=\"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl\"
317
+ encodingStyle=\"http://schemas.xmlsoap.org/soap/encoding/\"/>\n </output>\n
318
+ \ </operation>\n\n</binding>\n\n<service name=\"ndfdXML\">\n <documentation>The
319
+ service has 12 exposed functions, NDFDgen, NDFDgenLatLonList, NDFDgenByDay,
320
+ NDFDgenByDayLatLonList, \n LatLonListSubgrid, LatLonListLine,
321
+ LatLonListZipCode, CornerPoints, LatLonListSquare, GmlLatLonList, GmlTimeSeries,
322
+ and LatLonListCityNames. \n For the NDFDgen function, the
323
+ client needs to provide a latitude and longitude pair and the product type.
324
+ The Unit will default\n to U.S. Standard (english) unless
325
+ Metric is chosen by client. The client also needs to provide the start and
326
+ end time (Local) \n of the period that it wants data for
327
+ (if shorter than the 7 days is wanted). For the time-series product, the
328
+ client needs to \n provide an array of boolean values corresponding
329
+ to which NDFD values are desired.\n For the NDFDgenByDay
330
+ function, the client needs to provide a latitude and longitude pair, the date
331
+ (Local) it wants to start \n retrieving data for and the
332
+ number of days worth of data. The Unit will default to U.S. Standard (english)
333
+ unless Metric is \n chosen by client. The client also needs
334
+ to provide the format that is desired. \n For the multi
335
+ point versions, NDFDgenLatLonList and NDFDgenByDayLatLonList a space delimited
336
+ list of latitude and longitude \n\t\t pairs are substituted for the single
337
+ latitude and longitude input. Each latitude and longitude \n pair
338
+ is composed of a latitude and longitude delimited by a comma. \n\t\t For
339
+ the LatLonListSubgrid, the user provides a comma delimited latitude and longitude
340
+ pair for the lower left and for \n the upper right corners
341
+ of a rectangular subgrid. The function can also take a integer \n resolution
342
+ to reduce the number of grid points returned. The service then returns a list
343
+ of \n latitude and longitude pairs for all the grid points
344
+ contained in the subgrid. \n weather values should appear
345
+ in the time series product. \n\t\t For the LatLonListLine, The inputs are
346
+ the same as the function NDFDgen except the latitude and longitude pair is
347
+ \n\t\t replaced by two latitude and longitude pairs, one for each end point
348
+ a line. The two points are delimited with a space. \n The
349
+ service then returns data for all the NDFD points on the line formed by the
350
+ two points. \n\t\t For the LatLonListZipCode function, the input is the
351
+ same as the NDFDgen function except the latitude and longitude values \n\t\t
352
+ \ are relaced by a zip code for the 50 United States and Puerto Rico.\n\t\t
353
+ \ For the LatLonListSquare function, the input is the same as the NDFDgen
354
+ function except the latitude and longitude values \n\t\t are relaced by a
355
+ zip code for the 50 United States and Puerto Rico.\n\t\t For the CornerPoints
356
+ function, the service requires a valid NDFD grid name. The function returns
357
+ a \n list of four latitude and longitude pairs, one for each
358
+ corner of the NDFD grid. The function \n also returns the
359
+ minimum resolution required to return the entire grid below the maximum points
360
+ \n threshold.\n For the GmlLatLonList function,
361
+ the service requires a list of latitude and longitude pairs, the time (UTC)
362
+ the user \n\t\t wants data for, the GML feature type and the array of boolean
363
+ values corresponding to which NDFD values are desired.\n For
364
+ the GmlTimeSeries function, the service requires a list of latitude and longitude
365
+ pairs, the start and end time (UTC) the user \n\t\t wants data for, a comparison
366
+ type (IsEqual, Between, GreaterThan, GreaterThan, GreaterThanEqualTo, LessThan,
367
+ and \n LessThanEqualTo), the GML feature type and The input
368
+ variable \"propertyName\" contains a comma delimited string of NDFD element
369
+ to \n indicate which weather parameters are being requested.\n
370
+ \ For the LatLonListCityNames function, the services requires
371
+ a detail level that that ranges from 1 to 4. Level 1 generally represents\n
372
+ \ large main cities. Level 2 represents progressively smaller
373
+ cities or large cities that are close to another even larger city. Levels\n
374
+ \ 3 and 4 are part one and two of a list of cities that help
375
+ increase the areal coverage of the cities dataset. This functions\n returns
376
+ a list of latitude and longitude values along with a seperate list of city
377
+ name for those point.</documentation>\n\n <port name=\"ndfdXMLPort\" binding=\"tns:ndfdXMLBinding\">\n
378
+ \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
379
+ \ </port>\n</service>\n\n</definitions>\n"
380
+ http_version:
381
+ recorded_at: Thu, 13 Mar 2014 19:50:03 GMT
382
+ - request:
383
+ method: post
384
+ uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
385
+ body:
386
+ encoding: UTF-8
387
+ string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
388
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"
389
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:NDFDgenLatLonList><listLatLon>38.99,-77.01</listLatLon><product>time-series</product><startTime>2014-03-13T19:50:03Z</startTime><endTime>2014-03-19T19:50:03Z</endTime><unit>e</unit><weatherParameters><maxt>1</maxt><mint>1</mint><temp>1</temp><dew>1</dew><appt>1</appt><pop12>1</pop12><qpf>1</qpf><snow>1</snow><sky>1</sky><rh>1</rh><wspd>1</wspd><wdir>1</wdir><wx>1</wx><icons>1</icons><waveh>1</waveh><incw34>1</incw34><incw50>1</incw50><incw64>1</incw64><cumw34>1</cumw34><cumw50>1</cumw50><cumw64>1</cumw64><wgust>1</wgust><critfireo>1</critfireo><dryfireo>1</dryfireo><conhazo>1</conhazo><ptornado>1</ptornado><phail>1</phail><ptstmwinds>1</ptstmwinds><pxtornado>1</pxtornado><pxhail>1</pxhail><pxtstmwinds>1</pxtstmwinds><ptotsvrtstm>1</ptotsvrtstm><pxtotsvrtstm>1</pxtotsvrtstm><tmpabv14d>1</tmpabv14d><tmpblw14d>1</tmpblw14d><tmpabv30d>1</tmpabv30d><tmpblw30d>1</tmpblw30d><tmpabv90d>1</tmpabv90d><tmpblw90d>1</tmpblw90d><prcpabv14d>1</prcpabv14d><prcpblw14d>1</prcpblw14d><prcpabv30d>1</prcpabv30d><prcpblw30d>1</prcpblw30d><prcpabv90d>1</prcpabv90d><prcpblw90d>1</prcpblw90d><precipaR>1</precipaR><skyR>1</skyR><tdR>1</tdR><tempR>1</tempR><wdirR>1</wdirR><wspdR>1</wspdR><wwa>1</wwa><iceaccum>1</iceaccum><maxrh>1</maxrh><minrh>1</minrh></weatherParameters></tns:NDFDgenLatLonList></env:Body></env:Envelope>
390
+ headers:
391
+ Soapaction:
392
+ - '"http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl#NDFDgenLatLonList"'
393
+ Content-Type:
394
+ - text/xml;charset=UTF-8
395
+ Content-Length:
396
+ - '1677'
397
+ Accept-Encoding:
398
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
399
+ Accept:
400
+ - "*/*"
401
+ User-Agent:
402
+ - Ruby
403
+ response:
404
+ status:
405
+ code: 200
406
+ message: OK
407
+ headers:
408
+ Server:
409
+ - Apache/2.2.15 (Red Hat)
410
+ X-Soap-Server:
411
+ - NuSOAP/0.9.5 (1.123)
412
+ Content-Type:
413
+ - text/xml; charset=ISO-8859-1
414
+ Vary:
415
+ - Accept-Encoding
416
+ Cache-Control:
417
+ - max-age=180
418
+ Expires:
419
+ - Thu, 13 Mar 2014 19:53:00 GMT
420
+ Date:
421
+ - Thu, 13 Mar 2014 19:50:00 GMT
422
+ Transfer-Encoding:
423
+ - chunked
424
+ Connection:
425
+ - Transfer-Encoding
426
+ - keep-alive
427
+ body:
428
+ encoding: UTF-8
429
+ string: |-
430
+ <?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:NDFDgenLatLonListResponse xmlns:ns1="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"><dwmlOut xsi:type="xsd:string">&lt;?xml version=&quot;1.0&quot;?&gt;
431
+ &lt;dwml version=&quot;1.0&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xsi:noNamespaceSchemaLocation=&quot;http://www.nws.noaa.gov/forecasts/xml/DWMLgen/schema/DWML.xsd&quot;&gt;
432
+ &lt;head&gt;
433
+ &lt;product srsName=&quot;WGS 1984&quot; concise-name=&quot;time-series&quot; operational-mode=&quot;official&quot;&gt;
434
+ &lt;title&gt;NOAA&apos;s National Weather Service Forecast Data&lt;/title&gt;
435
+ &lt;field&gt;meteorological&lt;/field&gt;
436
+ &lt;category&gt;forecast&lt;/category&gt;
437
+ &lt;creation-date refresh-frequency=&quot;PT1H&quot;&gt;2014-03-13T19:50:00Z&lt;/creation-date&gt;
438
+ &lt;/product&gt;
439
+ &lt;source&gt;
440
+ &lt;more-information&gt;http://www.nws.noaa.gov/forecasts/xml/&lt;/more-information&gt;
441
+ &lt;production-center&gt;Meteorological Development Laboratory&lt;sub-center&gt;Product Generation Branch&lt;/sub-center&gt;&lt;/production-center&gt;
442
+ &lt;disclaimer&gt;http://www.nws.noaa.gov/disclaimer.html&lt;/disclaimer&gt;
443
+ &lt;credit&gt;http://www.weather.gov/&lt;/credit&gt;
444
+ &lt;credit-logo&gt;http://www.weather.gov/images/xml_logo.gif&lt;/credit-logo&gt;
445
+ &lt;feedback&gt;http://www.weather.gov/feedback.php&lt;/feedback&gt;
446
+ &lt;/source&gt;
447
+ &lt;/head&gt;
448
+ &lt;data&gt;
449
+ &lt;location&gt;
450
+ &lt;location-key&gt;point1&lt;/location-key&gt;
451
+ &lt;point latitude=&quot;38.99&quot; longitude=&quot;-77.01&quot;/&gt;
452
+ &lt;/location&gt;
453
+ &lt;moreWeatherInformation applicable-location=&quot;point1&quot;&gt;http://forecast.weather.gov/MapClick.php?textField1=38.99&amp;amp;textField2=-77.01&lt;/moreWeatherInformation&gt;
454
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
455
+ &lt;layout-key&gt;k-p24h-n7-1&lt;/layout-key&gt;
456
+ &lt;start-valid-time&gt;2014-03-13T08:00:00-04:00&lt;/start-valid-time&gt;
457
+ &lt;end-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/end-valid-time&gt;
458
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
459
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
460
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
461
+ &lt;end-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/end-valid-time&gt;
462
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
463
+ &lt;end-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/end-valid-time&gt;
464
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
465
+ &lt;end-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/end-valid-time&gt;
466
+ &lt;start-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/start-valid-time&gt;
467
+ &lt;end-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/end-valid-time&gt;
468
+ &lt;start-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/start-valid-time&gt;
469
+ &lt;end-valid-time&gt;2014-03-19T20:00:00-04:00&lt;/end-valid-time&gt;
470
+ &lt;/time-layout&gt;
471
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
472
+ &lt;layout-key&gt;k-p24h-n6-2&lt;/layout-key&gt;
473
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
474
+ &lt;end-valid-time&gt;2014-03-14T09:00:00-04:00&lt;/end-valid-time&gt;
475
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
476
+ &lt;end-valid-time&gt;2014-03-15T09:00:00-04:00&lt;/end-valid-time&gt;
477
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
478
+ &lt;end-valid-time&gt;2014-03-16T09:00:00-04:00&lt;/end-valid-time&gt;
479
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
480
+ &lt;end-valid-time&gt;2014-03-17T09:00:00-04:00&lt;/end-valid-time&gt;
481
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
482
+ &lt;end-valid-time&gt;2014-03-18T09:00:00-04:00&lt;/end-valid-time&gt;
483
+ &lt;start-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/start-valid-time&gt;
484
+ &lt;end-valid-time&gt;2014-03-19T09:00:00-04:00&lt;/end-valid-time&gt;
485
+ &lt;/time-layout&gt;
486
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
487
+ &lt;layout-key&gt;k-p12h-n13-3&lt;/layout-key&gt;
488
+ &lt;start-valid-time&gt;2014-03-13T08:00:00-04:00&lt;/start-valid-time&gt;
489
+ &lt;end-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/end-valid-time&gt;
490
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
491
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
492
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
493
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
494
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
495
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
496
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
497
+ &lt;end-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/end-valid-time&gt;
498
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
499
+ &lt;end-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/end-valid-time&gt;
500
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
501
+ &lt;end-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/end-valid-time&gt;
502
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
503
+ &lt;end-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/end-valid-time&gt;
504
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
505
+ &lt;end-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/end-valid-time&gt;
506
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
507
+ &lt;end-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/end-valid-time&gt;
508
+ &lt;start-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/start-valid-time&gt;
509
+ &lt;end-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/end-valid-time&gt;
510
+ &lt;start-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/start-valid-time&gt;
511
+ &lt;end-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/end-valid-time&gt;
512
+ &lt;start-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/start-valid-time&gt;
513
+ &lt;end-valid-time&gt;2014-03-19T20:00:00-04:00&lt;/end-valid-time&gt;
514
+ &lt;/time-layout&gt;
515
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
516
+ &lt;layout-key&gt;k-p3h-n33-4&lt;/layout-key&gt;
517
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
518
+ &lt;start-valid-time&gt;2014-03-13T23:00:00-04:00&lt;/start-valid-time&gt;
519
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
520
+ &lt;start-valid-time&gt;2014-03-14T05:00:00-04:00&lt;/start-valid-time&gt;
521
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
522
+ &lt;start-valid-time&gt;2014-03-14T11:00:00-04:00&lt;/start-valid-time&gt;
523
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
524
+ &lt;start-valid-time&gt;2014-03-14T17:00:00-04:00&lt;/start-valid-time&gt;
525
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
526
+ &lt;start-valid-time&gt;2014-03-14T23:00:00-04:00&lt;/start-valid-time&gt;
527
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
528
+ &lt;start-valid-time&gt;2014-03-15T05:00:00-04:00&lt;/start-valid-time&gt;
529
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
530
+ &lt;start-valid-time&gt;2014-03-15T11:00:00-04:00&lt;/start-valid-time&gt;
531
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
532
+ &lt;start-valid-time&gt;2014-03-15T17:00:00-04:00&lt;/start-valid-time&gt;
533
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
534
+ &lt;start-valid-time&gt;2014-03-16T02:00:00-04:00&lt;/start-valid-time&gt;
535
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
536
+ &lt;start-valid-time&gt;2014-03-16T14:00:00-04:00&lt;/start-valid-time&gt;
537
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
538
+ &lt;start-valid-time&gt;2014-03-17T02:00:00-04:00&lt;/start-valid-time&gt;
539
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
540
+ &lt;start-valid-time&gt;2014-03-17T14:00:00-04:00&lt;/start-valid-time&gt;
541
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
542
+ &lt;start-valid-time&gt;2014-03-18T02:00:00-04:00&lt;/start-valid-time&gt;
543
+ &lt;start-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/start-valid-time&gt;
544
+ &lt;start-valid-time&gt;2014-03-18T14:00:00-04:00&lt;/start-valid-time&gt;
545
+ &lt;start-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/start-valid-time&gt;
546
+ &lt;start-valid-time&gt;2014-03-19T02:00:00-04:00&lt;/start-valid-time&gt;
547
+ &lt;start-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/start-valid-time&gt;
548
+ &lt;start-valid-time&gt;2014-03-19T14:00:00-04:00&lt;/start-valid-time&gt;
549
+ &lt;start-valid-time&gt;2014-03-19T20:00:00-04:00&lt;/start-valid-time&gt;
550
+ &lt;/time-layout&gt;
551
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
552
+ &lt;layout-key&gt;k-p6h-n9-5&lt;/layout-key&gt;
553
+ &lt;start-valid-time&gt;2014-03-13T14:00:00-04:00&lt;/start-valid-time&gt;
554
+ &lt;end-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/end-valid-time&gt;
555
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
556
+ &lt;end-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/end-valid-time&gt;
557
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
558
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
559
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
560
+ &lt;end-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/end-valid-time&gt;
561
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
562
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
563
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
564
+ &lt;end-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/end-valid-time&gt;
565
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
566
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
567
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
568
+ &lt;end-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/end-valid-time&gt;
569
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
570
+ &lt;end-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/end-valid-time&gt;
571
+ &lt;/time-layout&gt;
572
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
573
+ &lt;layout-key&gt;k-p6h-n5-6&lt;/layout-key&gt;
574
+ &lt;start-valid-time&gt;2014-03-13T14:00:00-04:00&lt;/start-valid-time&gt;
575
+ &lt;end-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/end-valid-time&gt;
576
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
577
+ &lt;end-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/end-valid-time&gt;
578
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
579
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
580
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
581
+ &lt;end-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/end-valid-time&gt;
582
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
583
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
584
+ &lt;/time-layout&gt;
585
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
586
+ &lt;layout-key&gt;k-p3h-n25-7&lt;/layout-key&gt;
587
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
588
+ &lt;start-valid-time&gt;2014-03-13T23:00:00-04:00&lt;/start-valid-time&gt;
589
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
590
+ &lt;start-valid-time&gt;2014-03-14T05:00:00-04:00&lt;/start-valid-time&gt;
591
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
592
+ &lt;start-valid-time&gt;2014-03-14T11:00:00-04:00&lt;/start-valid-time&gt;
593
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
594
+ &lt;start-valid-time&gt;2014-03-14T17:00:00-04:00&lt;/start-valid-time&gt;
595
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
596
+ &lt;start-valid-time&gt;2014-03-14T23:00:00-04:00&lt;/start-valid-time&gt;
597
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
598
+ &lt;start-valid-time&gt;2014-03-15T05:00:00-04:00&lt;/start-valid-time&gt;
599
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
600
+ &lt;start-valid-time&gt;2014-03-15T11:00:00-04:00&lt;/start-valid-time&gt;
601
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
602
+ &lt;start-valid-time&gt;2014-03-15T17:00:00-04:00&lt;/start-valid-time&gt;
603
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
604
+ &lt;start-valid-time&gt;2014-03-16T02:00:00-04:00&lt;/start-valid-time&gt;
605
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
606
+ &lt;start-valid-time&gt;2014-03-16T14:00:00-04:00&lt;/start-valid-time&gt;
607
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
608
+ &lt;start-valid-time&gt;2014-03-17T02:00:00-04:00&lt;/start-valid-time&gt;
609
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
610
+ &lt;start-valid-time&gt;2014-03-17T14:00:00-04:00&lt;/start-valid-time&gt;
611
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
612
+ &lt;/time-layout&gt;
613
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
614
+ &lt;layout-key&gt;k-p3h-n17-8&lt;/layout-key&gt;
615
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
616
+ &lt;start-valid-time&gt;2014-03-13T23:00:00-04:00&lt;/start-valid-time&gt;
617
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
618
+ &lt;start-valid-time&gt;2014-03-14T05:00:00-04:00&lt;/start-valid-time&gt;
619
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
620
+ &lt;start-valid-time&gt;2014-03-14T11:00:00-04:00&lt;/start-valid-time&gt;
621
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
622
+ &lt;start-valid-time&gt;2014-03-14T17:00:00-04:00&lt;/start-valid-time&gt;
623
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
624
+ &lt;start-valid-time&gt;2014-03-14T23:00:00-04:00&lt;/start-valid-time&gt;
625
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
626
+ &lt;start-valid-time&gt;2014-03-15T05:00:00-04:00&lt;/start-valid-time&gt;
627
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
628
+ &lt;start-valid-time&gt;2014-03-15T11:00:00-04:00&lt;/start-valid-time&gt;
629
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
630
+ &lt;start-valid-time&gt;2014-03-15T17:00:00-04:00&lt;/start-valid-time&gt;
631
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
632
+ &lt;/time-layout&gt;
633
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
634
+ &lt;layout-key&gt;k-p1h-n57-9&lt;/layout-key&gt;
635
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
636
+ &lt;start-valid-time&gt;2014-03-13T21:00:00-04:00&lt;/start-valid-time&gt;
637
+ &lt;start-valid-time&gt;2014-03-13T22:00:00-04:00&lt;/start-valid-time&gt;
638
+ &lt;start-valid-time&gt;2014-03-13T23:00:00-04:00&lt;/start-valid-time&gt;
639
+ &lt;start-valid-time&gt;2014-03-14T00:00:00-04:00&lt;/start-valid-time&gt;
640
+ &lt;start-valid-time&gt;2014-03-14T01:00:00-04:00&lt;/start-valid-time&gt;
641
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
642
+ &lt;start-valid-time&gt;2014-03-14T03:00:00-04:00&lt;/start-valid-time&gt;
643
+ &lt;start-valid-time&gt;2014-03-14T04:00:00-04:00&lt;/start-valid-time&gt;
644
+ &lt;start-valid-time&gt;2014-03-14T05:00:00-04:00&lt;/start-valid-time&gt;
645
+ &lt;start-valid-time&gt;2014-03-14T06:00:00-04:00&lt;/start-valid-time&gt;
646
+ &lt;start-valid-time&gt;2014-03-14T07:00:00-04:00&lt;/start-valid-time&gt;
647
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
648
+ &lt;start-valid-time&gt;2014-03-14T09:00:00-04:00&lt;/start-valid-time&gt;
649
+ &lt;start-valid-time&gt;2014-03-14T10:00:00-04:00&lt;/start-valid-time&gt;
650
+ &lt;start-valid-time&gt;2014-03-14T11:00:00-04:00&lt;/start-valid-time&gt;
651
+ &lt;start-valid-time&gt;2014-03-14T12:00:00-04:00&lt;/start-valid-time&gt;
652
+ &lt;start-valid-time&gt;2014-03-14T13:00:00-04:00&lt;/start-valid-time&gt;
653
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
654
+ &lt;start-valid-time&gt;2014-03-14T15:00:00-04:00&lt;/start-valid-time&gt;
655
+ &lt;start-valid-time&gt;2014-03-14T16:00:00-04:00&lt;/start-valid-time&gt;
656
+ &lt;start-valid-time&gt;2014-03-14T17:00:00-04:00&lt;/start-valid-time&gt;
657
+ &lt;start-valid-time&gt;2014-03-14T18:00:00-04:00&lt;/start-valid-time&gt;
658
+ &lt;start-valid-time&gt;2014-03-14T19:00:00-04:00&lt;/start-valid-time&gt;
659
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
660
+ &lt;start-valid-time&gt;2014-03-14T21:00:00-04:00&lt;/start-valid-time&gt;
661
+ &lt;start-valid-time&gt;2014-03-14T22:00:00-04:00&lt;/start-valid-time&gt;
662
+ &lt;start-valid-time&gt;2014-03-14T23:00:00-04:00&lt;/start-valid-time&gt;
663
+ &lt;start-valid-time&gt;2014-03-15T00:00:00-04:00&lt;/start-valid-time&gt;
664
+ &lt;start-valid-time&gt;2014-03-15T01:00:00-04:00&lt;/start-valid-time&gt;
665
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
666
+ &lt;start-valid-time&gt;2014-03-15T03:00:00-04:00&lt;/start-valid-time&gt;
667
+ &lt;start-valid-time&gt;2014-03-15T04:00:00-04:00&lt;/start-valid-time&gt;
668
+ &lt;start-valid-time&gt;2014-03-15T05:00:00-04:00&lt;/start-valid-time&gt;
669
+ &lt;start-valid-time&gt;2014-03-15T06:00:00-04:00&lt;/start-valid-time&gt;
670
+ &lt;start-valid-time&gt;2014-03-15T07:00:00-04:00&lt;/start-valid-time&gt;
671
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
672
+ &lt;start-valid-time&gt;2014-03-15T09:00:00-04:00&lt;/start-valid-time&gt;
673
+ &lt;start-valid-time&gt;2014-03-15T10:00:00-04:00&lt;/start-valid-time&gt;
674
+ &lt;start-valid-time&gt;2014-03-15T11:00:00-04:00&lt;/start-valid-time&gt;
675
+ &lt;start-valid-time&gt;2014-03-15T12:00:00-04:00&lt;/start-valid-time&gt;
676
+ &lt;start-valid-time&gt;2014-03-15T13:00:00-04:00&lt;/start-valid-time&gt;
677
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
678
+ &lt;start-valid-time&gt;2014-03-15T15:00:00-04:00&lt;/start-valid-time&gt;
679
+ &lt;start-valid-time&gt;2014-03-15T16:00:00-04:00&lt;/start-valid-time&gt;
680
+ &lt;start-valid-time&gt;2014-03-15T17:00:00-04:00&lt;/start-valid-time&gt;
681
+ &lt;start-valid-time&gt;2014-03-15T18:00:00-04:00&lt;/start-valid-time&gt;
682
+ &lt;start-valid-time&gt;2014-03-15T19:00:00-04:00&lt;/start-valid-time&gt;
683
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
684
+ &lt;start-valid-time&gt;2014-03-16T02:00:00-04:00&lt;/start-valid-time&gt;
685
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
686
+ &lt;start-valid-time&gt;2014-03-16T14:00:00-04:00&lt;/start-valid-time&gt;
687
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
688
+ &lt;start-valid-time&gt;2014-03-17T02:00:00-04:00&lt;/start-valid-time&gt;
689
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
690
+ &lt;start-valid-time&gt;2014-03-17T14:00:00-04:00&lt;/start-valid-time&gt;
691
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
692
+ &lt;/time-layout&gt;
693
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
694
+ &lt;layout-key&gt;k-p6h-n19-10&lt;/layout-key&gt;
695
+ &lt;start-valid-time&gt;2014-03-13T14:00:00-04:00&lt;/start-valid-time&gt;
696
+ &lt;end-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/end-valid-time&gt;
697
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
698
+ &lt;end-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/end-valid-time&gt;
699
+ &lt;start-valid-time&gt;2014-03-14T02:00:00-04:00&lt;/start-valid-time&gt;
700
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
701
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
702
+ &lt;end-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/end-valid-time&gt;
703
+ &lt;start-valid-time&gt;2014-03-14T14:00:00-04:00&lt;/start-valid-time&gt;
704
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
705
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
706
+ &lt;end-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/end-valid-time&gt;
707
+ &lt;start-valid-time&gt;2014-03-15T02:00:00-04:00&lt;/start-valid-time&gt;
708
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
709
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
710
+ &lt;end-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/end-valid-time&gt;
711
+ &lt;start-valid-time&gt;2014-03-15T14:00:00-04:00&lt;/start-valid-time&gt;
712
+ &lt;end-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/end-valid-time&gt;
713
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
714
+ &lt;end-valid-time&gt;2014-03-16T02:00:00-04:00&lt;/end-valid-time&gt;
715
+ &lt;start-valid-time&gt;2014-03-16T02:00:00-04:00&lt;/start-valid-time&gt;
716
+ &lt;end-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/end-valid-time&gt;
717
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
718
+ &lt;end-valid-time&gt;2014-03-16T14:00:00-04:00&lt;/end-valid-time&gt;
719
+ &lt;start-valid-time&gt;2014-03-16T14:00:00-04:00&lt;/start-valid-time&gt;
720
+ &lt;end-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/end-valid-time&gt;
721
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
722
+ &lt;end-valid-time&gt;2014-03-17T02:00:00-04:00&lt;/end-valid-time&gt;
723
+ &lt;start-valid-time&gt;2014-03-17T02:00:00-04:00&lt;/start-valid-time&gt;
724
+ &lt;end-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/end-valid-time&gt;
725
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
726
+ &lt;end-valid-time&gt;2014-03-17T14:00:00-04:00&lt;/end-valid-time&gt;
727
+ &lt;start-valid-time&gt;2014-03-17T14:00:00-04:00&lt;/start-valid-time&gt;
728
+ &lt;end-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/end-valid-time&gt;
729
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
730
+ &lt;end-valid-time&gt;2014-03-18T02:00:00-04:00&lt;/end-valid-time&gt;
731
+ &lt;start-valid-time&gt;2014-03-18T02:00:00-04:00&lt;/start-valid-time&gt;
732
+ &lt;end-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/end-valid-time&gt;
733
+ &lt;/time-layout&gt;
734
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
735
+ &lt;layout-key&gt;k-p24h-n7-11&lt;/layout-key&gt;
736
+ &lt;start-valid-time&gt;2014-03-13T12:00:00-04:00&lt;/start-valid-time&gt;
737
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
738
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
739
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
740
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
741
+ &lt;end-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/end-valid-time&gt;
742
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
743
+ &lt;end-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/end-valid-time&gt;
744
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
745
+ &lt;end-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/end-valid-time&gt;
746
+ &lt;start-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/start-valid-time&gt;
747
+ &lt;end-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/end-valid-time&gt;
748
+ &lt;start-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/start-valid-time&gt;
749
+ &lt;end-valid-time&gt;2014-03-20T08:00:00-04:00&lt;/end-valid-time&gt;
750
+ &lt;/time-layout&gt;
751
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
752
+ &lt;layout-key&gt;k-p24h-n3-12&lt;/layout-key&gt;
753
+ &lt;start-valid-time&gt;2014-03-13T12:00:00-04:00&lt;/start-valid-time&gt;
754
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
755
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
756
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
757
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
758
+ &lt;end-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/end-valid-time&gt;
759
+ &lt;/time-layout&gt;
760
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
761
+ &lt;layout-key&gt;k-p24h-n1-13&lt;/layout-key&gt;
762
+ &lt;start-valid-time&gt;2014-03-13T12:00:00-04:00&lt;/start-valid-time&gt;
763
+ &lt;end-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/end-valid-time&gt;
764
+ &lt;/time-layout&gt;
765
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
766
+ &lt;layout-key&gt;k-p24h-n2-14&lt;/layout-key&gt;
767
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
768
+ &lt;end-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/end-valid-time&gt;
769
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
770
+ &lt;end-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/end-valid-time&gt;
771
+ &lt;/time-layout&gt;
772
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
773
+ &lt;layout-key&gt;k-p1m-n1-15&lt;/layout-key&gt;
774
+ &lt;start-valid-time&gt;2014-02-28T19:00:00-05:00&lt;/start-valid-time&gt;
775
+ &lt;end-valid-time&gt;2014-03-31T20:00:00-04:00&lt;/end-valid-time&gt;
776
+ &lt;/time-layout&gt;
777
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
778
+ &lt;layout-key&gt;k-p3m-n1-16&lt;/layout-key&gt;
779
+ &lt;start-valid-time&gt;2014-02-28T19:00:00-05:00&lt;/start-valid-time&gt;
780
+ &lt;end-valid-time&gt;2014-05-31T20:00:00-04:00&lt;/end-valid-time&gt;
781
+ &lt;/time-layout&gt;
782
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
783
+ &lt;layout-key&gt;k-p24h-n6-17&lt;/layout-key&gt;
784
+ &lt;start-valid-time&gt;2014-03-14T08:00:00-04:00&lt;/start-valid-time&gt;
785
+ &lt;end-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/end-valid-time&gt;
786
+ &lt;start-valid-time&gt;2014-03-15T08:00:00-04:00&lt;/start-valid-time&gt;
787
+ &lt;end-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/end-valid-time&gt;
788
+ &lt;start-valid-time&gt;2014-03-16T08:00:00-04:00&lt;/start-valid-time&gt;
789
+ &lt;end-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/end-valid-time&gt;
790
+ &lt;start-valid-time&gt;2014-03-17T08:00:00-04:00&lt;/start-valid-time&gt;
791
+ &lt;end-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/end-valid-time&gt;
792
+ &lt;start-valid-time&gt;2014-03-18T08:00:00-04:00&lt;/start-valid-time&gt;
793
+ &lt;end-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/end-valid-time&gt;
794
+ &lt;start-valid-time&gt;2014-03-19T08:00:00-04:00&lt;/start-valid-time&gt;
795
+ &lt;end-valid-time&gt;2014-03-19T20:00:00-04:00&lt;/end-valid-time&gt;
796
+ &lt;/time-layout&gt;
797
+ &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;none&quot;&gt;
798
+ &lt;layout-key&gt;k-p24h-n7-18&lt;/layout-key&gt;
799
+ &lt;start-valid-time&gt;2014-03-13T20:00:00-04:00&lt;/start-valid-time&gt;
800
+ &lt;end-valid-time&gt;2014-03-14T09:00:00-04:00&lt;/end-valid-time&gt;
801
+ &lt;start-valid-time&gt;2014-03-14T20:00:00-04:00&lt;/start-valid-time&gt;
802
+ &lt;end-valid-time&gt;2014-03-15T09:00:00-04:00&lt;/end-valid-time&gt;
803
+ &lt;start-valid-time&gt;2014-03-15T20:00:00-04:00&lt;/start-valid-time&gt;
804
+ &lt;end-valid-time&gt;2014-03-16T09:00:00-04:00&lt;/end-valid-time&gt;
805
+ &lt;start-valid-time&gt;2014-03-16T20:00:00-04:00&lt;/start-valid-time&gt;
806
+ &lt;end-valid-time&gt;2014-03-17T09:00:00-04:00&lt;/end-valid-time&gt;
807
+ &lt;start-valid-time&gt;2014-03-17T20:00:00-04:00&lt;/start-valid-time&gt;
808
+ &lt;end-valid-time&gt;2014-03-18T09:00:00-04:00&lt;/end-valid-time&gt;
809
+ &lt;start-valid-time&gt;2014-03-18T20:00:00-04:00&lt;/start-valid-time&gt;
810
+ &lt;end-valid-time&gt;2014-03-19T09:00:00-04:00&lt;/end-valid-time&gt;
811
+ &lt;start-valid-time&gt;2014-03-19T20:00:00-04:00&lt;/start-valid-time&gt;
812
+ &lt;end-valid-time&gt;2014-03-20T09:00:00-04:00&lt;/end-valid-time&gt;
813
+ &lt;/time-layout&gt;
814
+ &lt;parameters applicable-location=&quot;point1&quot;&gt;
815
+ &lt;temperature type=&quot;maximum&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p24h-n7-1&quot;&gt;
816
+ &lt;name&gt;Daily Maximum Temperature&lt;/name&gt;
817
+ &lt;value&gt;35&lt;/value&gt;
818
+ &lt;value&gt;59&lt;/value&gt;
819
+ &lt;value&gt;60&lt;/value&gt;
820
+ &lt;value&gt;52&lt;/value&gt;
821
+ &lt;value&gt;34&lt;/value&gt;
822
+ &lt;value&gt;41&lt;/value&gt;
823
+ &lt;value&gt;51&lt;/value&gt;
824
+ &lt;/temperature&gt;
825
+ &lt;temperature type=&quot;minimum&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p24h-n6-2&quot;&gt;
826
+ &lt;name&gt;Daily Minimum Temperature&lt;/name&gt;
827
+ &lt;value&gt;23&lt;/value&gt;
828
+ &lt;value&gt;41&lt;/value&gt;
829
+ &lt;value&gt;36&lt;/value&gt;
830
+ &lt;value&gt;30&lt;/value&gt;
831
+ &lt;value&gt;20&lt;/value&gt;
832
+ &lt;value&gt;28&lt;/value&gt;
833
+ &lt;/temperature&gt;
834
+ &lt;temperature type=&quot;hourly&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
835
+ &lt;name&gt;Temperature&lt;/name&gt;
836
+ &lt;value&gt;29&lt;/value&gt;
837
+ &lt;value&gt;26&lt;/value&gt;
838
+ &lt;value&gt;25&lt;/value&gt;
839
+ &lt;value&gt;24&lt;/value&gt;
840
+ &lt;value&gt;26&lt;/value&gt;
841
+ &lt;value&gt;44&lt;/value&gt;
842
+ &lt;value&gt;55&lt;/value&gt;
843
+ &lt;value&gt;57&lt;/value&gt;
844
+ &lt;value&gt;51&lt;/value&gt;
845
+ &lt;value&gt;46&lt;/value&gt;
846
+ &lt;value&gt;43&lt;/value&gt;
847
+ &lt;value&gt;42&lt;/value&gt;
848
+ &lt;value&gt;43&lt;/value&gt;
849
+ &lt;value&gt;53&lt;/value&gt;
850
+ &lt;value&gt;59&lt;/value&gt;
851
+ &lt;value&gt;58&lt;/value&gt;
852
+ &lt;value&gt;53&lt;/value&gt;
853
+ &lt;value&gt;43&lt;/value&gt;
854
+ &lt;value&gt;38&lt;/value&gt;
855
+ &lt;value&gt;50&lt;/value&gt;
856
+ &lt;value&gt;43&lt;/value&gt;
857
+ &lt;value&gt;36&lt;/value&gt;
858
+ &lt;value&gt;31&lt;/value&gt;
859
+ &lt;value&gt;34&lt;/value&gt;
860
+ &lt;value&gt;29&lt;/value&gt;
861
+ &lt;value&gt;24&lt;/value&gt;
862
+ &lt;value&gt;23&lt;/value&gt;
863
+ &lt;value&gt;39&lt;/value&gt;
864
+ &lt;value&gt;36&lt;/value&gt;
865
+ &lt;value&gt;31&lt;/value&gt;
866
+ &lt;value&gt;32&lt;/value&gt;
867
+ &lt;value&gt;48&lt;/value&gt;
868
+ &lt;value&gt;46&lt;/value&gt;
869
+ &lt;/temperature&gt;
870
+ &lt;temperature type=&quot;dew point&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
871
+ &lt;name&gt;Dew Point Temperature&lt;/name&gt;
872
+ &lt;value&gt;2&lt;/value&gt;
873
+ &lt;value&gt;7&lt;/value&gt;
874
+ &lt;value&gt;10&lt;/value&gt;
875
+ &lt;value&gt;11&lt;/value&gt;
876
+ &lt;value&gt;13&lt;/value&gt;
877
+ &lt;value&gt;16&lt;/value&gt;
878
+ &lt;value&gt;19&lt;/value&gt;
879
+ &lt;value&gt;21&lt;/value&gt;
880
+ &lt;value&gt;31&lt;/value&gt;
881
+ &lt;value&gt;32&lt;/value&gt;
882
+ &lt;value&gt;32&lt;/value&gt;
883
+ &lt;value&gt;32&lt;/value&gt;
884
+ &lt;value&gt;33&lt;/value&gt;
885
+ &lt;value&gt;35&lt;/value&gt;
886
+ &lt;value&gt;34&lt;/value&gt;
887
+ &lt;value&gt;32&lt;/value&gt;
888
+ &lt;value&gt;32&lt;/value&gt;
889
+ &lt;value&gt;34&lt;/value&gt;
890
+ &lt;value&gt;30&lt;/value&gt;
891
+ &lt;value&gt;30&lt;/value&gt;
892
+ &lt;value&gt;30&lt;/value&gt;
893
+ &lt;value&gt;31&lt;/value&gt;
894
+ &lt;value&gt;24&lt;/value&gt;
895
+ &lt;value&gt;20&lt;/value&gt;
896
+ &lt;value&gt;19&lt;/value&gt;
897
+ &lt;value&gt;14&lt;/value&gt;
898
+ &lt;value&gt;10&lt;/value&gt;
899
+ &lt;value&gt;16&lt;/value&gt;
900
+ &lt;value&gt;20&lt;/value&gt;
901
+ &lt;value&gt;21&lt;/value&gt;
902
+ &lt;value&gt;24&lt;/value&gt;
903
+ &lt;value&gt;31&lt;/value&gt;
904
+ &lt;value&gt;33&lt;/value&gt;
905
+ &lt;/temperature&gt;
906
+ &lt;precipitation type=&quot;liquid&quot; units=&quot;inches&quot; time-layout=&quot;k-p6h-n9-5&quot;&gt;
907
+ &lt;name&gt;Liquid Precipitation Amount&lt;/name&gt;
908
+ &lt;value&gt;0.00&lt;/value&gt;
909
+ &lt;value&gt;0.00&lt;/value&gt;
910
+ &lt;value&gt;0.00&lt;/value&gt;
911
+ &lt;value&gt;0.00&lt;/value&gt;
912
+ &lt;value&gt;0.00&lt;/value&gt;
913
+ &lt;value&gt;0.00&lt;/value&gt;
914
+ &lt;value&gt;0.00&lt;/value&gt;
915
+ &lt;value&gt;0.00&lt;/value&gt;
916
+ &lt;value&gt;0.00&lt;/value&gt;
917
+ &lt;/precipitation&gt;
918
+ &lt;wind-speed type=&quot;sustained&quot; units=&quot;knots&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
919
+ &lt;name&gt;Wind Speed&lt;/name&gt;
920
+ &lt;value&gt;13&lt;/value&gt;
921
+ &lt;value&gt;7&lt;/value&gt;
922
+ &lt;value&gt;3&lt;/value&gt;
923
+ &lt;value&gt;4&lt;/value&gt;
924
+ &lt;value&gt;6&lt;/value&gt;
925
+ &lt;value&gt;11&lt;/value&gt;
926
+ &lt;value&gt;13&lt;/value&gt;
927
+ &lt;value&gt;14&lt;/value&gt;
928
+ &lt;value&gt;10&lt;/value&gt;
929
+ &lt;value&gt;8&lt;/value&gt;
930
+ &lt;value&gt;7&lt;/value&gt;
931
+ &lt;value&gt;6&lt;/value&gt;
932
+ &lt;value&gt;4&lt;/value&gt;
933
+ &lt;value&gt;8&lt;/value&gt;
934
+ &lt;value&gt;10&lt;/value&gt;
935
+ &lt;value&gt;9&lt;/value&gt;
936
+ &lt;value&gt;5&lt;/value&gt;
937
+ &lt;value&gt;3&lt;/value&gt;
938
+ &lt;value&gt;7&lt;/value&gt;
939
+ &lt;value&gt;1&lt;/value&gt;
940
+ &lt;value&gt;2&lt;/value&gt;
941
+ &lt;value&gt;7&lt;/value&gt;
942
+ &lt;value&gt;7&lt;/value&gt;
943
+ &lt;value&gt;6&lt;/value&gt;
944
+ &lt;value&gt;3&lt;/value&gt;
945
+ &lt;value&gt;4&lt;/value&gt;
946
+ &lt;value&gt;2&lt;/value&gt;
947
+ &lt;value&gt;2&lt;/value&gt;
948
+ &lt;value&gt;2&lt;/value&gt;
949
+ &lt;value&gt;1&lt;/value&gt;
950
+ &lt;value&gt;1&lt;/value&gt;
951
+ &lt;value&gt;3&lt;/value&gt;
952
+ &lt;value&gt;1&lt;/value&gt;
953
+ &lt;/wind-speed&gt;
954
+ &lt;direction type=&quot;wind&quot; units=&quot;degrees true&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
955
+ &lt;name&gt;Wind Direction&lt;/name&gt;
956
+ &lt;value&gt;310&lt;/value&gt;
957
+ &lt;value&gt;300&lt;/value&gt;
958
+ &lt;value&gt;250&lt;/value&gt;
959
+ &lt;value&gt;200&lt;/value&gt;
960
+ &lt;value&gt;190&lt;/value&gt;
961
+ &lt;value&gt;190&lt;/value&gt;
962
+ &lt;value&gt;200&lt;/value&gt;
963
+ &lt;value&gt;200&lt;/value&gt;
964
+ &lt;value&gt;190&lt;/value&gt;
965
+ &lt;value&gt;210&lt;/value&gt;
966
+ &lt;value&gt;210&lt;/value&gt;
967
+ &lt;value&gt;220&lt;/value&gt;
968
+ &lt;value&gt;230&lt;/value&gt;
969
+ &lt;value&gt;250&lt;/value&gt;
970
+ &lt;value&gt;250&lt;/value&gt;
971
+ &lt;value&gt;240&lt;/value&gt;
972
+ &lt;value&gt;260&lt;/value&gt;
973
+ &lt;value&gt;340&lt;/value&gt;
974
+ &lt;value&gt;340&lt;/value&gt;
975
+ &lt;value&gt;70&lt;/value&gt;
976
+ &lt;value&gt;70&lt;/value&gt;
977
+ &lt;value&gt;40&lt;/value&gt;
978
+ &lt;value&gt;30&lt;/value&gt;
979
+ &lt;value&gt;10&lt;/value&gt;
980
+ &lt;value&gt;350&lt;/value&gt;
981
+ &lt;value&gt;350&lt;/value&gt;
982
+ &lt;value&gt;340&lt;/value&gt;
983
+ &lt;value&gt;300&lt;/value&gt;
984
+ &lt;value&gt;100&lt;/value&gt;
985
+ &lt;value&gt;130&lt;/value&gt;
986
+ &lt;value&gt;140&lt;/value&gt;
987
+ &lt;value&gt;200&lt;/value&gt;
988
+ &lt;value&gt;170&lt;/value&gt;
989
+ &lt;/direction&gt;
990
+ &lt;cloud-amount type=&quot;total&quot; units=&quot;percent&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
991
+ &lt;name&gt;Cloud Cover Amount&lt;/name&gt;
992
+ &lt;value&gt;3&lt;/value&gt;
993
+ &lt;value&gt;5&lt;/value&gt;
994
+ &lt;value&gt;9&lt;/value&gt;
995
+ &lt;value&gt;20&lt;/value&gt;
996
+ &lt;value&gt;26&lt;/value&gt;
997
+ &lt;value&gt;27&lt;/value&gt;
998
+ &lt;value&gt;31&lt;/value&gt;
999
+ &lt;value&gt;50&lt;/value&gt;
1000
+ &lt;value&gt;59&lt;/value&gt;
1001
+ &lt;value&gt;54&lt;/value&gt;
1002
+ &lt;value&gt;73&lt;/value&gt;
1003
+ &lt;value&gt;75&lt;/value&gt;
1004
+ &lt;value&gt;51&lt;/value&gt;
1005
+ &lt;value&gt;47&lt;/value&gt;
1006
+ &lt;value&gt;49&lt;/value&gt;
1007
+ &lt;value&gt;60&lt;/value&gt;
1008
+ &lt;value&gt;25&lt;/value&gt;
1009
+ &lt;value&gt;52&lt;/value&gt;
1010
+ &lt;value&gt;67&lt;/value&gt;
1011
+ &lt;value&gt;75&lt;/value&gt;
1012
+ &lt;value&gt;92&lt;/value&gt;
1013
+ &lt;value&gt;90&lt;/value&gt;
1014
+ &lt;value&gt;88&lt;/value&gt;
1015
+ &lt;value&gt;82&lt;/value&gt;
1016
+ &lt;value&gt;74&lt;/value&gt;
1017
+ &lt;value&gt;49&lt;/value&gt;
1018
+ &lt;value&gt;37&lt;/value&gt;
1019
+ &lt;value&gt;33&lt;/value&gt;
1020
+ &lt;value&gt;51&lt;/value&gt;
1021
+ &lt;value&gt;58&lt;/value&gt;
1022
+ &lt;value&gt;64&lt;/value&gt;
1023
+ &lt;value&gt;66&lt;/value&gt;
1024
+ &lt;value&gt;61&lt;/value&gt;
1025
+ &lt;/cloud-amount&gt;
1026
+ &lt;temperature type=&quot;apparent&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
1027
+ &lt;name&gt;Apparent Temperature&lt;/name&gt;
1028
+ &lt;value&gt;18&lt;/value&gt;
1029
+ &lt;value&gt;18&lt;/value&gt;
1030
+ &lt;value&gt;21&lt;/value&gt;
1031
+ &lt;value&gt;18&lt;/value&gt;
1032
+ &lt;value&gt;18&lt;/value&gt;
1033
+ &lt;value&gt;38&lt;/value&gt;
1034
+ &lt;value&gt;55&lt;/value&gt;
1035
+ &lt;value&gt;57&lt;/value&gt;
1036
+ &lt;value&gt;51&lt;/value&gt;
1037
+ &lt;value&gt;46&lt;/value&gt;
1038
+ &lt;value&gt;38&lt;/value&gt;
1039
+ &lt;value&gt;38&lt;/value&gt;
1040
+ &lt;value&gt;40&lt;/value&gt;
1041
+ &lt;value&gt;53&lt;/value&gt;
1042
+ &lt;value&gt;59&lt;/value&gt;
1043
+ &lt;value&gt;58&lt;/value&gt;
1044
+ &lt;value&gt;53&lt;/value&gt;
1045
+ &lt;value&gt;41&lt;/value&gt;
1046
+ &lt;value&gt;32&lt;/value&gt;
1047
+ &lt;value&gt;50&lt;/value&gt;
1048
+ &lt;value&gt;43&lt;/value&gt;
1049
+ &lt;value&gt;30&lt;/value&gt;
1050
+ &lt;value&gt;24&lt;/value&gt;
1051
+ &lt;value&gt;28&lt;/value&gt;
1052
+ &lt;value&gt;25&lt;/value&gt;
1053
+ &lt;value&gt;18&lt;/value&gt;
1054
+ &lt;value&gt;23&lt;/value&gt;
1055
+ &lt;value&gt;39&lt;/value&gt;
1056
+ &lt;value&gt;36&lt;/value&gt;
1057
+ &lt;value&gt;31&lt;/value&gt;
1058
+ &lt;value&gt;32&lt;/value&gt;
1059
+ &lt;value&gt;48&lt;/value&gt;
1060
+ &lt;value&gt;46&lt;/value&gt;
1061
+ &lt;/temperature&gt;
1062
+ &lt;precipitation type=&quot;ice&quot; units=&quot;inches&quot; time-layout=&quot;k-p6h-n5-6&quot;&gt;
1063
+ &lt;name&gt;Ice Accumulation&lt;/name&gt;
1064
+ &lt;value&gt;0.00&lt;/value&gt;
1065
+ &lt;value&gt;0.00&lt;/value&gt;
1066
+ &lt;value&gt;0.00&lt;/value&gt;
1067
+ &lt;value&gt;0.00&lt;/value&gt;
1068
+ &lt;value&gt;0.00&lt;/value&gt;
1069
+ &lt;/precipitation&gt;
1070
+ &lt;precipitation type=&quot;snow&quot; units=&quot;inches&quot; time-layout=&quot;k-p6h-n5-6&quot;&gt;
1071
+ &lt;name&gt;Snow Amount&lt;/name&gt;
1072
+ &lt;value&gt;0.00&lt;/value&gt;
1073
+ &lt;value&gt;0.00&lt;/value&gt;
1074
+ &lt;value&gt;0.00&lt;/value&gt;
1075
+ &lt;value&gt;0.00&lt;/value&gt;
1076
+ &lt;value&gt;0.00&lt;/value&gt;
1077
+ &lt;/precipitation&gt;
1078
+ &lt;probability-of-precipitation type=&quot;12 hour&quot; units=&quot;percent&quot; time-layout=&quot;k-p12h-n13-3&quot;&gt;
1079
+ &lt;name&gt;12 Hourly Probability of Precipitation&lt;/name&gt;
1080
+ &lt;value&gt;1&lt;/value&gt;
1081
+ &lt;value&gt;0&lt;/value&gt;
1082
+ &lt;value&gt;4&lt;/value&gt;
1083
+ &lt;value&gt;9&lt;/value&gt;
1084
+ &lt;value&gt;10&lt;/value&gt;
1085
+ &lt;value&gt;11&lt;/value&gt;
1086
+ &lt;value&gt;25&lt;/value&gt;
1087
+ &lt;value&gt;54&lt;/value&gt;
1088
+ &lt;value&gt;51&lt;/value&gt;
1089
+ &lt;value&gt;28&lt;/value&gt;
1090
+ &lt;value&gt;8&lt;/value&gt;
1091
+ &lt;value&gt;14&lt;/value&gt;
1092
+ &lt;value&gt;29&lt;/value&gt;
1093
+ &lt;/probability-of-precipitation&gt;
1094
+ &lt;fire-weather type=&quot;risk from wind and relative humidity&quot; time-layout=&quot;k-p24h-n7-11&quot;&gt;
1095
+ &lt;name&gt;Fire Weather Outlook from Wind and Relative Humidity&lt;/name&gt;
1096
+ &lt;value&gt;No Areas&lt;/value&gt;
1097
+ &lt;value&gt;No Areas&lt;/value&gt;
1098
+ &lt;value&gt;No Areas&lt;/value&gt;
1099
+ &lt;value&gt;No Areas&lt;/value&gt;
1100
+ &lt;value&gt;No Areas&lt;/value&gt;
1101
+ &lt;value&gt;No Areas&lt;/value&gt;
1102
+ &lt;value&gt;No Areas&lt;/value&gt;
1103
+ &lt;/fire-weather&gt;
1104
+ &lt;fire-weather type=&quot;risk from dry thunderstorms&quot; time-layout=&quot;k-p24h-n3-12&quot;&gt;
1105
+ &lt;name&gt;Fire Weather Outlook from Dry Thunderstorms&lt;/name&gt;
1106
+ &lt;value&gt;No Areas&lt;/value&gt;
1107
+ &lt;value&gt;No Areas&lt;/value&gt;
1108
+ &lt;value&gt;No Areas&lt;/value&gt;
1109
+ &lt;/fire-weather&gt;
1110
+ &lt;convective-hazard&gt;
1111
+ &lt;outlook time-layout=&quot;k-p24h-n7-11&quot;&gt;
1112
+ &lt;name&gt;Convective Hazard Outlook&lt;/name&gt;
1113
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1114
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1115
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1116
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1117
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1118
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1119
+ &lt;value&gt;No Thunderstorms&lt;/value&gt;
1120
+ &lt;/outlook&gt;
1121
+ &lt;/convective-hazard&gt;
1122
+ &lt;convective-hazard&gt;
1123
+ &lt;severe-component type=&quot;tornadoes&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1124
+ &lt;name&gt;Probability of Tornadoes&lt;/name&gt;
1125
+ &lt;value&gt;0&lt;/value&gt;
1126
+ &lt;/severe-component&gt;
1127
+ &lt;/convective-hazard&gt;
1128
+ &lt;convective-hazard&gt;
1129
+ &lt;severe-component type=&quot;hail&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1130
+ &lt;name&gt;Probability of Hail&lt;/name&gt;
1131
+ &lt;value&gt;0&lt;/value&gt;
1132
+ &lt;/severe-component&gt;
1133
+ &lt;/convective-hazard&gt;
1134
+ &lt;convective-hazard&gt;
1135
+ &lt;severe-component type=&quot;damaging thunderstorm winds&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1136
+ &lt;name&gt;Probability of Damaging Thunderstorm Winds&lt;/name&gt;
1137
+ &lt;value&gt;0&lt;/value&gt;
1138
+ &lt;/severe-component&gt;
1139
+ &lt;/convective-hazard&gt;
1140
+ &lt;convective-hazard&gt;
1141
+ &lt;severe-component type=&quot;extreme tornadoes&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1142
+ &lt;name&gt;Probability of Extreme Tornadoes&lt;/name&gt;
1143
+ &lt;value&gt;0&lt;/value&gt;
1144
+ &lt;/severe-component&gt;
1145
+ &lt;/convective-hazard&gt;
1146
+ &lt;convective-hazard&gt;
1147
+ &lt;severe-component type=&quot;extreme hail&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1148
+ &lt;name&gt;Probability of Extreme Hail&lt;/name&gt;
1149
+ &lt;value&gt;0&lt;/value&gt;
1150
+ &lt;/severe-component&gt;
1151
+ &lt;/convective-hazard&gt;
1152
+ &lt;convective-hazard&gt;
1153
+ &lt;severe-component type=&quot;extreme thunderstorm winds&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n1-13&quot;&gt;
1154
+ &lt;name&gt;Probability of Extreme Thunderstorm Winds&lt;/name&gt;
1155
+ &lt;value&gt;0&lt;/value&gt;
1156
+ &lt;/severe-component&gt;
1157
+ &lt;/convective-hazard&gt;
1158
+ &lt;convective-hazard&gt;
1159
+ &lt;severe-component type=&quot;severe thunderstorms&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n2-14&quot;&gt;
1160
+ &lt;name&gt;Total Probability of Severe Thunderstorms&lt;/name&gt;
1161
+ &lt;value&gt;0&lt;/value&gt;
1162
+ &lt;value&gt;0&lt;/value&gt;
1163
+ &lt;/severe-component&gt;
1164
+ &lt;/convective-hazard&gt;
1165
+ &lt;convective-hazard&gt;
1166
+ &lt;severe-component type=&quot;extreme severe thunderstorms&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n2-14&quot;&gt;
1167
+ &lt;name&gt;Total Probability of Extreme Severe Thunderstorms&lt;/name&gt;
1168
+ &lt;value&gt;0&lt;/value&gt;
1169
+ &lt;value&gt;0&lt;/value&gt;
1170
+ &lt;/severe-component&gt;
1171
+ &lt;/convective-hazard&gt;
1172
+ &lt;climate-anomaly&gt;
1173
+ &lt;monthly type=&quot;average temperature above normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p1m-n1-15&quot;&gt;
1174
+ &lt;name&gt;Probability of One-Month Average Temperature Above Normal&lt;/name&gt;
1175
+ &lt;value&gt;32&lt;/value&gt;
1176
+ &lt;/monthly&gt;
1177
+ &lt;/climate-anomaly&gt;
1178
+ &lt;climate-anomaly&gt;
1179
+ &lt;monthly type=&quot;average temperature below normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p1m-n1-15&quot;&gt;
1180
+ &lt;name&gt;Probability of One-Month Average Temperature Below Normal&lt;/name&gt;
1181
+ &lt;value&gt;35&lt;/value&gt;
1182
+ &lt;/monthly&gt;
1183
+ &lt;/climate-anomaly&gt;
1184
+ &lt;climate-anomaly&gt;
1185
+ &lt;monthly type=&quot;average precipitation above normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p1m-n1-15&quot;&gt;
1186
+ &lt;name&gt;Probability of One-Month Average Precipitation Above Normal&lt;/name&gt;
1187
+ &lt;value&gt;33&lt;/value&gt;
1188
+ &lt;/monthly&gt;
1189
+ &lt;/climate-anomaly&gt;
1190
+ &lt;climate-anomaly&gt;
1191
+ &lt;monthly type=&quot;average precipitation below normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p1m-n1-15&quot;&gt;
1192
+ &lt;name&gt;Probability of One-Month Average Precipitation Below Normal&lt;/name&gt;
1193
+ &lt;value&gt;34&lt;/value&gt;
1194
+ &lt;/monthly&gt;
1195
+ &lt;/climate-anomaly&gt;
1196
+ &lt;climate-anomaly&gt;
1197
+ &lt;seasonal type=&quot;average temperature above normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p3m-n1-16&quot;&gt;
1198
+ &lt;name&gt;Probability of Three-Month Average Temperature Above Normal&lt;/name&gt;
1199
+ &lt;value&gt;34&lt;/value&gt;
1200
+ &lt;/seasonal&gt;
1201
+ &lt;/climate-anomaly&gt;
1202
+ &lt;climate-anomaly&gt;
1203
+ &lt;seasonal type=&quot;average temperature below normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p3m-n1-16&quot;&gt;
1204
+ &lt;name&gt;Probability of Three-Month Average Temperature Below Normal&lt;/name&gt;
1205
+ &lt;value&gt;33&lt;/value&gt;
1206
+ &lt;/seasonal&gt;
1207
+ &lt;/climate-anomaly&gt;
1208
+ &lt;climate-anomaly&gt;
1209
+ &lt;seasonal type=&quot;average precipitation above normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p3m-n1-16&quot;&gt;
1210
+ &lt;name&gt;Probability of Three-Month Average Precipitation Above Normal&lt;/name&gt;
1211
+ &lt;value&gt;33&lt;/value&gt;
1212
+ &lt;/seasonal&gt;
1213
+ &lt;/climate-anomaly&gt;
1214
+ &lt;climate-anomaly&gt;
1215
+ &lt;seasonal type=&quot;average precipitation below normal&quot; units=&quot;percent&quot; time-layout=&quot;k-p3m-n1-16&quot;&gt;
1216
+ &lt;name&gt;Probability of Three-Month Average Precipitation Below Normal&lt;/name&gt;
1217
+ &lt;value&gt;34&lt;/value&gt;
1218
+ &lt;/seasonal&gt;
1219
+ &lt;/climate-anomaly&gt;
1220
+ &lt;wind-speed type=&quot;gust&quot; units=&quot;knots&quot; time-layout=&quot;k-p3h-n17-8&quot;&gt;
1221
+ &lt;name&gt;Wind Speed Gust&lt;/name&gt;
1222
+ &lt;value&gt;18&lt;/value&gt;
1223
+ &lt;value&gt;10&lt;/value&gt;
1224
+ &lt;value&gt;6&lt;/value&gt;
1225
+ &lt;value&gt;6&lt;/value&gt;
1226
+ &lt;value&gt;9&lt;/value&gt;
1227
+ &lt;value&gt;14&lt;/value&gt;
1228
+ &lt;value&gt;21&lt;/value&gt;
1229
+ &lt;value&gt;22&lt;/value&gt;
1230
+ &lt;value&gt;13&lt;/value&gt;
1231
+ &lt;value&gt;9&lt;/value&gt;
1232
+ &lt;value&gt;8&lt;/value&gt;
1233
+ &lt;value&gt;7&lt;/value&gt;
1234
+ &lt;value&gt;5&lt;/value&gt;
1235
+ &lt;value&gt;9&lt;/value&gt;
1236
+ &lt;value&gt;13&lt;/value&gt;
1237
+ &lt;value&gt;10&lt;/value&gt;
1238
+ &lt;value&gt;6&lt;/value&gt;
1239
+ &lt;/wind-speed&gt;
1240
+ &lt;wind-speed type=&quot;incremental34&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1241
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 34 Knots (Incremental)&lt;/name&gt;
1242
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1243
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1244
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1245
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1246
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1247
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1248
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1249
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1250
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1251
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1252
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1253
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1254
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1255
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1256
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1257
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1258
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1259
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1260
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1261
+ &lt;/wind-speed&gt;
1262
+ &lt;wind-speed type=&quot;incremental50&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1263
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 50 Knots (Incremental)&lt;/name&gt;
1264
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1265
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1266
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1267
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1268
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1269
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1270
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1271
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1272
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1273
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1274
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1275
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1276
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1277
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1278
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1279
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1280
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1281
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1282
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1283
+ &lt;/wind-speed&gt;
1284
+ &lt;wind-speed type=&quot;incremental64&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1285
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 64 Knots (Incremental)&lt;/name&gt;
1286
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1287
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1288
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1289
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1290
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1291
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1292
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1293
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1294
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1295
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1296
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1297
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1298
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1299
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1300
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1301
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1302
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1303
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1304
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1305
+ &lt;/wind-speed&gt;
1306
+ &lt;wind-speed type=&quot;cumulative34&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1307
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 34 Knots (Cumulative)&lt;/name&gt;
1308
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1309
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1310
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1311
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1312
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1313
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1314
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1315
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1316
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1317
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1318
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1319
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1320
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1321
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1322
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1323
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1324
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1325
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1326
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1327
+ &lt;/wind-speed&gt;
1328
+ &lt;wind-speed type=&quot;cumulative50&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1329
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 50 Knots (Cumulative)&lt;/name&gt;
1330
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1331
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1332
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1333
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1334
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1335
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1336
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1337
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1338
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1339
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1340
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1341
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1342
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1343
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1344
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1345
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1346
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1347
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1348
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1349
+ &lt;/wind-speed&gt;
1350
+ &lt;wind-speed type=&quot;cumulative64&quot; units=&quot;percent&quot; time-layout=&quot;k-p6h-n19-10&quot;&gt;
1351
+ &lt;name&gt;Probability of a Tropical Cyclone Wind Speed above 64 Knots (Cumulative)&lt;/name&gt;
1352
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1353
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1354
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1355
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1356
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1357
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1358
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1359
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1360
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1361
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1362
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1363
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1364
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1365
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1366
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1367
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1368
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1369
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1370
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1371
+ &lt;/wind-speed&gt;
1372
+ &lt;humidity type=&quot;relative&quot; units=&quot;percent&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
1373
+ &lt;name&gt;Relative Humidity&lt;/name&gt;
1374
+ &lt;value&gt;31&lt;/value&gt;
1375
+ &lt;value&gt;44&lt;/value&gt;
1376
+ &lt;value&gt;53&lt;/value&gt;
1377
+ &lt;value&gt;57&lt;/value&gt;
1378
+ &lt;value&gt;57&lt;/value&gt;
1379
+ &lt;value&gt;32&lt;/value&gt;
1380
+ &lt;value&gt;24&lt;/value&gt;
1381
+ &lt;value&gt;24&lt;/value&gt;
1382
+ &lt;value&gt;46&lt;/value&gt;
1383
+ &lt;value&gt;58&lt;/value&gt;
1384
+ &lt;value&gt;65&lt;/value&gt;
1385
+ &lt;value&gt;67&lt;/value&gt;
1386
+ &lt;value&gt;68&lt;/value&gt;
1387
+ &lt;value&gt;51&lt;/value&gt;
1388
+ &lt;value&gt;39&lt;/value&gt;
1389
+ &lt;value&gt;37&lt;/value&gt;
1390
+ &lt;value&gt;45&lt;/value&gt;
1391
+ &lt;value&gt;70&lt;/value&gt;
1392
+ &lt;value&gt;73&lt;/value&gt;
1393
+ &lt;value&gt;46&lt;/value&gt;
1394
+ &lt;value&gt;60&lt;/value&gt;
1395
+ &lt;value&gt;82&lt;/value&gt;
1396
+ &lt;value&gt;75&lt;/value&gt;
1397
+ &lt;value&gt;56&lt;/value&gt;
1398
+ &lt;value&gt;66&lt;/value&gt;
1399
+ &lt;value&gt;65&lt;/value&gt;
1400
+ &lt;value&gt;57&lt;/value&gt;
1401
+ &lt;value&gt;38&lt;/value&gt;
1402
+ &lt;value&gt;52&lt;/value&gt;
1403
+ &lt;value&gt;66&lt;/value&gt;
1404
+ &lt;value&gt;72&lt;/value&gt;
1405
+ &lt;value&gt;52&lt;/value&gt;
1406
+ &lt;value&gt;60&lt;/value&gt;
1407
+ &lt;/humidity&gt;
1408
+ &lt;humidity type=&quot;maximum relative&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n6-17&quot;&gt;
1409
+ &lt;name&gt;Daily Maximum Relative Humidity&lt;/name&gt;
1410
+ &lt;value&gt;62&lt;/value&gt;
1411
+ &lt;value&gt;70&lt;/value&gt;
1412
+ &lt;value&gt;73&lt;/value&gt;
1413
+ &lt;value&gt;82&lt;/value&gt;
1414
+ &lt;value&gt;64&lt;/value&gt;
1415
+ &lt;value&gt;75&lt;/value&gt;
1416
+ &lt;/humidity&gt;
1417
+ &lt;humidity type=&quot;minimum relative&quot; units=&quot;percent&quot; time-layout=&quot;k-p24h-n7-18&quot;&gt;
1418
+ &lt;name&gt;Daily Minimum Relative Humidity&lt;/name&gt;
1419
+ &lt;value&gt;24&lt;/value&gt;
1420
+ &lt;value&gt;22&lt;/value&gt;
1421
+ &lt;value&gt;35&lt;/value&gt;
1422
+ &lt;value&gt;44&lt;/value&gt;
1423
+ &lt;value&gt;59&lt;/value&gt;
1424
+ &lt;value&gt;39&lt;/value&gt;
1425
+ &lt;value&gt;50&lt;/value&gt;
1426
+ &lt;/humidity&gt;
1427
+ &lt;weather time-layout=&quot;k-p3h-n33-4&quot;&gt;
1428
+ &lt;name&gt;Weather Type, Coverage, and Intensity&lt;/name&gt;
1429
+ &lt;weather-conditions/&gt;
1430
+ &lt;weather-conditions/&gt;
1431
+ &lt;weather-conditions/&gt;
1432
+ &lt;weather-conditions/&gt;
1433
+ &lt;weather-conditions/&gt;
1434
+ &lt;weather-conditions/&gt;
1435
+ &lt;weather-conditions/&gt;
1436
+ &lt;weather-conditions/&gt;
1437
+ &lt;weather-conditions/&gt;
1438
+ &lt;weather-conditions/&gt;
1439
+ &lt;weather-conditions/&gt;
1440
+ &lt;weather-conditions/&gt;
1441
+ &lt;weather-conditions/&gt;
1442
+ &lt;weather-conditions/&gt;
1443
+ &lt;weather-conditions/&gt;
1444
+ &lt;weather-conditions/&gt;
1445
+ &lt;weather-conditions/&gt;
1446
+ &lt;weather-conditions/&gt;
1447
+ &lt;weather-conditions&gt;
1448
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1449
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1450
+ &lt;/value&gt;
1451
+ &lt;/weather-conditions&gt;
1452
+ &lt;weather-conditions&gt;
1453
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1454
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1455
+ &lt;/value&gt;
1456
+ &lt;/weather-conditions&gt;
1457
+ &lt;weather-conditions&gt;
1458
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1459
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1460
+ &lt;/value&gt;
1461
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; additive=&quot;or&quot; weather-type=&quot;snow&quot; qualifier=&quot;or&quot;&gt;
1462
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1463
+ &lt;/value&gt;
1464
+ &lt;/weather-conditions&gt;
1465
+ &lt;weather-conditions&gt;
1466
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1467
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1468
+ &lt;/value&gt;
1469
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; additive=&quot;or&quot; weather-type=&quot;snow&quot; qualifier=&quot;or&quot;&gt;
1470
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1471
+ &lt;/value&gt;
1472
+ &lt;/weather-conditions&gt;
1473
+ &lt;weather-conditions&gt;
1474
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1475
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1476
+ &lt;/value&gt;
1477
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; additive=&quot;or&quot; weather-type=&quot;snow&quot; qualifier=&quot;or&quot;&gt;
1478
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1479
+ &lt;/value&gt;
1480
+ &lt;/weather-conditions&gt;
1481
+ &lt;weather-conditions&gt;
1482
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1483
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1484
+ &lt;/value&gt;
1485
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; additive=&quot;or&quot; weather-type=&quot;snow&quot; qualifier=&quot;or&quot;&gt;
1486
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1487
+ &lt;/value&gt;
1488
+ &lt;/weather-conditions&gt;
1489
+ &lt;weather-conditions&gt;
1490
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;snow&quot; qualifier=&quot;none&quot;&gt;
1491
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1492
+ &lt;/value&gt;
1493
+ &lt;/weather-conditions&gt;
1494
+ &lt;weather-conditions&gt;
1495
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;snow&quot; qualifier=&quot;none&quot;&gt;
1496
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1497
+ &lt;/value&gt;
1498
+ &lt;/weather-conditions&gt;
1499
+ &lt;weather-conditions/&gt;
1500
+ &lt;weather-conditions/&gt;
1501
+ &lt;weather-conditions/&gt;
1502
+ &lt;weather-conditions/&gt;
1503
+ &lt;weather-conditions&gt;
1504
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1505
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1506
+ &lt;/value&gt;
1507
+ &lt;/weather-conditions&gt;
1508
+ &lt;weather-conditions&gt;
1509
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain&quot; qualifier=&quot;none&quot;&gt;
1510
+ &lt;visibility xsi:nil=&quot;true&quot;/&gt;
1511
+ &lt;/value&gt;
1512
+ &lt;/weather-conditions&gt;
1513
+ &lt;weather-conditions/&gt;
1514
+ &lt;/weather&gt;
1515
+ &lt;conditions-icon type=&quot;forecast-NWS&quot; time-layout=&quot;k-p3h-n33-4&quot;&gt;
1516
+ &lt;name&gt;Conditions Icons&lt;/name&gt;
1517
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nskc.jpg&lt;/icon-link&gt;
1518
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nskc.jpg&lt;/icon-link&gt;
1519
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nfew.jpg&lt;/icon-link&gt;
1520
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nfew.jpg&lt;/icon-link&gt;
1521
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1522
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1523
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1524
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1525
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1526
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1527
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1528
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1529
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/bkn.jpg&lt;/icon-link&gt;
1530
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1531
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1532
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/bkn.jpg&lt;/icon-link&gt;
1533
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nfew.jpg&lt;/icon-link&gt;
1534
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1535
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/ra10.jpg&lt;/icon-link&gt;
1536
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/ra30.jpg&lt;/icon-link&gt;
1537
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nrasn30.jpg&lt;/icon-link&gt;
1538
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nrasn50.jpg&lt;/icon-link&gt;
1539
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/rasn50.jpg&lt;/icon-link&gt;
1540
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/rasn50.jpg&lt;/icon-link&gt;
1541
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nsn50.jpg&lt;/icon-link&gt;
1542
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nsn30.jpg&lt;/icon-link&gt;
1543
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1544
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/sct.jpg&lt;/icon-link&gt;
1545
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1546
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1547
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/ra10.jpg&lt;/icon-link&gt;
1548
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/ra30.jpg&lt;/icon-link&gt;
1549
+ &lt;icon-link&gt;http://forecast.weather.gov/images/wtf/nbkn.jpg&lt;/icon-link&gt;
1550
+ &lt;/conditions-icon&gt;
1551
+ &lt;hazards time-layout=&quot;k-p1h-n57-9&quot;&gt;
1552
+ &lt;name&gt;Watches, Warnings, and Advisories&lt;/name&gt;
1553
+ &lt;hazard-conditions/&gt;
1554
+ &lt;hazard-conditions/&gt;
1555
+ &lt;hazard-conditions/&gt;
1556
+ &lt;hazard-conditions/&gt;
1557
+ &lt;hazard-conditions/&gt;
1558
+ &lt;hazard-conditions/&gt;
1559
+ &lt;hazard-conditions/&gt;
1560
+ &lt;hazard-conditions/&gt;
1561
+ &lt;hazard-conditions/&gt;
1562
+ &lt;hazard-conditions/&gt;
1563
+ &lt;hazard-conditions/&gt;
1564
+ &lt;hazard-conditions/&gt;
1565
+ &lt;hazard-conditions/&gt;
1566
+ &lt;hazard-conditions/&gt;
1567
+ &lt;hazard-conditions/&gt;
1568
+ &lt;hazard-conditions/&gt;
1569
+ &lt;hazard-conditions/&gt;
1570
+ &lt;hazard-conditions/&gt;
1571
+ &lt;hazard-conditions/&gt;
1572
+ &lt;hazard-conditions/&gt;
1573
+ &lt;hazard-conditions/&gt;
1574
+ &lt;hazard-conditions/&gt;
1575
+ &lt;hazard-conditions/&gt;
1576
+ &lt;hazard-conditions/&gt;
1577
+ &lt;hazard-conditions/&gt;
1578
+ &lt;hazard-conditions/&gt;
1579
+ &lt;hazard-conditions/&gt;
1580
+ &lt;hazard-conditions/&gt;
1581
+ &lt;hazard-conditions/&gt;
1582
+ &lt;hazard-conditions/&gt;
1583
+ &lt;hazard-conditions/&gt;
1584
+ &lt;hazard-conditions/&gt;
1585
+ &lt;hazard-conditions/&gt;
1586
+ &lt;hazard-conditions/&gt;
1587
+ &lt;hazard-conditions/&gt;
1588
+ &lt;hazard-conditions/&gt;
1589
+ &lt;hazard-conditions/&gt;
1590
+ &lt;hazard-conditions/&gt;
1591
+ &lt;hazard-conditions/&gt;
1592
+ &lt;hazard-conditions/&gt;
1593
+ &lt;hazard-conditions/&gt;
1594
+ &lt;hazard-conditions/&gt;
1595
+ &lt;hazard-conditions/&gt;
1596
+ &lt;hazard-conditions/&gt;
1597
+ &lt;hazard-conditions/&gt;
1598
+ &lt;hazard-conditions/&gt;
1599
+ &lt;hazard-conditions/&gt;
1600
+ &lt;hazard-conditions/&gt;
1601
+ &lt;hazard-conditions/&gt;
1602
+ &lt;hazard-conditions/&gt;
1603
+ &lt;hazard-conditions/&gt;
1604
+ &lt;hazard-conditions/&gt;
1605
+ &lt;hazard-conditions/&gt;
1606
+ &lt;hazard-conditions/&gt;
1607
+ &lt;hazard-conditions/&gt;
1608
+ &lt;hazard-conditions/&gt;
1609
+ &lt;hazard-conditions/&gt;
1610
+ &lt;/hazards&gt;
1611
+ &lt;water-state time-layout=&quot;k-p3h-n25-7&quot;&gt;
1612
+ &lt;waves type=&quot;significant&quot; units=&quot;feet&quot;&gt;
1613
+ &lt;name&gt;Wave Height&lt;/name&gt;
1614
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1615
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1616
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1617
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1618
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1619
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1620
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1621
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1622
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1623
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1624
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1625
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1626
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1627
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1628
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1629
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1630
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1631
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1632
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1633
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1634
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1635
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1636
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1637
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1638
+ &lt;value xsi:nil=&quot;true&quot;/&gt;
1639
+ &lt;/waves&gt;
1640
+ &lt;/water-state&gt;
1641
+ &lt;/parameters&gt;
1642
+ &lt;/data&gt;
1643
+ &lt;/dwml&gt;
1644
+ </dwmlOut></ns1:NDFDgenLatLonListResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
1645
+ http_version:
1646
+ recorded_at: Thu, 13 Mar 2014 19:50:03 GMT
1647
+ recorded_with: VCR 2.8.0