Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

connect weather data to web front end #264

Open
qethanm opened this issue Sep 4, 2013 · 0 comments
Open

connect weather data to web front end #264

qethanm opened this issue Sep 4, 2013 · 0 comments
Assignees

Comments

@qethanm
Copy link
Contributor

qethanm commented Sep 4, 2013

(dependency: #262)

Please include weather information on the date detail pages:

  • high temp, low temp, precipitation (database table: weather_daily_stats)
  • storm events (database table: weather_storm_event)

For storms event: please link to http://www.ncdc.noaa.gov/stormevents/eventdetails.jsp?id={event_id} such that people can see the full storm detail narrative, if they'd like

Note that some days will not have weather data:

  • as we fetch weather data every night, via scheduled job, the present day will not have any associated high/low/precipitation
  • our source for storm event data (NOAA NCDC Storm Event service) is 60-90 days behind, so the most recent 2-3 months will not have storm event data

Please contact me (@qethanm) with any technical questions on the database setup, or @danxoneil with questions on layout. Thanks!

@ghost ghost assigned santheo Sep 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants