Skip to content

Releases: dunkelstern/osmgeocoder

Raw data access release

14 Jul 18:40
Compare
Choose a tag to compare

Changelog:

  • Add type hints to all interfaces
  • Add _dict variants for geocoding functions to get raw data instead of formatted strings
  • Bugfix: Reading of custom opencage data file for address formatting was broken
  • Returned addresses now contain county and state if available

Bugfix release

03 Jul 14:34
Compare
Choose a tag to compare
  • Fix missing import for structured forward geocoding
  • Fix Copy and Paste error in forward geocoding SQL

If you're coming from 2.0.0, re-run the finalize step to update the SQL functions:

$ pipenv run bin/finalize_geocoder.py --db postgresql://geocoder:password@localhost/osmgeocoder

Forward and Reverse geocoding

03 Jul 11:03
Compare
Choose a tag to compare

Warning: DB Format changed, you'll have to re-import data

  • Fixed forward geocoding speed
  • Fixed import scripts to be more resilient
  • Made Openaddresses.io completely optional
  • Restored compatability with older 3.x python versions
  • Restored compatability with older PostgreSQL DB versions (9.5+ if you do no use openaddresses.io)
  • Switched to pipenv