Skip to content

Python Map Plotter: A Python program that allows you to input latitude and longitude coordinates and plot multiple points on a map. Visualize geographic data with ease!

Notifications You must be signed in to change notification settings

EngrAwab/MapPointPlot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

MapPointPlot

Python Map Plotter: A Python program that allows you to input latitude and longitude coordinates and plot multiple points on a map. Visualize geographic data with ease!

Installation

Before running the application, make sure you have the required Python packages installed. You can install them using the following command:

pip install -r requirements.txt

Usage

Run the application by executing the main.py script. You will see a window with latitude and longitude input fields. Enter the latitude and longitude of the point you want to plot. Click the "Plot" button to display the point on the map. You can also change the country displayed on the map by modifying the code in main.py. By default, it displays a map of Pakistan. To change the country, locate the following line in the code:

axis = world_data[world_data.name == "Pakistan"].plot(ax=ax, color="lightblue", edgecolor="black")

Replace "Pakistan" with the name of the country you want to display.

image image

Example

Here's an example of how to use the application:

Run the application. Enter latitude: 52.5200 longitude: 13.4050
Click the "Plot" button. A red point will be displayed on the map at the specified coordinates.

image

Feel free to fork and modify this project to suit your needs!

This README.md file provides an overview of your project, installation instructions, basic usage guidelines, an example, and mentions the open-source license. You can further customize it to include additional information as needed.

About

Python Map Plotter: A Python program that allows you to input latitude and longitude coordinates and plot multiple points on a map. Visualize geographic data with ease!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages