Sha256: d45fd3134f25f553d05246d2e2b05e2636659dfec828823aa0b2da7984246593
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
== now - driver: hamweather - driver: meter == soon - style the demo app results - refactor: data-zone - methods to use service_specific icons/images == future - Rdoc compatible documentation - add uv, moon, elevation info to current - driver: noaa, intellicast - weather.com simple_questions improve answers (use extra data) - make sure you can compare LocalTime to LocalDateTime in LocalTime class - be smart, never make duplicate queries - ie. if you are including wunderground, do it first and use the timezone info - conversion and weather fetching queries should have hooks to allow for configurable caching via memcache, then web service calls can be cached across multiple measurement instances. == bugs == refactoring - Parsing dates is slow (ie Time.parse) for data parsing with known date/time formats, parse the needed information explicitly example: _parse_date(text) text =~ /^(\d\d\d\d)-(\d\d)-(\d\d)/ Time.new($3,$2,$1) end == other weather info === intellicast http://www.intellicast.com/IcastRSS/Signup.aspx http://www.intellicast.com/content/ http://www.nws.noaa.gov/mdl/synop/nam.php http://www.hamweather.net/hw3/hw3php/democss/hw3.php?config=&forecast=zandh&icao=PADQ http://www.arl.noaa.gov/READYcmet.php http://www.windguru.cz/int/index.php http://www.nco.ncep.noaa.gov/pmb/products/gfs/ http://www.weatherdeveloper.com/2008/01/31/grib2-migration/ http://www.cpc.noaa.gov/products/wesley/wgrib2/
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
barometer-0.6.3 | TODO |