ichnaea VS Nominatim

Compare ichnaea vs Nominatim and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ichnaea Nominatim
29 35
551 2,888
0.7% 1.5%
3.7 9.5
24 days ago 1 day ago
Python Python
Apache License 2.0 GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ichnaea

Posts with mentions or reviews of ichnaea. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-16.
  • Mozilla will be retiring the Mozilla Location Service
    4 projects | news.ycombinator.com | 16 Mar 2024
    The rather troubling part of this announcement in a GitHub issue is that this nugget comes out in a seemingly innocuous comment[1]:

    >> Firefox still uses MLS for `browser.region.network.url`; will that also move to Google Location Services?

    > This endpoint will be migrated to another service (classify-client) that will return the expected response. We'll adjust DNS entries when it's time to make that move so firefox won't see any difference.

    What exactly is this "classify-client" service?

    Note also this led me to discover for the first time that this is a thing[2]:

    > Geolocation for default search engine

    > In order to set the right default search engine for your location, Firefox will perform a geolocation lookup once by contacting Mozilla's servers and store the country-level result locally. This connection happens on the first start of Firefox – in case you want to prohibit that, you will have to preconfigure the browser and set the browser.search.geoip.url preference to a blank string.

    Also related is [3].

    [1]: https://github.com/mozilla/ichnaea/issues/2065#issuecomment-...

    [2]: https://support.mozilla.org/en-US/kb/how-stop-firefox-making...

    [3]: https://old.reddit.com/r/firefox/comments/iq27wa/disabling_l...

  • Retiring the Mozilla Location Service
    1 project | news.ycombinator.com | 15 Mar 2024
    1 project | news.ycombinator.com | 14 Mar 2024
  • How, what, who, and, why?
    1 project | /r/applehelp | 18 May 2023
  • WiGLE: Wireless Network Mapping
    2 projects | news.ycombinator.com | 14 Oct 2022
    I don't know what WiGLE users do with the data, but the WiGLE admins sold Wi-Fi location data to Microsoft to bootstrap Bing Maps back in the day.

    I helped bootstrap Mozilla's Location Service (MLS) to support geolocation on Firefox OS without Google Location Services. Mozilla even had its own Wi-Fi "wardriving/stumbling" app (MozStumbler https://github.com/mozilla/MozStumbler) and an opt-in stumbler in Firefox Android. But once Firefox OS was retired, there wasn't much need for MLS. However, Mozilla still runs a Wi-Fi geolocation service open to other projects (like GNOME's Geoclue service).

    Mozilla also publishes cell tower location data and shares with the OpenCellID stumbling project. I worked with Mozilla's privacy and security teams to see if we could publish the Wi-Fi location data, but we didn't find a privacy-preserving way to do that.

    For more information about MLS, check out https://location.services.mozilla.com/

  • Mozilla, Google, and Manifest V3
    1 project | /r/firefox | 27 Sep 2022
    Google mainly makes a search engine deal and pays Mozilla to use Google Location services rather than Mozilla's. Google doesn't control the development of Firefox, or its browser engine Gecko (at least directly, they do maniplulate the market so other browsers are forced to implement their stuff, Manifest v3 itself being an example).
  • What methods are used to locate a phone?
    1 project | /r/privacy | 18 Sep 2022
    The same is possible with bluetooth. Source: Mozilla Location Services
  • MLS for CellMapper Users, Primer
    2 projects | /r/cellmapper | 31 May 2022
    Tower Collector, as an app, collects for both https://opencellid.org/ and https://location.services.mozilla.com/ . https://en.wikipedia.org/wiki/Mozilla\_Location\_Service
  • Happy Windows 11 Laptop Users in 2023
    1 project | /r/linuxmemes | 23 May 2022
  • Cell tower ID (CID) and location area code LAC to coordinates?
    1 project | /r/networking | 28 Apr 2022
    I had used Google's Geolocation API and Mozilla Location Service in the past.

Nominatim

Posts with mentions or reviews of Nominatim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-05.
  • Answer: How To Get Latitude & Longitude of a Address using python
    2 projects | dev.to | 5 Oct 2023
    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
    1 project | news.ycombinator.com | 13 Jul 2023
  • Btreefs generates executable code at runtime to unpack btree nodes
    3 projects | news.ycombinator.com | 25 Jun 2023
    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
    1 project | /r/OsmAnd | 13 Jun 2023
    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?
    2 projects | /r/CroIT | 11 Jun 2023
    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
    13 projects | dev.to | 15 May 2023
    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
    1 project | /r/CalyxOS | 12 May 2023
    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 )
  • Digital prepping must haves?
    1 project | /r/preppers | 28 Mar 2023
    and nominatim which does the geocoding/reverse geocoding: https://nominatim.org/
  • Bulk/batch geocoding for cheap?
    1 project | /r/gis | 24 Mar 2023
  • How do I go about with this project idea
    1 project | /r/learnprogramming | 13 Feb 2023
    Then it depends on how the location data is conveyed in the group chat. If it's a text message you need to parse it and possibly use a mapping service to do geocoding. Eg. convert "22 Main Street" or "upper Brooklyn" into GPS coordinates. Besides Google Maps API you can maybe use OpenStreetMaps via Nominatim. If it's something more like "we just passed John's house" then you need to figure out how to write some logic to determine a location from that. Or maybe they just used the WhatsApp location share feature, then you probably don't need mapping at all.

What are some alternatives?

When comparing ichnaea and Nominatim you can also consider the following projects:

UnifiedNlp - Alternative network location provider for Android, with plugin interface to easily integrate third-party location providers.

photon - an open source geocoder for openstreetmap data

location-guard - Hide your geographic location from websites.

Open Source Routing Machine (OSRM) - Open Source Routing Machine - C++ backend

webappsec-permissions-policy - A mechanism to selectively enable and disable browser features and APIs

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.

WiFi-Automatic - Automatically turn off WiFi if you don't need it

OsmAnd - OsmAnd

MozStumbler - Android Stumbler for Mozilla

OpenTripPlanner - An open source multi-modal trip planner

GmsCore - Free implementation of Play Services

μlogger - μlogger • web viewer for tracks uploaded with μlogger mobile client