weather-forecasts 1.2.2 → 1.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile +3 -3
  4. data/README.md +1 -1
  5. data/lib/weather_forecasts.rb +20 -1
  6. data/lib/weather_forecasts/client/version.rb +1 -1
  7. data/spec/fixtures/vcr_cassettes/select_by_days_query.yml +74 -72
  8. data/spec/fixtures/vcr_cassettes/select_coordinates_by_cities_query.yml +6 -6
  9. data/spec/fixtures/vcr_cassettes/select_coordinates_by_zip_query.yml +7 -7
  10. data/spec/fixtures/vcr_cassettes/select_corner_coordinates_query.yml +7 -7
  11. data/spec/fixtures/vcr_cassettes/select_gridpoint_coordinates_query.yml +7 -7
  12. data/spec/fixtures/vcr_cassettes/select_hourly_query.yml +192 -150
  13. data/spec/fixtures/vcr_cassettes/select_linepoint_coordinates_query.yml +6 -6
  14. data/spec/fixtures/vcr_cassettes/select_query.yml +707 -673
  15. data/spec/fixtures/vcr_cassettes/select_square_coordinates_query.yml +7 -7
  16. data/spec/lib/{ndfd → weather_forecasts}/client/query/query_property_spec.rb +6 -6
  17. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_by_days_query_spec.rb +2 -2
  18. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_coordinates_by_cities_query_spec.rb +2 -2
  19. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_coordinates_by_zip_query_spec.rb +5 -3
  20. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_corner_coordinates_query_spec.rb +3 -3
  21. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_gridpoint_coordinates_query_spec.rb +3 -3
  22. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_hourly_query_spec.rb +2 -2
  23. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_linepoint_coordinates_query_spec.rb +3 -3
  24. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_query_spec.rb +2 -2
  25. data/spec/lib/{ndfd → weather_forecasts}/client/query/select_square_coordinates_query_spec.rb +3 -3
  26. data/spec/lib/{ndfd → weather_forecasts}/client/query/selection_attributes_spec.rb +0 -0
  27. data/spec/lib/{ndfd → weather_forecasts}/client/query_spec.rb +3 -3
  28. data/spec/lib/{ndfd → weather_forecasts}/client_spec.rb +9 -9
  29. data/spec/spec_helper.rb +5 -1
  30. data/weather-forecasts.gemspec +3 -3
  31. metadata +41 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c78924e83642ec9775bb926a86e8a12222dd99fb
4
- data.tar.gz: 2b7eb268303605dd7380f795b29296bb99d814c4
3
+ metadata.gz: 5bd5c641047465f3584ee15a3719392686f80ece
4
+ data.tar.gz: b3cfb8bf024e4100ee2dd5f9844e2409d878889a
5
5
  SHA512:
6
- metadata.gz: 9e807c5f6ef67fbd1b5964fe80a5b1cf5f591e30b7c8c57835c1f420da5f9712ae0ce7fc286055f7374bcc66396d944e0cc5964fc3c9fad4cf12d411b4746775
7
- data.tar.gz: c32f5c0d371f6815183ed8ee434bd901578bbfc580c536c4674736531ec256dc5519c816e4ec9a8960d0242779daf36ad5f481f2f21a8c2dcf6db68e1e17e5a3
6
+ metadata.gz: 1b7ca2efd54f3cda18cbdbf7234978dfbb40996301b81404f6a71f89dcfa4aedc58d710591ea0cc158eb702530db557115edf3951e3b03d7e186b11863058216
7
+ data.tar.gz: 92705ebb5c8cdb07df82db3aa7982b3c8e04b51d01129e15af7410b1ac16cfc3aa6b54bfb50d7e8356156bf20cfd05b2d9fd60837237389ba2a6ed225aeeb2ba
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  Gemfile.lock
2
2
  .ruby-version
3
3
  coverage/*
4
+ doc/*
4
5
  *.gem
data/Gemfile CHANGED
@@ -2,9 +2,9 @@ source 'https://rubygems.org'
2
2
  gemspec
3
3
 
4
4
  group :test do
5
- gem 'simplecov', '~>0.8.2', :require => false
5
+ gem 'simplecov', '~>0.9.0', :require => false
6
6
  gem 'coveralls', :require => false
7
- gem 'webmock', '~>1.17.4'
7
+ gem 'webmock', '~>1.18.0'
8
8
  gem 'vcr', '~>2.9.0'
9
- gem 'rspec', '~>2.14.0'
9
+ gem 'rspec', '~>3.0.0'
10
10
  end
data/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  [![Dependency Status](https://gemnasium.com/alakra/weather-forecasts.png)](https://gemnasium.com/alakra/weather-forecasts)
6
6
  [![Coverage Status](https://coveralls.io/repos/alakra/weather-forecasts/badge.png?branch=master)](https://coveralls.io/r/alakra/weather-forecasts?branch=master)
7
7
  [![Code Climate](https://codeclimate.com/github/alakra/weather-forecasts.png)](https://codeclimate.com/github/alakra/weather-forecasts)
8
- [![Inline docs](http://inch-pages.github.io/github/alakra/weather-forecasts.png)](http://inch-pages.github.io/github/alakra/weather-forecasts)
8
+ [![Inline docs](http://inch-ci.org/github/alakra/weather-forecasts.png)](http://inch-ci.org/github/alakra/weather-forecasts)
9
9
 
10
10
  ## Summary
11
11
 
@@ -1,18 +1,37 @@
1
+ # The weather forecasts library retrieves weather forecast data from
2
+ # NOAA. The dataset that is specifically being retrieved is from the
3
+ # NDFD ( National Digital Forecast Database )/
4
+ #
5
+ # Author:: Angelo Lakra (mailto:angelo.lakra@gmail.com)
6
+ # License:: MIT License
7
+
1
8
  module WeatherForecasts
2
9
  module_function
3
10
 
11
+ # Returns the currently set environment (`:test, :development or
12
+ # :production`)
13
+ #
14
+ # This can be set from the shell environment using the `ENV`
15
+ # variable.
16
+
4
17
  def env
5
- @@env ||= (ENV['ENV'] || :production)
18
+ @@env ||= (ENV['ENV'].to_sym || :production)
6
19
  end
7
20
 
21
+ # Returns a new instance of WeatherForecasts::Client
22
+
8
23
  def client(options = {})
9
24
  Client.new(options)
10
25
  end
11
26
 
27
+ # Returns the root path from the install path of the project
28
+
12
29
  def root_path
13
30
  File.expand_path(File.join(File.dirname(__FILE__), "../"))
14
31
  end
15
32
 
33
+ # Returns the vendor path from the install path of the project
34
+
16
35
  def vendor_path
17
36
  File.join(root_path, "vendor")
18
37
  end
@@ -1,5 +1,5 @@
1
1
  module WeatherForecasts
2
2
  class Client
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
  end
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/wsdl+xml
33
33
  Date:
34
- - Thu, 22 May 2014 23:16:14 GMT
34
+ - Mon, 28 Jul 2014 17:52:37 GMT
35
35
  Connection:
36
36
  - keep-alive
37
37
  body:
@@ -380,7 +380,7 @@ http_interactions:
380
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
381
381
  \ </port>\n</service>\n\n</definitions>\n"
382
382
  http_version:
383
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
383
+ recorded_at: Mon, 28 Jul 2014 17:52:37 GMT
384
384
  - request:
385
385
  method: post
386
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -388,7 +388,7 @@ http_interactions:
388
388
  encoding: UTF-8
389
389
  string: <?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
390
390
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="http://graphical.weather.gov/xml/DWMLgen/wsdl/ndfdXML.wsdl"
391
- xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:NDFDgenByDayLatLonList><listLatLong>38.99,-77.01</listLatLong><startDate>2014-05-22T23:16:14Z</startDate><numDay>5</numDay><unit>e</unit><format>24
391
+ xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ins0="http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd"><env:Body><tns:NDFDgenByDayLatLonList><listLatLong>38.99,-77.01</listLatLong><startDate>2014-07-28T17:52:37Z</startDate><numDay>5</numDay><unit>e</unit><format>24
392
392
  hourly</format></tns:NDFDgenByDayLatLonList></env:Body></env:Envelope>
393
393
  headers:
394
394
  Soapaction:
@@ -421,11 +421,11 @@ http_interactions:
421
421
  Cache-Control:
422
422
  - max-age=180
423
423
  Expires:
424
- - Thu, 22 May 2014 23:19:14 GMT
424
+ - Mon, 28 Jul 2014 17:55:48 GMT
425
425
  Date:
426
- - Thu, 22 May 2014 23:16:14 GMT
426
+ - Mon, 28 Jul 2014 17:52:48 GMT
427
427
  Content-Length:
428
- - '8708'
428
+ - '9066'
429
429
  Connection:
430
430
  - keep-alive
431
431
  body:
@@ -438,7 +438,7 @@ http_interactions:
438
438
  &lt;title&gt;NOAA&apos;s National Weather Service Forecast by 24 Hour Period&lt;/title&gt;
439
439
  &lt;field&gt;meteorological&lt;/field&gt;
440
440
  &lt;category&gt;forecast&lt;/category&gt;
441
- &lt;creation-date refresh-frequency=&quot;PT1H&quot;&gt;2014-05-22T23:16:14Z&lt;/creation-date&gt;
441
+ &lt;creation-date refresh-frequency=&quot;PT1H&quot;&gt;2014-07-28T17:52:47Z&lt;/creation-date&gt;
442
442
  &lt;/product&gt;
443
443
  &lt;source&gt;
444
444
  &lt;more-information&gt;http://www.nws.noaa.gov/forecasts/xml/&lt;/more-information&gt;
@@ -457,103 +457,105 @@ http_interactions:
457
457
  &lt;moreWeatherInformation applicable-location=&quot;point1&quot;&gt;http://forecast.weather.gov/MapClick.php?textField1=38.99&amp;amp;textField2=-77.01&lt;/moreWeatherInformation&gt;
458
458
  &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;24hourly&quot;&gt;
459
459
  &lt;layout-key&gt;k-p24h-n5-1&lt;/layout-key&gt;
460
- &lt;start-valid-time&gt;2014-05-22T06:00:00-04:00&lt;/start-valid-time&gt;
461
- &lt;end-valid-time&gt;2014-05-23T06:00:00-04:00&lt;/end-valid-time&gt;
462
- &lt;start-valid-time&gt;2014-05-23T06:00:00-04:00&lt;/start-valid-time&gt;
463
- &lt;end-valid-time&gt;2014-05-24T06:00:00-04:00&lt;/end-valid-time&gt;
464
- &lt;start-valid-time&gt;2014-05-24T06:00:00-04:00&lt;/start-valid-time&gt;
465
- &lt;end-valid-time&gt;2014-05-25T06:00:00-04:00&lt;/end-valid-time&gt;
466
- &lt;start-valid-time&gt;2014-05-25T06:00:00-04:00&lt;/start-valid-time&gt;
467
- &lt;end-valid-time&gt;2014-05-26T06:00:00-04:00&lt;/end-valid-time&gt;
468
- &lt;start-valid-time&gt;2014-05-26T06:00:00-04:00&lt;/start-valid-time&gt;
469
- &lt;end-valid-time&gt;2014-05-27T06:00:00-04:00&lt;/end-valid-time&gt;
460
+ &lt;start-valid-time&gt;2014-07-28T06:00:00-04:00&lt;/start-valid-time&gt;
461
+ &lt;end-valid-time&gt;2014-07-29T06:00:00-04:00&lt;/end-valid-time&gt;
462
+ &lt;start-valid-time&gt;2014-07-29T06:00:00-04:00&lt;/start-valid-time&gt;
463
+ &lt;end-valid-time&gt;2014-07-30T06:00:00-04:00&lt;/end-valid-time&gt;
464
+ &lt;start-valid-time&gt;2014-07-30T06:00:00-04:00&lt;/start-valid-time&gt;
465
+ &lt;end-valid-time&gt;2014-07-31T06:00:00-04:00&lt;/end-valid-time&gt;
466
+ &lt;start-valid-time&gt;2014-07-31T06:00:00-04:00&lt;/start-valid-time&gt;
467
+ &lt;end-valid-time&gt;2014-08-01T06:00:00-04:00&lt;/end-valid-time&gt;
468
+ &lt;start-valid-time&gt;2014-08-01T06:00:00-04:00&lt;/start-valid-time&gt;
469
+ &lt;end-valid-time&gt;2014-08-02T06:00:00-04:00&lt;/end-valid-time&gt;
470
470
  &lt;/time-layout&gt;
471
471
  &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;12hourly&quot;&gt;
472
472
  &lt;layout-key&gt;k-p12h-n10-2&lt;/layout-key&gt;
473
- &lt;start-valid-time&gt;2014-05-22T06:00:00-04:00&lt;/start-valid-time&gt;
474
- &lt;end-valid-time&gt;2014-05-22T18:00:00-04:00&lt;/end-valid-time&gt;
475
- &lt;start-valid-time&gt;2014-05-22T18:00:00-04:00&lt;/start-valid-time&gt;
476
- &lt;end-valid-time&gt;2014-05-23T06:00:00-04:00&lt;/end-valid-time&gt;
477
- &lt;start-valid-time&gt;2014-05-23T06:00:00-04:00&lt;/start-valid-time&gt;
478
- &lt;end-valid-time&gt;2014-05-23T18:00:00-04:00&lt;/end-valid-time&gt;
479
- &lt;start-valid-time&gt;2014-05-23T18:00:00-04:00&lt;/start-valid-time&gt;
480
- &lt;end-valid-time&gt;2014-05-24T06:00:00-04:00&lt;/end-valid-time&gt;
481
- &lt;start-valid-time&gt;2014-05-24T06:00:00-04:00&lt;/start-valid-time&gt;
482
- &lt;end-valid-time&gt;2014-05-24T18:00:00-04:00&lt;/end-valid-time&gt;
483
- &lt;start-valid-time&gt;2014-05-24T18:00:00-04:00&lt;/start-valid-time&gt;
484
- &lt;end-valid-time&gt;2014-05-25T06:00:00-04:00&lt;/end-valid-time&gt;
485
- &lt;start-valid-time&gt;2014-05-25T06:00:00-04:00&lt;/start-valid-time&gt;
486
- &lt;end-valid-time&gt;2014-05-25T18:00:00-04:00&lt;/end-valid-time&gt;
487
- &lt;start-valid-time&gt;2014-05-25T18:00:00-04:00&lt;/start-valid-time&gt;
488
- &lt;end-valid-time&gt;2014-05-26T06:00:00-04:00&lt;/end-valid-time&gt;
489
- &lt;start-valid-time&gt;2014-05-26T06:00:00-04:00&lt;/start-valid-time&gt;
490
- &lt;end-valid-time&gt;2014-05-26T18:00:00-04:00&lt;/end-valid-time&gt;
491
- &lt;start-valid-time&gt;2014-05-26T18:00:00-04:00&lt;/start-valid-time&gt;
492
- &lt;end-valid-time&gt;2014-05-27T06:00:00-04:00&lt;/end-valid-time&gt;
473
+ &lt;start-valid-time&gt;2014-07-28T06:00:00-04:00&lt;/start-valid-time&gt;
474
+ &lt;end-valid-time&gt;2014-07-28T18:00:00-04:00&lt;/end-valid-time&gt;
475
+ &lt;start-valid-time&gt;2014-07-28T18:00:00-04:00&lt;/start-valid-time&gt;
476
+ &lt;end-valid-time&gt;2014-07-29T06:00:00-04:00&lt;/end-valid-time&gt;
477
+ &lt;start-valid-time&gt;2014-07-29T06:00:00-04:00&lt;/start-valid-time&gt;
478
+ &lt;end-valid-time&gt;2014-07-29T18:00:00-04:00&lt;/end-valid-time&gt;
479
+ &lt;start-valid-time&gt;2014-07-29T18:00:00-04:00&lt;/start-valid-time&gt;
480
+ &lt;end-valid-time&gt;2014-07-30T06:00:00-04:00&lt;/end-valid-time&gt;
481
+ &lt;start-valid-time&gt;2014-07-30T06:00:00-04:00&lt;/start-valid-time&gt;
482
+ &lt;end-valid-time&gt;2014-07-30T18:00:00-04:00&lt;/end-valid-time&gt;
483
+ &lt;start-valid-time&gt;2014-07-30T18:00:00-04:00&lt;/start-valid-time&gt;
484
+ &lt;end-valid-time&gt;2014-07-31T06:00:00-04:00&lt;/end-valid-time&gt;
485
+ &lt;start-valid-time&gt;2014-07-31T06:00:00-04:00&lt;/start-valid-time&gt;
486
+ &lt;end-valid-time&gt;2014-07-31T18:00:00-04:00&lt;/end-valid-time&gt;
487
+ &lt;start-valid-time&gt;2014-07-31T18:00:00-04:00&lt;/start-valid-time&gt;
488
+ &lt;end-valid-time&gt;2014-08-01T06:00:00-04:00&lt;/end-valid-time&gt;
489
+ &lt;start-valid-time&gt;2014-08-01T06:00:00-04:00&lt;/start-valid-time&gt;
490
+ &lt;end-valid-time&gt;2014-08-01T18:00:00-04:00&lt;/end-valid-time&gt;
491
+ &lt;start-valid-time&gt;2014-08-01T18:00:00-04:00&lt;/start-valid-time&gt;
492
+ &lt;end-valid-time&gt;2014-08-02T06:00:00-04:00&lt;/end-valid-time&gt;
493
493
  &lt;/time-layout&gt;
494
494
  &lt;time-layout time-coordinate=&quot;local&quot; summarization=&quot;24hourly&quot;&gt;
495
- &lt;layout-key&gt;k-p3h-n1-3&lt;/layout-key&gt;
496
- &lt;start-valid-time&gt;2014-05-22T19:00:00-04:00&lt;/start-valid-time&gt;
497
- &lt;end-valid-time&gt;2014-05-22T22:00:00-04:00&lt;/end-valid-time&gt;
495
+ &lt;layout-key&gt;k-p5d-n1-3&lt;/layout-key&gt;
496
+ &lt;start-valid-time&gt;2014-07-28T06:00:00-04:00&lt;/start-valid-time&gt;
497
+ &lt;end-valid-time&gt;2014-08-02T06:00:00-04:00&lt;/end-valid-time&gt;
498
498
  &lt;/time-layout&gt;
499
499
  &lt;parameters applicable-location=&quot;point1&quot;&gt;
500
500
  &lt;temperature type=&quot;maximum&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p24h-n5-1&quot;&gt;
501
501
  &lt;name&gt;Daily Maximum Temperature&lt;/name&gt;
502
- &lt;value&gt;87&lt;/value&gt;
503
- &lt;value&gt;76&lt;/value&gt;
504
- &lt;value&gt;76&lt;/value&gt;
505
502
  &lt;value&gt;83&lt;/value&gt;
503
+ &lt;value&gt;79&lt;/value&gt;
504
+ &lt;value&gt;81&lt;/value&gt;
505
+ &lt;value&gt;84&lt;/value&gt;
506
506
  &lt;value&gt;83&lt;/value&gt;
507
507
  &lt;/temperature&gt;
508
508
  &lt;temperature type=&quot;minimum&quot; units=&quot;Fahrenheit&quot; time-layout=&quot;k-p24h-n5-1&quot;&gt;
509
509
  &lt;name&gt;Daily Minimum Temperature&lt;/name&gt;
510
- &lt;value&gt;57&lt;/value&gt;
511
- &lt;value&gt;54&lt;/value&gt;
512
- &lt;value&gt;56&lt;/value&gt;
513
- &lt;value&gt;57&lt;/value&gt;
510
+ &lt;value&gt;61&lt;/value&gt;
511
+ &lt;value&gt;60&lt;/value&gt;
512
+ &lt;value&gt;61&lt;/value&gt;
514
513
  &lt;value&gt;63&lt;/value&gt;
514
+ &lt;value&gt;66&lt;/value&gt;
515
515
  &lt;/temperature&gt;
516
516
  &lt;probability-of-precipitation type=&quot;12 hour&quot; units=&quot;percent&quot; time-layout=&quot;k-p12h-n10-2&quot;&gt;
517
517
  &lt;name&gt;12 Hourly Probability of Precipitation&lt;/name&gt;
518
- &lt;value&gt;44&lt;/value&gt;
519
- &lt;value&gt;12&lt;/value&gt;
520
- &lt;value&gt;18&lt;/value&gt;
521
- &lt;value&gt;14&lt;/value&gt;
522
- &lt;value&gt;19&lt;/value&gt;
523
- &lt;value&gt;19&lt;/value&gt;
518
+ &lt;value&gt;31&lt;/value&gt;
519
+ &lt;value&gt;10&lt;/value&gt;
520
+ &lt;value&gt;4&lt;/value&gt;
521
+ &lt;value&gt;9&lt;/value&gt;
522
+ &lt;value&gt;6&lt;/value&gt;
523
+ &lt;value&gt;7&lt;/value&gt;
524
+ &lt;value&gt;8&lt;/value&gt;
524
525
  &lt;value&gt;10&lt;/value&gt;
525
- &lt;value&gt;0&lt;/value&gt;
526
- &lt;value&gt;2&lt;/value&gt;
527
- &lt;value&gt;0&lt;/value&gt;
526
+ &lt;value&gt;17&lt;/value&gt;
527
+ &lt;value&gt;19&lt;/value&gt;
528
528
  &lt;/probability-of-precipitation&gt;
529
529
  &lt;weather time-layout=&quot;k-p24h-n5-1&quot;&gt;
530
530
  &lt;name&gt;Weather Type, Coverage, and Intensity&lt;/name&gt;
531
+ &lt;weather-conditions weather-summary=&quot;Chance Rain Showers&quot;&gt;
532
+ &lt;value coverage=&quot;chance&quot; intensity=&quot;light&quot; weather-type=&quot;rain showers&quot; qualifier=&quot;none&quot;/&gt;
533
+ &lt;value coverage=&quot;isolated&quot; intensity=&quot;none&quot; additive=&quot;and&quot; weather-type=&quot;thunderstorms&quot; qualifier=&quot;none&quot;/&gt;
534
+ &lt;/weather-conditions&gt;
535
+ &lt;weather-conditions weather-summary=&quot;Mostly Sunny&quot;/&gt;
536
+ &lt;weather-conditions weather-summary=&quot;Mostly Sunny&quot;/&gt;
531
537
  &lt;weather-conditions weather-summary=&quot;Partly Sunny&quot;/&gt;
532
- &lt;weather-conditions weather-summary=&quot;Partly Sunny&quot;/&gt;
533
- &lt;weather-conditions weather-summary=&quot;Partly Sunny&quot;/&gt;
534
- &lt;weather-conditions weather-summary=&quot;Partly Sunny&quot;/&gt;
535
- &lt;weather-conditions weather-summary=&quot;Partly Sunny&quot;/&gt;
538
+ &lt;weather-conditions weather-summary=&quot;Slight Chance Thunderstorms&quot;&gt;
539
+ &lt;value coverage=&quot;slight chance&quot; intensity=&quot;none&quot; weather-type=&quot;thunderstorms&quot; qualifier=&quot;none&quot;/&gt;
540
+ &lt;value coverage=&quot;slight chance&quot; intensity=&quot;light&quot; additive=&quot;and&quot; weather-type=&quot;rain showers&quot; qualifier=&quot;none&quot;/&gt;
541
+ &lt;/weather-conditions&gt;
536
542
  &lt;/weather&gt;
537
543
  &lt;conditions-icon type=&quot;forecast-NWS&quot; time-layout=&quot;k-p24h-n5-1&quot;&gt;
538
544
  &lt;name&gt;Conditions Icons&lt;/name&gt;
545
+ &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/hi_shwrs30.jpg&lt;/icon-link&gt;
546
+ &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/few.jpg&lt;/icon-link&gt;
547
+ &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/few.jpg&lt;/icon-link&gt;
539
548
  &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg&lt;/icon-link&gt;
540
- &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg&lt;/icon-link&gt;
541
- &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg&lt;/icon-link&gt;
542
- &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg&lt;/icon-link&gt;
543
- &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/sct.jpg&lt;/icon-link&gt;
549
+ &lt;icon-link&gt;http://www.nws.noaa.gov/weather/images/fcicons/tsra20.jpg&lt;/icon-link&gt;
544
550
  &lt;/conditions-icon&gt;
545
- &lt;hazards time-layout=&quot;k-p3h-n1-3&quot;&gt;
551
+ &lt;hazards time-layout=&quot;k-p5d-n1-3&quot;&gt;
546
552
  &lt;name&gt;Watches, Warnings, and Advisories&lt;/name&gt;
547
- &lt;hazard-conditions&gt;
548
- &lt;hazard hazardCode=&quot;SV.A:174&quot; phenomena=&quot;Severe Thunderstorm&quot; significance=&quot;Watch&quot; eventTrackingNumber=&quot;174&quot; hazardType=&quot;long duration&quot;&gt;
549
- &lt;hazardTextURL&gt;http://forecast.weather.gov/wwamap/wwatxtget.php?cwa=lwx&amp;amp;wwa=Severe%20Thunderstorm%20Watch&lt;/hazardTextURL&gt;
550
- &lt;/hazard&gt;
551
- &lt;/hazard-conditions&gt;
553
+ &lt;hazard-conditions xsi:nil=&quot;true&quot;/&gt;
552
554
  &lt;/hazards&gt;
553
555
  &lt;/parameters&gt;
554
556
  &lt;/data&gt;
555
557
  &lt;/dwml&gt;
556
558
  </dwmlByDayOut></ns1:NDFDgenByDayLatLonListResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
557
559
  http_version:
558
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
559
- recorded_with: VCR 2.9.0
560
+ recorded_at: Mon, 28 Jul 2014 17:52:48 GMT
561
+ recorded_with: VCR 2.9.2
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/wsdl+xml
33
33
  Date:
34
- - Thu, 22 May 2014 23:16:13 GMT
34
+ - Mon, 28 Jul 2014 17:52:35 GMT
35
35
  Connection:
36
36
  - keep-alive
37
37
  body:
@@ -380,7 +380,7 @@ http_interactions:
380
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
381
381
  \ </port>\n</service>\n\n</definitions>\n"
382
382
  http_version:
383
- recorded_at: Thu, 22 May 2014 23:16:13 GMT
383
+ recorded_at: Mon, 28 Jul 2014 17:52:35 GMT
384
384
  - request:
385
385
  method: post
386
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -420,9 +420,9 @@ http_interactions:
420
420
  Cache-Control:
421
421
  - max-age=180
422
422
  Expires:
423
- - Thu, 22 May 2014 23:19:14 GMT
423
+ - Mon, 28 Jul 2014 17:55:36 GMT
424
424
  Date:
425
- - Thu, 22 May 2014 23:16:14 GMT
425
+ - Mon, 28 Jul 2014 17:52:36 GMT
426
426
  Content-Length:
427
427
  - '13799'
428
428
  Connection:
@@ -437,5 +437,5 @@ http_interactions:
437
437
  &lt;/dwml&gt;
438
438
  </listLatLonOut></ns1:LatLonListCityNamesResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
439
439
  http_version:
440
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
441
- recorded_with: VCR 2.9.0
440
+ recorded_at: Mon, 28 Jul 2014 17:52:36 GMT
441
+ recorded_with: VCR 2.9.2
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/wsdl+xml
33
33
  Date:
34
- - Thu, 22 May 2014 23:16:14 GMT
34
+ - Mon, 28 Jul 2014 17:52:37 GMT
35
35
  Connection:
36
36
  - keep-alive
37
37
  body:
@@ -380,7 +380,7 @@ http_interactions:
380
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
381
381
  \ </port>\n</service>\n\n</definitions>\n"
382
382
  http_version:
383
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
383
+ recorded_at: Mon, 28 Jul 2014 17:52:37 GMT
384
384
  - request:
385
385
  method: post
386
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -411,7 +411,7 @@ http_interactions:
411
411
  Server:
412
412
  - Apache/2.2.15 (Red Hat)
413
413
  X-Nids-Serverid:
414
- - www4.mo
414
+ - www5.mo
415
415
  X-Soap-Server:
416
416
  - NuSOAP/0.9.5 (1.123)
417
417
  Content-Length:
@@ -421,9 +421,9 @@ http_interactions:
421
421
  Cache-Control:
422
422
  - max-age=180
423
423
  Expires:
424
- - Thu, 22 May 2014 23:19:14 GMT
424
+ - Mon, 28 Jul 2014 17:55:37 GMT
425
425
  Date:
426
- - Thu, 22 May 2014 23:16:14 GMT
426
+ - Mon, 28 Jul 2014 17:52:37 GMT
427
427
  Connection:
428
428
  - keep-alive
429
429
  body:
@@ -437,5 +437,5 @@ http_interactions:
437
437
  xsi:noNamespaceSchemaLocation=&apos;http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd&apos;&gt;&lt;latLonList&gt;39.5457,-105.002
438
438
  39.5946,-105.014&lt;/latLonList&gt;&lt;/dwml&gt;</listLatLonOut></ns1:LatLonListZipCodeResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
439
439
  http_version:
440
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
441
- recorded_with: VCR 2.9.0
440
+ recorded_at: Mon, 28 Jul 2014 17:52:37 GMT
441
+ recorded_with: VCR 2.9.2
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/wsdl+xml
33
33
  Date:
34
- - Thu, 22 May 2014 23:16:13 GMT
34
+ - Mon, 28 Jul 2014 17:52:48 GMT
35
35
  Connection:
36
36
  - keep-alive
37
37
  body:
@@ -380,7 +380,7 @@ http_interactions:
380
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
381
381
  \ </port>\n</service>\n\n</definitions>\n"
382
382
  http_version:
383
- recorded_at: Thu, 22 May 2014 23:16:13 GMT
383
+ recorded_at: Mon, 28 Jul 2014 17:52:48 GMT
384
384
  - request:
385
385
  method: post
386
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -418,11 +418,11 @@ http_interactions:
418
418
  Vary:
419
419
  - Accept-Encoding
420
420
  Cache-Control:
421
- - max-age=178
421
+ - max-age=180
422
422
  Expires:
423
- - Thu, 22 May 2014 23:19:11 GMT
423
+ - Mon, 28 Jul 2014 17:55:49 GMT
424
424
  Date:
425
- - Thu, 22 May 2014 23:16:13 GMT
425
+ - Mon, 28 Jul 2014 17:52:49 GMT
426
426
  Content-Length:
427
427
  - '1053'
428
428
  Connection:
@@ -438,5 +438,5 @@ http_interactions:
438
438
  xsi:noNamespaceSchemaLocation=&apos;http://graphical.weather.gov/xml/DWMLgen/schema/DWML.xsd&apos;&gt;&lt;minResolution&gt;304.000000&lt;/minResolution&gt;&lt;latLonList&gt;20.191999,-121.554001
439
439
  20.331773,-69.208160 50.105547,-60.885558 49.939721,-130.103438&lt;/latLonList&gt;&lt;/dwml&gt;</listLatLonOut></ns1:CornerPointsResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
440
440
  http_version:
441
- recorded_at: Thu, 22 May 2014 23:16:13 GMT
442
- recorded_with: VCR 2.9.0
441
+ recorded_at: Mon, 28 Jul 2014 17:52:49 GMT
442
+ recorded_with: VCR 2.9.2
@@ -31,7 +31,7 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/wsdl+xml
33
33
  Date:
34
- - Thu, 22 May 2014 23:16:14 GMT
34
+ - Mon, 28 Jul 2014 17:52:48 GMT
35
35
  Connection:
36
36
  - keep-alive
37
37
  body:
@@ -380,7 +380,7 @@ http_interactions:
380
380
  \ <soap:address location=\"http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php\"/>\n
381
381
  \ </port>\n</service>\n\n</definitions>\n"
382
382
  http_version:
383
- recorded_at: Thu, 22 May 2014 23:16:14 GMT
383
+ recorded_at: Mon, 28 Jul 2014 17:52:48 GMT
384
384
  - request:
385
385
  method: post
386
386
  uri: http://graphical.weather.gov/xml/SOAP_server/ndfdXMLserver.php
@@ -418,11 +418,11 @@ http_interactions:
418
418
  Vary:
419
419
  - Accept-Encoding
420
420
  Cache-Control:
421
- - max-age=180
421
+ - max-age=174
422
422
  Expires:
423
- - Thu, 22 May 2014 23:19:15 GMT
423
+ - Mon, 28 Jul 2014 17:55:42 GMT
424
424
  Date:
425
- - Thu, 22 May 2014 23:16:15 GMT
425
+ - Mon, 28 Jul 2014 17:52:48 GMT
426
426
  Content-Length:
427
427
  - '3586'
428
428
  Connection:
@@ -467,5 +467,5 @@ http_interactions:
467
467
  39.725028,-104.643652 39.769024,-104.647730 39.813010,-104.651812 39.856986,-104.655897
468
468
  39.900953,-104.659985 39.944910,-104.664077 39.988857,-104.668172 40.032794,-104.672271&lt;/latLonList&gt;&lt;/dwml&gt;</listLatLonOut></ns1:LatLonListSubgridResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
469
469
  http_version:
470
- recorded_at: Thu, 22 May 2014 23:16:15 GMT
471
- recorded_with: VCR 2.9.0
470
+ recorded_at: Mon, 28 Jul 2014 17:52:48 GMT
471
+ recorded_with: VCR 2.9.2