Datenbereitstellung Wirelinechecker mobilezone.ch

21 views
Skip to first unread message

Raffaele Sutter

unread,
Mar 29, 2022, 6:35:29 AM3/29/22
to GeoAdminCh API
Hello

Our case is to develop a wireline checker for mobilezone.ch, like at alao:

https://www.alao.ch/de/vergleichen/home/

Here are the questions:

- which service KOGIS offers and what the service includes, e.g. which data (postcode, street, skin no.) are expected and what is returned
- which network providers or operators are included
- whether, how and which network speeds are differentiated
- which network coverage and which regions are covered
- which business model KOGIS offers
- what the service does not offer or where the gaps are, question on data quality

David...@swisstopo.ch

unread,
Mar 30, 2022, 12:16:36 PM3/30/22
to geoadm...@googlegroups.com

Hi

Inline

- which service KOGIS offers and what the service includes, e.g. which data (postcode, street, skin no.) are expected and what is returned

[Oesch]

It is a two step approach using our REST Api at api.geo.admin.ch

Step one: get coordinates for the address

-        Starting Point is our Search service http://api.geo.admin.ch/services/sdiservices.html#search

-        Eg https://api3.geo.admin.ch/rest/services/api/SearchServer?searchText="Kirchplatz 5 Sirnach"&origins=address&type=locations&sr=2056 which will then result in

-          {"results":[{"id":625560678,"weight":7,"attrs":{"origin":"address","geom_quadindex":"030011330123012121122","zoomlevel":10,"featureId":"672500_0","lon":8.99707317352295,"detail":"kirchplatz 5 8370 sirnach 4761 sirnach ch tg","rank":7,"geom_st_box2d":"BOX(2717500.946 1258008.674,2717500.946 1258008.674)","lat":47.46236038208008,"num":5,"y":2717501.0,"x":1258008.625,"label":"Kirchplatz 5 <b>8370 Sirnach</b>"}}]}

Step two: get the info for operators at the coordinates you just retrieved

-        Starting point use the identify service http://api.geo.admin.ch/services/sdiservices.html#identify-features

-        https://api3.geo.admin.ch/rest/services/all/MapServer/identify?geometry=2717501.0,1258008.625&geometryType=esriGeometryPoint&lang=en&layers=all:ch.bakom.anbieter-eigenes_festnetz&sr=2056&tolerance=0

-         {"results": [{"layerName": "Number of connection providers", "featureId": 789713, "geometry": {"rings": [[[2651500.7, 1215750.0], [2651500.7, 1216000.0], [2651750.7, 1216000.0], [2651750.7, 1215750.0], [2651500.7, 1215750.0]]], "spatialReference": {"wkid": 2056}}, "bbox": [2651500.7, 1215750.0, 2651750.7, 1216000.0], "attributes": {"fdaurl": "http://www.swisscom.ch/de/privatkunden/popup/glasfaser-checker.html;https://www.sunrise.ch;http://www.quickline.ch/service-support/verfuegbarkeits-check/", "alias": "Swisscom;Sunrise UPC GmbH (Sunrise);Quickline", "nbofprovider": 3, "label": "Swisscom;Sunrise UPC GmbH (Sunrise);Quickline"}, "layerBodId": "ch.bakom.anbieter-eigenes_festnetz", "id": 789713}]}

-        -> have a good at the parameters, more savy approach would be sth like https://api3.geo.admin.ch/rest/services/all/MapServer/identify?geometry=2717501.200003662,1258008.7199987792&geometryFormat=geojson&geometryType=esriGeometryPoint&imageDisplay=1024,1008,96&lang=en&layers=all:ch.bakom.anbieter-eigenes_festnetz&limit=10&mapExtent=2717425.0433871783,1257967.8104152419,2717527.4433871787,1258068.6104152417&returnGeometry=true&sr=2056&tolerance=10


- which network providers or operators are included


- whether, how and which network speeds are differentiated

[Oesch] Here again, you will need to ask BAKOM https://www.geocat.ch/geonetwork/srv/eng/md.viewer#/full_view/b9b367de-baf0-47d9-b642-bd0f7f29c842/tab/complete if there can be made a look up between provider and speeds as in https://s.geo.admin.ch/9706f484a2 etc


- which network coverage and which regions are covered

[Oesch] Ask BAKOM as above


- which business model KOGIS offers

[Oesch] See https://www.geo.admin.ch/terms-of-use

KOGIS is only the service provider… for data itself: BAKOM will need to answer here


- what the service does not offer or where the gaps are, question on data quality

[Oesch] Here BAKOM as above

--
You received this message because you are subscribed to the Google Groups "GeoAdminCh API" group.
To unsubscribe from this group and stop receiving emails from it, send an email to geoadmin-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/geoadmin-api/199f5a92-5760-4407-ac95-bbeba9af1e6an%40googlegroups.com.

Raffaele Sutter

unread,
Mar 31, 2022, 5:42:47 AM3/31/22
to GeoAdminCh API
Danke David!
Gruss
Raffaele
Reply all
Reply to author
Forward
0 new messages