From 3880e30df3cfde551a4ebe72a21b496e3d538b32 Mon Sep 17 00:00:00 2001 From: Amin Amerian Date: Fri, 16 Feb 2024 19:03:30 +0330 Subject: [PATCH 1/2] Add Nominatim, an open-source geocoding with OpenStreetMap data --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 343fea85..d5a918da 100644 --- a/README.md +++ b/README.md @@ -1574,6 +1574,7 @@ Update Time, five active automations, webhooks. * [locationiq.com](https://locationiq.com/) — Geocoding, Maps, and Routing APIs. Five thousand requests/day for free. * [mapbox.com](https://www.mapbox.com/) — Maps, geospatial services and SDKs for displaying map data. * [maptiler.com](https://www.maptiler.com/cloud/) — Vector maps, map services and SDKs for map visualization. Free vector tiles with weekly updates and four map styles. + * [nominatim](https://nominatim.org/) — OpenStreetMap's free geocoding service, providing global address search functionality and reverse geocoding capabilities. * [nextbillion.ai](https://nextbillion.ai/) - Maps related services: Geocoding, Navigation (Direction, Routing, Route Optimization, Distance Matrix), Maps SDK (Vector, Static, Mobile SDK). [Free with specified quota](https://nextbillion.ai/pricing) for each services. * [opencagedata.com](https://opencagedata.com) — Geocoding API aggregating OpenStreetMap and other open geo sources. Two thousand five hundred free queries/day. * [osmnames](https://osmnames.org/) — Geocoding, search results ranked by the popularity of related Wikipedia page. From 7b5e7036da537cd64a591fefa8ad17768ff42b00 Mon Sep 17 00:00:00 2001 From: Amin Amerian Date: Fri, 16 Feb 2024 19:04:35 +0330 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5a918da..95ab986c 100644 --- a/README.md +++ b/README.md @@ -1574,7 +1574,7 @@ Update Time, five active automations, webhooks. * [locationiq.com](https://locationiq.com/) — Geocoding, Maps, and Routing APIs. Five thousand requests/day for free. * [mapbox.com](https://www.mapbox.com/) — Maps, geospatial services and SDKs for displaying map data. * [maptiler.com](https://www.maptiler.com/cloud/) — Vector maps, map services and SDKs for map visualization. Free vector tiles with weekly updates and four map styles. - * [nominatim](https://nominatim.org/) — OpenStreetMap's free geocoding service, providing global address search functionality and reverse geocoding capabilities. + * [nominatim.org](https://nominatim.org/) — OpenStreetMap's free geocoding service, providing global address search functionality and reverse geocoding capabilities. * [nextbillion.ai](https://nextbillion.ai/) - Maps related services: Geocoding, Navigation (Direction, Routing, Route Optimization, Distance Matrix), Maps SDK (Vector, Static, Mobile SDK). [Free with specified quota](https://nextbillion.ai/pricing) for each services. * [opencagedata.com](https://opencagedata.com) — Geocoding API aggregating OpenStreetMap and other open geo sources. Two thousand five hundred free queries/day. * [osmnames](https://osmnames.org/) — Geocoding, search results ranked by the popularity of related Wikipedia page.