This repository contains a script that calculates the latitude and longitude from a given address by querying four different geocoding APIs: Geoapify, OpenStreetMap, ArcGIS, and Google Maps. This tool is useful for applications that require geographical coordinates based on user-provided addresses.
-
Convert any valid address into geographical coordinates (latitude and longitude).
-
Utilizes multiple geocoding services for improved accuracy and reliability.
-
Easy to use with minimal setup.
This script utilizes the following APIs for geocoding:
-
Geoapify: A versatile API that provides geocoding services along with mapping functionalities.
-
OpenStreetMap: An open-source mapping platform that offers geocoding capabilities.
-
ArcGIS: A comprehensive mapping and spatial analysis platform that includes geocoding services.
-
Google Maps: A widely used mapping service that provides accurate geocoding through its API.