- Added a
NEWS.mdfile to track changes to the package. - Updated package to work with AWS file structure as updated in December 2020.
- Added the ability to download the most recent Core files in
read_core(). - Added the ability to download the appropriate patterns files in
read_many_patterns, and automated post-read re-aggregation. - Added (and integrated) the
patterns_lookup()function, which shows the proper weekly files to look in for data on a particular date, and also can download those files. - Added the suite of "Volume Over Time" functions which can download, process, and graph
visits_by_dayweekly patterns data.
- Switched reliance on
safegraph_place_idtoplacekeysince new files will no longer containsafegraph_place_id - Fixed an issue in
read_many_patterns()where it would error iffilterleft zero observations in some subfiles
- Added considerable support for Canadian data, including place names in
state_info,fips_to_names,canada_cd_pop, andcanada_cd_types. - Also changed
fips_to_cbgto support Canada, and as a result the output is now character rather than numeric.
- Updated buckets for
safegraph_aws()(andpatterns_lookupto match). NOTE THIS IS A BREAKING CHANGE.safegraph_aws()now only looks at the most updated versions of the data. Access to previous versions is discontinued, and you'll need to do it by hand usingaws.s3::s3sync. There's no reason to use the old versions of the data anyway.
- Changed data files to include leading zeroes for state and county FIPS
- Moved filepaths for backfill data
- Added
safegraph_apiand madesafegraph_awsmore flexible to not rely on the soon-shutting-down C19 bucket
- Updated vignettes to reflect new usage, removed warning about "upcoming" changes.