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.
- checksums.yaml +7 -0
- data/.gitignore +4 -0
- data/.rspec +2 -0
- data/.travis.yml +7 -0
- data/Gemfile +10 -0
- data/LICENSE +20 -0
- data/README.md +135 -0
- data/bin/wf-console +21 -0
- data/lib/weather-forecasts.rb +1 -0
- data/lib/weather_forecasts.rb +23 -0
- data/lib/weather_forecasts/client.rb +65 -0
- data/lib/weather_forecasts/client/error.rb +18 -0
- data/lib/weather_forecasts/client/help_console.rb +9 -0
- data/lib/weather_forecasts/client/query.rb +155 -0
- data/lib/weather_forecasts/client/query/query_property.rb +68 -0
- data/lib/weather_forecasts/client/query/query_utilities.rb +16 -0
- data/lib/weather_forecasts/client/query/select_by_days_query.rb +35 -0
- data/lib/weather_forecasts/client/query/select_coordinates_by_cities_query.rb +47 -0
- data/lib/weather_forecasts/client/query/select_coordinates_by_zip_query.rb +34 -0
- data/lib/weather_forecasts/client/query/select_corner_coordinates_query.rb +38 -0
- data/lib/weather_forecasts/client/query/select_gridpoint_coordinates_query.rb +35 -0
- data/lib/weather_forecasts/client/query/select_linepoint_coordinates_query.rb +33 -0
- data/lib/weather_forecasts/client/query/select_query.rb +48 -0
- data/lib/weather_forecasts/client/query/select_square_coordinates_query.rb +35 -0
- data/lib/weather_forecasts/client/query/selection_attributes.rb +19 -0
- data/lib/weather_forecasts/client/version.rb +5 -0
- data/lib/weather_forecasts/dwml.rb +38 -0
- data/lib/weather_forecasts/dwml/data_extractor.rb +55 -0
- data/lib/weather_forecasts/dwml/head_extractor.rb +49 -0
- data/lib/weather_forecasts/dwml/location.rb +33 -0
- data/lib/weather_forecasts/dwml/parameter_extractor.rb +281 -0
- data/lib/weather_forecasts/dwml/time_layout.rb +55 -0
- data/spec/fixtures/vcr_cassettes/select_by_days_query.yml +557 -0
- data/spec/fixtures/vcr_cassettes/select_coordinates_by_cities_query.yml +437 -0
- data/spec/fixtures/vcr_cassettes/select_coordinates_by_zip_query.yml +437 -0
- data/spec/fixtures/vcr_cassettes/select_corner_coordinates_query.yml +438 -0
- data/spec/fixtures/vcr_cassettes/select_gridpoint_coordinates_query.yml +467 -0
- data/spec/fixtures/vcr_cassettes/select_linepoint_coordinates_query.yml +440 -0
- data/spec/fixtures/vcr_cassettes/select_query.yml +1647 -0
- data/spec/fixtures/vcr_cassettes/select_square_coordinates_query.yml +443 -0
- data/spec/lib/ndfd/client/query/query_property_spec.rb +41 -0
- data/spec/lib/ndfd/client/query/select_by_days_query_spec.rb +35 -0
- data/spec/lib/ndfd/client/query/select_coordinates_by_cities_query_spec.rb +33 -0
- data/spec/lib/ndfd/client/query/select_coordinates_by_zip_query_spec.rb +34 -0
- data/spec/lib/ndfd/client/query/select_corner_coordinates_query_spec.rb +35 -0
- data/spec/lib/ndfd/client/query/select_gridpoint_coordinates_query_spec.rb +37 -0
- data/spec/lib/ndfd/client/query/select_linepoint_coordinates_query_spec.rb +36 -0
- data/spec/lib/ndfd/client/query/select_query_spec.rb +46 -0
- data/spec/lib/ndfd/client/query/select_square_coordinates_query_spec.rb +37 -0
- data/spec/lib/ndfd/client/query/selection_attributes_spec.rb +13 -0
- data/spec/lib/ndfd/client/query_spec.rb +91 -0
- data/spec/lib/ndfd/client_spec.rb +61 -0
- data/spec/spec_helper.rb +33 -0
- data/spec/support/resources/sample_document.xml +61 -0
- data/weather-forecasts.gemspec +39 -0
- 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"><?xml version='1.0'?><dwml version='1.0'
|
433
|
+
xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
434
|
+
xsi:noNamespaceSchemaLocation='http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd'><latLonList>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</latLonList></dwml></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"><?xml version="1.0"?>
|
431
|
+
<dwml version="1.0" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.nws.noaa.gov/forecasts/xml/DWMLgen/schema/DWML.xsd">
|
432
|
+
<head>
|
433
|
+
<product srsName="WGS 1984" concise-name="time-series" operational-mode="official">
|
434
|
+
<title>NOAA's National Weather Service Forecast Data</title>
|
435
|
+
<field>meteorological</field>
|
436
|
+
<category>forecast</category>
|
437
|
+
<creation-date refresh-frequency="PT1H">2014-03-13T19:50:00Z</creation-date>
|
438
|
+
</product>
|
439
|
+
<source>
|
440
|
+
<more-information>http://www.nws.noaa.gov/forecasts/xml/</more-information>
|
441
|
+
<production-center>Meteorological Development Laboratory<sub-center>Product Generation Branch</sub-center></production-center>
|
442
|
+
<disclaimer>http://www.nws.noaa.gov/disclaimer.html</disclaimer>
|
443
|
+
<credit>http://www.weather.gov/</credit>
|
444
|
+
<credit-logo>http://www.weather.gov/images/xml_logo.gif</credit-logo>
|
445
|
+
<feedback>http://www.weather.gov/feedback.php</feedback>
|
446
|
+
</source>
|
447
|
+
</head>
|
448
|
+
<data>
|
449
|
+
<location>
|
450
|
+
<location-key>point1</location-key>
|
451
|
+
<point latitude="38.99" longitude="-77.01"/>
|
452
|
+
</location>
|
453
|
+
<moreWeatherInformation applicable-location="point1">http://forecast.weather.gov/MapClick.php?textField1=38.99&amp;textField2=-77.01</moreWeatherInformation>
|
454
|
+
<time-layout time-coordinate="local" summarization="none">
|
455
|
+
<layout-key>k-p24h-n7-1</layout-key>
|
456
|
+
<start-valid-time>2014-03-13T08:00:00-04:00</start-valid-time>
|
457
|
+
<end-valid-time>2014-03-13T20:00:00-04:00</end-valid-time>
|
458
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
459
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
460
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
461
|
+
<end-valid-time>2014-03-15T20:00:00-04:00</end-valid-time>
|
462
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
463
|
+
<end-valid-time>2014-03-16T20:00:00-04:00</end-valid-time>
|
464
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
465
|
+
<end-valid-time>2014-03-17T20:00:00-04:00</end-valid-time>
|
466
|
+
<start-valid-time>2014-03-18T08:00:00-04:00</start-valid-time>
|
467
|
+
<end-valid-time>2014-03-18T20:00:00-04:00</end-valid-time>
|
468
|
+
<start-valid-time>2014-03-19T08:00:00-04:00</start-valid-time>
|
469
|
+
<end-valid-time>2014-03-19T20:00:00-04:00</end-valid-time>
|
470
|
+
</time-layout>
|
471
|
+
<time-layout time-coordinate="local" summarization="none">
|
472
|
+
<layout-key>k-p24h-n6-2</layout-key>
|
473
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
474
|
+
<end-valid-time>2014-03-14T09:00:00-04:00</end-valid-time>
|
475
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
476
|
+
<end-valid-time>2014-03-15T09:00:00-04:00</end-valid-time>
|
477
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
478
|
+
<end-valid-time>2014-03-16T09:00:00-04:00</end-valid-time>
|
479
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
480
|
+
<end-valid-time>2014-03-17T09:00:00-04:00</end-valid-time>
|
481
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
482
|
+
<end-valid-time>2014-03-18T09:00:00-04:00</end-valid-time>
|
483
|
+
<start-valid-time>2014-03-18T20:00:00-04:00</start-valid-time>
|
484
|
+
<end-valid-time>2014-03-19T09:00:00-04:00</end-valid-time>
|
485
|
+
</time-layout>
|
486
|
+
<time-layout time-coordinate="local" summarization="none">
|
487
|
+
<layout-key>k-p12h-n13-3</layout-key>
|
488
|
+
<start-valid-time>2014-03-13T08:00:00-04:00</start-valid-time>
|
489
|
+
<end-valid-time>2014-03-13T20:00:00-04:00</end-valid-time>
|
490
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
491
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
492
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
493
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
494
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
495
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
496
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
497
|
+
<end-valid-time>2014-03-15T20:00:00-04:00</end-valid-time>
|
498
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
499
|
+
<end-valid-time>2014-03-16T08:00:00-04:00</end-valid-time>
|
500
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
501
|
+
<end-valid-time>2014-03-16T20:00:00-04:00</end-valid-time>
|
502
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
503
|
+
<end-valid-time>2014-03-17T08:00:00-04:00</end-valid-time>
|
504
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
505
|
+
<end-valid-time>2014-03-17T20:00:00-04:00</end-valid-time>
|
506
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
507
|
+
<end-valid-time>2014-03-18T08:00:00-04:00</end-valid-time>
|
508
|
+
<start-valid-time>2014-03-18T08:00:00-04:00</start-valid-time>
|
509
|
+
<end-valid-time>2014-03-18T20:00:00-04:00</end-valid-time>
|
510
|
+
<start-valid-time>2014-03-18T20:00:00-04:00</start-valid-time>
|
511
|
+
<end-valid-time>2014-03-19T08:00:00-04:00</end-valid-time>
|
512
|
+
<start-valid-time>2014-03-19T08:00:00-04:00</start-valid-time>
|
513
|
+
<end-valid-time>2014-03-19T20:00:00-04:00</end-valid-time>
|
514
|
+
</time-layout>
|
515
|
+
<time-layout time-coordinate="local" summarization="none">
|
516
|
+
<layout-key>k-p3h-n33-4</layout-key>
|
517
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
518
|
+
<start-valid-time>2014-03-13T23:00:00-04:00</start-valid-time>
|
519
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
520
|
+
<start-valid-time>2014-03-14T05:00:00-04:00</start-valid-time>
|
521
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
522
|
+
<start-valid-time>2014-03-14T11:00:00-04:00</start-valid-time>
|
523
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
524
|
+
<start-valid-time>2014-03-14T17:00:00-04:00</start-valid-time>
|
525
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
526
|
+
<start-valid-time>2014-03-14T23:00:00-04:00</start-valid-time>
|
527
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
528
|
+
<start-valid-time>2014-03-15T05:00:00-04:00</start-valid-time>
|
529
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
530
|
+
<start-valid-time>2014-03-15T11:00:00-04:00</start-valid-time>
|
531
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
532
|
+
<start-valid-time>2014-03-15T17:00:00-04:00</start-valid-time>
|
533
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
534
|
+
<start-valid-time>2014-03-16T02:00:00-04:00</start-valid-time>
|
535
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
536
|
+
<start-valid-time>2014-03-16T14:00:00-04:00</start-valid-time>
|
537
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
538
|
+
<start-valid-time>2014-03-17T02:00:00-04:00</start-valid-time>
|
539
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
540
|
+
<start-valid-time>2014-03-17T14:00:00-04:00</start-valid-time>
|
541
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
542
|
+
<start-valid-time>2014-03-18T02:00:00-04:00</start-valid-time>
|
543
|
+
<start-valid-time>2014-03-18T08:00:00-04:00</start-valid-time>
|
544
|
+
<start-valid-time>2014-03-18T14:00:00-04:00</start-valid-time>
|
545
|
+
<start-valid-time>2014-03-18T20:00:00-04:00</start-valid-time>
|
546
|
+
<start-valid-time>2014-03-19T02:00:00-04:00</start-valid-time>
|
547
|
+
<start-valid-time>2014-03-19T08:00:00-04:00</start-valid-time>
|
548
|
+
<start-valid-time>2014-03-19T14:00:00-04:00</start-valid-time>
|
549
|
+
<start-valid-time>2014-03-19T20:00:00-04:00</start-valid-time>
|
550
|
+
</time-layout>
|
551
|
+
<time-layout time-coordinate="local" summarization="none">
|
552
|
+
<layout-key>k-p6h-n9-5</layout-key>
|
553
|
+
<start-valid-time>2014-03-13T14:00:00-04:00</start-valid-time>
|
554
|
+
<end-valid-time>2014-03-13T20:00:00-04:00</end-valid-time>
|
555
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
556
|
+
<end-valid-time>2014-03-14T02:00:00-04:00</end-valid-time>
|
557
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
558
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
559
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
560
|
+
<end-valid-time>2014-03-14T14:00:00-04:00</end-valid-time>
|
561
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
562
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
563
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
564
|
+
<end-valid-time>2014-03-15T02:00:00-04:00</end-valid-time>
|
565
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
566
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
567
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
568
|
+
<end-valid-time>2014-03-15T14:00:00-04:00</end-valid-time>
|
569
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
570
|
+
<end-valid-time>2014-03-15T20:00:00-04:00</end-valid-time>
|
571
|
+
</time-layout>
|
572
|
+
<time-layout time-coordinate="local" summarization="none">
|
573
|
+
<layout-key>k-p6h-n5-6</layout-key>
|
574
|
+
<start-valid-time>2014-03-13T14:00:00-04:00</start-valid-time>
|
575
|
+
<end-valid-time>2014-03-13T20:00:00-04:00</end-valid-time>
|
576
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
577
|
+
<end-valid-time>2014-03-14T02:00:00-04:00</end-valid-time>
|
578
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
579
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
580
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
581
|
+
<end-valid-time>2014-03-14T14:00:00-04:00</end-valid-time>
|
582
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
583
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
584
|
+
</time-layout>
|
585
|
+
<time-layout time-coordinate="local" summarization="none">
|
586
|
+
<layout-key>k-p3h-n25-7</layout-key>
|
587
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
588
|
+
<start-valid-time>2014-03-13T23:00:00-04:00</start-valid-time>
|
589
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
590
|
+
<start-valid-time>2014-03-14T05:00:00-04:00</start-valid-time>
|
591
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
592
|
+
<start-valid-time>2014-03-14T11:00:00-04:00</start-valid-time>
|
593
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
594
|
+
<start-valid-time>2014-03-14T17:00:00-04:00</start-valid-time>
|
595
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
596
|
+
<start-valid-time>2014-03-14T23:00:00-04:00</start-valid-time>
|
597
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
598
|
+
<start-valid-time>2014-03-15T05:00:00-04:00</start-valid-time>
|
599
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
600
|
+
<start-valid-time>2014-03-15T11:00:00-04:00</start-valid-time>
|
601
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
602
|
+
<start-valid-time>2014-03-15T17:00:00-04:00</start-valid-time>
|
603
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
604
|
+
<start-valid-time>2014-03-16T02:00:00-04:00</start-valid-time>
|
605
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
606
|
+
<start-valid-time>2014-03-16T14:00:00-04:00</start-valid-time>
|
607
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
608
|
+
<start-valid-time>2014-03-17T02:00:00-04:00</start-valid-time>
|
609
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
610
|
+
<start-valid-time>2014-03-17T14:00:00-04:00</start-valid-time>
|
611
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
612
|
+
</time-layout>
|
613
|
+
<time-layout time-coordinate="local" summarization="none">
|
614
|
+
<layout-key>k-p3h-n17-8</layout-key>
|
615
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
616
|
+
<start-valid-time>2014-03-13T23:00:00-04:00</start-valid-time>
|
617
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
618
|
+
<start-valid-time>2014-03-14T05:00:00-04:00</start-valid-time>
|
619
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
620
|
+
<start-valid-time>2014-03-14T11:00:00-04:00</start-valid-time>
|
621
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
622
|
+
<start-valid-time>2014-03-14T17:00:00-04:00</start-valid-time>
|
623
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
624
|
+
<start-valid-time>2014-03-14T23:00:00-04:00</start-valid-time>
|
625
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
626
|
+
<start-valid-time>2014-03-15T05:00:00-04:00</start-valid-time>
|
627
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
628
|
+
<start-valid-time>2014-03-15T11:00:00-04:00</start-valid-time>
|
629
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
630
|
+
<start-valid-time>2014-03-15T17:00:00-04:00</start-valid-time>
|
631
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
632
|
+
</time-layout>
|
633
|
+
<time-layout time-coordinate="local" summarization="none">
|
634
|
+
<layout-key>k-p1h-n57-9</layout-key>
|
635
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
636
|
+
<start-valid-time>2014-03-13T21:00:00-04:00</start-valid-time>
|
637
|
+
<start-valid-time>2014-03-13T22:00:00-04:00</start-valid-time>
|
638
|
+
<start-valid-time>2014-03-13T23:00:00-04:00</start-valid-time>
|
639
|
+
<start-valid-time>2014-03-14T00:00:00-04:00</start-valid-time>
|
640
|
+
<start-valid-time>2014-03-14T01:00:00-04:00</start-valid-time>
|
641
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
642
|
+
<start-valid-time>2014-03-14T03:00:00-04:00</start-valid-time>
|
643
|
+
<start-valid-time>2014-03-14T04:00:00-04:00</start-valid-time>
|
644
|
+
<start-valid-time>2014-03-14T05:00:00-04:00</start-valid-time>
|
645
|
+
<start-valid-time>2014-03-14T06:00:00-04:00</start-valid-time>
|
646
|
+
<start-valid-time>2014-03-14T07:00:00-04:00</start-valid-time>
|
647
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
648
|
+
<start-valid-time>2014-03-14T09:00:00-04:00</start-valid-time>
|
649
|
+
<start-valid-time>2014-03-14T10:00:00-04:00</start-valid-time>
|
650
|
+
<start-valid-time>2014-03-14T11:00:00-04:00</start-valid-time>
|
651
|
+
<start-valid-time>2014-03-14T12:00:00-04:00</start-valid-time>
|
652
|
+
<start-valid-time>2014-03-14T13:00:00-04:00</start-valid-time>
|
653
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
654
|
+
<start-valid-time>2014-03-14T15:00:00-04:00</start-valid-time>
|
655
|
+
<start-valid-time>2014-03-14T16:00:00-04:00</start-valid-time>
|
656
|
+
<start-valid-time>2014-03-14T17:00:00-04:00</start-valid-time>
|
657
|
+
<start-valid-time>2014-03-14T18:00:00-04:00</start-valid-time>
|
658
|
+
<start-valid-time>2014-03-14T19:00:00-04:00</start-valid-time>
|
659
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
660
|
+
<start-valid-time>2014-03-14T21:00:00-04:00</start-valid-time>
|
661
|
+
<start-valid-time>2014-03-14T22:00:00-04:00</start-valid-time>
|
662
|
+
<start-valid-time>2014-03-14T23:00:00-04:00</start-valid-time>
|
663
|
+
<start-valid-time>2014-03-15T00:00:00-04:00</start-valid-time>
|
664
|
+
<start-valid-time>2014-03-15T01:00:00-04:00</start-valid-time>
|
665
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
666
|
+
<start-valid-time>2014-03-15T03:00:00-04:00</start-valid-time>
|
667
|
+
<start-valid-time>2014-03-15T04:00:00-04:00</start-valid-time>
|
668
|
+
<start-valid-time>2014-03-15T05:00:00-04:00</start-valid-time>
|
669
|
+
<start-valid-time>2014-03-15T06:00:00-04:00</start-valid-time>
|
670
|
+
<start-valid-time>2014-03-15T07:00:00-04:00</start-valid-time>
|
671
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
672
|
+
<start-valid-time>2014-03-15T09:00:00-04:00</start-valid-time>
|
673
|
+
<start-valid-time>2014-03-15T10:00:00-04:00</start-valid-time>
|
674
|
+
<start-valid-time>2014-03-15T11:00:00-04:00</start-valid-time>
|
675
|
+
<start-valid-time>2014-03-15T12:00:00-04:00</start-valid-time>
|
676
|
+
<start-valid-time>2014-03-15T13:00:00-04:00</start-valid-time>
|
677
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
678
|
+
<start-valid-time>2014-03-15T15:00:00-04:00</start-valid-time>
|
679
|
+
<start-valid-time>2014-03-15T16:00:00-04:00</start-valid-time>
|
680
|
+
<start-valid-time>2014-03-15T17:00:00-04:00</start-valid-time>
|
681
|
+
<start-valid-time>2014-03-15T18:00:00-04:00</start-valid-time>
|
682
|
+
<start-valid-time>2014-03-15T19:00:00-04:00</start-valid-time>
|
683
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
684
|
+
<start-valid-time>2014-03-16T02:00:00-04:00</start-valid-time>
|
685
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
686
|
+
<start-valid-time>2014-03-16T14:00:00-04:00</start-valid-time>
|
687
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
688
|
+
<start-valid-time>2014-03-17T02:00:00-04:00</start-valid-time>
|
689
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
690
|
+
<start-valid-time>2014-03-17T14:00:00-04:00</start-valid-time>
|
691
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
692
|
+
</time-layout>
|
693
|
+
<time-layout time-coordinate="local" summarization="none">
|
694
|
+
<layout-key>k-p6h-n19-10</layout-key>
|
695
|
+
<start-valid-time>2014-03-13T14:00:00-04:00</start-valid-time>
|
696
|
+
<end-valid-time>2014-03-13T20:00:00-04:00</end-valid-time>
|
697
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
698
|
+
<end-valid-time>2014-03-14T02:00:00-04:00</end-valid-time>
|
699
|
+
<start-valid-time>2014-03-14T02:00:00-04:00</start-valid-time>
|
700
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
701
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
702
|
+
<end-valid-time>2014-03-14T14:00:00-04:00</end-valid-time>
|
703
|
+
<start-valid-time>2014-03-14T14:00:00-04:00</start-valid-time>
|
704
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
705
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
706
|
+
<end-valid-time>2014-03-15T02:00:00-04:00</end-valid-time>
|
707
|
+
<start-valid-time>2014-03-15T02:00:00-04:00</start-valid-time>
|
708
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
709
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
710
|
+
<end-valid-time>2014-03-15T14:00:00-04:00</end-valid-time>
|
711
|
+
<start-valid-time>2014-03-15T14:00:00-04:00</start-valid-time>
|
712
|
+
<end-valid-time>2014-03-15T20:00:00-04:00</end-valid-time>
|
713
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
714
|
+
<end-valid-time>2014-03-16T02:00:00-04:00</end-valid-time>
|
715
|
+
<start-valid-time>2014-03-16T02:00:00-04:00</start-valid-time>
|
716
|
+
<end-valid-time>2014-03-16T08:00:00-04:00</end-valid-time>
|
717
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
718
|
+
<end-valid-time>2014-03-16T14:00:00-04:00</end-valid-time>
|
719
|
+
<start-valid-time>2014-03-16T14:00:00-04:00</start-valid-time>
|
720
|
+
<end-valid-time>2014-03-16T20:00:00-04:00</end-valid-time>
|
721
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
722
|
+
<end-valid-time>2014-03-17T02:00:00-04:00</end-valid-time>
|
723
|
+
<start-valid-time>2014-03-17T02:00:00-04:00</start-valid-time>
|
724
|
+
<end-valid-time>2014-03-17T08:00:00-04:00</end-valid-time>
|
725
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
726
|
+
<end-valid-time>2014-03-17T14:00:00-04:00</end-valid-time>
|
727
|
+
<start-valid-time>2014-03-17T14:00:00-04:00</start-valid-time>
|
728
|
+
<end-valid-time>2014-03-17T20:00:00-04:00</end-valid-time>
|
729
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
730
|
+
<end-valid-time>2014-03-18T02:00:00-04:00</end-valid-time>
|
731
|
+
<start-valid-time>2014-03-18T02:00:00-04:00</start-valid-time>
|
732
|
+
<end-valid-time>2014-03-18T08:00:00-04:00</end-valid-time>
|
733
|
+
</time-layout>
|
734
|
+
<time-layout time-coordinate="local" summarization="none">
|
735
|
+
<layout-key>k-p24h-n7-11</layout-key>
|
736
|
+
<start-valid-time>2014-03-13T12:00:00-04:00</start-valid-time>
|
737
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
738
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
739
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
740
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
741
|
+
<end-valid-time>2014-03-16T08:00:00-04:00</end-valid-time>
|
742
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
743
|
+
<end-valid-time>2014-03-17T08:00:00-04:00</end-valid-time>
|
744
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
745
|
+
<end-valid-time>2014-03-18T08:00:00-04:00</end-valid-time>
|
746
|
+
<start-valid-time>2014-03-18T08:00:00-04:00</start-valid-time>
|
747
|
+
<end-valid-time>2014-03-19T08:00:00-04:00</end-valid-time>
|
748
|
+
<start-valid-time>2014-03-19T08:00:00-04:00</start-valid-time>
|
749
|
+
<end-valid-time>2014-03-20T08:00:00-04:00</end-valid-time>
|
750
|
+
</time-layout>
|
751
|
+
<time-layout time-coordinate="local" summarization="none">
|
752
|
+
<layout-key>k-p24h-n3-12</layout-key>
|
753
|
+
<start-valid-time>2014-03-13T12:00:00-04:00</start-valid-time>
|
754
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
755
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
756
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
757
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
758
|
+
<end-valid-time>2014-03-16T08:00:00-04:00</end-valid-time>
|
759
|
+
</time-layout>
|
760
|
+
<time-layout time-coordinate="local" summarization="none">
|
761
|
+
<layout-key>k-p24h-n1-13</layout-key>
|
762
|
+
<start-valid-time>2014-03-13T12:00:00-04:00</start-valid-time>
|
763
|
+
<end-valid-time>2014-03-14T08:00:00-04:00</end-valid-time>
|
764
|
+
</time-layout>
|
765
|
+
<time-layout time-coordinate="local" summarization="none">
|
766
|
+
<layout-key>k-p24h-n2-14</layout-key>
|
767
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
768
|
+
<end-valid-time>2014-03-15T08:00:00-04:00</end-valid-time>
|
769
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
770
|
+
<end-valid-time>2014-03-16T08:00:00-04:00</end-valid-time>
|
771
|
+
</time-layout>
|
772
|
+
<time-layout time-coordinate="local" summarization="none">
|
773
|
+
<layout-key>k-p1m-n1-15</layout-key>
|
774
|
+
<start-valid-time>2014-02-28T19:00:00-05:00</start-valid-time>
|
775
|
+
<end-valid-time>2014-03-31T20:00:00-04:00</end-valid-time>
|
776
|
+
</time-layout>
|
777
|
+
<time-layout time-coordinate="local" summarization="none">
|
778
|
+
<layout-key>k-p3m-n1-16</layout-key>
|
779
|
+
<start-valid-time>2014-02-28T19:00:00-05:00</start-valid-time>
|
780
|
+
<end-valid-time>2014-05-31T20:00:00-04:00</end-valid-time>
|
781
|
+
</time-layout>
|
782
|
+
<time-layout time-coordinate="local" summarization="none">
|
783
|
+
<layout-key>k-p24h-n6-17</layout-key>
|
784
|
+
<start-valid-time>2014-03-14T08:00:00-04:00</start-valid-time>
|
785
|
+
<end-valid-time>2014-03-14T20:00:00-04:00</end-valid-time>
|
786
|
+
<start-valid-time>2014-03-15T08:00:00-04:00</start-valid-time>
|
787
|
+
<end-valid-time>2014-03-15T20:00:00-04:00</end-valid-time>
|
788
|
+
<start-valid-time>2014-03-16T08:00:00-04:00</start-valid-time>
|
789
|
+
<end-valid-time>2014-03-16T20:00:00-04:00</end-valid-time>
|
790
|
+
<start-valid-time>2014-03-17T08:00:00-04:00</start-valid-time>
|
791
|
+
<end-valid-time>2014-03-17T20:00:00-04:00</end-valid-time>
|
792
|
+
<start-valid-time>2014-03-18T08:00:00-04:00</start-valid-time>
|
793
|
+
<end-valid-time>2014-03-18T20:00:00-04:00</end-valid-time>
|
794
|
+
<start-valid-time>2014-03-19T08:00:00-04:00</start-valid-time>
|
795
|
+
<end-valid-time>2014-03-19T20:00:00-04:00</end-valid-time>
|
796
|
+
</time-layout>
|
797
|
+
<time-layout time-coordinate="local" summarization="none">
|
798
|
+
<layout-key>k-p24h-n7-18</layout-key>
|
799
|
+
<start-valid-time>2014-03-13T20:00:00-04:00</start-valid-time>
|
800
|
+
<end-valid-time>2014-03-14T09:00:00-04:00</end-valid-time>
|
801
|
+
<start-valid-time>2014-03-14T20:00:00-04:00</start-valid-time>
|
802
|
+
<end-valid-time>2014-03-15T09:00:00-04:00</end-valid-time>
|
803
|
+
<start-valid-time>2014-03-15T20:00:00-04:00</start-valid-time>
|
804
|
+
<end-valid-time>2014-03-16T09:00:00-04:00</end-valid-time>
|
805
|
+
<start-valid-time>2014-03-16T20:00:00-04:00</start-valid-time>
|
806
|
+
<end-valid-time>2014-03-17T09:00:00-04:00</end-valid-time>
|
807
|
+
<start-valid-time>2014-03-17T20:00:00-04:00</start-valid-time>
|
808
|
+
<end-valid-time>2014-03-18T09:00:00-04:00</end-valid-time>
|
809
|
+
<start-valid-time>2014-03-18T20:00:00-04:00</start-valid-time>
|
810
|
+
<end-valid-time>2014-03-19T09:00:00-04:00</end-valid-time>
|
811
|
+
<start-valid-time>2014-03-19T20:00:00-04:00</start-valid-time>
|
812
|
+
<end-valid-time>2014-03-20T09:00:00-04:00</end-valid-time>
|
813
|
+
</time-layout>
|
814
|
+
<parameters applicable-location="point1">
|
815
|
+
<temperature type="maximum" units="Fahrenheit" time-layout="k-p24h-n7-1">
|
816
|
+
<name>Daily Maximum Temperature</name>
|
817
|
+
<value>35</value>
|
818
|
+
<value>59</value>
|
819
|
+
<value>60</value>
|
820
|
+
<value>52</value>
|
821
|
+
<value>34</value>
|
822
|
+
<value>41</value>
|
823
|
+
<value>51</value>
|
824
|
+
</temperature>
|
825
|
+
<temperature type="minimum" units="Fahrenheit" time-layout="k-p24h-n6-2">
|
826
|
+
<name>Daily Minimum Temperature</name>
|
827
|
+
<value>23</value>
|
828
|
+
<value>41</value>
|
829
|
+
<value>36</value>
|
830
|
+
<value>30</value>
|
831
|
+
<value>20</value>
|
832
|
+
<value>28</value>
|
833
|
+
</temperature>
|
834
|
+
<temperature type="hourly" units="Fahrenheit" time-layout="k-p3h-n33-4">
|
835
|
+
<name>Temperature</name>
|
836
|
+
<value>29</value>
|
837
|
+
<value>26</value>
|
838
|
+
<value>25</value>
|
839
|
+
<value>24</value>
|
840
|
+
<value>26</value>
|
841
|
+
<value>44</value>
|
842
|
+
<value>55</value>
|
843
|
+
<value>57</value>
|
844
|
+
<value>51</value>
|
845
|
+
<value>46</value>
|
846
|
+
<value>43</value>
|
847
|
+
<value>42</value>
|
848
|
+
<value>43</value>
|
849
|
+
<value>53</value>
|
850
|
+
<value>59</value>
|
851
|
+
<value>58</value>
|
852
|
+
<value>53</value>
|
853
|
+
<value>43</value>
|
854
|
+
<value>38</value>
|
855
|
+
<value>50</value>
|
856
|
+
<value>43</value>
|
857
|
+
<value>36</value>
|
858
|
+
<value>31</value>
|
859
|
+
<value>34</value>
|
860
|
+
<value>29</value>
|
861
|
+
<value>24</value>
|
862
|
+
<value>23</value>
|
863
|
+
<value>39</value>
|
864
|
+
<value>36</value>
|
865
|
+
<value>31</value>
|
866
|
+
<value>32</value>
|
867
|
+
<value>48</value>
|
868
|
+
<value>46</value>
|
869
|
+
</temperature>
|
870
|
+
<temperature type="dew point" units="Fahrenheit" time-layout="k-p3h-n33-4">
|
871
|
+
<name>Dew Point Temperature</name>
|
872
|
+
<value>2</value>
|
873
|
+
<value>7</value>
|
874
|
+
<value>10</value>
|
875
|
+
<value>11</value>
|
876
|
+
<value>13</value>
|
877
|
+
<value>16</value>
|
878
|
+
<value>19</value>
|
879
|
+
<value>21</value>
|
880
|
+
<value>31</value>
|
881
|
+
<value>32</value>
|
882
|
+
<value>32</value>
|
883
|
+
<value>32</value>
|
884
|
+
<value>33</value>
|
885
|
+
<value>35</value>
|
886
|
+
<value>34</value>
|
887
|
+
<value>32</value>
|
888
|
+
<value>32</value>
|
889
|
+
<value>34</value>
|
890
|
+
<value>30</value>
|
891
|
+
<value>30</value>
|
892
|
+
<value>30</value>
|
893
|
+
<value>31</value>
|
894
|
+
<value>24</value>
|
895
|
+
<value>20</value>
|
896
|
+
<value>19</value>
|
897
|
+
<value>14</value>
|
898
|
+
<value>10</value>
|
899
|
+
<value>16</value>
|
900
|
+
<value>20</value>
|
901
|
+
<value>21</value>
|
902
|
+
<value>24</value>
|
903
|
+
<value>31</value>
|
904
|
+
<value>33</value>
|
905
|
+
</temperature>
|
906
|
+
<precipitation type="liquid" units="inches" time-layout="k-p6h-n9-5">
|
907
|
+
<name>Liquid Precipitation Amount</name>
|
908
|
+
<value>0.00</value>
|
909
|
+
<value>0.00</value>
|
910
|
+
<value>0.00</value>
|
911
|
+
<value>0.00</value>
|
912
|
+
<value>0.00</value>
|
913
|
+
<value>0.00</value>
|
914
|
+
<value>0.00</value>
|
915
|
+
<value>0.00</value>
|
916
|
+
<value>0.00</value>
|
917
|
+
</precipitation>
|
918
|
+
<wind-speed type="sustained" units="knots" time-layout="k-p3h-n33-4">
|
919
|
+
<name>Wind Speed</name>
|
920
|
+
<value>13</value>
|
921
|
+
<value>7</value>
|
922
|
+
<value>3</value>
|
923
|
+
<value>4</value>
|
924
|
+
<value>6</value>
|
925
|
+
<value>11</value>
|
926
|
+
<value>13</value>
|
927
|
+
<value>14</value>
|
928
|
+
<value>10</value>
|
929
|
+
<value>8</value>
|
930
|
+
<value>7</value>
|
931
|
+
<value>6</value>
|
932
|
+
<value>4</value>
|
933
|
+
<value>8</value>
|
934
|
+
<value>10</value>
|
935
|
+
<value>9</value>
|
936
|
+
<value>5</value>
|
937
|
+
<value>3</value>
|
938
|
+
<value>7</value>
|
939
|
+
<value>1</value>
|
940
|
+
<value>2</value>
|
941
|
+
<value>7</value>
|
942
|
+
<value>7</value>
|
943
|
+
<value>6</value>
|
944
|
+
<value>3</value>
|
945
|
+
<value>4</value>
|
946
|
+
<value>2</value>
|
947
|
+
<value>2</value>
|
948
|
+
<value>2</value>
|
949
|
+
<value>1</value>
|
950
|
+
<value>1</value>
|
951
|
+
<value>3</value>
|
952
|
+
<value>1</value>
|
953
|
+
</wind-speed>
|
954
|
+
<direction type="wind" units="degrees true" time-layout="k-p3h-n33-4">
|
955
|
+
<name>Wind Direction</name>
|
956
|
+
<value>310</value>
|
957
|
+
<value>300</value>
|
958
|
+
<value>250</value>
|
959
|
+
<value>200</value>
|
960
|
+
<value>190</value>
|
961
|
+
<value>190</value>
|
962
|
+
<value>200</value>
|
963
|
+
<value>200</value>
|
964
|
+
<value>190</value>
|
965
|
+
<value>210</value>
|
966
|
+
<value>210</value>
|
967
|
+
<value>220</value>
|
968
|
+
<value>230</value>
|
969
|
+
<value>250</value>
|
970
|
+
<value>250</value>
|
971
|
+
<value>240</value>
|
972
|
+
<value>260</value>
|
973
|
+
<value>340</value>
|
974
|
+
<value>340</value>
|
975
|
+
<value>70</value>
|
976
|
+
<value>70</value>
|
977
|
+
<value>40</value>
|
978
|
+
<value>30</value>
|
979
|
+
<value>10</value>
|
980
|
+
<value>350</value>
|
981
|
+
<value>350</value>
|
982
|
+
<value>340</value>
|
983
|
+
<value>300</value>
|
984
|
+
<value>100</value>
|
985
|
+
<value>130</value>
|
986
|
+
<value>140</value>
|
987
|
+
<value>200</value>
|
988
|
+
<value>170</value>
|
989
|
+
</direction>
|
990
|
+
<cloud-amount type="total" units="percent" time-layout="k-p3h-n33-4">
|
991
|
+
<name>Cloud Cover Amount</name>
|
992
|
+
<value>3</value>
|
993
|
+
<value>5</value>
|
994
|
+
<value>9</value>
|
995
|
+
<value>20</value>
|
996
|
+
<value>26</value>
|
997
|
+
<value>27</value>
|
998
|
+
<value>31</value>
|
999
|
+
<value>50</value>
|
1000
|
+
<value>59</value>
|
1001
|
+
<value>54</value>
|
1002
|
+
<value>73</value>
|
1003
|
+
<value>75</value>
|
1004
|
+
<value>51</value>
|
1005
|
+
<value>47</value>
|
1006
|
+
<value>49</value>
|
1007
|
+
<value>60</value>
|
1008
|
+
<value>25</value>
|
1009
|
+
<value>52</value>
|
1010
|
+
<value>67</value>
|
1011
|
+
<value>75</value>
|
1012
|
+
<value>92</value>
|
1013
|
+
<value>90</value>
|
1014
|
+
<value>88</value>
|
1015
|
+
<value>82</value>
|
1016
|
+
<value>74</value>
|
1017
|
+
<value>49</value>
|
1018
|
+
<value>37</value>
|
1019
|
+
<value>33</value>
|
1020
|
+
<value>51</value>
|
1021
|
+
<value>58</value>
|
1022
|
+
<value>64</value>
|
1023
|
+
<value>66</value>
|
1024
|
+
<value>61</value>
|
1025
|
+
</cloud-amount>
|
1026
|
+
<temperature type="apparent" units="Fahrenheit" time-layout="k-p3h-n33-4">
|
1027
|
+
<name>Apparent Temperature</name>
|
1028
|
+
<value>18</value>
|
1029
|
+
<value>18</value>
|
1030
|
+
<value>21</value>
|
1031
|
+
<value>18</value>
|
1032
|
+
<value>18</value>
|
1033
|
+
<value>38</value>
|
1034
|
+
<value>55</value>
|
1035
|
+
<value>57</value>
|
1036
|
+
<value>51</value>
|
1037
|
+
<value>46</value>
|
1038
|
+
<value>38</value>
|
1039
|
+
<value>38</value>
|
1040
|
+
<value>40</value>
|
1041
|
+
<value>53</value>
|
1042
|
+
<value>59</value>
|
1043
|
+
<value>58</value>
|
1044
|
+
<value>53</value>
|
1045
|
+
<value>41</value>
|
1046
|
+
<value>32</value>
|
1047
|
+
<value>50</value>
|
1048
|
+
<value>43</value>
|
1049
|
+
<value>30</value>
|
1050
|
+
<value>24</value>
|
1051
|
+
<value>28</value>
|
1052
|
+
<value>25</value>
|
1053
|
+
<value>18</value>
|
1054
|
+
<value>23</value>
|
1055
|
+
<value>39</value>
|
1056
|
+
<value>36</value>
|
1057
|
+
<value>31</value>
|
1058
|
+
<value>32</value>
|
1059
|
+
<value>48</value>
|
1060
|
+
<value>46</value>
|
1061
|
+
</temperature>
|
1062
|
+
<precipitation type="ice" units="inches" time-layout="k-p6h-n5-6">
|
1063
|
+
<name>Ice Accumulation</name>
|
1064
|
+
<value>0.00</value>
|
1065
|
+
<value>0.00</value>
|
1066
|
+
<value>0.00</value>
|
1067
|
+
<value>0.00</value>
|
1068
|
+
<value>0.00</value>
|
1069
|
+
</precipitation>
|
1070
|
+
<precipitation type="snow" units="inches" time-layout="k-p6h-n5-6">
|
1071
|
+
<name>Snow Amount</name>
|
1072
|
+
<value>0.00</value>
|
1073
|
+
<value>0.00</value>
|
1074
|
+
<value>0.00</value>
|
1075
|
+
<value>0.00</value>
|
1076
|
+
<value>0.00</value>
|
1077
|
+
</precipitation>
|
1078
|
+
<probability-of-precipitation type="12 hour" units="percent" time-layout="k-p12h-n13-3">
|
1079
|
+
<name>12 Hourly Probability of Precipitation</name>
|
1080
|
+
<value>1</value>
|
1081
|
+
<value>0</value>
|
1082
|
+
<value>4</value>
|
1083
|
+
<value>9</value>
|
1084
|
+
<value>10</value>
|
1085
|
+
<value>11</value>
|
1086
|
+
<value>25</value>
|
1087
|
+
<value>54</value>
|
1088
|
+
<value>51</value>
|
1089
|
+
<value>28</value>
|
1090
|
+
<value>8</value>
|
1091
|
+
<value>14</value>
|
1092
|
+
<value>29</value>
|
1093
|
+
</probability-of-precipitation>
|
1094
|
+
<fire-weather type="risk from wind and relative humidity" time-layout="k-p24h-n7-11">
|
1095
|
+
<name>Fire Weather Outlook from Wind and Relative Humidity</name>
|
1096
|
+
<value>No Areas</value>
|
1097
|
+
<value>No Areas</value>
|
1098
|
+
<value>No Areas</value>
|
1099
|
+
<value>No Areas</value>
|
1100
|
+
<value>No Areas</value>
|
1101
|
+
<value>No Areas</value>
|
1102
|
+
<value>No Areas</value>
|
1103
|
+
</fire-weather>
|
1104
|
+
<fire-weather type="risk from dry thunderstorms" time-layout="k-p24h-n3-12">
|
1105
|
+
<name>Fire Weather Outlook from Dry Thunderstorms</name>
|
1106
|
+
<value>No Areas</value>
|
1107
|
+
<value>No Areas</value>
|
1108
|
+
<value>No Areas</value>
|
1109
|
+
</fire-weather>
|
1110
|
+
<convective-hazard>
|
1111
|
+
<outlook time-layout="k-p24h-n7-11">
|
1112
|
+
<name>Convective Hazard Outlook</name>
|
1113
|
+
<value>No Thunderstorms</value>
|
1114
|
+
<value>No Thunderstorms</value>
|
1115
|
+
<value>No Thunderstorms</value>
|
1116
|
+
<value>No Thunderstorms</value>
|
1117
|
+
<value>No Thunderstorms</value>
|
1118
|
+
<value>No Thunderstorms</value>
|
1119
|
+
<value>No Thunderstorms</value>
|
1120
|
+
</outlook>
|
1121
|
+
</convective-hazard>
|
1122
|
+
<convective-hazard>
|
1123
|
+
<severe-component type="tornadoes" units="percent" time-layout="k-p24h-n1-13">
|
1124
|
+
<name>Probability of Tornadoes</name>
|
1125
|
+
<value>0</value>
|
1126
|
+
</severe-component>
|
1127
|
+
</convective-hazard>
|
1128
|
+
<convective-hazard>
|
1129
|
+
<severe-component type="hail" units="percent" time-layout="k-p24h-n1-13">
|
1130
|
+
<name>Probability of Hail</name>
|
1131
|
+
<value>0</value>
|
1132
|
+
</severe-component>
|
1133
|
+
</convective-hazard>
|
1134
|
+
<convective-hazard>
|
1135
|
+
<severe-component type="damaging thunderstorm winds" units="percent" time-layout="k-p24h-n1-13">
|
1136
|
+
<name>Probability of Damaging Thunderstorm Winds</name>
|
1137
|
+
<value>0</value>
|
1138
|
+
</severe-component>
|
1139
|
+
</convective-hazard>
|
1140
|
+
<convective-hazard>
|
1141
|
+
<severe-component type="extreme tornadoes" units="percent" time-layout="k-p24h-n1-13">
|
1142
|
+
<name>Probability of Extreme Tornadoes</name>
|
1143
|
+
<value>0</value>
|
1144
|
+
</severe-component>
|
1145
|
+
</convective-hazard>
|
1146
|
+
<convective-hazard>
|
1147
|
+
<severe-component type="extreme hail" units="percent" time-layout="k-p24h-n1-13">
|
1148
|
+
<name>Probability of Extreme Hail</name>
|
1149
|
+
<value>0</value>
|
1150
|
+
</severe-component>
|
1151
|
+
</convective-hazard>
|
1152
|
+
<convective-hazard>
|
1153
|
+
<severe-component type="extreme thunderstorm winds" units="percent" time-layout="k-p24h-n1-13">
|
1154
|
+
<name>Probability of Extreme Thunderstorm Winds</name>
|
1155
|
+
<value>0</value>
|
1156
|
+
</severe-component>
|
1157
|
+
</convective-hazard>
|
1158
|
+
<convective-hazard>
|
1159
|
+
<severe-component type="severe thunderstorms" units="percent" time-layout="k-p24h-n2-14">
|
1160
|
+
<name>Total Probability of Severe Thunderstorms</name>
|
1161
|
+
<value>0</value>
|
1162
|
+
<value>0</value>
|
1163
|
+
</severe-component>
|
1164
|
+
</convective-hazard>
|
1165
|
+
<convective-hazard>
|
1166
|
+
<severe-component type="extreme severe thunderstorms" units="percent" time-layout="k-p24h-n2-14">
|
1167
|
+
<name>Total Probability of Extreme Severe Thunderstorms</name>
|
1168
|
+
<value>0</value>
|
1169
|
+
<value>0</value>
|
1170
|
+
</severe-component>
|
1171
|
+
</convective-hazard>
|
1172
|
+
<climate-anomaly>
|
1173
|
+
<monthly type="average temperature above normal" units="percent" time-layout="k-p1m-n1-15">
|
1174
|
+
<name>Probability of One-Month Average Temperature Above Normal</name>
|
1175
|
+
<value>32</value>
|
1176
|
+
</monthly>
|
1177
|
+
</climate-anomaly>
|
1178
|
+
<climate-anomaly>
|
1179
|
+
<monthly type="average temperature below normal" units="percent" time-layout="k-p1m-n1-15">
|
1180
|
+
<name>Probability of One-Month Average Temperature Below Normal</name>
|
1181
|
+
<value>35</value>
|
1182
|
+
</monthly>
|
1183
|
+
</climate-anomaly>
|
1184
|
+
<climate-anomaly>
|
1185
|
+
<monthly type="average precipitation above normal" units="percent" time-layout="k-p1m-n1-15">
|
1186
|
+
<name>Probability of One-Month Average Precipitation Above Normal</name>
|
1187
|
+
<value>33</value>
|
1188
|
+
</monthly>
|
1189
|
+
</climate-anomaly>
|
1190
|
+
<climate-anomaly>
|
1191
|
+
<monthly type="average precipitation below normal" units="percent" time-layout="k-p1m-n1-15">
|
1192
|
+
<name>Probability of One-Month Average Precipitation Below Normal</name>
|
1193
|
+
<value>34</value>
|
1194
|
+
</monthly>
|
1195
|
+
</climate-anomaly>
|
1196
|
+
<climate-anomaly>
|
1197
|
+
<seasonal type="average temperature above normal" units="percent" time-layout="k-p3m-n1-16">
|
1198
|
+
<name>Probability of Three-Month Average Temperature Above Normal</name>
|
1199
|
+
<value>34</value>
|
1200
|
+
</seasonal>
|
1201
|
+
</climate-anomaly>
|
1202
|
+
<climate-anomaly>
|
1203
|
+
<seasonal type="average temperature below normal" units="percent" time-layout="k-p3m-n1-16">
|
1204
|
+
<name>Probability of Three-Month Average Temperature Below Normal</name>
|
1205
|
+
<value>33</value>
|
1206
|
+
</seasonal>
|
1207
|
+
</climate-anomaly>
|
1208
|
+
<climate-anomaly>
|
1209
|
+
<seasonal type="average precipitation above normal" units="percent" time-layout="k-p3m-n1-16">
|
1210
|
+
<name>Probability of Three-Month Average Precipitation Above Normal</name>
|
1211
|
+
<value>33</value>
|
1212
|
+
</seasonal>
|
1213
|
+
</climate-anomaly>
|
1214
|
+
<climate-anomaly>
|
1215
|
+
<seasonal type="average precipitation below normal" units="percent" time-layout="k-p3m-n1-16">
|
1216
|
+
<name>Probability of Three-Month Average Precipitation Below Normal</name>
|
1217
|
+
<value>34</value>
|
1218
|
+
</seasonal>
|
1219
|
+
</climate-anomaly>
|
1220
|
+
<wind-speed type="gust" units="knots" time-layout="k-p3h-n17-8">
|
1221
|
+
<name>Wind Speed Gust</name>
|
1222
|
+
<value>18</value>
|
1223
|
+
<value>10</value>
|
1224
|
+
<value>6</value>
|
1225
|
+
<value>6</value>
|
1226
|
+
<value>9</value>
|
1227
|
+
<value>14</value>
|
1228
|
+
<value>21</value>
|
1229
|
+
<value>22</value>
|
1230
|
+
<value>13</value>
|
1231
|
+
<value>9</value>
|
1232
|
+
<value>8</value>
|
1233
|
+
<value>7</value>
|
1234
|
+
<value>5</value>
|
1235
|
+
<value>9</value>
|
1236
|
+
<value>13</value>
|
1237
|
+
<value>10</value>
|
1238
|
+
<value>6</value>
|
1239
|
+
</wind-speed>
|
1240
|
+
<wind-speed type="incremental34" units="percent" time-layout="k-p6h-n19-10">
|
1241
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 34 Knots (Incremental)</name>
|
1242
|
+
<value xsi:nil="true"/>
|
1243
|
+
<value xsi:nil="true"/>
|
1244
|
+
<value xsi:nil="true"/>
|
1245
|
+
<value xsi:nil="true"/>
|
1246
|
+
<value xsi:nil="true"/>
|
1247
|
+
<value xsi:nil="true"/>
|
1248
|
+
<value xsi:nil="true"/>
|
1249
|
+
<value xsi:nil="true"/>
|
1250
|
+
<value xsi:nil="true"/>
|
1251
|
+
<value xsi:nil="true"/>
|
1252
|
+
<value xsi:nil="true"/>
|
1253
|
+
<value xsi:nil="true"/>
|
1254
|
+
<value xsi:nil="true"/>
|
1255
|
+
<value xsi:nil="true"/>
|
1256
|
+
<value xsi:nil="true"/>
|
1257
|
+
<value xsi:nil="true"/>
|
1258
|
+
<value xsi:nil="true"/>
|
1259
|
+
<value xsi:nil="true"/>
|
1260
|
+
<value xsi:nil="true"/>
|
1261
|
+
</wind-speed>
|
1262
|
+
<wind-speed type="incremental50" units="percent" time-layout="k-p6h-n19-10">
|
1263
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 50 Knots (Incremental)</name>
|
1264
|
+
<value xsi:nil="true"/>
|
1265
|
+
<value xsi:nil="true"/>
|
1266
|
+
<value xsi:nil="true"/>
|
1267
|
+
<value xsi:nil="true"/>
|
1268
|
+
<value xsi:nil="true"/>
|
1269
|
+
<value xsi:nil="true"/>
|
1270
|
+
<value xsi:nil="true"/>
|
1271
|
+
<value xsi:nil="true"/>
|
1272
|
+
<value xsi:nil="true"/>
|
1273
|
+
<value xsi:nil="true"/>
|
1274
|
+
<value xsi:nil="true"/>
|
1275
|
+
<value xsi:nil="true"/>
|
1276
|
+
<value xsi:nil="true"/>
|
1277
|
+
<value xsi:nil="true"/>
|
1278
|
+
<value xsi:nil="true"/>
|
1279
|
+
<value xsi:nil="true"/>
|
1280
|
+
<value xsi:nil="true"/>
|
1281
|
+
<value xsi:nil="true"/>
|
1282
|
+
<value xsi:nil="true"/>
|
1283
|
+
</wind-speed>
|
1284
|
+
<wind-speed type="incremental64" units="percent" time-layout="k-p6h-n19-10">
|
1285
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 64 Knots (Incremental)</name>
|
1286
|
+
<value xsi:nil="true"/>
|
1287
|
+
<value xsi:nil="true"/>
|
1288
|
+
<value xsi:nil="true"/>
|
1289
|
+
<value xsi:nil="true"/>
|
1290
|
+
<value xsi:nil="true"/>
|
1291
|
+
<value xsi:nil="true"/>
|
1292
|
+
<value xsi:nil="true"/>
|
1293
|
+
<value xsi:nil="true"/>
|
1294
|
+
<value xsi:nil="true"/>
|
1295
|
+
<value xsi:nil="true"/>
|
1296
|
+
<value xsi:nil="true"/>
|
1297
|
+
<value xsi:nil="true"/>
|
1298
|
+
<value xsi:nil="true"/>
|
1299
|
+
<value xsi:nil="true"/>
|
1300
|
+
<value xsi:nil="true"/>
|
1301
|
+
<value xsi:nil="true"/>
|
1302
|
+
<value xsi:nil="true"/>
|
1303
|
+
<value xsi:nil="true"/>
|
1304
|
+
<value xsi:nil="true"/>
|
1305
|
+
</wind-speed>
|
1306
|
+
<wind-speed type="cumulative34" units="percent" time-layout="k-p6h-n19-10">
|
1307
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 34 Knots (Cumulative)</name>
|
1308
|
+
<value xsi:nil="true"/>
|
1309
|
+
<value xsi:nil="true"/>
|
1310
|
+
<value xsi:nil="true"/>
|
1311
|
+
<value xsi:nil="true"/>
|
1312
|
+
<value xsi:nil="true"/>
|
1313
|
+
<value xsi:nil="true"/>
|
1314
|
+
<value xsi:nil="true"/>
|
1315
|
+
<value xsi:nil="true"/>
|
1316
|
+
<value xsi:nil="true"/>
|
1317
|
+
<value xsi:nil="true"/>
|
1318
|
+
<value xsi:nil="true"/>
|
1319
|
+
<value xsi:nil="true"/>
|
1320
|
+
<value xsi:nil="true"/>
|
1321
|
+
<value xsi:nil="true"/>
|
1322
|
+
<value xsi:nil="true"/>
|
1323
|
+
<value xsi:nil="true"/>
|
1324
|
+
<value xsi:nil="true"/>
|
1325
|
+
<value xsi:nil="true"/>
|
1326
|
+
<value xsi:nil="true"/>
|
1327
|
+
</wind-speed>
|
1328
|
+
<wind-speed type="cumulative50" units="percent" time-layout="k-p6h-n19-10">
|
1329
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 50 Knots (Cumulative)</name>
|
1330
|
+
<value xsi:nil="true"/>
|
1331
|
+
<value xsi:nil="true"/>
|
1332
|
+
<value xsi:nil="true"/>
|
1333
|
+
<value xsi:nil="true"/>
|
1334
|
+
<value xsi:nil="true"/>
|
1335
|
+
<value xsi:nil="true"/>
|
1336
|
+
<value xsi:nil="true"/>
|
1337
|
+
<value xsi:nil="true"/>
|
1338
|
+
<value xsi:nil="true"/>
|
1339
|
+
<value xsi:nil="true"/>
|
1340
|
+
<value xsi:nil="true"/>
|
1341
|
+
<value xsi:nil="true"/>
|
1342
|
+
<value xsi:nil="true"/>
|
1343
|
+
<value xsi:nil="true"/>
|
1344
|
+
<value xsi:nil="true"/>
|
1345
|
+
<value xsi:nil="true"/>
|
1346
|
+
<value xsi:nil="true"/>
|
1347
|
+
<value xsi:nil="true"/>
|
1348
|
+
<value xsi:nil="true"/>
|
1349
|
+
</wind-speed>
|
1350
|
+
<wind-speed type="cumulative64" units="percent" time-layout="k-p6h-n19-10">
|
1351
|
+
<name>Probability of a Tropical Cyclone Wind Speed above 64 Knots (Cumulative)</name>
|
1352
|
+
<value xsi:nil="true"/>
|
1353
|
+
<value xsi:nil="true"/>
|
1354
|
+
<value xsi:nil="true"/>
|
1355
|
+
<value xsi:nil="true"/>
|
1356
|
+
<value xsi:nil="true"/>
|
1357
|
+
<value xsi:nil="true"/>
|
1358
|
+
<value xsi:nil="true"/>
|
1359
|
+
<value xsi:nil="true"/>
|
1360
|
+
<value xsi:nil="true"/>
|
1361
|
+
<value xsi:nil="true"/>
|
1362
|
+
<value xsi:nil="true"/>
|
1363
|
+
<value xsi:nil="true"/>
|
1364
|
+
<value xsi:nil="true"/>
|
1365
|
+
<value xsi:nil="true"/>
|
1366
|
+
<value xsi:nil="true"/>
|
1367
|
+
<value xsi:nil="true"/>
|
1368
|
+
<value xsi:nil="true"/>
|
1369
|
+
<value xsi:nil="true"/>
|
1370
|
+
<value xsi:nil="true"/>
|
1371
|
+
</wind-speed>
|
1372
|
+
<humidity type="relative" units="percent" time-layout="k-p3h-n33-4">
|
1373
|
+
<name>Relative Humidity</name>
|
1374
|
+
<value>31</value>
|
1375
|
+
<value>44</value>
|
1376
|
+
<value>53</value>
|
1377
|
+
<value>57</value>
|
1378
|
+
<value>57</value>
|
1379
|
+
<value>32</value>
|
1380
|
+
<value>24</value>
|
1381
|
+
<value>24</value>
|
1382
|
+
<value>46</value>
|
1383
|
+
<value>58</value>
|
1384
|
+
<value>65</value>
|
1385
|
+
<value>67</value>
|
1386
|
+
<value>68</value>
|
1387
|
+
<value>51</value>
|
1388
|
+
<value>39</value>
|
1389
|
+
<value>37</value>
|
1390
|
+
<value>45</value>
|
1391
|
+
<value>70</value>
|
1392
|
+
<value>73</value>
|
1393
|
+
<value>46</value>
|
1394
|
+
<value>60</value>
|
1395
|
+
<value>82</value>
|
1396
|
+
<value>75</value>
|
1397
|
+
<value>56</value>
|
1398
|
+
<value>66</value>
|
1399
|
+
<value>65</value>
|
1400
|
+
<value>57</value>
|
1401
|
+
<value>38</value>
|
1402
|
+
<value>52</value>
|
1403
|
+
<value>66</value>
|
1404
|
+
<value>72</value>
|
1405
|
+
<value>52</value>
|
1406
|
+
<value>60</value>
|
1407
|
+
</humidity>
|
1408
|
+
<humidity type="maximum relative" units="percent" time-layout="k-p24h-n6-17">
|
1409
|
+
<name>Daily Maximum Relative Humidity</name>
|
1410
|
+
<value>62</value>
|
1411
|
+
<value>70</value>
|
1412
|
+
<value>73</value>
|
1413
|
+
<value>82</value>
|
1414
|
+
<value>64</value>
|
1415
|
+
<value>75</value>
|
1416
|
+
</humidity>
|
1417
|
+
<humidity type="minimum relative" units="percent" time-layout="k-p24h-n7-18">
|
1418
|
+
<name>Daily Minimum Relative Humidity</name>
|
1419
|
+
<value>24</value>
|
1420
|
+
<value>22</value>
|
1421
|
+
<value>35</value>
|
1422
|
+
<value>44</value>
|
1423
|
+
<value>59</value>
|
1424
|
+
<value>39</value>
|
1425
|
+
<value>50</value>
|
1426
|
+
</humidity>
|
1427
|
+
<weather time-layout="k-p3h-n33-4">
|
1428
|
+
<name>Weather Type, Coverage, and Intensity</name>
|
1429
|
+
<weather-conditions/>
|
1430
|
+
<weather-conditions/>
|
1431
|
+
<weather-conditions/>
|
1432
|
+
<weather-conditions/>
|
1433
|
+
<weather-conditions/>
|
1434
|
+
<weather-conditions/>
|
1435
|
+
<weather-conditions/>
|
1436
|
+
<weather-conditions/>
|
1437
|
+
<weather-conditions/>
|
1438
|
+
<weather-conditions/>
|
1439
|
+
<weather-conditions/>
|
1440
|
+
<weather-conditions/>
|
1441
|
+
<weather-conditions/>
|
1442
|
+
<weather-conditions/>
|
1443
|
+
<weather-conditions/>
|
1444
|
+
<weather-conditions/>
|
1445
|
+
<weather-conditions/>
|
1446
|
+
<weather-conditions/>
|
1447
|
+
<weather-conditions>
|
1448
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1449
|
+
<visibility xsi:nil="true"/>
|
1450
|
+
</value>
|
1451
|
+
</weather-conditions>
|
1452
|
+
<weather-conditions>
|
1453
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1454
|
+
<visibility xsi:nil="true"/>
|
1455
|
+
</value>
|
1456
|
+
</weather-conditions>
|
1457
|
+
<weather-conditions>
|
1458
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1459
|
+
<visibility xsi:nil="true"/>
|
1460
|
+
</value>
|
1461
|
+
<value coverage="chance" intensity="light" additive="or" weather-type="snow" qualifier="or">
|
1462
|
+
<visibility xsi:nil="true"/>
|
1463
|
+
</value>
|
1464
|
+
</weather-conditions>
|
1465
|
+
<weather-conditions>
|
1466
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1467
|
+
<visibility xsi:nil="true"/>
|
1468
|
+
</value>
|
1469
|
+
<value coverage="chance" intensity="light" additive="or" weather-type="snow" qualifier="or">
|
1470
|
+
<visibility xsi:nil="true"/>
|
1471
|
+
</value>
|
1472
|
+
</weather-conditions>
|
1473
|
+
<weather-conditions>
|
1474
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1475
|
+
<visibility xsi:nil="true"/>
|
1476
|
+
</value>
|
1477
|
+
<value coverage="chance" intensity="light" additive="or" weather-type="snow" qualifier="or">
|
1478
|
+
<visibility xsi:nil="true"/>
|
1479
|
+
</value>
|
1480
|
+
</weather-conditions>
|
1481
|
+
<weather-conditions>
|
1482
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1483
|
+
<visibility xsi:nil="true"/>
|
1484
|
+
</value>
|
1485
|
+
<value coverage="chance" intensity="light" additive="or" weather-type="snow" qualifier="or">
|
1486
|
+
<visibility xsi:nil="true"/>
|
1487
|
+
</value>
|
1488
|
+
</weather-conditions>
|
1489
|
+
<weather-conditions>
|
1490
|
+
<value coverage="chance" intensity="light" weather-type="snow" qualifier="none">
|
1491
|
+
<visibility xsi:nil="true"/>
|
1492
|
+
</value>
|
1493
|
+
</weather-conditions>
|
1494
|
+
<weather-conditions>
|
1495
|
+
<value coverage="chance" intensity="light" weather-type="snow" qualifier="none">
|
1496
|
+
<visibility xsi:nil="true"/>
|
1497
|
+
</value>
|
1498
|
+
</weather-conditions>
|
1499
|
+
<weather-conditions/>
|
1500
|
+
<weather-conditions/>
|
1501
|
+
<weather-conditions/>
|
1502
|
+
<weather-conditions/>
|
1503
|
+
<weather-conditions>
|
1504
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1505
|
+
<visibility xsi:nil="true"/>
|
1506
|
+
</value>
|
1507
|
+
</weather-conditions>
|
1508
|
+
<weather-conditions>
|
1509
|
+
<value coverage="chance" intensity="light" weather-type="rain" qualifier="none">
|
1510
|
+
<visibility xsi:nil="true"/>
|
1511
|
+
</value>
|
1512
|
+
</weather-conditions>
|
1513
|
+
<weather-conditions/>
|
1514
|
+
</weather>
|
1515
|
+
<conditions-icon type="forecast-NWS" time-layout="k-p3h-n33-4">
|
1516
|
+
<name>Conditions Icons</name>
|
1517
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nskc.jpg</icon-link>
|
1518
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nskc.jpg</icon-link>
|
1519
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nfew.jpg</icon-link>
|
1520
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nfew.jpg</icon-link>
|
1521
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1522
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1523
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1524
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1525
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1526
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1527
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1528
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1529
|
+
<icon-link>http://forecast.weather.gov/images/wtf/bkn.jpg</icon-link>
|
1530
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1531
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1532
|
+
<icon-link>http://forecast.weather.gov/images/wtf/bkn.jpg</icon-link>
|
1533
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nfew.jpg</icon-link>
|
1534
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1535
|
+
<icon-link>http://forecast.weather.gov/images/wtf/ra10.jpg</icon-link>
|
1536
|
+
<icon-link>http://forecast.weather.gov/images/wtf/ra30.jpg</icon-link>
|
1537
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nrasn30.jpg</icon-link>
|
1538
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nrasn50.jpg</icon-link>
|
1539
|
+
<icon-link>http://forecast.weather.gov/images/wtf/rasn50.jpg</icon-link>
|
1540
|
+
<icon-link>http://forecast.weather.gov/images/wtf/rasn50.jpg</icon-link>
|
1541
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nsn50.jpg</icon-link>
|
1542
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nsn30.jpg</icon-link>
|
1543
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1544
|
+
<icon-link>http://forecast.weather.gov/images/wtf/sct.jpg</icon-link>
|
1545
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1546
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1547
|
+
<icon-link>http://forecast.weather.gov/images/wtf/ra10.jpg</icon-link>
|
1548
|
+
<icon-link>http://forecast.weather.gov/images/wtf/ra30.jpg</icon-link>
|
1549
|
+
<icon-link>http://forecast.weather.gov/images/wtf/nbkn.jpg</icon-link>
|
1550
|
+
</conditions-icon>
|
1551
|
+
<hazards time-layout="k-p1h-n57-9">
|
1552
|
+
<name>Watches, Warnings, and Advisories</name>
|
1553
|
+
<hazard-conditions/>
|
1554
|
+
<hazard-conditions/>
|
1555
|
+
<hazard-conditions/>
|
1556
|
+
<hazard-conditions/>
|
1557
|
+
<hazard-conditions/>
|
1558
|
+
<hazard-conditions/>
|
1559
|
+
<hazard-conditions/>
|
1560
|
+
<hazard-conditions/>
|
1561
|
+
<hazard-conditions/>
|
1562
|
+
<hazard-conditions/>
|
1563
|
+
<hazard-conditions/>
|
1564
|
+
<hazard-conditions/>
|
1565
|
+
<hazard-conditions/>
|
1566
|
+
<hazard-conditions/>
|
1567
|
+
<hazard-conditions/>
|
1568
|
+
<hazard-conditions/>
|
1569
|
+
<hazard-conditions/>
|
1570
|
+
<hazard-conditions/>
|
1571
|
+
<hazard-conditions/>
|
1572
|
+
<hazard-conditions/>
|
1573
|
+
<hazard-conditions/>
|
1574
|
+
<hazard-conditions/>
|
1575
|
+
<hazard-conditions/>
|
1576
|
+
<hazard-conditions/>
|
1577
|
+
<hazard-conditions/>
|
1578
|
+
<hazard-conditions/>
|
1579
|
+
<hazard-conditions/>
|
1580
|
+
<hazard-conditions/>
|
1581
|
+
<hazard-conditions/>
|
1582
|
+
<hazard-conditions/>
|
1583
|
+
<hazard-conditions/>
|
1584
|
+
<hazard-conditions/>
|
1585
|
+
<hazard-conditions/>
|
1586
|
+
<hazard-conditions/>
|
1587
|
+
<hazard-conditions/>
|
1588
|
+
<hazard-conditions/>
|
1589
|
+
<hazard-conditions/>
|
1590
|
+
<hazard-conditions/>
|
1591
|
+
<hazard-conditions/>
|
1592
|
+
<hazard-conditions/>
|
1593
|
+
<hazard-conditions/>
|
1594
|
+
<hazard-conditions/>
|
1595
|
+
<hazard-conditions/>
|
1596
|
+
<hazard-conditions/>
|
1597
|
+
<hazard-conditions/>
|
1598
|
+
<hazard-conditions/>
|
1599
|
+
<hazard-conditions/>
|
1600
|
+
<hazard-conditions/>
|
1601
|
+
<hazard-conditions/>
|
1602
|
+
<hazard-conditions/>
|
1603
|
+
<hazard-conditions/>
|
1604
|
+
<hazard-conditions/>
|
1605
|
+
<hazard-conditions/>
|
1606
|
+
<hazard-conditions/>
|
1607
|
+
<hazard-conditions/>
|
1608
|
+
<hazard-conditions/>
|
1609
|
+
<hazard-conditions/>
|
1610
|
+
</hazards>
|
1611
|
+
<water-state time-layout="k-p3h-n25-7">
|
1612
|
+
<waves type="significant" units="feet">
|
1613
|
+
<name>Wave Height</name>
|
1614
|
+
<value xsi:nil="true"/>
|
1615
|
+
<value xsi:nil="true"/>
|
1616
|
+
<value xsi:nil="true"/>
|
1617
|
+
<value xsi:nil="true"/>
|
1618
|
+
<value xsi:nil="true"/>
|
1619
|
+
<value xsi:nil="true"/>
|
1620
|
+
<value xsi:nil="true"/>
|
1621
|
+
<value xsi:nil="true"/>
|
1622
|
+
<value xsi:nil="true"/>
|
1623
|
+
<value xsi:nil="true"/>
|
1624
|
+
<value xsi:nil="true"/>
|
1625
|
+
<value xsi:nil="true"/>
|
1626
|
+
<value xsi:nil="true"/>
|
1627
|
+
<value xsi:nil="true"/>
|
1628
|
+
<value xsi:nil="true"/>
|
1629
|
+
<value xsi:nil="true"/>
|
1630
|
+
<value xsi:nil="true"/>
|
1631
|
+
<value xsi:nil="true"/>
|
1632
|
+
<value xsi:nil="true"/>
|
1633
|
+
<value xsi:nil="true"/>
|
1634
|
+
<value xsi:nil="true"/>
|
1635
|
+
<value xsi:nil="true"/>
|
1636
|
+
<value xsi:nil="true"/>
|
1637
|
+
<value xsi:nil="true"/>
|
1638
|
+
<value xsi:nil="true"/>
|
1639
|
+
</waves>
|
1640
|
+
</water-state>
|
1641
|
+
</parameters>
|
1642
|
+
</data>
|
1643
|
+
</dwml>
|
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
|