/fema-test-app

Primary LanguagePythonApache License 2.0Apache-2.0

FEMA Disaster Declarations App for Community Organizers

This Streamlit app displays recent FEMA disaster declarations and allows community organizers to access relevant information about affected areas, eligibility, and zip codes.

Features

  • 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

How to Use

  1. Select a state from the dropdown menu
  2. Choose a specific disaster from the list of declarations for that state
  3. View detailed information about the selected disaster
  4. Use the filter options to narrow down the data
  5. Download the filtered data as a CSV file

Live Demo

You can access the live version of this app at: [Your Streamlit Cloud URL will go here]

Local Development

To run this app locally:

  1. Clone this repository
  2. Install the required packages:
    pip install -r requirements.txt
    
  3. Run the Streamlit app:
    streamlit run streamlit_app.py
    

Data Source

This app uses data from the FEMA Disaster Declarations Summary API and the Census Bureau Gazetteer Files.

Contributing

Contributions to improve the app are welcome. Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.