Skip to content

Releases: geomarker-io/parcel

parcel 0.11.1

08 May 15:00
97733e6
Compare
Choose a tag to compare

What's Changed

  • update python dependencies to include csvdedupe and scikit-learn v1.3.0 by @erikarasnick in #44

Full Changelog: 0.11.0...0.11.1

parcel 0.11.0

16 Jan 13:38
f543c40
Compare
Choose a tag to compare
  • update CAGIS and auditor online data for 2024 (State of Ohio rappraised all properties in 2023 for the 2024 tax year)
  • parcel file now includes the centroid latitude and longitude coordinates
  • use updated version of reticulate package (1.3.1) to specify versions of python dependencies in the DESCRIPTION file

parcel 0.10.1

22 Dec 16:41
dc6cf75
Compare
Choose a tag to compare

What's Changed

parcel 0.10.0

08 Nov 13:27
e28d27e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...v0.10.0

0.9.0

06 Nov 22:29
843ae25
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.3...0.9.0

parcel 0.8.3

08 Sep 20:49
Compare
Choose a tag to compare
  • require version 1.31 of reticulate
  • fix python to r conversion issues when using updated version of reticulate

parcel 0.8.2

08 Sep 19:16
b25b5bb
Compare
Choose a tag to compare

What's Changed

  • match known institutional (non-residential) addresses with special parcel identifiers by @erikarasnick in #34

    • save list of known nonresidential addresses as csv in inst/
  • use updated version of {cincy}; include fewer zip codes for hamilton filtering

  • update cagis_parcels tdr with fewer non-residential land use parcels

    • total in parcels.gdb: 354,521
    • after deduplication and removing missing fields: 320,832
    • have a residential land use category: 259,180
  • added more examples to readme; refreshed overview diagram

New Contributors

Full Changelog: v0.7.2...v0.8.2

parcel 0.7.2

10 Aug 23:22
98cf676
Compare
Choose a tag to compare

What's Changed

  • add linkage to online parcel website by @cole-brokamp in #32
    • additional tabular data resource (hamilton_online_parcels) that is result of scraping Hamilton County Auditor's Website for each parcel identifier in cagis_parcels
    • get_parcel_data() now also returns matched data from hamilton_online_parcels

Full Changelog: v0.6.2...v0.7.2

parcel 0.6.2

20 Jul 19:36
Compare
Choose a tag to compare
  • removed more non-residential parcels (#29)
  • removed duplicated parcel ids in cagis parcel tdr (#30)
  • changed the default threshold for get_parcel_data() to 0.2

Full Changelog: v0.6.1...v0.6.2

parcel 0.6.1

18 Jul 21:59
8dc886f
Compare
Choose a tag to compare

What's Changed

Multi match fix by @cole-brokamp in #28

  • get_parcel_data now returns the highest scored match for each input address
  • if multiple matches are tied for the highest score, a value of "TIED_MATCH" is returned instead (this is likely with condos, where multiple parcels have identical addresses)