Releases: geomarker-io/riseup_geomarker_pipeline
Releases · geomarker-io/riseup_geomarker_pipeline
2.1.0
What's Changed
- modify import for ED visits by @qing-duan in #49
- parse datetime on read (this won't require lubridate or any tidyr::separate, but it still produces a parsing warning because some of the datetime values are missing the time component; these are parsed okay despite the warning with an as.Date() anyway)
- update metadata field for new ED visit data
- change GUID column names
- update version of parcel to fix bug related to failed parsing of a street name when trying to match to known apartment street names
- use more recent version of traffic exposures
- use CRAN version of {fr} package
Full Changelog: v2.0.0...v2.1.0
riseup_geomarker_pipeline 2.0.0
What's Changed
- use fr instead of codec to manage frictionless metadata and better docker usage on macOS by @cole-brokamp in #48
- use fr instead of codec to manage frictionless metadata
- use more apartment matching in later version of parcel package
- updated overview diagram
- separate point-based geomarkers into their own scripts and use less docker
- use a specifically tagged degauss container for amd64 architecture
- remove the need for {dht}
Full Changelog: v1.3.0...v2.0.0
riseup_geomarker_pipeline 1.3.0
riseup_geomarker_pipeline 1.2.0
updated external data and improved parcel matching (#41)
- rename crime variables using
crime_
prefix - updated parcel version and violation data
- updated to v1.1.0 of hh_acs_data
- cleanup extra fields to problems when merging all; closes #39
- fix makefile target; add "all" target
- use s2 package to get census tract id instead of degauss container
- use less dht to geocode; leverage geocoding_cache
- also use specialized image "3.3.0-v8" to geocode on macs
riseup_geomarker_pipeline 1.1.0
riseup_geomarker_pipeline 1.0.0
initial release