Goals Structure Sensors Communication Server

Slides:



Advertisements
Similar presentations
WEATHER INSTRUMENTS.
Advertisements

Station Model Eric Angat Environmental Science. Instructions 1. Open your textbook to page Draw figure and copy its caption in your notebook.
SCCOOS Web Site Real-time Oil Spill Response Scenario.
Weather Journal Warm-up. First Page Current Almanac Predictions for the area – Include predictions from both almanacs Predicted Reflection – Is there.
Weather.
Weather Station Models What do they mean? How do you translate them?
NATS 101 Lecture 3 Climate and Weather. Climate and Weather “Climate is what you expect. Weather is what you get.” -Robert A. Heinlein.
Created by Mildred $100 Rel. humidityStation ModelsWeather MapsDew Point Left Over Weather $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Unit 4 Weather ©Mark Place,
All Sensors Note: Be sure you have already selected your station and time interval before choosing this product.
Unit 4: Weather. KWHL “Looking for Trends” Weather Data Collection Project Everyday during the unit, you will write down weather data at the beginning.
Wind Chill Note: Be sure you have already selected your time and station before choosing this product. Click on AWN Reports Click on Wind Chill.
A modern NM registration system capable of sending data to the NMDB Helen Mavromichalaki - Christos Sarlanis NKUA TEAM National & Kapodistrian University.
Exercises: Organizing, Loading, and Managing Point Observations Using HydroServer Support EAR CUAHSI HIS Sharing hydrologic data
What is weather? Weather is a state of the atmosphere (troposphere) at a specific time and place, determined by factors including: Air pressure Humidity.
THE GEORGE WASHINGTON UNIVERSITY SCHOOL OF ENGINEERING AND APPLIED SCIENCE DEPARTMENT OF ELECTRICAL AND COMPUTER ENGINEERING FINAL PRESENTATION WEATHER.
Tools for Predicting Weather Predicting Weather  Observation: process of watching and noting what occurs.  Prediction: proposed explanation based on.
UNION COLLEGE WEATHER STATION Brian Kruppenbacker Jeffrey D’Alessandro Advisor: Professor Traver.
The IEM-KCCI-NWS Partnership: Working Together to Save Lives and Increase Weather Data Distribution.
Science and Technology in the Environment Weather and Climate.
Weather Factors page 51. Weather Factors Recall that Weather is defined as the state of atmosphere at a specific time and place and that most weather.
A Spreadsheet Macro for Post- Processing Data from a Weather Station/Energy Balance System Antonio Gonzalez 1 and Eric Harmsen 2, 1 Dept. of Mechanical.
Earth Science Core Curriculum: 2
Our School Weather Station By Luke Davison Noah Morton Wyatt Hall and Hayden Current.
1.What are the units for temperature, air pressure and wind? 2.How are winds named? 3.What is a station model diagram? Journal #9: Weather Measurements.
Data Model / Database Implementation (continued) Jeffery S. Horsburgh Hydroinformatics Fall 2014 This work was funded by National Science Foundation Grants.
WEATHER FORECASTING Mrs. Anna Ward Ridge Road MS.
Weather Weather Variables (chapter 6). How do we describe the weather?
What do all these symbols mean? Reading a weather map.
The Weather Station Model
1.What is the temperature? 2.What is the present weather? 3.What is the wind speed? 4.What is the wind direction? 5.What is the pressure? 6.What is the.
Station Model Eric Angat Teacher. Station Model 1.What is a station model? 2.What is the weather data in the center circle? 3.How do you determine the.
Station Models. ESRT page 13 Temperature (degrees F) Top Left of Station Model.
How many legs does this elephant have? Oceanography.
Weather Station Model.
Hydromet Cloud Presentation
Grado en Ingeniería de Tecnologías y Servicios de Telecomunicación
Station Models.
What do all these symbols mean?
Goals Structure Sensors Communication Server
Jeffery S. Horsburgh Utah State University
Department of Computer Science
Weather Jeopardy.
Unit 4 Weather ©Mark Place,
Lecture 8 Database Implementation
Synoptic Weather.
Weather 12. Low Pressure System Air Pressure Humidity 13. Air Mass
Deconstruction of the Wilderness Weather Station Case Study
WEATHER STATION MODEL Wind Speed Cloud Cover Temperature Wind
Weather.
Weather Forecasts.
Weather Observation.
SCIENCE GRADE FOUR – WEATHER
Hydromet Cloud Presentation
PREDICTING THE WEATHER
Interpreting Information Shown at a Weather Station
Earth’s dynamic climate
Unit 4 Weather about Doppler Radar.
Weather Part I Revised 2010 Revised 2010 ©Mark Place,
Station Models Yajustgottaknow’um
Graphing the Data Graph the following pieces of your weather data on separate graphs: Wind Speed and Air pressure (if in inches) Air Temperature, Relative.
Weather ©Mark Place,
Earth’s dynamic climate
Weather Forecasts.
Weather Forecasts.
Client-Server Model: Requesting a Web Page
Weather Station Models
Controlling electronic devices via WiFi with your Smartphone
WEATHER UNIT VOCABULARY
Presentation transcript:

http://weather.union.edu Goals Structure Sensors Communication Server Senior Project – Computer Engineering – 2008 Union College Weather Station Gregory Mahlum Advisor – Dean Traver Structure • Location: Roof of North Wing Science & Engineering building Goals • Design and implement a weather station for the Union College community • Display current and archived measurement data on a webpage Sensors Temperature Relative humidity Barometric pressure Precipitation Ultra-violet Wind speed Wind direction Calculated wind chill, dew point, and heat index based on the above sensor measurements Communication • Serial Communication via Ethernet using a Moxa serial device server • Communication occurs continuously. Data arrives every 9-10 sec. • New data is retrieved as quickly as it takes the microcontroller to read the sensors and communicate with the server. Server • Collection Script runs communication program • Compression Script calculates averages, highs, lows, and totals • Database contains two tables, a past hour table for collection script data and an archived data table for compression script data • Web server uses data in the database to generate web pages Server Activity Diagram http://weather.union.edu