Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NWS3DayObHistory

Proof of concept project that includes backend scripts to scrape National Weather Service (NWS) "Weather observations for the past three days" (3 Day Observed History) HTML pages and store contents in a database.
Also includes simple PHP/Javascript web application to share data in chart and table formats.

An example of the files that are being scraped is:

http://w1.weather.gov/data/obhistory/KANK.html

There are 16 data fields, but only the Air Temperature and Pressure (altimeter (in.)) are reliable numeric values.
These are stored as floats in the database. The rest of the values are stored as strings.

D
a
t
e
Time
(mst)
Wind
(mph)
Vis.
(mi.)
WeatherSky Cond. Temperature (ºF)Relative
Humidity
Wind
Chill
(°F)
Heat
Index
(°F)
PressurePrecipitation (in.)
AirDwpt6 hour altimeter
(in)
sea level
(mb)
1 hr 3 hr6 hr
Max.Min.
1914:55S 17 G 2910.00FairCLR4521 39%38NA30.14NA
1914:35S 15 G 2410.00FairCLR4522 40%38NA30.14NA
1914:15SW 14 G 2410.00FairCLR4622 39%40NA30.14NA
1913:55S 17 G 2810.00FairCLR4622 38%39NA30.14NA
1913:35S 18 G 2910.00FairCLR4622 38%39NA30.14NA
1903:35N 1310.00FairCLR2315 70%11NA30.28NA
1903:15N 16 G 2110.00FairCLR2415 69%11NA30.27NA
D
a
t
e
Time
(mst)
Wind
(mph)
Vis.
(mi.)
WeatherSky Cond. AirDwptMax.Min.Relative
Humidity
Wind
Chill
(°F)
Heat
Index
(°F)
altimeter
(in.)
sea level
(mb)
1 hr3 hr6 hr
6 hour
Temperature (ºF)PressurePrecipitation (in.)

About

Proof of concept project that includes backend scripts to scrape National Weather Service (NWS) "Weather observations for the past three days" (3 Day Observed History) HTML pages and store contents in a database. Also includes simple PHP/Javascript web application to share data in chart and table formats http://timstest.tetratech-ffx.com/weather/…

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages