This Streamlit app displays recent FEMA disaster declarations and allows community organizers to access relevant information about affected areas, eligibility, and zip codes.
- View recent FEMA disaster declarations
- Filter disasters by state and type
- See detailed information about each disaster, including affected counties and zip codes
- Filter and download data for specific disasters
- Select a state from the dropdown menu
- Choose a specific disaster from the list of declarations for that state
- View detailed information about the selected disaster
- Use the filter options to narrow down the data
- Download the filtered data as a CSV file
You can access the live version of this app at: [Your Streamlit Cloud URL will go here]
To run this app locally:
- Clone this repository
- Install the required packages:
pip install -r requirements.txt
- Run the Streamlit app:
streamlit run streamlit_app.py
This app uses data from the FEMA Disaster Declarations Summary API and the Census Bureau Gazetteer Files.
Contributions to improve the app are welcome. Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.