You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
@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.
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
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.
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.....
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....
First datasets to be integrated:
Hiking route E5, available via WFS service:
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/E5_Hiking_Path__ALL_WFS/WFSServer?service=wfs&request=getcapabilities
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/E5_Hiking_Path__ALL_WFS/WFSServer?service=wfs&request=describefeatures
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/E5_Hiking_Path__ALL_WFS/WFSServer?service=wfs&request=getfeature&typename=E5_Hiking_Path__ALL_WFS:E5_Hiking_Path__ALL_
Road network South Tyrol, available via WFS service:
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getCapabilities
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getFeature&typeName=p_bz-TransportNetwork:LinksSequences-Labels (main roads)
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getFeature&typeName=p_bz-TransportNetwork:Routes-MTB (official routes for mountain bikes)
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getFeature&typeName=p_bz-TransportNetwork:Routes-Cycleways-Tyrol (cycling routes in North Tyrol)
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getFeature&typeName=p_bz-TransportNetwork:Routes-HikingTrails (hiking trails)
https://geoservices1.civis.bz.it/geoserver/p_bz-TransportNetwork/ows?service=WFS&version=2.0.0&request=getFeature&typeName=p_bz-TransportNetwork:Routes-CyclewaysIntermunicipalPaths (intermunicipal cycling routes)
Main road network Tyrol, available via WFS service:
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Hochrangiges_Strassennetz/WFSServer?service=wfs&request=getcapabilities
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Hochrangiges_Strassennetz/WFSServer?service=wfs&request=getFeature&typeName=Hochrangiges_Strassennetz:TN_BAU_Hochrangiges_Strassennetz_A80345D2-7C89-41E0-837D-4D74CA962DEE (main roads)
Secondary road network Tyrol, available via WFS service:
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Verkehrswege/WFSServer?service=wfs&request=getcapabilities
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Verkehrswege/WFSServer?service=wfs&request=getFeature&typeName=Verkehrswege:TN_BAU_Verkehrswege_CD2F88A7-4410-4ACD-A6F7-CE4214E83198 (secondary roads)
Cycling routes North Tyrol
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Radrouten_Tirol/WFSServer?service=wfs&request=getcapabilities
https://dservices3.arcgis.com/hG7UfxX49PQ8XkXh/arcgis/services/Radrouten_Tirol/WFSServer?service=wfs&request=getFeature&typeName=Radrouten_Tirol:TN_WALD_Radrouten_Tirol_CDBD5BC5-8635-418A-BC13-52A99900D008 (cycling routes)
The text was updated successfully, but these errors were encountered: