oogali / oslatlong

CLI to query OSM Nominatim API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oslatlong

Quickly conceived app to query OSM's Nominatim geocoding API.

How do I install it?

Homebrew (Mac)

brew install oogali/tap/oslatlong

How do I use it?

Examples

Return all matching coordinates

oslatlong "Berlin, Germany"

Return only the first matching coordinate

oslatlong -n 1 "Berlin, Germany"

Return all matching coordinates, but prefix with the query

oslatlong -s "Berlin, Germany"

Why did you make this?

I needed a distraction and this seemed to scratch that itch.

About

CLI to query OSM Nominatim API


Languages

Language:Go 100.0%