Releases: pdil/usmapdata
Releases · pdil/usmapdata
usmapdata 0.3.0
- Update map data to use 2023 shape files.
Full Changelog: v0.2.2...v0.3.0
usmapdata 0.2.2
Improvements
- Improve language in
DESCRIPTION
and minor documentation, see Issue #19.
Bug Fixes
alaska_bbox()
andhawaii_bbox()
now output correctsf
type (sfc polygon
).
Full Changelog: v0.2.1...v0.2.2
usmapdata 0.2.1
This update continues the sf
migration by setting the as_sf
parameter to default to the behavior of TRUE
. This parameter no longer has any effect, as explained below. The next phase will involve updating usmap
to no longer make use of this parameter, in which case it can be completely removed.
Removed
- The
as_sf
parameter is now deprecated and no longer has any effect.- As part of this removal, the default behavior for
us_map()
,centroid_labels()
, andfips_data()
is equivalent toas_sf = TRUE
which is to return their data as ansf
object (see0.2.0
release notes for more details). - This parameter will be completely removed in a future version but continues to exist for compatibility reasons.
- As part of this removal, the default behavior for
- Legacy
.csv
files containing mapping and FIPS data have been removed, greatly reducing package size.
Full Changelog: v0.2.0...v0.2.1
usmapdata 0.2.0
Improvements
- Update map data to use 2022 shape files.
- Begin process of upgrading map data to use GeoPackage files instead of csv.
- Previously the files were created using now-retired packages
rgdal
,rgeos
, andmaptools
. - The new files can be accessed by passing
as_sf = TRUE
to theus_map()
andfips_data()
functions. - Once the upgrade is complete, this parameter will be removed and the new functionality will be the default.
- The new map files are smaller in size while maintaining the same resolution.
- The format of the data also allows for easier manipulation in the future using the
sf
package.
- Previously the files were created using now-retired packages
- Add scripts to perform automated map data updates, see Issue #5.
- The scripts will check for new shapefiles from the US Census Bureau twice a year and automatically update the data.
- The scripts can also be run manually as needed.
- Once data is updated a new
usmapdata
release will be created.
Full Changelog: v0.1.2...v0.2.0
usmapdata 0.1.2
- Add
fips_data
function to load raw FIPS data from included csv files.fips_data()
,fips_data("state")
, orfips_data("states")
load state FIPS codesfips_data("county")
orfips_data("counties")
load county FIPS codes
Full Changelog: v0.1.1...v0.1.2
usmapdata 0.1.1
- Update package author email and website.
Full Changelog: v0.1.0...v0.1.1
usmapdata 0.1.0
- First release
Main features
- Contains the
us_map
function and associated data extracted from theusmap
package - Will allow future removal of data from
usmap
package so file size can be reduced greatly.