Sha256: 470970a9da3aaeff3ea7020170a5cd6a659a63aefe4ce566e3b9ac4da0bd746c

Contents?: true

Size: 1.78 KB

Versions: 2

Compression:

Stored size: 1.78 KB

Contents

== now
- use Yahoo placemaker for geocoding (as exclusive, or as priority for supported conversions)
- remove use of google api key

== very soon

- google geocoding terms of service indicate that "a map must be shown" ... what to do?
- driver: hamweather
- driver: meter
- improve code based on metrics
- use Geomojo to convert coords to woe_id (when no yahoo key)
- remove use of HTTParty, use Net:HTTP and Nokogiri instead

== soon

- 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

2 entries across 2 versions & 1 rubygems

Version Path
barometer-0.7.3 TODO
barometer-0.7.2 TODO