Skip to content

Releases: jimjonesbr/nominatim_fdw

v1.0.0

09 Feb 10:34
10a9e79
Compare
Choose a tag to compare

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