Releases: degauss-org/census_block_group
Releases · degauss-org/census_block_group
census_block_group 1.0.0
0.6.0
What's Changed
- don't pad 4 digit tracts and change column names to start with census… by @erikarasnick in #25
Full Changelog: 0.5.1...0.6.0
0.5.1
- check for ram > 5 GB when
census_year
is2010
or2020
- make
census_year
argument optional, but default to2010
if not set
0.5.0
- updates for degaussverse 1.0
- fix for 1990 IDs
0.4.3
- make all tract polygons valid with
st_make_valid
- update dht
0.4.2
-
make census tract identifiers consistent across all decades (2 digit state, 3 digit county, 6 digit tract, 1 digit block group where applicable)
-
pad census tract fips with 0 where necessary
0.4.1
fix bug that returns > 1 row per input row by using the st_join
argument largest = TRUE
0.4.0
- includes 1970 and 1980 tracts
- 1990-2020 now returns block group and tract id
0.3
The container now supports linkage to both 2020 and 1990 census block groups, in addition to 2000 and 2010.
0.2
The container now supports linkage to both 2000 and 2010 census block groups. This is supplied using a second argument in the docker call and the container will error if this is not supplied.