Skip to content

Web Map on Top 15 National Park of INDIA using Folium (Python Library)

Notifications You must be signed in to change notification settings

BhaskarKarnatak/WebMap-using-Folium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebMap-using-Folium

Web Map on Top 15 National Park of INDIA using Folium (Python Library)

Table of Content

  1. Requirements
  2. Installation Instructions
  3. Working

Requirements

Installation Instructions

1. Install python library using following command on anaconda prompt

  • Folium
conda install folium -c conda-forge
  • Pandas
conda install folium -c conda-forge
  • Jupyter Notebook
conda install folium -c conda-forge

2. Install python library using following command on Windows Command prompt

  • Folium
pip install folium
  • Pandas
pip install pandas
  • Jupyter Notebook
python3 -m pip install --upgrade pip
python3 -m pip install jupyter

Working

  1. First, Download the whole respository which contains Jupyter Notebook File, NationalPark CSV file and sample picture of project.

2 a) Run NPark.py file and store NationalPark CSV file in same folder.

2 b) Optional Open Jupyter Notebook file and run all the command. 3. It will generate a HTML file in the same folder.

About

Web Map on Top 15 National Park of INDIA using Folium (Python Library)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published