-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As an Open Data Hub Manager I want to add the provider and licence fields to the mobility API, to know were the data comes from and who is responsible for it. #271
Comments
I've created an Excel sheet where we can define the origin and provider for all data collectors and elaborations. On the implementation side, we'll need to
If I forgot something, feel free to add it to the list |
We agreed to add 3 new fields at an measurement and station level.
In future the While defining the owner and source name we have to worry about the names that should be unique, to allow in future to extend the information (e.g. contact, address, etc.) in a dedicated dataset (probably in the content API) and link it. @rcavaliere @clezag @mrabans : if I forgot something important please add a comment. |
The actual mobility API schema has the origin field were in some cases is stored the Data Provider (e.g. Municipality Bolzano, Municipality Trento, etc.) that is responsible for the data and in other cases is stored the Technical Source (e.g. Algorab, Famas).
The proposal is to add a new field to the mobility API. If we do so we will have the following fields for the Source and the Provider of the data:
origin
: this field will store the technical source of the data (e.g. Algorab, Famas, Systems, etc.)provider
: this field will store the data provider (e.g. Municipality of Merano, Municipality of Trento, etc.) which is the data owner that signs the data sharing contract and is responsible for it.N.B. We need to update all data collectors to write correctly this information into the database
The text was updated successfully, but these errors were encountered: