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

EPIC: As Digiway I would like to integrate several real-time and static datastreams related in particular to the status of the hiking routes in the EUREGIO #679

Open
5 tasks
rcavaliere opened this issue Nov 19, 2024 · 5 comments
Assignees

Comments

@rcavaliere
Copy link
Member

rcavaliere commented Nov 19, 2024

First datasets to be integrated:

@rcavaliere rcavaliere changed the title EPIC: As Digiway I would like to integrate several realt-ime and static datastreams related in particular to the status of the hiking routes in the EUREGIO EPIC: As Digiway I would like to integrate several real-time and static datastreams related in particular to the status of the hiking routes in the EUREGIO Nov 19, 2024
@rcavaliere rcavaliere self-assigned this Nov 29, 2024
@rcavaliere
Copy link
Member Author

@RudiThoeni can you provide me some more technical reference on how e.g. existing hiking routes are currently stored and modeled in the Open Data Hub, so that we can start analyzing how could think to import also these new datasets?

In the documentation above you can find for the different datasets the end-points we should consider (WFS services). For each service we have a method "getCapabilities" with some metadata information. The geometry and other useful fields are in the "getFeature" methods.

@RudiThoeni
Copy link
Member

In the content api we store simply content (Texts, Images, Categorization etc...) about hiking routes, Gps Points are available and if a gpx track is available it is served as link. Most of the Hike data is closed data (LTS)
see
https://tourism.opendatahub.bz.it/v1/ODHActivityPoi?tagfilter=hiking

@rcavaliere
Copy link
Member Author

ok, if I try to map e.g. in a document existing fields in the WFS services with such data model, then it should be quite easy to integrate these datasets, or? We will mostly have in this case the geometry and some fields, no images.

@RudiThoeni
Copy link
Member

Yes maybe with the gps position it is mappable.... normally the starting position is saved as GPS Point....... so i think by checking if the gps point is on the Geometry of the WFS data it could be matchable...... however not 100% because often the startingpoint of a hiking route could be is the same for other hiking routes.....

Here we have to check if it is possible........

@RudiThoeni
Copy link
Member

Ah now i understand you want to import the data into the content api.... yes if the minimum data is there at least one title/desc + gps point and a category (hike route, bike route) then it should be no problem...... only for the tracks i have to see how to store it because until now it was only links to existing gpx file etc....

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

3 participants