Skip to content

Releases: eyeseast/geocode-sqlite

Progress bars

04 Apr 16:06
Compare
Choose a tag to compare

The CLI now shows a progress bar as you geocode.

Better argument and option ordering

03 Apr 14:44
Compare
Choose a tag to compare

Arguments and options now follow a much more sensible order, following the example of other thing-to-sqlite tools. For example:

geocode-sqlite nominatum geo.db innout_test \
	--location "{full}, {city}, {state} {postcode}" \
	--delay 1 \
	--user-agent "geocode-sqlite"

The order is now:

  1. geocode-sqlite
  2. geocoder, such as nominatum
  3. database path
  4. table name
  5. any additional options

v0.1.3

09 Sep 19:34
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
v0.1.3

v0.1.2

08 Sep 17:50
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Basic API is in place, with CLI support for Google, Bing, MapQuest and Nominatum (OSM) geocoders.