Skip to content

Chiragj2003/Geo-coordinate-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Geo coordinate without map

Geocoding Tool

Description

The Geocoding Tool is a simple application built with Python and Tkinter that allows users to geocode addresses and obtain their latitude and longitude coordinates using the Geopy library.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/geocoding-tool.git
    
  2. Install dependencies:
    pip install geopy
    

Usage

  1. Run the application:
    python geocoding_tool.py
    
  2. Enter the address in the input field.
  3. Click the "Geocode" button to retrieve the coordinates.
  4. The latitude and longitude will be displayed below.

Dependencies

  • Tkinter
  • Geopy

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

#Geo coordinate with map

Geocoding Tool

The Geocoding Tool is a Python application that enables users to retrieve latitude and longitude coordinates for a given address and visualize the location on an interactive map.

Features

  • Address Geocoding: Enter an address and retrieve its latitude and longitude coordinates using the Nominatim geocoding service.
  • Map Display: View the location on an interactive map generated with Folium.
  • User-Friendly Interface: Simple graphical user interface built with Tkinter.

Installation

  1. Clone the repository:

    git clone https://github.com/your_username/geocoding-tool.git
  2. Navigate to the project directory:

    cd geocoding-tool
  3. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the application:

    python geocoding_tool.py
  2. Enter the address you want to geocode in the provided entry field.

  3. Click the "Geocode" button to retrieve the coordinates and display the location on the map.

Dependencies

  • Python 3.x
  • Tkinter
  • Geopy
  • Folium

Contributing

Contributions are welcome! If you have any ideas for improvements or find any issues, please open an issue or submit a pull request.

About

The Geocoding Tool is a simple application built with Python and Tkinter that allows users to geocode addresses and obtain their latitude and longitude coordinates using the Geopy library.

Topics

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors