Web Map on Top 15 National Park of INDIA using Folium (Python Library)
- Requirements
- Installation Instructions
- Working
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
- 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.