-
Notifications
You must be signed in to change notification settings - Fork 7
/
NEWS
35 lines (24 loc) · 1.09 KB
/
NEWS
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
noncensus 0.1.1
---------------
BUG FIXES
* The populations in the `states` data set were misaligned with the state names.
Fixed. Thanks to Dan Irons for finding this. #32
noncensus 0.1
-------------
NEW FEATURES
* First version of the `noncensus` package. Collection of various regional
information determined by the U.S. Census Bureau along with demographic data.
DATA
* `states`: the census regions of each U.S. state as defined by the
U.S. Census Bureau. Also includes U.S. territories and demographic data.
* `counties`: FIPS codes and demographic data for counties and county-equivalent
entities.
* `combined_areas`: Combined Statistical Areas (CSAs), which are groupings of
U.S. counties by the U.S. Census Bureau. Load data with
data(statistical_areas).
* `corebased_areas`: Core-based Statistical Areas (CBSAs), which are groupings
of U.S. counties by the U.S. Census Bureau. Load data with
data(statistical_areas).
* `zip_codes`: U.S. zip codes and related data. Including the city, state,
latitude, and longitude. Also, includes county FIPS codes to map zip codes to
FIPS codes.