-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweather.txt
executable file
·93 lines (93 loc) · 2.94 KB
/
weather.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"response": {
"version": "0.1",
"termsofService": "http://www.wunderground.com/weather/api/d/terms.html",
"features": {
"conditions": 1
}
},
"current_observation": {
"image": {
"url": "http://icons.wxug.com/graphics/wu2/logo_130x80.png",
"title": "Weather Underground",
"link": "http://www.wunderground.com"
},
"display_location": {
"full": "Boston, MA",
"city": "Boston",
"state": "MA",
"state_name": "Massachusetts",
"country": "US",
"country_iso3166": "US",
"zip": "02101",
"magic": "1",
"wmo": "99999",
"latitude": "42.37046814",
"longitude": "-71.02747345",
"elevation": "6.00000000"
},
"observation_location": {
"full": "South Boston, Boston, Massachusetts",
"city": "South Boston, Boston",
"state": "Massachusetts",
"country": "US",
"country_iso3166": "US",
"latitude": "42.343105",
"longitude": "-71.058197",
"elevation": "33 ft"
},
"estimated": {},
"station_id": "KMABOSTO35",
"observation_time": "Last Updated on October 4, 10:20 AM EDT",
"observation_time_rfc822": "Sat, 04 Oct 2014 10:20:11 -0400",
"observation_epoch": "1412432411",
"local_time_rfc822": "Sat, 04 Oct 2014 10:27:06 -0400",
"local_epoch": "1412432826",
"local_tz_short": "EDT",
"local_tz_long": "America/New_York",
"local_tz_offset": "-0400",
"weather": "Light Rain",
"temperature_string": "58.2 F (14.6 C)",
"temp_f": 58.2,
"temp_c": 14.6,
"relative_humidity": "96%",
"wind_string": "From the ESE at 3.0 MPH Gusting to 8.0 MPH",
"wind_dir": "ESE",
"wind_degrees": 105,
"wind_mph": 3,
"wind_gust_mph": "8.0",
"wind_kph": 4.8,
"wind_gust_kph": "12.9",
"pressure_mb": "1008",
"pressure_in": "29.77",
"pressure_trend": "-",
"dewpoint_string": "57 F (14 C)",
"dewpoint_f": 57,
"dewpoint_c": 14,
"heat_index_string": "NA",
"heat_index_f": "NA",
"heat_index_c": "NA",
"windchill_string": "NA",
"windchill_f": "NA",
"windchill_c": "NA",
"feelslike_string": "58.2 F (14.6 C)",
"feelslike_f": "58.2",
"feelslike_c": "14.6",
"visibility_mi": "0.5",
"visibility_km": "0.8",
"solarradiation": "--",
"UV": "1",
"precip_1hr_string": "0.00 in ( 0 mm)",
"precip_1hr_in": "0.00",
"precip_1hr_metric": " 0",
"precip_today_string": "0.00 in (0 mm)",
"precip_today_in": "0.00",
"precip_today_metric": "0",
"icon": "rain",
"icon_url": "http://icons.wxug.com/i/c/k/rain.gif",
"forecast_url": "http://www.wunderground.com/US/MA/Boston.html",
"history_url": "http://www.wunderground.com/weatherstation/WXDailyHistory.asp?ID=KMABOSTO35",
"ob_url": "http://www.wunderground.com/cgi-bin/findweather/getForecast?query=42.343105,-71.058197",
"nowcast": ""
}
}