Skip to content

Track data sources #1

Description

@loleg

In our project we have started from a single source, but are expanding to additional ones. It's becoming clear that there will be likely one or more sources per region, in some cases even per medical facility. Therefore the list that we are currently tracking in our ideas notebook should be formalized. The Data Package spec provides a good way to do this:

"The raw sources for this data package. It MUST be an array of Source objects. Each Source object MUST have a title and MAY have path and/or email properties. Example:"

"sources": [{
  "title": "World Bank and OECD",
  "path": "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"
}]
  • title: title of the source (e.g. document or organization name)
  • path: A url-or-path string, that is a fully qualified HTTP address, or a relative POSIX path (see the url-or-path definition in Data Resource for details).
  • email: An email address

See also: neherlab/covid19_scenarios_data#3

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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