Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.81 KB

readme.md

File metadata and controls

17 lines (12 loc) · 1.81 KB

FIRMS Data Visualization

Pyhthon Version Streamlit Version GPLv3 License NASA

Introduction

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.

Data Source

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.

How to use

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.