-
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 APP developer I would like to get through the edge method of the ODH API also the geometries of the A22 LinkStations #174
Comments
First geometries have been created, but are not currently visible on the API. Next steps:
|
@rcavaliere I would like to finalize this issue and the related one? Is this about the edges without start and ending stations? |
Yes. Origin and destination shouldn't be mandatory in the edge table since in some cases we don't have them as stations in the station table |
We have two possible solutions here:
Maybe we should think from the POV of our API consumers. I do not know yet, what they would like to have here, and what is easier to understand? Maybe just define points on a map as nodes and any (connected or not-connected) polygon as edge (in the sense of a multiline and less of graph edges). What do you think? @bertolla @rcavaliere |
@Piiit I would go in direction 2. |
@rcavaliere Please insert an edge without starting and ending stations, I hope it works ... I will test it also after the meetings today |
@rcavaliere I have created an example for you... query as follows: https://mobility.api.opendatahub.testingmachine.eu/v2/flat,edge/*?where=sbactive.eq.null |
I had already added in my QGIS project a geometry of an A22 LinkStation: https://cloud.opendatahub.bz.it/index.php/s/zfGLREeJAKcWQng |
@rcavaliere I have written some flight rules for you. Now, I will put this into production, such that, we can try the shape importer with it... what do you think? |
Perfect!! |
@rcavaliere I've put all into production, please run your importer... Do you still need something from me? |
No, I will start with this activity, probably next week. Thanks! |
top! |
TODOS
OLD COMMENT:
Still need to be created in the ODH core, will be available through the "edge" method as for the other LinkStations
UPDATE BY @Piiit
This means, that the edges shouldn't have origin and destination mandatory, since some geometries are not connected to stations.
I performed the following changes on prod and test:
This was done manually, we need Flyway for bdp-core... The issue for that is #185
The text was updated successfully, but these errors were encountered: