Skip to content

Use of ESIPfed Disaster Cluster Trusted Data Now as a Model for Soil Ontology Data assets #9

@redtreevole

Description

@redtreevole

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions