Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jimjonesbr jimjonesbr released this 09 Feb 10:34
· 1 commit to main since this release
10a9e79

This initial version implements PostgreSQL functions that can query the following Nominatim API calls

  • Search
    The search API allows you to look up a location from a textual description or address. Nominatim supports structured and free-form search queries.
  • Reverse
    Reverse geocoding generates an address from a coordinate given as latitude and longitude.
  • Address lookup
    The lookup API allows to query the address and other details of one or multiple OSM objects like node, way or relation