InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →
Nominatim Alternatives
Similar projects and alternatives to Nominatim
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
-
omapsapp
Discontinued 🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by the community. No ads, no tracking, no data collection, no crapware. Please donate to support the development!
-
OpenRailwayMap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
-
-
-
Graphhopper
Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
-
-
-
-
-
TileServer GL
Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Nominatim discussion
Nominatim reviews and mentions
-
Ask HN: Should I open source or not?
Then you can actually query https://nominatim.org/, which does the (reverese) geocoding.
> the map will be text-only to ensure accessibility.
I wonder how that's done, something like https://wiki.openstreetmap.org/wiki/Mapscii ?
-
Building a Custom Reverse Geocoding Resource for .Net Aspire
This post is going to focus on project Nominatim which uses OpenStreetMap data to provide necessary APIs for geocoding and reverse geocoding. Relevant tools and servers can be installed using traditional approaches on various operating systems as well as running as containers.
- Nominatim: OpenStreetMap geocoding and reverse geocoding API
-
Answer: How To Get Latitude & Longitude of a Address using python
You can simply use geopy API to get longitude and latitude from address. geopy includes geocoder classes for the OpenStreetMap Nominatim, Google Geocoding API (V3), and many other geocoding services. The full list is available on the Geocoders doc section. Geocoder classes are located in geopy.geocoders. Here…
- Nominatim: Open-source geocoding with OpenStreetMap data
-
Btreefs generates executable code at runtime to unpack btree nodes
I have had a lot of "fun" with this feature in the past. It has earned a permanent place in my setup script:
ALTER SYSTEM SET jit=off;
Basically a performance blackhole for more complex queries. Most OSM related projects disable it straight away as it only creates headaches.
https://github.com/osm-search/Nominatim/pull/2559
-
[Help] searching address
Because osm.org and OsmAnd use different search engines. On osm.org it uses the Nominatim geocoder which is good at parsing addresses the way we are used to writing them. It is also running on a server with a lot of storage and memory resources. OsmAnd is built for offline use so it can't use Nominatim and has much more limited computing resources available to it. It is searching through the map files locally on your phone and however they have chosen to implement that search algorithm seems to perform poorly on addresses.
-
Kako riješiti različite verzije istih adresa ulica?
Ako skupa s adresama imaš i njihove lokacije možeš i koristiti gotov geocoder (e.g. Nominatim je free i koristi OSM podatke, možeš i deployati svoju instancu), pa iz rezultata naći geometrijski najbližu adresu koju imaš.
-
Let's build a Google Maps clone with React, Leaflet, and OneSDK
Then implement a use case. We are going to use Geocoding use case with Nominatim provider. But you can, of course, use a different provider. Copy the example code into your server.js file and make a few changes, so we can send the information we will receive from the user:
-
MicroG Qs
There are reasons why this tech was developed: because GPS can take a long time to sync up to the satellites, because GPS often doesn't work indoors, because your phone can keep a local cache of locations, and so you have the ability to find places by name or address (Geocoding) using nominatim ( https://nominatim.org )
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 May 2025
Stats
osm-search/Nominatim is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
Nominatim is marked as "self-hosted". This means that it can be used as a standalone application on its own.
The primary programming language of Nominatim is Python.