-
Notifications
You must be signed in to change notification settings - Fork 25
/
climate.txt
39 lines (23 loc) · 1.05 KB
/
climate.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
climate70 package:openintro R Documentation
Temperature Summary Data, Geography Limited
Description:
A random set of monitoring locations were taken from NOAA data
that had both years of interest (1948 and 2018) as well as data
for both summary metrics of interest (dx70 and dx90, which are
described below).
Format:
A data frame with 197 observations on the following 7 variables.
station Station ID.
latitude Latitude of the station.
longitude Longitude of the station.
dx70_1948 Number of days above 70 degrees in 1948.
dx70_2018 Number of days above 70 degrees in 2018.
dx90_1948 Number of days above 90 degrees in 1948.
dx90_2018 Number of days above 90 degrees in 2018.
Details:
Please keep in mind that these are two annual snapshots, and a
complete analysis would consider much more than two years of data
and much additional information for those years.
Source:
Retrieved on 2019-04-24. <URL:
https://www.ncdc.noaa.gov/cdo-web/datasets>