Skip to content

This repository contains a Python script that calculates latitude and longitude from a given address using multiple geocoding APIs, including Geoapify, OpenStreetMap, ArcGIS, and Google Maps. It aims to provide accurate geographical coordinates for various applications, making it easy to integrate location-based functionalities into your projects.

Notifications You must be signed in to change notification settings

merekat/address-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Address to Latitude/Longitude Calculator

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.

Table of Contents

Features

  • 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.

  • APIs Used

This script utilizes the following APIs for geocoding:

  1. Geoapify: A versatile API that provides geocoding services along with mapping functionalities.

  2. OpenStreetMap: An open-source mapping platform that offers geocoding capabilities.

  3. ArcGIS: A comprehensive mapping and spatial analysis platform that includes geocoding services.

  4. Google Maps: A widely used mapping service that provides accurate geocoding through its API.

About

This repository contains a Python script that calculates latitude and longitude from a given address using multiple geocoding APIs, including Geoapify, OpenStreetMap, ArcGIS, and Google Maps. It aims to provide accurate geographical coordinates for various applications, making it easy to integrate location-based functionalities into your projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published