Skip to content

Latest commit

 

History

History
44 lines (20 loc) · 973 Bytes

File metadata and controls

44 lines (20 loc) · 973 Bytes

About This Project

EONET VISUAL is a dashboard that built using Python, Streamlit, and Folium to plot the natural events on the map and visualize it with nice features to control the natural events plotting. This web app get its data from the Version 3.0 of NASA Earth Observatory Natural Event Tracker which is NASA open source API.

Activate Python Virtual Enviroment:

py -m venv venv

for cmd: venv\Scripts\activate.bat

for shell: venv\Scripts\Activate.ps1

Install Code Requirements (pip install)

folium

requests

streamlit

streamlit_folium

streamlit_lottie

Run The Applcation

Streamlit run eonat_dashboard.py.

#Application now is running on port :8080

Project Images

#Eonet Map

Capture

#General App

Capture2