schoolofdata-ch / swiss-hospital-data

Data on hospital infrastructure in Switzerland
https://db.schoolofdata.ch/project/68
Open Data Commons Open Database License v1.0
19 stars 10 forks source link

Track data sources #1

Open loleg opened 4 years ago

loleg commented 4 years ago

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: https://github.com/neherlab/covid19_scenarios_data/issues/3