Skip to content
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 STA and independentL I would like to use the Data Browser in order to upload additional metadata (accessibility information) of the public charging stations #505

Open
2 tasks
rcavaliere opened this issue Jan 12, 2024 · 18 comments
Assignees

Comments

@rcavaliere
Copy link
Member

rcavaliere commented Jan 12, 2024

Expected workflow:

  • STA / IndependentL, thanks to proper user privileges, can access the Data Browser and add metadata to e-mobility stations
  • The list of metadata is available in this attachment. It is also foreseen to add images of the charging stations.

231002_IndependentL_Vorschlag-Erhebungsdaten.pdf

Test environment: https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/ODHActivityPoi?tagfilter=electric+charging+stations

@ohnewein ohnewein changed the title As STA and independentL I would like to use the Data Browser in order to upload additional metadata (accessibility information) of the public charing stations As STA and independentL I would like to use the Data Browser in order to upload additional metadata (accessibility information) of the public charging stations Jan 26, 2024
@clezag
Copy link
Member

clezag commented Jan 26, 2024

@rcavaliere I've had a look at the draft, and in my opinion putting this into station metadata could lead to a bunch of issues (e.g. translations, validation, and currently no way to even store or request an image), and it looks much more like POI data in tourism. Even more so if we think about the domains as timeseries vs content.

So before starting with any implementation, I will have a discussion with Rudi to see what similar data he currently has, and explore if and how it could potentially be put into tourism and linked with the mobility API

In addition, Antonietta has brought up that IDM and LTS are themselves in talks with IndependentL about getting accessibility data in the tourism space. Maybe we can find out what they are talking about about, there could be overlap with this issue. e.g. maybe it turns out that in the end we can have a single data stream of accessibility data, combined into a new POI accessibility data set, and link to it from the mobility side.

@rcavaliere
Copy link
Member Author

@clezag @RudiThoeni that's fine for me. But remember that we also have to provide them a possibility to give this data to the Open Data through the Data Browser. They are already waiting us in order to start the data upload. Please find here attached an example of accessibility data associated to a charging station.

TESTERHEBUNGEN.zip

@RudiThoeni
Copy link
Member

I will check this in this sprint.
With the latest changes on the Authorization System on Tourism it should be possible to manage that only certain POIs can be edited by some Independent User

@sseppi sseppi added this to the Data Browser 2.5 - Beta milestone Mar 5, 2024
@RudiThoeni
Copy link
Member

@clezag can you provide me the call to get all the public charging stations from the mobility api so i can insert them as pois into the tourism api

Next steps are

  • Sync Pois from Mobility api
  • Create Data Schema
  • Extend the Databrowser to allow insertion of this data
  • Because this data insertion section will be visible for all Activities and POIs on the opendatahub, maybe we should add a configured view prefiltered on echarching stations which only shows this section, not sure if this is possible

@RudiThoeni
Copy link
Member

@rcavaliere what is the call to get the E-Chargingstation which i should import as Poi, because this here returns a lot :) https://mobility.api.opendatahub.com/v2/flat/EChargingStation/*/latest?limit=0

@rcavaliere
Copy link
Member Author

@RudiThoeni I would just import the metadata of the stations -> https://mobility.api.opendatahub.com/v2/flat,node/EChargingStation?limit=0 probably you should just consider the active stations, then https://mobility.api.opendatahub.com/v2/flat,node/EChargingStation?limit=0&wheresactive.eq.true

@RudiThoeni
Copy link
Member

ok and consider only stations in south tyrol or all?

@rcavaliere
Copy link
Member Author

you are right, just South Tyrol could be sufficient now. @clezag can you provide here the API call with the bounding box you defined for the web-components with the KPIs (https://webcomponents.opendatahub.com/webcomponent/mobility-e-charging-dashboard)

@clezag
Copy link
Member

clezag commented Mar 8, 2024

Yes, already shared that with Rudi.
Something like https://mobility.api.opendatahub.com/v2/flat/EChargingStation/?limit=0&where=sactive.eq.true,scoordinate.bbc.(10.377487,46.141620,12.485895,47.105445,4326)

@rcavaliere rcavaliere self-assigned this Mar 22, 2024
@rcavaliere
Copy link
Member Author

First release by @RudiThoeni - test environment: https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/ODHActivityPoi?tagfilter=electric+charging+stations

@rcavaliere is testing and checking if everything is OK. Then we will then set up everything so that IndepententL can start uploading their data

@rcavaliere
Copy link
Member Author

@RudiThoeni today I was finally able to test your development. Looks everything OK, I think IndependentL should have everything for their activity! I will then start contacting them so to introduce the tool.
I will ask for the user details that should have access grants with edit power for this specific data.
Shall we work directly in production mode or better organize some tests in the testing environment? In the first case, we should set up the production environment first

@RudiThoeni
Copy link
Member

Hi @rcavaliere I can also deploy everything on production and we start from there...... will inform you when done...... The first step is they register an user on keycloak and i assign the rights to access and edit the data....... They can already do it... go to https://databrowser.opendatahub.com/ then on login go to New user? Register fill out the Registration Form and give us the names so we can set up everything.......

@rcavaliere
Copy link
Member Author

@RudiThoeni the users are:

Can you please create them and set up the access rights?

@RudiThoeni
Copy link
Member

@rcavaliere the process is that they register on keyckloak setup their password etc... after this is done i will add the access rights
https://databrowser.opendatahub.com/
Right above Login --> New user? Register

@rcavaliere
Copy link
Member Author

@RudiThoeni thanks. In the meantime, I imagine they can do the same also in the testing environment, isn't it? They would like first to make some tests here. Another request: would it be possible to put the coordinates as additional column in this view?

@RudiThoeni
Copy link
Member

@rcavaliere
Yes they can do it also on the testing environment, let me know when they first logged, so i can add the roles, i saw only marianne.viskanic@independent.it logged until now (added her rights to modify)
https://databrowser.opendatahub.testingmachine.eu/dataset/table/tourism/v1/ODHActivityPoi?tagfilter=electric+charging+stations

i added a reduced GPS View in the databrowser table view.....
image

@rcavaliere
Copy link
Member Author

@RudiThoeni perfect, I give her feedback that she has already grants!

@rcavaliere
Copy link
Member Author

@RudiThoeni feedback from IndependentL shared via mail. They request to have the view at plug level and to make some changes to the available fields, both in the general list and in the station detail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants