Sha256: 274c13ddd11bb7858b668d2b4b70cbaf907e3d36d8668166372e28d9e6e9d1ad

Contents?: true

Size: 1.73 KB

Versions: 2

Compression:

Stored size: 1.73 KB

Contents

== now

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

== 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

2 entries across 2 versions & 1 rubygems

Version Path
barometer-0.7.1 TODO
barometer-0.7.0 TODO