Skip to content

Releases: geomarker-io/riseup_geomarker_pipeline

2.1.0

02 Jan 00:39
b682ad5
Compare
Choose a tag to compare

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

15 Nov 22:33
0d47512
Compare
Choose a tag to compare

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

10 Oct 14:58
9138f9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.3.0

riseup_geomarker_pipeline 1.2.0

11 Sep 17:20
8e593d4
Compare
Choose a tag to compare

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

11 Aug 19:48
Compare
Choose a tag to compare

Added data scraped from the Hamilton County Auditor's webpage, now included with {parcel} >= 0.7.2

  • updated version of parcel also removed extremely rare parcel land use types from the curated set of residential parcels

riseup_geomarker_pipeline 1.0.0

05 Aug 03:28
Compare
Choose a tag to compare