The Esipfed Disaster Cluster developed a simple asset catalog for trusted disaster related data assets. The project was primarily developed by Jehl Oh
The repo for the https://esipfed.github.io/disasters-trusted-data-now/
The data model is a json file as follows
{
"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": "contact@example.com"
}
One nice element of this project is that the site tests the data assets on a regular interval. Unfortunately numerous assets have gone offline during the life of the project.
The Esipfed Disaster Cluster developed a simple asset catalog for trusted disaster related data assets. The project was primarily developed by Jehl Oh
The repo for the https://esipfed.github.io/disasters-trusted-data-now/
The data model is a json file as follows
{
"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": "contact@example.com"
}
One nice element of this project is that the site tests the data assets on a regular interval. Unfortunately numerous assets have gone offline during the life of the project.