A community-curated collection of trusted tools and datasets for disaster readiness and response operations.
This project maintains a comprehensive database of reliable data sources, APIs, and tools that are essential for disaster preparedness and emergency response. The collection is curated by the ESIP Disasters Cluster community and focuses on resources that are publicly accessible, actively maintained, and operationally useful.
- Interactive Web Interface: Browse and search through disaster-related data sources
- Real-time Accessibility Monitoring: Automated checking of resource availability
- Community Contributions: Submit new resources via Google Forms
- Categorized Resources: Organized by disaster type (flood, earthquake, wildfire, etc.)
- Status Tracking: Monitor which resources are active and publicly accessible
The main interface is available at https://esipfed.github.io/disasters-trusted-data-now/ or locally at index.html. It provides:
- Search and filter capabilities
- Card and table view options
- Real-time statistics
- Direct links to resources
The project includes Python scripts for data management:
scripts/ingest_google_forms.py: Import new submissions from Google Formsscripts/check_accessibility.py: Verify resource accessibility
New resources can be added through the Google Form linked in the web interface, or by directly editing data.json.
- Visit the web interface
- Click the "+ Submit via Google Form" button
- Fill out all required fields
- Submit the form
- Your submission will be reviewed and added during the next sync
Anyone can suggest updates or corrections to existing resources! Two easy ways:
Method 1: Click "Suggest Edit" on any resource (Easiest!)
- Browse resources on the web interface
- Click the "✏️ Suggest Edit" link on any resource
- The submission form opens with the URL pre-filled
- Fill out the form with the updated information
- Submit - your update will be processed during the next sync
Method 2: Submit directly via the form
- Go to the submission form
- Provide the exact URL of the resource you want to update
- Fill in the other fields with updated information
- Submit - your update will be processed during the next sync
How it works: The system uses the resource URL as a unique identifier. When the same URL appears in a new submission, it automatically updates the existing entry rather than creating a duplicate.
If you submitted a resource and want to make changes:
- If you saved the "Edit your response" link from Google Forms, you can use it to modify your submission directly
- Alternatively, use the "Update Existing Resource" form
- Both methods will update the same resource in the database
Resources are stored in data.json with the following structure:
{
"name": "Resource Name",
"description": "Brief description of the resource",
"url": "https://example.com",
"organization": "Organization Name",
"type": ["flood", "earthquake"],
"public": true,
"active": true,
"subscription": false,
"researchOrOps": "Operation",
"notes": "Additional notes",
"contact": "[email protected]"
}Contributions are welcome! Please:
- New Resources: Use the main Google Form to submit new resources
- Updates/Corrections: Use the "Update Existing Resource" form to modify existing entries
- Direct Edits: Advanced users can submit pull requests to modify
data.jsondirectly - Ensure all URLs are publicly accessible
- Provide accurate descriptions and categorization
- Include contact information when possible
- Anyone can suggest updates to existing resources, not just the original submitter
- Updates are processed automatically based on URL matching
- All submissions are reviewed before being published
This project is open source. Please respect the individual licenses of the resources listed.
ESIP Disasters Cluster: https://www.esipfed.org/collaboration-areas/data-help-desk-cluster-8/
Contributor: Jeil Oh ([email protected])
For questions about this project or to report issues, please contact the ESIP Disasters Cluster.