Skip to content

ambuvjyn/Jupyter-Notebook-to-Mark-Latitude-and-Longitude-on-Spacial-Maps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter-Notebook-to-Mark-latitude-and-Longitude-on-Spacial-Maps

Jupyter Notebook to Mark latitude and Longitude on Spacial Maps

Python libraries used in this notebook.

  • pandas
  • matplotlib.pyplot
  • descartes
  • geopandas
  • Point and Polygon from shapely.geometry

Shape file of India from : https://www.indianremotesensing.com/

Plot size used 30x30

Two seperate data are used, which are seperated using IDs 1 and 2. 1 is blue and 2 is Red. This is to show that you can represent any number of data in the same map.

Data file : Randomly curated by Ambu Vijayan

Commands to install required python packages for this Jupyter Notebook

  • sudo apt install python3-pip to install pip3 and Python 3
  • sudo apt-get install python3-matplotlib
  • sudo apt-get install -y python-descartes
  • sudo apt install python-geopandas or sudo pip3 install geopandas
  • sudo apt install python-shapely

Disclaimer : The csv data is just random values and doesnot represent any real data.

About

Jupyter Notebook to Mark latitude and Longitude on Spacial Maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published