In this project, I have used the FIRMS data to create a visualization of the fire incidents that have occurred. It provides a lot of dimensions to filter the data. You can choose different countries and different days to see the fire incidents. You can also choose different satellite instruments to see the fire incidents.
This project is based on Fire Information for Resource Management System (FIRMS) data from NASA. The data is collected from the MODIS, VIIRS and LANDSAT satellite instruments. The archive data is available for download from the FIRMS website. Specifically, this project uses APIs provided by FIRMS to download the data in the real time.
Download the python code, make sure you have installed the package streamlit
and everyone imported on the top of the main.py
file. Then run the code by streamlit run main.py
, you will see the visualization in your browser.
Later I will create a requirement file to make it easier to install the packages.