Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.8 KB

README.md

File metadata and controls

54 lines (45 loc) · 1.8 KB

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.