Last active
May 23, 2025 12:50
-
-
Save schtibe/e806ba5195ce41855de357072a96d15b to your computer and use it in GitHub Desktop.
The Search Request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "aggregations": {}, | |
| "from": 0, | |
| "size": 20, | |
| "sort": [ | |
| { | |
| "_score": "desc" | |
| } | |
| ], | |
| "query": { | |
| "bool": { | |
| "must": [ | |
| { | |
| "query_string": { | |
| "query": "wald", | |
| "default_operator": "AND", | |
| "fields": [ | |
| "resourceTitleObject.*^5", | |
| "tag.*^4", | |
| "resourceAbstractObject.*^3", | |
| "lineageObject.*^2", | |
| "any.*", | |
| "uuid" | |
| ] | |
| } | |
| } | |
| ], | |
| "must_not": [ | |
| { | |
| "query_string": { | |
| "query": "resourceType:featureCatalog AND !resourceType:dataset AND !cl_level.key:dataset" | |
| } | |
| } | |
| ], | |
| "should": [], | |
| "filter": [ | |
| { | |
| "terms": { | |
| "isTemplate": [ | |
| "n" | |
| ] | |
| } | |
| }, | |
| { | |
| "query_string": { | |
| "query": "linkProtocol:(/OGC:WMT?S.*/)" | |
| } | |
| } | |
| ] | |
| } | |
| }, | |
| "track_total_hits": true, | |
| "_source": [ | |
| "resourceTitleObject", | |
| "link", | |
| "contact", | |
| "uuid" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "took": 13, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 1, | |
| "successful": 1, | |
| "skipped": 0, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": { | |
| "value": 405, | |
| "relation": "eq" | |
| }, | |
| "max_score": 36.04983, | |
| "hits": [ | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "6a876979-67e1-4cca-80d2-73ad37a527f0", | |
| "_score": 36.04983, | |
| "_source": { | |
| "owner": "25179804", | |
| "groupOwner": "24", | |
| "contact": [ | |
| { | |
| "role": "custodian", | |
| "address": "Basel, 4052, CH", | |
| "individual": "Grundbuch- und Vermessungsamt Fachstelle für Geoinformation", | |
| "phone": "+41 (0)61 267 92 85", | |
| "websiteObject": { | |
| "default": "http://www.geo.bs.ch", | |
| "langger": "http://www.geo.bs.ch", | |
| "langeng": "http://www.geo.bs.ch", | |
| "langita": "http://www.geo.bs.ch", | |
| "langfre": "http://www.geo.bs.ch" | |
| }, | |
| "logo": "", | |
| "position": "Bau- und Verkehrsdepartement", | |
| "organisationObject": { | |
| "default": "Kanton Basel-Stadt", | |
| "langger": "Kanton Basel-Stadt", | |
| "langeng": "Kanton Basel-Stadt", | |
| "langita": "Kanton Basel-Stadt", | |
| "langfre": "Kanton Basel-Stadt" | |
| }, | |
| "email": "geo@bs.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Rechtlicher Wald", | |
| "langger": "Rechtlicher Wald" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Öffentliches Auskunftssystem des Kantons Basel-Stadt", | |
| "langger": "Öffentliches Auskunftssystem des Kantons Basel-Stadt" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://map.geo.bs.ch/", | |
| "langger": "http://map.geo.bs.ch/" | |
| }, | |
| "nameObject": { | |
| "default": "MapBS", | |
| "langger": "MapBS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-APP", | |
| "descriptionObject": { | |
| "default": "Öffentlich zugänglicher Geodaten-Downloaddienst des Kantons Basel-Stadt", | |
| "langger": "Öffentlich zugänglicher Geodaten-Downloaddienst des Kantons Basel-Stadt" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://shop.geo.bs.ch/", | |
| "langger": "http://shop.geo.bs.ch/" | |
| }, | |
| "nameObject": { | |
| "default": "Geodaten-Shop", | |
| "langger": "Geodaten-Shop", | |
| "langeng": "Geodaten-Shop" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "Die derzeit im WMS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WMS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS).", | |
| "langger": "Die derzeit im WMS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WMS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS)." | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.bs.ch/?SERVICE=wms&REQUEST=GetCapabilities", | |
| "langger": "https://wms.geo.bs.ch/?SERVICE=wms&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WMS BS", | |
| "langger": "WMS BS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": { | |
| "default": "Die derzeit im WFS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WFS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS).", | |
| "langger": "Die derzeit im WFS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WFS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS)." | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wfs.geo.bs.ch/?SERVICE=wfs&REQUEST=GetCapabilities", | |
| "langger": "https://wfs.geo.bs.ch/?SERVICE=wfs&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WFS BS", | |
| "langger": "WFS BS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OPENDATA:SWISS", | |
| "descriptionObject": { | |
| "default": "Permalink opendata.swiss", | |
| "langger": "Permalink opendata.swiss", | |
| "langeng": "Permalink opendata.swiss", | |
| "langita": "Permalink opendata.swiss", | |
| "langfre": "Permalink opendata.swiss" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://opendata.swiss/de/perma/6a876979-67e1-4cca-80d2-73ad37a527f0@kanton-basel-stadt", | |
| "langger": "https://opendata.swiss/de/perma/6a876979-67e1-4cca-80d2-73ad37a527f0@kanton-basel-stadt", | |
| "langeng": "https://opendata.swiss/en/perma/6a876979-67e1-4cca-80d2-73ad37a527f0@kanton-basel-stadt", | |
| "langita": "https://opendata.swiss/it/perma/6a876979-67e1-4cca-80d2-73ad37a527f0@kanton-basel-stadt", | |
| "langfre": "https://opendata.swiss/fr/perma/6a876979-67e1-4cca-80d2-73ad37a527f0@kanton-basel-stadt" | |
| }, | |
| "nameObject": { | |
| "default": "Permalink opendata.swiss", | |
| "langger": "Permalink opendata.swiss", | |
| "langeng": "Permalink opendata.swiss", | |
| "langita": "Permalink opendata.swiss", | |
| "langfre": "Permalink opendata.swiss" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "Modellrepository", | |
| "langger": "Modellrepository" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://models.geo.bs.ch/Modellbeschreibungen/", | |
| "langger": "https://models.geo.bs.ch/Modellbeschreibungen/", | |
| "langeng": "https://models.geo.bs.ch/Modellbeschreibungen/", | |
| "langita": "https://models.geo.bs.ch/Modellbeschreibungen/", | |
| "langfre": "https://models.geo.bs.ch/Modellbeschreibungen/" | |
| }, | |
| "nameObject": { | |
| "default": "Modellbeschreibung", | |
| "langger": "Modellbeschreibung" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "265720", | |
| "uuid": "6a876979-67e1-4cca-80d2-73ad37a527f0" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": true, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "cdb289d5-db16-4440-8529-5807a262f6a2", | |
| "_score": 36.04983, | |
| "_source": { | |
| "owner": "14721", | |
| "groupOwner": "6", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Wabern, 3084, CH", | |
| "individual": "metadata", | |
| "phone": "+41 58 469 01 11", | |
| "websiteObject": { | |
| "default": "http://www.swisstopo.admin.ch", | |
| "langger": "http://www.swisstopo.admin.ch", | |
| "langeng": "http://www.swisstopo.admin.ch", | |
| "langroh": "http://www.swisstopo.admin.ch", | |
| "langita": "http://www.swisstopo.admin.ch", | |
| "langfre": "http://www.swisstopo.admin.ch" | |
| }, | |
| "logo": "", | |
| "position": "Metadaten", | |
| "organisationObject": { | |
| "default": "Bundesamt für Landestopografie swisstopo", | |
| "langger": "Bundesamt für Landestopografie swisstopo", | |
| "langeng": "Federal Office of Topography swisstopo", | |
| "langroh": "Uffizi federal da topografia swisstopo", | |
| "langita": "Ufficio federale di topografia swisstopo", | |
| "langfre": "Office fédéral de topographie swisstopo" | |
| }, | |
| "email": "geocat@swisstopo.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "swissTLM3D Wald", | |
| "langger": "swissTLM3D Wald", | |
| "langeng": "swissTLM3D Forest", | |
| "langroh": "swissTLM3D guaud", | |
| "langita": "swissTLM3D Foresta", | |
| "langfre": "swissTLM3D Forêt" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "MAP:Preview", | |
| "descriptionObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Previsione map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald", | |
| "langger": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald", | |
| "langeng": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald", | |
| "langroh": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald", | |
| "langita": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald", | |
| "langfre": "https://map.geo.admin.ch/?layers=ch.swisstopo.swisstlm3d-wald" | |
| }, | |
| "nameObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Previsione map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langger": "WMS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langeng": "WMS-FSDI service, layer \"Forest swissTLM3D\"", | |
| "langroh": "WMS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langita": "Servizio WMS-IFDG, strato \"Foresta swissTLM3D\"", | |
| "langfre": "Service WMS-IFDG, couche \"Forêt swissTLM3D\"" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langger": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langeng": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=en", | |
| "langroh": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langita": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=it", | |
| "langfre": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=fr" | |
| }, | |
| "nameObject": { | |
| "default": "ch.swisstopo.swisstlm3d-wald", | |
| "langger": "ch.swisstopo.swisstlm3d-wald", | |
| "langeng": "ch.swisstopo.swisstlm3d-wald", | |
| "langroh": "ch.swisstopo.swisstlm3d-wald", | |
| "langita": "ch.swisstopo.swisstlm3d-wald", | |
| "langfre": "ch.swisstopo.swisstlm3d-wald" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMTS", | |
| "descriptionObject": { | |
| "default": "WMTS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langger": "WMTS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langeng": "WMTS-FSDI service, layer \"Forest swissTLM3D\"", | |
| "langroh": "WMTS-BGDI Dienst, Layer \"Wald swissTLM3D\"", | |
| "langita": "Servizio WMTS-IFDG, strato \"Foresta swissTLM3D\"", | |
| "langfre": "Service WMTS-IFDG, couche , Layer \"Forêt swissTLM3D\"" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langger": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langeng": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=en", | |
| "langroh": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langita": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=it", | |
| "langfre": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=fr" | |
| }, | |
| "nameObject": { | |
| "default": "ch.swisstopo.swisstlm3d-wald", | |
| "langger": "ch.swisstopo.swisstlm3d-wald", | |
| "langeng": "ch.swisstopo.swisstlm3d-wald", | |
| "langroh": "ch.swisstopo.swisstlm3d-wald", | |
| "langita": "ch.swisstopo.swisstlm3d-wald", | |
| "langfre": "ch.swisstopo.swisstlm3d-wald" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "swissTLM3D", | |
| "langger": "swissTLM3D" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langger": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langeng": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langroh": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langita": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langfre": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": { | |
| "default": "Shop", | |
| "langger": "Shop", | |
| "langeng": "Shop", | |
| "langita": "Shop", | |
| "langfre": "Shop" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langger": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langeng": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langroh": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langita": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d", | |
| "langfre": "https://www.swisstopo.admin.ch/de/landschaftsmodell-swisstlm3d" | |
| }, | |
| "nameObject": {}, | |
| "group": 2 | |
| } | |
| ], | |
| "id": "36462482", | |
| "uuid": "cdb289d5-db16-4440-8529-5807a262f6a2" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "3603d620-c325-4ca2-9ffe-15dc58fff69b", | |
| "_score": 31.926867, | |
| "_source": { | |
| "owner": "9542", | |
| "groupOwner": "34946859", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3013, CH", | |
| "individual": "Sandra Kellerhals", | |
| "phone": "+41 31 633 33 11", | |
| "websiteObject": { | |
| "default": "http://www.be.ch/agi", | |
| "langger": "https://www.agi.dij.be.ch/de/start.html", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation - Geodatenmanagement", | |
| "langger": "Amt für Geoinformation - Geodatenmanagement" | |
| }, | |
| "email": "sandra.kellerhals@be.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Vegetationshöhenmodell Wald (LiDAR)", | |
| "langger": "Vegetationshöhenmodell Wald (LiDAR)", | |
| "langfre": "Modèle de hauteur de végétation Forêt (LiDAR)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/geodaten-zum-download/bezug-von-geoprodukten-nach-regionen.html?zoning=WALDVHM", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/geodaten-zum-download/bezug-von-geoprodukten-nach-regionen.html?zoning=WALDVHM", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/geodaten-zum-download/bezug-von-geoprodukten-nach-regionen.html?zoning=WALDVHM" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Daten-Download (zoniert)", | |
| "langger": "Link zum Daten-Download (zoniert)", | |
| "langfre": "Lien vers le téléchargement de données (zonées)" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDVHM_VHM_VW_25144", | |
| "langger": "WALDVHM_VHM_VW_25144", | |
| "langfre": "WALDVHM_VHM_VW_25144" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDVHM", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDVHM", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDVHM" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Geoportal des Kantons Bern", | |
| "langger": "Link zum Geoportal des Kantons Bern", | |
| "langfre": "Lien vers le Géoportail du canton de Berne" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "47902834", | |
| "uuid": "3603d620-c325-4ca2-9ffe-15dc58fff69b" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "461aa115-5012-4449-9c40-9eec8e1166f6", | |
| "_score": 31.662525, | |
| "_source": { | |
| "owner": "9542", | |
| "groupOwner": "34946859", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3013, CH", | |
| "individual": "Sandra Kellerhals", | |
| "phone": "+41 31 633 33 11", | |
| "websiteObject": { | |
| "default": "http://www.be.ch/agi", | |
| "langger": "https://www.agi.dij.be.ch/de/start.html", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation - Geodatenmanagement", | |
| "langger": "Amt für Geoinformation - Geodatenmanagement" | |
| }, | |
| "email": "sandra.kellerhals@be.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Wildschadengutachten", | |
| "langger": "Wildschadengutachten", | |
| "langfre": "Expertise des dégâts du gibier" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geofiles.be.ch/geoportal/pub/download/WILDSGA/WILDSGA.zip", | |
| "langger": "https://geofiles.be.ch/geoportal/pub/download/WILDSGA/WILDSGA.zip", | |
| "langfre": "https://geofiles.be.ch/geoportal/pub/download/WILDSGA/WILDSGA.zip" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Daten-Download (Zip)", | |
| "langger": "Link zum Daten-Download (Zip)", | |
| "langfre": "Lien vers le téléchargement de données (Zip)" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24864", | |
| "langger": "WILDSGA_WILDSGA_VW_24864", | |
| "langfre": "WILDSGA_WILDSGA_VW_24864" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24863", | |
| "langger": "WILDSGA_WILDSGA_VW_24863", | |
| "langfre": "WILDSGA_WILDSGA_VW_24863" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGAR_VW_26049", | |
| "langger": "WILDSGA_WILDSGAR_VW_26049", | |
| "langfre": "WILDSGA_WILDSGAR_VW_26049" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24864", | |
| "langger": "WILDSGA_WILDSGA_VW_24864", | |
| "langfre": "WILDSGA_WILDSGA_VW_24864" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24863", | |
| "langger": "WILDSGA_WILDSGA_VW_24863", | |
| "langfre": "WILDSGA_WILDSGA_VW_24863" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGAR_VW_26049", | |
| "langger": "WILDSGA_WILDSGAR_VW_26049", | |
| "langfre": "WILDSGA_WILDSGAR_VW_26049" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WILDSGA", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WILDSGA", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/detail.html?type=geoproduct&code=WILDSGA" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Geoportal des Kantons Bern", | |
| "langger": "Link zum Geoportal des Kantons Bern", | |
| "langfre": "Lien vers le Géoportail du canton de Berne" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "47902840", | |
| "uuid": "461aa115-5012-4449-9c40-9eec8e1166f6" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "c48b2902-dabc-31a2-e236-2af42bad6db0", | |
| "_score": 31.51852, | |
| "_source": { | |
| "owner": "47224522", | |
| "groupOwner": "50000005", | |
| "contact": [ | |
| { | |
| "role": "author", | |
| "address": "Zürich, 8090, CH", | |
| "individual": "Fachstelle Naturschutz", | |
| "phone": "+41 43 259 30 32", | |
| "websiteObject": { | |
| "default": "https://www.zh.ch/de/umwelt-tiere/naturschutz.html" | |
| }, | |
| "logo": "", | |
| "position": "Amt für Landschaft und Natur\n , Fachstelle Naturschutz", | |
| "organisationObject": { | |
| "default": "Kanton Zürich", | |
| "langger": "Kanton Zürich" | |
| }, | |
| "email": "naturschutz@bd.zh.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Lichte Wälder", | |
| "langger": "Lichte Wälder" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": { | |
| "default": "Lichte Wälder" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://geolion.zh.ch/api/v2/getGeodatenmeta.html?giszhnr=255" | |
| }, | |
| "nameObject": { | |
| "default": "GeoLion - Geometadaten Kanton Zürich" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "Viewer und Download Portal" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.zh.ch/maps?initialMapIds=FnsLWZH" | |
| }, | |
| "nameObject": { | |
| "default": "GisBrowser ZH" | |
| }, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "WMS der Teilobjektperimeter Lichte Wälder gemäss Aktionsplan" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.zh.ch/FnsLWZHWMS?Service=WMS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OGC:WFS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "WFS für Open-Government-Data des Kantons Zürich (OGD ZH WFS)" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://maps.zh.ch/wfs/OGDZHWFS?Service=WFS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "48204988", | |
| "uuid": "c48b2902-dabc-31a2-e236-2af42bad6db0" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "48a61e94-a73d-4ddd-ac39-5226e982edc5", | |
| "_score": 28.650185, | |
| "_source": { | |
| "owner": "34833000", | |
| "groupOwner": "50000004", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Schaffhausen, 8200, CH", | |
| "individual": "", | |
| "phone": "", | |
| "websiteObject": { | |
| "default": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Volkswirtschaftsdepartement/Amt-f-r-Geoinformation-3854-DE.html", | |
| "langger": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Volkswirtschaftsdepartement/Amt-f-r-Geoinformation-3854-DE.html", | |
| "lang": "https://sh.ch/CMS/Webseite/Kanton-Schaffhausen/Beh-rde/Verwaltung/Volkswirtschaftsdepartement/Amt-f-r-Geoinformation-3854-DE.html" | |
| }, | |
| "logo": "", | |
| "position": "Kontakt", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation des Kantons Schaffhausen", | |
| "langger": "Amt für Geoinformation des Kantons Schaffhausen" | |
| }, | |
| "email": "gis@sh.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Forst Wald Kanton Schaffhausen", | |
| "langger": "Forst Wald Kanton Schaffhausen" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": { | |
| "default": "(GeoPackage, DXF, Shapefile)" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://data.geo.sh.ch/ogd/wald_gemaess_forst.zip" | |
| }, | |
| "nameObject": { | |
| "default": "(GeoPackage, DXF, Shapefile)" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.sh.ch/wms?SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://map.geo.sh.ch" | |
| }, | |
| "nameObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wfs.geo.sh.ch/wfs?SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "Kanton Schaffhausen" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "39366016", | |
| "uuid": "48a61e94-a73d-4ddd-ac39-5226e982edc5" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "65f76f08-d3df-4e60-8126-c5bbabe5cf7b", | |
| "_score": 25.983482, | |
| "_source": { | |
| "owner": "9542", | |
| "groupOwner": "34946859", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3013, CH", | |
| "individual": "Sandra Kellerhals", | |
| "phone": "+41 31 633 33 11", | |
| "websiteObject": { | |
| "default": "http://www.be.ch/agi", | |
| "langger": "https://www.agi.dij.be.ch/de/start.html", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation - Geodatenmanagement", | |
| "langger": "Amt für Geoinformation - Geodatenmanagement" | |
| }, | |
| "email": "sandra.kellerhals@be.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Biodiversitätsförderung im Wald (inkl. Waldreservate)", | |
| "langger": "Biodiversitätsförderung im Wald (inkl. Waldreservate)", | |
| "langfre": "Promotion de la biodiversité en forêt (y compris réserves forestières)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geofiles.be.ch/geoportal/pub/download/WALDBIO/WALDBIO.zip", | |
| "langger": "https://geofiles.be.ch/geoportal/pub/download/WALDBIO/WALDBIO.zip", | |
| "langfre": "https://geofiles.be.ch/geoportal/pub/download/WALDBIO/WALDBIO.zip" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Daten-Download (Zip)", | |
| "langger": "Link zum Daten-Download (Zip)", | |
| "langfre": "Lien vers le téléchargement de données (Zip)" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23235", | |
| "langger": "WALDBIO_VERTWALD_VW_23235", | |
| "langfre": "WALDBIO_VERTWALD_VW_23235" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23234", | |
| "langger": "WALDBIO_VERTWALD_VW_23234", | |
| "langfre": "WALDBIO_VERTWALD_VW_23234" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWRES_VW_14120", | |
| "langger": "WALDBIO_VERTWRES_VW_14120", | |
| "langfre": "WALDBIO_VERTWRES_VW_14120" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23232", | |
| "langger": "WALDBIO_VERTWALD_VW_23232", | |
| "langfre": "WALDBIO_VERTWALD_VW_23232" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_14082", | |
| "langger": "WALDBIO_VERTWALD_VW_14082", | |
| "langfre": "WALDBIO_VERTWALD_VW_14082" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_WRAND_VW_14368", | |
| "langger": "WALDBIO_WRAND_VW_14368", | |
| "langfre": "WALDBIO_WRAND_VW_14368" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_HABIBA_VW_21890", | |
| "langger": "WALDBIO_HABIBA_VW_21890", | |
| "langfre": "WALDBIO_HABIBA_VW_21890" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTMEB_VW_14029", | |
| "langger": "WALDBIO_VERTMEB_VW_14029", | |
| "langfre": "WALDBIO_VERTMEB_VW_14029" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23235", | |
| "langger": "WALDBIO_VERTWALD_VW_23235", | |
| "langfre": "WALDBIO_VERTWALD_VW_23235" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23234", | |
| "langger": "WALDBIO_VERTWALD_VW_23234", | |
| "langfre": "WALDBIO_VERTWALD_VW_23234" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWRES_VW_14120", | |
| "langger": "WALDBIO_VERTWRES_VW_14120", | |
| "langfre": "WALDBIO_VERTWRES_VW_14120" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_23232", | |
| "langger": "WALDBIO_VERTWALD_VW_23232", | |
| "langfre": "WALDBIO_VERTWALD_VW_23232" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTWALD_VW_14082", | |
| "langger": "WALDBIO_VERTWALD_VW_14082", | |
| "langfre": "WALDBIO_VERTWALD_VW_14082" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_WRAND_VW_14368", | |
| "langger": "WALDBIO_WRAND_VW_14368", | |
| "langfre": "WALDBIO_WRAND_VW_14368" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_HABIBA_VW_21890", | |
| "langger": "WALDBIO_HABIBA_VW_21890", | |
| "langfre": "WALDBIO_HABIBA_VW_21890" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_environment03_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDBIO_VERTMEB_VW_14029", | |
| "langger": "WALDBIO_VERTMEB_VW_14029", | |
| "langfre": "WALDBIO_VERTMEB_VW_14029" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDBIO", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDBIO", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/detail.html?type=geoproduct&code=WALDBIO" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Geoportal des Kantons Bern", | |
| "langger": "Link zum Geoportal des Kantons Bern", | |
| "langfre": "Lien vers le Géoportail du canton de Berne" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "47902826", | |
| "uuid": "65f76f08-d3df-4e60-8126-c5bbabe5cf7b" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "bc4d0e6b-e92e-4f28-a7d2-f41bf61e98bc", | |
| "_score": 24.327202, | |
| "_source": { | |
| "owner": "38481587", | |
| "groupOwner": "6", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Wabern, 3084, CH", | |
| "individual": "metadata", | |
| "phone": "+41 58 469 01 11", | |
| "websiteObject": { | |
| "default": "http://www.swisstopo.admin.ch", | |
| "langger": "http://www.swisstopo.admin.ch", | |
| "langeng": "http://www.swisstopo.admin.ch", | |
| "langroh": "http://www.swisstopo.admin.ch", | |
| "langita": "http://www.swisstopo.admin.ch", | |
| "langfre": "http://www.swisstopo.admin.ch" | |
| }, | |
| "logo": "", | |
| "position": "Metadaten", | |
| "organisationObject": { | |
| "default": "Bundesamt für Landestopografie swisstopo", | |
| "langger": "Bundesamt für Landestopografie swisstopo", | |
| "langeng": "Federal Office of Topography swisstopo", | |
| "langroh": "Uffizi federal da topografia swisstopo", | |
| "langita": "Ufficio federale di topografia swisstopo", | |
| "langfre": "Office fédéral de topographie swisstopo" | |
| }, | |
| "email": "geocat@swisstopo.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "swissEO VHI: Gesundheitszustand des Waldes", | |
| "langger": "swissEO VHI: Gesundheitszustand des Waldes", | |
| "langeng": "swissEO VHI: state of forest health", | |
| "langita": "swissEO VHI: Stato di salute della foresta", | |
| "langfre": "swissEO VHI: État de santé de la forêt" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "MAP:Preview", | |
| "descriptionObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Anteprima map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://map.geo.admin.ch/?lang=de&topic=ech&bgLayer=ch.swisstopo.pixelkarte-farbe&layers=ch.swisstopo.swisseo_vhi_v100", | |
| "langger": "https://map.geo.admin.ch/?lang=de&topic=ech&bgLayer=ch.swisstopo.pixelkarte-farbe&layers=ch.swisstopo.swisseo_vhi_v100", | |
| "langeng": "https://map.geo.admin.ch/?lang=en&topic=ech&bgLayer=ch.swisstopo.pixelkarte-farbe&layers=ch.swisstopo.swisseo_vhi_v100", | |
| "langita": "https://map.geo.admin.ch/?lang=it&topic=ech&bgLayer=ch.swisstopo.pixelkarte-farbe&layers=ch.swisstopo.swisseo_vhi_v100", | |
| "langfre": "https://map.geo.admin.ch/?lang=fr&topic=ech&bgLayer=ch.swisstopo.pixelkarte-farbe&layers=ch.swisstopo.swisseo_vhi_v100" | |
| }, | |
| "nameObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Anteprima map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.swisstopo.admin.ch/de/satellitenbilder-swisseo", | |
| "langger": "https://www.swisstopo.admin.ch/de/satellitenbilder-swisseo", | |
| "langeng": "https://www.swisstopo.admin.ch/en/satellite-images-swisseo", | |
| "langita": "https://www.swisstopo.admin.ch/it/immagini-satellitari-swisseo", | |
| "langfre": "https://www.swisstopo.admin.ch/fr/images-satellite-swisseo" | |
| }, | |
| "nameObject": { | |
| "default": "Link zur Detailbeschreibung", | |
| "langger": "Link zur Detailbeschreibung", | |
| "langeng": "Link to detailed data description", | |
| "langita": "Link alla descrizione dettagliata dei dati", | |
| "langfre": "Lien vers la description détaillée des données" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": {}, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://data.geo.admin.ch/browser/index.html#/collections/ch.swisstopo.swisseo_vhi_v100", | |
| "langger": "https://data.geo.admin.ch/browser/index.html#/collections/ch.swisstopo.swisseo_vhi_v100", | |
| "langeng": "https://data.geo.admin.ch/browser/index.html#/collections/ch.swisstopo.swisseo_vhi_v100", | |
| "langita": "https://data.geo.admin.ch/browser/index.html#/collections/ch.swisstopo.swisseo_vhi_v100", | |
| "langfre": "https://data.geo.admin.ch/browser/index.html#/collections/ch.swisstopo.swisseo_vhi_v100" | |
| }, | |
| "nameObject": { | |
| "default": "Link für Datenbezug", | |
| "langger": "Link für Datenbezug", | |
| "langeng": "Link to download data", | |
| "langita": "Link per il download dei dati", | |
| "langfre": "Lien vers les données à télécharger" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "allgemeine Information zum Web Map Service (WMS) von geo.admin.ch", | |
| "langger": "allgemeine Information zum Web Map Service (WMS) von geo.admin.ch", | |
| "langeng": "General information on the Web Map Service (WMS) from geo.admin.ch", | |
| "langita": "Informazioni generali sul Web Map Service (WMS) di geo.admin.ch", | |
| "langfre": "Informations générales sur le Web Map Service (WMS) de geo.admin.ch" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geo.admin.ch/de/wms-verfuegbare-dienste-und-daten", | |
| "langger": "https://www.geo.admin.ch/de/wms-verfuegbare-dienste-und-daten", | |
| "langeng": "https://www.geo.admin.ch/en/wms-available-services-an-data", | |
| "langita": "https://www.geo.admin.ch/it/wms-servizi-e-dati-disponibili", | |
| "langfre": "https://www.geo.admin.ch/fr/wms-services-et-donnees-disponibles" | |
| }, | |
| "nameObject": { | |
| "default": "Web Map Service (WMS) geo.admin.ch", | |
| "langger": "Web Map Service (WMS) geo.admin.ch" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-BGDI Dienst, Layer \"swissEO VHI\"", | |
| "langger": "WMS-BGDI Dienst, Layer \"swissEO VHI\"", | |
| "langeng": "WMS-FSDI service, layer \"swissEO VHI\"", | |
| "langroh": "WMS-BGDI Dienst, Layer \"swissEO VHI\"", | |
| "langita": "Servizio WMS-IFDG, strato \"ch.swisstopo.swisseo_vhi_v100\"", | |
| "langfre": "Service WMS-IFDG, couche \"swissEO VHI\"" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langger": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langeng": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=en", | |
| "langroh": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langita": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=it", | |
| "langfre": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=fr" | |
| }, | |
| "nameObject": { | |
| "default": "ch.swisstopo.swisseo_vhi_v100", | |
| "langger": "ch.swisstopo.swisseo_vhi_v100", | |
| "langeng": "ch.swisstopo.swisseo_vhi_v100", | |
| "langroh": "ch.swisstopo.swisseo_vhi_v100", | |
| "langita": "ch.swisstopo.swisseo_vhi_v100", | |
| "langfre": "ch.swisstopo.swisseo_vhi_v100" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48138056", | |
| "uuid": "bc4d0e6b-e92e-4f28-a7d2-f41bf61e98bc" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "b83d1172-bed6-4e04-a56c-fcc55995dbc9", | |
| "_score": 24.327202, | |
| "_source": { | |
| "owner": "47224522", | |
| "groupOwner": "50000005", | |
| "contact": [ | |
| { | |
| "role": "resourceProvider", | |
| "address": "Zürich, 8090, CH", | |
| "individual": "Fachstelle Naturschutz", | |
| "phone": "+41 43 259 30 32", | |
| "websiteObject": { | |
| "default": "https://www.zh.ch/de/umwelt-tiere/naturschutz.html" | |
| }, | |
| "logo": "", | |
| "position": "Amt für Landschaft und Natur\n , Fachstelle Naturschutz", | |
| "organisationObject": { | |
| "default": "Kanton Zürich", | |
| "langger": "Kanton Zürich" | |
| }, | |
| "email": "naturschutz@bd.zh.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "WMS der Objekte Lichte Wälder", | |
| "langger": "WMS der Objekte Lichte Wälder" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": { | |
| "default": "WMS der Objekte Lichte Wälder" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geolion.zh.ch/geodatenservice/show?amp;nbid=931" | |
| }, | |
| "nameObject": { | |
| "default": "GeoLion - Geometadaten Kanton Zürich" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "WMS der Teilobjektperimeter Lichte Wälder gemäss Aktionsplan" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.zh.ch/FnsLWZHWMS?Service=WMS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48205023", | |
| "uuid": "b83d1172-bed6-4e04-a56c-fcc55995dbc9" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "f454fd4d-d47d-47b6-b09b-21c7c865e61b3", | |
| "_score": 24.327202, | |
| "_source": { | |
| "owner": "47224522", | |
| "groupOwner": "50000005", | |
| "contact": [ | |
| { | |
| "role": "resourceProvider", | |
| "address": "Zürich, 8090, CH", | |
| "individual": "Charles Henry", | |
| "phone": "+41 43 259 27 48", | |
| "websiteObject": { | |
| "default": "https://www.zh.ch/de/umwelt-tiere/wald.html" | |
| }, | |
| "logo": "", | |
| "position": "Amt für Landschaft und Natur\n , Abteilung Wald", | |
| "organisationObject": { | |
| "default": "Kanton Zürich", | |
| "langger": "Kanton Zürich" | |
| }, | |
| "email": "charles.henry@bd.zh.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "WMS Vegetationskundliche Kartierung der Wälder", | |
| "langger": "WMS Vegetationskundliche Kartierung der Wälder" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": { | |
| "default": "WMS Vegetationskundliche Kartierung der Wälder" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geolion.zh.ch/geodatenservice/show?amp;nbid=290" | |
| }, | |
| "nameObject": { | |
| "default": "GeoLion - Geometadaten Kanton Zürich" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "Vegetationskundliche Kartierung der Wälder im Kanton Zürich" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.zh.ch/WaldVKWMS?Service=WMS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48205093", | |
| "uuid": "f454fd4d-d47d-47b6-b09b-21c7c865e61b3" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "a193df6d-071c-4a1d-bb64-0921cc916f2f", | |
| "_score": 23.770927, | |
| "_source": { | |
| "owner": "1197", | |
| "groupOwner": "52", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3003, CH", | |
| "individual": "BAFU BNL", | |
| "phone": "+41 58 462 93 89", | |
| "websiteObject": { | |
| "default": "https://www.bafu.admin.ch/bafu/en/home/office/divisions-sections/biodiversity-and-landscape-division.html", | |
| "langger": "https://www.bafu.admin.ch/bafu/de/home/amt/abteilungen-sektionen/abteilung-biodiversitaet-und-landschaft.html", | |
| "langeng": "https://www.bafu.admin.ch/bafu/en/home/office/divisions-sections/biodiversity-and-landscape-division.html", | |
| "langita": "https://www.bafu.admin.ch/bafu/it/home/ufficio/divisioni-sezioni/divisione-biodiversita-e-paesaggio.html", | |
| "langfre": "https://www.bafu.admin.ch/bafu/fr/home/office/divisions-sections/division-biodiversite-et-paysage.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Bundesamt für Umwelt / Abteilung Biodiversität und Landschaft", | |
| "langger": "Bundesamt für Umwelt / Abteilung Biodiversität und Landschaft", | |
| "langeng": "Federal Office for the Environment / Biodiversity and Landscape Division", | |
| "langroh": "Bundesamt für Umwelt", | |
| "langita": "Ufficio federale dell'ambiente / Divisione Biodiversità e paesaggio", | |
| "langfre": "Office fédéral de l'environnement / Division Biodiversité et paysage" | |
| }, | |
| "email": "bnl@bafu.admin.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Nationales ökologisches Netzwerk REN, Lebensraum Wald", | |
| "langger": "Nationales ökologisches Netzwerk REN, Lebensraum Wald", | |
| "langeng": "National Ecological Network (REN), forest area", | |
| "langroh": "Rait ecologica naziunala REN, guaud", | |
| "langita": "Rete ecologica nazionale REN, habitat bosco", | |
| "langfre": "Réseau Ecologique National REN, Zones forestières" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "MAP:Preview", | |
| "descriptionObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Previsione map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald", | |
| "langger": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald", | |
| "langeng": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald", | |
| "langroh": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald", | |
| "langita": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald", | |
| "langfre": "https://map.geo.admin.ch/?layers=ch.bafu.ren-wald" | |
| }, | |
| "nameObject": { | |
| "default": "Vorschau map.geo.admin.ch", | |
| "langger": "Vorschau map.geo.admin.ch", | |
| "langeng": "Preview map.geo.admin.ch", | |
| "langita": "Previsione map.geo.admin.ch", | |
| "langfre": "Aperçu map.geo.admin.ch" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langger": "WMS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langeng": "WMS-FSDI service, layer \"REN forest\"", | |
| "langroh": "WMS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langita": "Servizio WMS-IFDG, strato \"REN bosco\"", | |
| "langfre": "Service WMS-IFDG, couche \"REN Zones forêts\"" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langger": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langeng": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=en", | |
| "langroh": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=de", | |
| "langita": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=it", | |
| "langfre": "https://wms.geo.admin.ch/?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities&lang=fr" | |
| }, | |
| "nameObject": { | |
| "default": "ch.bafu.ren-wald", | |
| "langger": "ch.bafu.ren-wald", | |
| "langeng": "ch.bafu.ren-wald", | |
| "langroh": "ch.bafu.ren-wald", | |
| "langita": "ch.bafu.ren-wald", | |
| "langfre": "ch.bafu.ren-wald" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMTS", | |
| "descriptionObject": { | |
| "default": "WMTS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langger": "WMTS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langeng": "WMTS-FSDI service, layer \"REN forest\"", | |
| "langroh": "WMTS-BGDI Dienst, Layer \"REN Wald\"", | |
| "langita": "Servizio WMTS-IFDG, strato \"REN bosco\"", | |
| "langfre": "Service WMTS-IFDG, couche , Layer \"REN Zones forêts\"" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langger": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langeng": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=en", | |
| "langroh": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=de", | |
| "langita": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=it", | |
| "langfre": "https://wmts.geo.admin.ch/EPSG/3857/1.0.0/WMTSCapabilities.xml?lang=fr" | |
| }, | |
| "nameObject": { | |
| "default": "ch.bafu.ren-wald", | |
| "langger": "ch.bafu.ren-wald", | |
| "langeng": "ch.bafu.ren-wald", | |
| "langroh": "ch.bafu.ren-wald", | |
| "langita": "ch.bafu.ren-wald", | |
| "langfre": "ch.bafu.ren-wald" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "Link zur Detailbeschreibung der Daten", | |
| "langger": "Link zur Detailbeschreibung der Daten", | |
| "langeng": "Link to description", | |
| "langita": "Link per la descrizione dei dettagli", | |
| "langfre": "Lien vers la description détaillée des données" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.bafu.admin.ch/bafu/de/home/themen/biodiversitaet/publikationen-studien/publikationen/nationales-oekologisches-netzwerk-ren.html", | |
| "langger": "https://www.bafu.admin.ch/bafu/de/home/themen/biodiversitaet/publikationen-studien/publikationen/nationales-oekologisches-netzwerk-ren.html", | |
| "langeng": "https://www.bafu.admin.ch/bafu/en/home/topics/biodiversity/publications-studies/publications/nationales-oekologisches-netzwerk-ren.html", | |
| "langita": "https://www.bafu.admin.ch/bafu/it/home/temi/biodiversita/pubblicazioni/pubblicazioni-biodiversita/nationales-oekologisches-netzwerk-ren.html", | |
| "langfre": "https://www.bafu.admin.ch/bafu/fr/home/themes/biodiversite/publications/publications-biodiversite/reseau-ecologique-national-ren.html" | |
| }, | |
| "nameObject": { | |
| "default": "Nationales ökologisches Netzwerk REN", | |
| "langger": "Nationales ökologisches Netzwerk REN", | |
| "langeng": "Nationales ökologisches Netzwerk REN", | |
| "langita": "Rete ecologica nazionale", | |
| "langfre": "Réseau écologique national REN" | |
| }, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": { | |
| "default": "Download Server von geo.admin.ch", | |
| "langger": "Download Server von geo.admin.ch", | |
| "langeng": "Download server from geo.admin.ch", | |
| "langita": "Server di download di geo.admin.ch", | |
| "langfre": "Serveur de téléchargement de geo.admin.ch" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://data.geo.admin.ch/browser/index.html#/collections/ch.bafu.ren-extensive_landwirtschaftsgebiete/items/ren-extensive_landwirtschaftsgebiete", | |
| "langger": "https://data.geo.admin.ch/browser/index.html#/collections/ch.bafu.ren-extensive_landwirtschaftsgebiete/items/ren-extensive_landwirtschaftsgebiete" | |
| }, | |
| "nameObject": { | |
| "default": "STAC Browser", | |
| "langger": "STAC Browser" | |
| }, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": { | |
| "default": "Link zum Datenbezug", | |
| "langger": "Link zum Datenbezug", | |
| "langeng": "Link for download", | |
| "langita": "Link per le fonti dei dati", | |
| "langfre": "Lien vers la distribution des données" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.bafu.admin.ch/bafu/de/home/zustand/daten/geodaten/biodiversitaet--geodaten.html#-184504729", | |
| "langger": "https://www.bafu.admin.ch/bafu/de/home/zustand/daten/geodaten/biodiversitaet--geodaten.html#-184504729", | |
| "langeng": "https://www.bafu.admin.ch/bafu/en/home/state/data/geodata/biodiversity--geodata.html", | |
| "langita": "https://www.bafu.admin.ch/bafu/it/home/stato/dati/geodati/biodiversita--geodati.html#-557948911", | |
| "langfre": "https://www.bafu.admin.ch/bafu/fr/home/etat/donnees/geodonnees/biodiversite--geodonnees.html#-1738807758" | |
| }, | |
| "nameObject": { | |
| "default": "BAFU Website", | |
| "langger": "BAFU Website" | |
| }, | |
| "group": 2 | |
| } | |
| ], | |
| "id": "238253", | |
| "uuid": "a193df6d-071c-4a1d-bb64-0921cc916f2f" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": true, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "4adbbe0e-68fa-490e-af77-ce44ce55b911", | |
| "_score": 23.770927, | |
| "_source": { | |
| "owner": "9542", | |
| "groupOwner": "34946859", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3013, CH", | |
| "individual": "Stefan Schürmann", | |
| "phone": "+41 31 633 33 11", | |
| "websiteObject": { | |
| "default": "http://www.be.ch/agi", | |
| "langger": "https://www.agi.dij.be.ch/de/start.html", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation - Geoportal und GIS-Arbeitsplatz", | |
| "langger": "Amt für Geoinformation - Geoportal und GIS-Arbeitsplatz" | |
| }, | |
| "email": "stefan.schuermann@be.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Wald, Flora und Fauna 01 (WMS)", | |
| "langger": "Wald, Flora und Fauna 01 (WMS)", | |
| "langfre": "Forêt, flore et faune 01 (WMS)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&request=GetCapabilities&service=WMS", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&request=GetCapabilities&service=WMS", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&request=GetCapabilities&service=WMS" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35055", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35055", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35055" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35054", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35054", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35054" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35053", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35053", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35053" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35052", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35052", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35052" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35051", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35051", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35051" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35050", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35050", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35050" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35941", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35941", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35941" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RAUBTIER_RAUBTGEM_VW_35960", | |
| "langger": "RAUBTIER_RAUBTGEM_VW_35960", | |
| "langfre": "RAUBTIER_RAUBTGEM_VW_35960" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13777", | |
| "langger": "RWP_WFUNKT_VW_13777", | |
| "langfre": "RWP_WFUNKT_VW_13777" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13925", | |
| "langger": "RWP_WFUNKT_VW_13925", | |
| "langfre": "RWP_WFUNKT_VW_13925" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13874", | |
| "langger": "RWP_WFUNKT_VW_13874", | |
| "langfre": "RWP_WFUNKT_VW_13874" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13823", | |
| "langger": "RWP_WFUNKT_VW_13823", | |
| "langfre": "RWP_WFUNKT_VW_13823" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13735", | |
| "langger": "RWP_WFUNKT_VW_13735", | |
| "langfre": "RWP_WFUNKT_VW_13735" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_WFUNKT_VW_13686", | |
| "langger": "RWP_WFUNKT_VW_13686", | |
| "langfre": "RWP_WFUNKT_VW_13686" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_RWPPERI_VW_16631", | |
| "langger": "RWP_RWPPERI_VW_16631", | |
| "langfre": "RWP_RWPPERI_VW_16631" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "RWP_RWPPERI_VW_16632", | |
| "langger": "RWP_RWPPERI_VW_16632", | |
| "langfre": "RWP_RWPPERI_VW_16632" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_TBK_VW_12813", | |
| "langger": "WALDINFO_TBK_VW_12813", | |
| "langfre": "WALDINFO_TBK_VW_12813" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_TBK_VW_7760", | |
| "langger": "WALDINFO_TBK_VW_7760", | |
| "langfre": "WALDINFO_TBK_VW_7760" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_TBK_VW_4479", | |
| "langger": "WALDINFO_TBK_VW_4479", | |
| "langfre": "WALDINFO_TBK_VW_4479" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_TBK_VW_19799", | |
| "langger": "WALDINFO_TBK_VW_19799", | |
| "langfre": "WALDINFO_TBK_VW_19799" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_BESTAND_VW_12811", | |
| "langger": "WALDINFO_BESTAND_VW_12811", | |
| "langfre": "WALDINFO_BESTAND_VW_12811" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_ENTWDET_VW_6129", | |
| "langger": "WALDINFO_ENTWDET_VW_6129", | |
| "langfre": "WALDINFO_ENTWDET_VW_6129" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_ENTW_VW_7758", | |
| "langger": "WALDINFO_ENTW_VW_7758", | |
| "langfre": "WALDINFO_ENTW_VW_7758" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDINFO_BHOEHE_VW_2868", | |
| "langger": "WALDINFO_BHOEHE_VW_2868", | |
| "langfre": "WALDINFO_BHOEHE_VW_2868" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDVHM_VHM_VW_25144", | |
| "langger": "WALDVHM_VHM_VW_25144", | |
| "langfre": "WALDVHM_VHM_VW_25144" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDVHS_VHSZTR_VW_36187", | |
| "langger": "WALDVHS_VHSZTR_VW_36187", | |
| "langfre": "WALDVHS_VHSZTR_VW_36187" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDVHS_VHSZMTR_VW_36186", | |
| "langger": "WALDVHS_VHSZMTR_VW_36186", | |
| "langfre": "WALDVHS_VHSZMTR_VW_36186" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WALDVHS_VHSG_VW_36184", | |
| "langger": "WALDVHS_VHSG_VW_36184", | |
| "langfre": "WALDVHS_VHSG_VW_36184" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WERSCHL_ERDICHTE_VW_3253", | |
| "langger": "WERSCHL_ERDICHTE_VW_3253", | |
| "langfre": "WERSCHL_ERDICHTE_VW_3253" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WERSCHL_ERGUETE_VW_6549", | |
| "langger": "WERSCHL_ERGUETE_VW_6549", | |
| "langfre": "WERSCHL_ERGUETE_VW_6549" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WERSCHL_EREINH_VW_11572", | |
| "langger": "WERSCHL_EREINH_VW_11572", | |
| "langfre": "WERSCHL_EREINH_VW_11572" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WERSCHL_FOERSCHL_VW_11576", | |
| "langger": "WERSCHL_FOERSCHL_VW_11576", | |
| "langfre": "WERSCHL_FOERSCHL_VW_11576" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WERSCHL_ERHN_VW_11574", | |
| "langger": "WERSCHL_ERHN_VW_11574", | |
| "langfre": "WERSCHL_ERHN_VW_11574" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDRAUM_WILDR_VW_19885", | |
| "langger": "WILDRAUM_WILDR_VW_19885", | |
| "langfre": "WILDRAUM_WILDR_VW_19885" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDRAUM_WILDR_VW_19884", | |
| "langger": "WILDRAUM_WILDR_VW_19884", | |
| "langfre": "WILDRAUM_WILDR_VW_19884" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24864", | |
| "langger": "WILDSGA_WILDSGA_VW_24864", | |
| "langfre": "WILDSGA_WILDSGA_VW_24864" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGA_VW_24863", | |
| "langger": "WILDSGA_WILDSGA_VW_24863", | |
| "langfre": "WILDSGA_WILDSGA_VW_24863" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WILDSGA_WILDSGAR_VW_26049", | |
| "langger": "WILDSGA_WILDSGAR_VW_26049", | |
| "langfre": "WILDSGA_WILDSGAR_VW_26049" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WSP_WSPPERI_VW_14872", | |
| "langger": "WSP_WSPPERI_VW_14872", | |
| "langfre": "WSP_WSPPERI_VW_14872" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WSP_WSPSTR_VW_13634", | |
| "langger": "WSP_WSPSTR_VW_13634", | |
| "langfre": "WSP_WSPSTR_VW_13634" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_biota01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WSP_WSPSIG_VW_14467", | |
| "langger": "WSP_WSPSIG_VW_14467", | |
| "langfre": "WSP_WSPSIG_VW_14467" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=service&code=OF_biota01", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=service&code=OF_biota01", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/detail.html?type=service&code=OF_biota01" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Geoportal des Kantons Bern", | |
| "langger": "Link zum Geoportal des Kantons Bern", | |
| "langfre": "Lien vers le Géoportail du canton de Berne" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "48100641", | |
| "uuid": "4adbbe0e-68fa-490e-af77-ce44ce55b911" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "5a68ded5-5801-4591-9575-41db2d3e5fc4", | |
| "_score": 18.607626, | |
| "_source": { | |
| "owner": "9542", | |
| "groupOwner": "34946859", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Bern, 3013, CH", | |
| "individual": "Pascal Kuhn", | |
| "phone": "+41 31 633 33 11", | |
| "websiteObject": { | |
| "default": "http://www.be.ch/agi", | |
| "langger": "https://www.agi.dij.be.ch/de/start.html", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Geoinformation - Geodatenmanagement", | |
| "langger": "Amt für Geoinformation - Geodatenmanagement" | |
| }, | |
| "email": "pascal.kuhn@be.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Waldabteilungen", | |
| "langger": "Waldabteilungen", | |
| "langfre": "Divisions forestières" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-URL", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geofiles.be.ch/geoportal/pub/download/ADMWABT/ADMWABT.zip", | |
| "langger": "https://geofiles.be.ch/geoportal/pub/download/ADMWABT/ADMWABT.zip", | |
| "langfre": "https://geofiles.be.ch/geoportal/pub/download/ADMWABT/ADMWABT.zip" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Daten-Download (Zip)", | |
| "langger": "Link zum Daten-Download (Zip)", | |
| "langfre": "Lien vers le téléchargement de données (Zip)" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5_VW_14721", | |
| "langger": "ADMWABT_WABT5_VW_14721", | |
| "langfre": "ADMWABT_WABT5_VW_14721" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wfs/MapServer/WFSServer?&SERVICE=WFS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5S_VW_15493", | |
| "langger": "ADMWABT_WABT5S_VW_15493", | |
| "langfre": "ADMWABT_WABT5S_VW_15493" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5_VW_14721", | |
| "langger": "ADMWABT_WABT5_VW_14721", | |
| "langfre": "ADMWABT_WABT5_VW_14721" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5_VW_15495", | |
| "langger": "ADMWABT_WABT5_VW_15495", | |
| "langfre": "ADMWABT_WABT5_VW_15495" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5S_VW_15493", | |
| "langger": "ADMWABT_WABT5S_VW_15493", | |
| "langfre": "ADMWABT_WABT5S_VW_15493" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": {}, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langger": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_de_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities", | |
| "langfre": "https://www.geoservice.apps.be.ch/geoservice3/services/a42geo/of_boundaries01_fr_ms_wms/MapServer/WMSServer?&SERVICE=WMS&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ADMWABT_WABT5_VW_15494", | |
| "langger": "ADMWABT_WABT5_VW_15494", | |
| "langfre": "ADMWABT_WABT5_VW_15494" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": {}, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=ADMWABT", | |
| "langger": "https://www.agi.dij.be.ch/de/start/geoportal/geodaten/detail.html?type=geoproduct&code=ADMWABT", | |
| "langfre": "https://www.agi.dij.be.ch/fr/start/geoportal/geodaten/detail.html?type=geoproduct&code=ADMWABT" | |
| }, | |
| "nameObject": { | |
| "default": "Link zum Geoportal des Kantons Bern", | |
| "langger": "Link zum Geoportal des Kantons Bern", | |
| "langfre": "Lien vers le Géoportail du canton de Berne" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "47902710", | |
| "uuid": "5a68ded5-5801-4591-9575-41db2d3e5fc4" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "87c65b74-a002-42c3-abc1-c2287ff2e325-6571", | |
| "_score": 17.731438, | |
| "_source": { | |
| "owner": "34965962", | |
| "groupOwner": "34965961", | |
| "contact": [ | |
| { | |
| "role": "pointOfContact", | |
| "address": "Aarau, 5001", | |
| "individual": "", | |
| "phone": "", | |
| "websiteObject": { | |
| "default": "http://www.ag.ch/raumentwicklung", | |
| "lang": "http://www.ag.ch/raumentwicklung" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Abteilung Raumentwicklung", | |
| "langger": "Abteilung Raumentwicklung" | |
| }, | |
| "email": "raumentwicklung@ag.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Naturschutzgebiet von kantonaler Bedeutung im Wald (NkBW), Richtplan L 4.1", | |
| "langger": "Naturschutzgebiet von kantonaler Bedeutung im Wald (NkBW), Richtplan L 4.1" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:DOWNLOAD-APP", | |
| "descriptionObject": { | |
| "default": "AGIS.are_rp11wni", | |
| "lang": "AGIS.are_rp11wni" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://www.ag.ch/de/verwaltung/dfr/geoportal/geodaten/geodatenliste?rewriteRemoteUrl=/details/AGIS.are_rp11wni", | |
| "lang": "https://www.ag.ch/de/verwaltung/dfr/geoportal/geodaten/geodatenliste?rewriteRemoteUrl=/details/AGIS.are_rp11wni" | |
| }, | |
| "nameObject": { | |
| "default": "AGIS Direktdownload", | |
| "lang": "AGIS Direktdownload" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "Naturschutzgebiet von kantonaler Bedeutung im Wald (NkBW), Richtplan L 4.1", | |
| "lang": "Naturschutzgebiet von kantonaler Bedeutung im Wald (NkBW), Richtplan L 4.1" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.ag.ch/public/ch_ag_geo_are_rp11wni/wms?service=wms&version=1.3.0&request=GetCapabilities", | |
| "lang": "https://wms.geo.ag.ch/public/ch_ag_geo_are_rp11wni/wms?service=wms&version=1.3.0&request=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "ch_ag_geo_are_rp11wni", | |
| "lang": "ch_ag_geo_are_rp11wni" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "48223366", | |
| "uuid": "87c65b74-a002-42c3-abc1-c2287ff2e325-6571" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "629e69f9-8852-ea70-3e28-580ce1bd7cac", | |
| "_score": 16.704533, | |
| "_source": { | |
| "owner": "47224522", | |
| "groupOwner": "50000005", | |
| "contact": [ | |
| { | |
| "role": "author", | |
| "address": "Zürich, 8090, CH", | |
| "individual": "Anja Bader", | |
| "phone": "+41 43 259 27 48", | |
| "websiteObject": { | |
| "default": "https://www.zh.ch/de/umwelt-tiere/wald.html" | |
| }, | |
| "logo": "", | |
| "position": "Amt für Landschaft und Natur\n , Abteilung Wald", | |
| "organisationObject": { | |
| "default": "Kanton Zürich", | |
| "langger": "Kanton Zürich" | |
| }, | |
| "email": "anja.bader@bd.zh.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Vegetationskundliche Kartierung der Wälder (Waldvegetationskarte, Standortskarte) - Geolion Eintrag in Bearbeitung", | |
| "langger": "Vegetationskundliche Kartierung der Wälder (Waldvegetationskarte, Standortskarte) - Geolion Eintrag in Bearbeitung" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": { | |
| "default": "Vegetationskundliche Kartierung der Wälder (Waldvegetationskarte, Standortskarte) - Geolion Eintrag in Bearbeitung" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://geolion.zh.ch/api/v2/getGeodatenmeta.html?giszhnr=110" | |
| }, | |
| "nameObject": { | |
| "default": "GeoLion - Geometadaten Kanton Zürich" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "Viewer und Download Portal" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://maps.zh.ch/?topic=WaldVKZH&showtab=ogddownload" | |
| }, | |
| "nameObject": { | |
| "default": "GisBrowser ZH" | |
| }, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "Vegetationskundliche Kartierung der Wälder im Kanton Zürich" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.zh.ch/WaldVKWMS?Service=WMS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OGC:WFS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "WFS für Open-Government-Data des Kantons Zürich (OGD ZH WFS)" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://maps.zh.ch/wfs/OGDZHWFS?Service=WFS&Request=GetCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "48204858", | |
| "uuid": "629e69f9-8852-ea70-3e28-580ce1bd7cac" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "ur-2094", | |
| "_score": 16.180239, | |
| "_source": { | |
| "owner": "43761229", | |
| "groupOwner": "70", | |
| "contact": [ | |
| { | |
| "role": "custodian", | |
| "address": "Reussacherstrasse 30, Altdorf, 6460, CH", | |
| "individual": "", | |
| "phone": "+41 41 500 60 60", | |
| "websiteObject": { | |
| "default": "http://www.lisag.ch" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Lisag AG", | |
| "langger": "Lisag AG" | |
| }, | |
| "email": "mail@lisag.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Statische Waldgrenzen Vorprüfung projektiert", | |
| "langger": "Statische Waldgrenzen Vorprüfung projektiert" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/sec-webmercator/wms?request=getCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "oereb_sec:ch157_prj_statische_waldgrenzen" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": { | |
| "default": "WFS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/sec-webmercator/wfs?request=getCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Web GIS Client des Kanton Uri. Die Daten können direkt via dem Portal in den unterschiedlichsten Datenformaten heruntergeladen werden." | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/?layers=Statische Waldgrenzen Vorprüfung projektiert" | |
| }, | |
| "nameObject": { | |
| "default": "GEO.UR" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48257496", | |
| "uuid": "ur-2094" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "ur-2030", | |
| "_score": 16.180239, | |
| "_source": { | |
| "owner": "43761229", | |
| "groupOwner": "70", | |
| "contact": [ | |
| { | |
| "role": "custodian", | |
| "address": "Reussacherstrasse 30, Altdorf, 6460, CH", | |
| "individual": "", | |
| "phone": "+41 41 500 60 60", | |
| "websiteObject": { | |
| "default": "http://www.lisag.ch" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Lisag AG", | |
| "langger": "Lisag AG" | |
| }, | |
| "email": "mail@lisag.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Statische Waldgrenzen (UR)", | |
| "langger": "Statische Waldgrenzen (UR)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/wms?request=getCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "oereb:ch157_rkr_statische_waldgrenzen" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": { | |
| "default": "WFS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/wfs?request=getCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Web GIS Client des Kanton Uri. Die Daten können direkt via dem Portal in den unterschiedlichsten Datenformaten heruntergeladen werden." | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/?layers=Statische Waldgrenzen" | |
| }, | |
| "nameObject": { | |
| "default": "GEO.UR" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48213419", | |
| "uuid": "ur-2030" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca", | |
| "_score": 16.029932, | |
| "_source": { | |
| "owner": "25179804", | |
| "groupOwner": "24", | |
| "contact": [ | |
| { | |
| "role": "custodian", | |
| "address": "Basel, 4052, CH", | |
| "individual": "Grundbuch- und Vermessungsamt Fachstelle für Geoinformation", | |
| "phone": "+41 (0)61 267 92 85", | |
| "websiteObject": { | |
| "default": "http://www.geo.bs.ch", | |
| "langger": "http://www.geo.bs.ch", | |
| "langeng": "http://www.geo.bs.ch", | |
| "langita": "http://www.geo.bs.ch", | |
| "langfre": "http://www.geo.bs.ch" | |
| }, | |
| "logo": "", | |
| "position": "Bau- und Verkehrsdepartement", | |
| "organisationObject": { | |
| "default": "Kanton Basel-Stadt", | |
| "langger": "Kanton Basel-Stadt", | |
| "langeng": "Kanton Basel-Stadt", | |
| "langita": "Kanton Basel-Stadt", | |
| "langfre": "Kanton Basel-Stadt" | |
| }, | |
| "email": "geo@bs.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Statische Waldgrenzen", | |
| "langger": "Statische Waldgrenzen" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Öffentliches Auskunftssystem des Kantons Basel-Stadt", | |
| "langger": "Öffentliches Auskunftssystem des Kantons Basel-Stadt" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://map.geo.bs.ch/", | |
| "langger": "http://map.geo.bs.ch/" | |
| }, | |
| "nameObject": { | |
| "default": "MapBS", | |
| "langger": "MapBS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:DOWNLOAD-APP", | |
| "descriptionObject": { | |
| "default": "Öffentlich zugänglicher Geodaten-Downloaddienst des Kantons Basel-Stadt", | |
| "langger": "Öffentlich zugänglicher Geodaten-Downloaddienst des Kantons Basel-Stadt" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "http://shop.geo.bs.ch/", | |
| "langger": "http://shop.geo.bs.ch/" | |
| }, | |
| "nameObject": { | |
| "default": "Geodaten-Shop", | |
| "langger": "Geodaten-Shop" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "Die derzeit im WMS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WMS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS).", | |
| "langger": "Die derzeit im WMS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WMS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS)." | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wms.geo.bs.ch/?SERVICE=wms&REQUEST=GetCapabilities", | |
| "langger": "https://wms.geo.bs.ch/?SERVICE=wms&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WMS BS", | |
| "langger": "WMS BS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": { | |
| "default": "Die derzeit im WFS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WFS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS).", | |
| "langger": "Die derzeit im WFS BS verfügbaren Datenebenen entsprechen, bis auf wenige Ausnahmen, den Geodaten, welche auch in MapBS dargestellt sind. Der WFS BS ist kostenlos nutzbar und bietet Zugriff auf öffentliche sowie beschränkt öffentliche Geodaten, wobei gegebenenfalls Benutzername und Passwort benötigt werden (Zugangsdaten von MapBS)." | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://wfs.geo.bs.ch/?SERVICE=wfs&REQUEST=GetCapabilities", | |
| "langger": "https://wfs.geo.bs.ch/?SERVICE=wfs&REQUEST=GetCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "WFS BS", | |
| "langger": "WFS BS" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "WWW:LINK", | |
| "descriptionObject": { | |
| "default": "Modellrepository", | |
| "langger": "Modellrepository" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://models.geo.bs.ch/Modellbeschreibungen/", | |
| "langger": "https://models.geo.bs.ch/Modellbeschreibungen/" | |
| }, | |
| "nameObject": { | |
| "default": "Modellbeschreibung", | |
| "langger": "Modellbeschreibung" | |
| }, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OPENDATA:SWISS", | |
| "descriptionObject": { | |
| "default": "Permalink opendata.swiss", | |
| "langger": "Permalink opendata.swiss", | |
| "langeng": "Permalink opendata.swiss", | |
| "langita": "Permalink opendata.swiss", | |
| "langfre": "Permalink opendata.swiss" | |
| }, | |
| "function": "", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://opendata.swiss/de/perma/546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca@kanton-basel-stadt", | |
| "langger": "https://opendata.swiss/de/perma/546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca@kanton-basel-stadt", | |
| "langeng": "https://opendata.swiss/en/perma/546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca@kanton-basel-stadt", | |
| "langita": "https://opendata.swiss/it/perma/546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca@kanton-basel-stadt", | |
| "langfre": "https://opendata.swiss/fr/perma/546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca@kanton-basel-stadt" | |
| }, | |
| "nameObject": { | |
| "default": "Permalink opendata.swiss", | |
| "langger": "Permalink opendata.swiss", | |
| "langeng": "Permalink opendata.swiss", | |
| "langita": "Permalink opendata.swiss", | |
| "langfre": "Permalink opendata.swiss" | |
| }, | |
| "group": 1 | |
| } | |
| ], | |
| "id": "34920096", | |
| "uuid": "546a7f6c-292a-47c2-b9fa-bd6d8ff4ecca" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "ur-2031", | |
| "_score": 15.760477, | |
| "_source": { | |
| "owner": "43761229", | |
| "groupOwner": "70", | |
| "contact": [ | |
| { | |
| "role": "custodian", | |
| "address": "Reussacherstrasse 30, Altdorf, 6460, CH", | |
| "individual": "", | |
| "phone": "+41 41 500 60 60", | |
| "websiteObject": { | |
| "default": "http://www.lisag.ch" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Lisag AG", | |
| "langger": "Lisag AG" | |
| }, | |
| "email": "mail@lisag.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Statische Waldgrenzen projektiert (UR)", | |
| "langger": "Statische Waldgrenzen projektiert (UR)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "OGC:WMS", | |
| "descriptionObject": { | |
| "default": "WMS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/wms?request=getCapabilities" | |
| }, | |
| "nameObject": { | |
| "default": "oereb:ch157_prj_statische_waldgrenzen" | |
| }, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "OGC:WFS", | |
| "descriptionObject": { | |
| "default": "WFS-Dienst des Kanton Uri" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/wfs?request=getCapabilities" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Web GIS Client des Kanton Uri. Die Daten können direkt via dem Portal in den unterschiedlichsten Datenformaten heruntergeladen werden." | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://geo.ur.ch/?layers=Statische Waldgrenzen projektiert" | |
| }, | |
| "nameObject": { | |
| "default": "GEO.UR" | |
| }, | |
| "group": 0 | |
| } | |
| ], | |
| "id": "48216645", | |
| "uuid": "ur-2031" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| }, | |
| { | |
| "_index": "gn-records", | |
| "_type": "_doc", | |
| "_id": "f6aaa472-9ca9-4ee3-806d-ee742ddfbbf9-8371", | |
| "_score": 15.340153, | |
| "_source": { | |
| "owner": "534", | |
| "groupOwner": "16", | |
| "contact": [ | |
| { | |
| "role": "resourceProvider", | |
| "address": "St. Gallen, 9001, CH", | |
| "individual": "geodaten@sg.ch", | |
| "phone": "+41(0)58 229 31 47", | |
| "websiteObject": { | |
| "default": "https://www.sg.ch/bauen/geoinformation/datenbezug.html", | |
| "lang": "https://www.sg.ch/bauen/geoinformation/datenbezug.html" | |
| }, | |
| "logo": "", | |
| "position": "", | |
| "organisationObject": { | |
| "default": "Amt für Raumentwicklung und Geoinformation", | |
| "langger": "Amt für Raumentwicklung und Geoinformation" | |
| }, | |
| "email": "geodaten@sg.ch" | |
| } | |
| ], | |
| "resourceTitleObject": { | |
| "default": "Statische Waldgrenzen (WMS)", | |
| "langger": "Statische Waldgrenzen (WMS)" | |
| }, | |
| "link": [ | |
| { | |
| "protocol": "WWW:LINK-1.0-http--link", | |
| "descriptionObject": { | |
| "default": "Statische Waldgrenzen", | |
| "lang": "Statische Waldgrenzen" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://metadata.geo.sg.ch/produkte/40", | |
| "lang": "https://metadata.geo.sg.ch/produkte/40" | |
| }, | |
| "nameObject": {}, | |
| "group": 0 | |
| }, | |
| { | |
| "protocol": "CHTOPO:specialised-geoportal", | |
| "descriptionObject": { | |
| "default": "Geometadaten Kanton St.Gallen", | |
| "lang": "Geometadaten Kanton St.Gallen" | |
| }, | |
| "function": "information", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://metadata.geo.sg.ch", | |
| "lang": "https://metadata.geo.sg.ch" | |
| }, | |
| "nameObject": {}, | |
| "group": 1 | |
| }, | |
| { | |
| "protocol": "OGC:WMS-http-get-capabilities", | |
| "descriptionObject": { | |
| "default": "https://services.geo.sg.ch/wss/service/SG00040_WMS/guest?request=GetCapabilities&service=WMS", | |
| "lang": "https://services.geo.sg.ch/wss/service/SG00040_WMS/guest?request=GetCapabilities&service=WMS" | |
| }, | |
| "function": "download", | |
| "applicationProfile": "", | |
| "urlObject": { | |
| "default": "https://services.geo.sg.ch/wss/service/SG00040_WMS/guest?request=GetCapabilities&service=WMS", | |
| "lang": "https://services.geo.sg.ch/wss/service/SG00040_WMS/guest?request=GetCapabilities&service=WMS" | |
| }, | |
| "nameObject": {}, | |
| "group": 2 | |
| } | |
| ], | |
| "id": "47891002", | |
| "uuid": "f6aaa472-9ca9-4ee3-806d-ee742ddfbbf9-8371" | |
| }, | |
| "edit": false, | |
| "canReview": false, | |
| "owner": false, | |
| "isPublishedToAll": true, | |
| "view": true, | |
| "notify": false, | |
| "download": true, | |
| "dynamic": true, | |
| "featured": false, | |
| "selected": false | |
| } | |
| ] | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "aggregations": { | |
| "contact": { | |
| "nested": { | |
| "path": "contactForResource" | |
| }, | |
| "aggs": { | |
| "org": { | |
| "terms": { | |
| "field": "contactForResource.organisationObject.default.keyword", | |
| "exclude": "", | |
| "size": 5000, | |
| "order": { | |
| "_key": "asc" | |
| } | |
| }, | |
| "aggs": { | |
| "mail": { | |
| "terms": { | |
| "size": 50, | |
| "exclude": "", | |
| "field": "contactForResource.email.keyword" | |
| } | |
| }, | |
| "logoUrl": { | |
| "terms": { | |
| "size": 1, | |
| "exclude": "", | |
| "field": "contactForResource.logo.keyword" | |
| } | |
| } | |
| } | |
| } | |
| } | |
| }, | |
| "orgForResource": { | |
| "terms": { | |
| "size": 5000, | |
| "exclude": "", | |
| "field": "OrgForResourceObject.default", | |
| "order": { | |
| "_key": "asc" | |
| } | |
| } | |
| } | |
| }, | |
| "from": 0, | |
| "size": 0, | |
| "query": { | |
| "bool": { | |
| "must": [], | |
| "must_not": [ | |
| { | |
| "query_string": { | |
| "query": "resourceType:featureCatalog AND !resourceType:dataset AND !cl_level.key:dataset" | |
| } | |
| } | |
| ], | |
| "should": [], | |
| "filter": [ | |
| { | |
| "terms": { | |
| "isTemplate": [ | |
| "n" | |
| ] | |
| } | |
| } | |
| ] | |
| } | |
| } | |
| } |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "took": 32, | |
| "timed_out": false, | |
| "_shards": { | |
| "total": 1, | |
| "successful": 1, | |
| "skipped": 0, | |
| "failed": 0 | |
| }, | |
| "hits": { | |
| "total": { | |
| "value": 10000, | |
| "relation": "gte" | |
| }, | |
| "max_score": null, | |
| "hits": [] | |
| }, | |
| "aggregations": { | |
| "contact": { | |
| "doc_count": 18437, | |
| "org": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "A. Tschümperlin AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@tschuemperlin-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "AEW Energie AG", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "planauskunft@aew.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "AGIS Koordination", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "agis@ag.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "august.keller@ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "AISTBV - Association Intercommunale Service Technique Broye Vaudoise", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "philippe.pahud@aistbv.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "ASIT - Association pour le système d'information du territoire", | |
| "doc_count": 16, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@asit-asso.ch", | |
| "doc_count": 16 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "ATMO Grand Est", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "contact@atmo-grandest.eu", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aadorf-Guntershausen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aadorf-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aargauische Gebäudeversicherung", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@agv-ag.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abt. Vermessung und Geoinformation (ATG)", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vermessung@llv.li", | |
| "doc_count": 26 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Alter und Gesundheit der Gemeinde Horgen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "altergesundheit@horgen.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Bau und Unterhalt der Gemeinde Unterägeri", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@unteraegeri.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Bau/Planung der Gemeinde Walchwil", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "einwohnergemeinde@walchwil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Einwohnerdienste der Gemeinde Horgen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "einwohnerdienste@horgen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Energie", | |
| "doc_count": 13, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energie@ag.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Energie / Umwelt der Gemeinde Baar", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "planung-bau@baar.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Energie und Umwelt der Gemeinde Horgen", | |
| "doc_count": 11, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energieumweltamt@horgen.ch", | |
| "doc_count": 11 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Gefahrenprävention, Bundesamt für Umwelt", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gefahrenpraevention@bafu.admin.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Gemeindepolizei der Gemeinde Horgen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindepolizei@horgen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Gemeindewerke Netze der Gemeinde Horgen", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindewerke@horgen.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Gemeindewerke Produktion/Anlagen der Gemeinde Horgen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindewerke@horgen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Geomatik und Vermessung der Gemeinde Horgen", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geomatik@horgen.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Hochbau der Gemeinde Horgen", | |
| "doc_count": 11, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hochbauamt@horgen.ch", | |
| "doc_count": 11 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Jagd und Fischerei (DBU)", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christoph.jaeggi@gl.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Kind/Jugend/Familie der Gemeinde Horgen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kindjugendfamilie@horgen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Landschaft und Gewässer", | |
| "doc_count": 169, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "alg@ag.ch", | |
| "doc_count": 169 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Landwirtschaft (DVI)", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "landwirtschaft@gl.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Liegenschaften und Sport der Gemeinde Horgen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "liegenschaftenamt@horgen.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Militär und Bevölkerungsschutz", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "katavo.amb@ag.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Planung und Bau der Gemeinde Baar", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "planung-bau@baar.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Planung und Hochbau der Gemeinde Cham", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@cham.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Raumentwicklung", | |
| "doc_count": 98, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "raumentwicklung@ag.ch", | |
| "doc_count": 98 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Register und Personenstand", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "arp@ag.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Sicherheit / Werkdienst der Gemeinde Baar", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sicherheit-werkdienst@baar.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Tiefbau", | |
| "doc_count": 58, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "tiefbau@ag.ch", | |
| "doc_count": 58 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Tiefbau der Gemeinde Horgen", | |
| "doc_count": 43, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "tiefbauamt@horgen.ch", | |
| "doc_count": 43 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Umweltschutz und Energie (DBU)", | |
| "doc_count": 24, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "peter.zopfi@gl.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "olivier.scheurer@gl.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "umweltschutz@gl.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "franziska.wyss@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Verkehr", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "verkehr.aargau@ag.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Verkehr und Sicherheit der Gemeinde Cham, Bereich Umwelt", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "umwelt@cham.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Verkehr und Sicherheit der Gemeinde Cham, Bereich Verkehr", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "verkehr@cham.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Verkehr und Sicherheit der Gemeinde Cham, Bereich Werkhof", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "werkhof@cham.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Wald", | |
| "doc_count": 75, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald@ag.ch", | |
| "doc_count": 75 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Wald und Naturgefahren (DBU)", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald@gl.ch", | |
| "doc_count": 11 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung Wald, Bundesamt für Umwelt", | |
| "doc_count": 59, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald@bafu.admin.ch", | |
| "doc_count": 59 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abteilung für Umwelt", | |
| "doc_count": 157, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "umwelt@ag.ch", | |
| "doc_count": 157 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abwasser Uri", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abwasserverband Mittelthurgau", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Abwasserverband Region Frauenfeld", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Académie de Strasbourg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Administration cantonale vaudoise", | |
| "doc_count": 187, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 16, | |
| "buckets": [ | |
| { | |
| "key": "dge-mail-geomatique@vd.ch", | |
| "doc_count": 19 | |
| }, | |
| { | |
| "key": "claudio.carneiro@vd.ch", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "stephane.flueli@vd.ch", | |
| "doc_count": 12 | |
| }, | |
| { | |
| "key": "claire-anne.dvorak@vd.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "guillaume.blatti@vd.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "info.icdg@vd.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "roger.hug@vd.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "dimitra.junod@vd.ch", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "frederic.aubort@vd.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "stephane.cretegny@vd.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "vincent.simonin@vd.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "aline.jeandrevin@vd.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "david.giorgis@vd.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "nicholas.molyneaux@vd.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "alain.mattei@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "arnaud.deshogues@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "eric.simond@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "gabrielle.schwab@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "lois.poix-daude@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "matias.schiffrin@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "olivier.travaglini@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "thierry.lavanchy@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "tristan.mariethoz@vd.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "antoine.marchand@vd.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "interlis.dgmr@vd.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "alex.dionisio-calado@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "anais.ladoy@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "antoine.boss@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "carine.wagner@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "caroline.caulet-cellery@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "celine.gay@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "christophe.savoy@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "christophe.schwaar@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "claude-alain.jaquerod@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "francois.fullemann@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "freda.rak@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "gaetan.maury@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "gregory.algisi@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "guy.gilliand@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "info.camac@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "info.diffusion@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "jane.chaussedent@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "jerome.castella@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "josette.niggeler@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "lionel.guglielminotti@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "lise.castella@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "luis.borda@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "najla.naceur@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "nicolas.ciana@vd.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "nicolas.nancoz@vd.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Amt für Industrielle Betriebe", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Dornach", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Duggingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Ettingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Pfeffingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Reinach (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Gemeinde Therwil", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Abwasser Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Elektrizität Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Elektrizität Industrielle Werke Basel", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Elektrizität Primeo-Energie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Elektrizität Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Elektrizität Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Fernwärme Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Fernwärme Gemeinde Ettingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Fernwärme Primeo-Energie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Gas Gasverbund Mittelland AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Gas Industrielle Werke Basel", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation Gemeinde Dornach", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation Swisscom (Schweiz) AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation UPC Cablecom GmbH", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Kommunikation interGGA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Gemeinde Dornach", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Gemeinde Duggingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Gemeinde Reinach (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Industrielle Werke Basel", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Wasser Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aesch - Weitere Medien Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "AffeltrangenMelioration", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Agarn", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Agroscope", | |
| "doc_count": 41, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bodeninformation@agroscope.admin.ch", | |
| "doc_count": 20 | |
| }, | |
| { | |
| "key": "GIS@agroscope.admin.ch", | |
| "doc_count": 15 | |
| }, | |
| { | |
| "key": "erich.szerencsits@agroscope.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "chloe.wuest@agroscope.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "noelle.klein@agroscope.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aigle", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "daniel.bontems@aigle.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aire-la-Ville", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Akademie der Naturwissenschaften Schweiz, Plattform Geowissenschaften", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@geosciences.scnat.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Albert-Ludwigs-Universität Freiburg - Remote Sensing and Landscape Information Systems (FELIS) - CO2InnO – Real-lab CO2-neutral innovation region Upper Rhine", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wolfgang.brozio@felis.uni-freiburg.de", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Altstätten", | |
| "doc_count": 31, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@altstaetten.ch", | |
| "doc_count": 31 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amden", | |
| "doc_count": 27, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "roman.gmuer@amden.ch", | |
| "doc_count": 27 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amlikon-Bissegg-Melioration", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Arbeitslosenversicherung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Baubewilligungen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "baubewilligungen@win.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Betrieb Nationalstrassen", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.abs@llv.li", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz und Armee", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bua@sh.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz und Militär Kt. Uri", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz, Sport und Militär", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.pom@be.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz, Sport und Militär - Abteilung Bevölkerungsschutz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stephan.zellmeyer@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz, Sport und Militär - Bevölkerungsschutz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gefaehrdungsanalyse.bsm@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz, Sport und Militär - Bevölkerungsschutz / Geschäftsstelle KFO", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "simon.schweizer@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Bevölkerungsschutz, Sport und Militär - Kompetenzzerntrum Sport", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "matthias.stoeri@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Denkmalpflege und Archäologie", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.ada@zg.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Denkmalschutz und Archäologie, Kantonsarchäologie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "archaeologie@bd.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Energie Kt. Uri", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Forst und Jagd Kt. Uri", | |
| "doc_count": 44, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gemeinden und Raumordnung", | |
| "doc_count": 28, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.agr@be.ch", | |
| "doc_count": 28 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gemeinden und Raumordnung - Abteilung Bauen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kathrin.berger@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gemeinden und Raumordnung - Kantonsplanung", | |
| "doc_count": 28, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ramon.schwab1@be.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "raymond.beutler@be.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "barbara.ringgenberg@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "christine.degasparo@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "manuel.flueckiger@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "matthias.fischer@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "samuel.berger@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "andreas.friedli1@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "filipa.machado@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "florian.meier@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "muriel.odiet@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "numa.camponovo@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gemeinden und Raumordnung - Orts- und Regionalplanung", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "benjamin.fietkau@be.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation", | |
| "doc_count": 342, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "agi@bd.so.ch", | |
| "doc_count": 205 | |
| }, | |
| { | |
| "key": "info.agi@be.ch", | |
| "doc_count": 137 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation - Geodatenmanagement", | |
| "doc_count": 295, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bernadette.blaettler@be.ch", | |
| "doc_count": 275 | |
| }, | |
| { | |
| "key": "peter.schneider@be.ch", | |
| "doc_count": 16 | |
| }, | |
| { | |
| "key": "caroline.schmid@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "jonas.schmid@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "sabine.beutner@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation - Geoportal und GIS-Arbeitsplatz", | |
| "doc_count": 64, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stefan.schuermann@be.ch", | |
| "doc_count": 36 | |
| }, | |
| { | |
| "key": "luzia.maigler@be.ch", | |
| "doc_count": 28 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation - Grundstückinformationen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "erich.anderegg@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "lukas.mathys@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation - Steuerung AV", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mathieu.mazuez@be.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "beat.kammermann@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "david.brugger@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation - ÖREB-Kataster und Geodatenhaltung", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "lea.bernet@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation BL", | |
| "doc_count": 61, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "support.gis@bl.ch", | |
| "doc_count": 61 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation Kanton Bern", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.agi@be.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Geoinformation des Kantons Schaffhausen", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "agi@sh.ch", | |
| "doc_count": 26 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gesellschaft und Soziales", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ags@ddi.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Gesundheit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "altersfragen@bl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Grundbuch und Geoinformation des Kantons Zug", | |
| "doc_count": 19, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.agg@zg.ch", | |
| "doc_count": 19 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Grundstücke und Gebäude", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.agg@be.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Grundstücke und Gebäude - Immobilienmanagement / Bewirtschaftung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "anja.amstutz@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Grundstücke und Gebäude - Management des Eigentums / Bildung", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "thomas.roesner@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "veronika.niederhauser@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Hochbau und Raumplanung", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.ahr@llv.li", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Industrielle Betriebe", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "infoaib@bl.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Informatik und Organisation", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Informatik und Organisation - Abteilung Applikationen / Application Services 1", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pia.schmid@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Integration und Soziales", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sonja.brouwer@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Integration und Soziales - Behinderung, Familie und Opferhilfe / Familie", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sandra.roncoroni@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Integration und Soziales - Behinderung, Familie und Opferhilfe / Soziale Einrichtungen und Assistenz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "lukas.schindler@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Jagd und Fischerei", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ajf.gr.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Kindergarten, Volksschule und Beratung", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "patrick.rognon@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Kultur", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.aku@llv.li", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "amtfuerkultur@bl.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Kultur Kantonale Denkmalpflege", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pierre.mentha@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Kultur des Kantons Bern", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Kultur des Kantons Bern - Archäologischer Dienst", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "adb@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "wenke.schimmelpfennig@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "alw.info@vd.so.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft Kt. Uri", | |
| "doc_count": 30, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Geoinformation", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@alg.gr.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.lanat@be.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Abteilung Direktzahlungen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stefan.reist@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "info.adz@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Fischereiinspektorat", | |
| "doc_count": 11, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.fi@be.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "daniel.bernet@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "janine.fluehmann@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "andreas.hertig@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "andreas.knutti@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Inforama Rütti", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.inforama@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Jagdinspektorat", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.ji@be.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "karin.thueler@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "maik.rehnus1@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Naturförderung ANF", | |
| "doc_count": 24, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.lanat@be.ch", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "yvonne.stampfli@be.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "bernhard.stoeckli@be.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "Nadine.kohler@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "urs.kaenzig@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Strukturverbesserungen und Produktion / Fachstelle Boden", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.asp@be.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "tom.keller@be.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Strukturverbesserungen und Produktion / Fachstelle Pflanzenschutz", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "alexandra.schroeder@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Landwirtschaft und Natur - Strukturverbesserungen und Produktion / Fachstelle Tiefbau", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.lanat@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "roger.stucki@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Militär und Bevölkerungsschutz", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "amb@bl.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "zivilschutz@vd.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Mittelschulen und Pädagogische Hochschule", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.amh@zg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Natur und Umwelt (ANU) GR", | |
| "doc_count": 66, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "Hanspeter.loetscher@anu.gr.ch", | |
| "doc_count": 44 | |
| }, | |
| { | |
| "key": "walter.krebs@anu.gr.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "david.schmid@anu.gr.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "francesca.parolini@anu.gr.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "michael.holzer@anu.gr.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "peter.vieli@anu.gr.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "gianfranco.tognina@anu.gr.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "hans.michel@anu.gr.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "hanspeter.willi@anu.gr.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "rene.mueller@anu.gr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Raum und Verkehr des Kantons Zug", | |
| "doc_count": 24, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.arv@zg.ch", | |
| "doc_count": 24 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Raumentwicklung Kt. Uri", | |
| "doc_count": 144, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Raumentwicklung und Geoinformation", | |
| "doc_count": 332, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodaten@sg.ch", | |
| "doc_count": 332 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Raumplanung", | |
| "doc_count": 36, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gis.arp@bl.ch", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "arp@bd.so.ch", | |
| "doc_count": 9 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Statistik", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.as@llv.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Steuern Kt. Uri", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Strassen- und Schiffsverkehr Kt. Uri", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Städtebau Winterthur", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "raumentwicklung@win.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Tiefbau Kt. Uri", | |
| "doc_count": 44, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Tiefbau und Geoinformation", | |
| "doc_count": 61, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.atg@llv.li", | |
| "doc_count": 61 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt", | |
| "doc_count": 44, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "afu@bd.so.ch", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "info.au@llv.li", | |
| "doc_count": 16 | |
| }, | |
| { | |
| "key": "Nicolas.Aebischer@fr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt (LI)", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.au@llv.li", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt Kt. Uri", | |
| "doc_count": 124, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt des Kantons Zug", | |
| "doc_count": 21, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.afu@zg.ch", | |
| "doc_count": 21 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt und Energie", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.aue@be.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "ulrich.nyffenegger@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt und Energie - Energie", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "peter.zweifel@be.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "boris.bayer@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "deborah.wettstein@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt und Energie - Umwelt und Nachhaltige Entwicklung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "tobias.andres@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umwelt, Abteilung Wasserbau, Hydrometrie", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "afu@bd.so.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umweltschutz Stadt Bern", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "umweltschutz@bern.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umweltschutz und Energie", | |
| "doc_count": 64, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aue.umwelt@bl.ch", | |
| "doc_count": 64 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umweltschutz und Energie, Basel-Landschaft (AUE-BL)", | |
| "doc_count": 33, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Umweltschutz und Energie, Basel-Stadt (AUE-BS)", | |
| "doc_count": 33, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Verbraucherschutz", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "verbraucherschutz@ag.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "info.avs@zg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Verkehr und Tiefbau", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "avt@bd.so.ch", | |
| "doc_count": 9 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Veterinärwesen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.avet@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Veterinärwesen - Abteilung Tiergesundheit / Tiergesundheit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "walter.gasser@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Volksschulen Kt. Uri", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Volkswirtschaft", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.avw@llv.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald beider Basel", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "afw@bl.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@awn.gr.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Fachdienste und Ressourcen", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "waldrecht@be.ch", | |
| "doc_count": 14 | |
| }, | |
| { | |
| "key": "daniel.steinberger@be.ch", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "zora.urech@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "eva.kaufmann@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "isabel.ballmer@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Fachdienste und Ressourcen / Bereich Geoinformation", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "daniel.mader@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "marianne.rothenbuehler@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Fachdienste und Ressourcen / Bereich Waldrecht", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "elias.kurt@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Fachdienste und Ressourcen / Bereich Waldwirtschaft", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "simon.blatter@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Naturgefahren", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "naturgefahren@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "silas.walther@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "adrian.peter@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "christian.pfammatter@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "ueli.ryter@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Naturgefahren - Walderhaltung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "victor.vongraffenried@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald und Wild", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.afw@zg.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wald, Jagd und Fischerei", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "awjf@vd.so.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall", | |
| "doc_count": 18, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.awa@be.ch", | |
| "doc_count": 18 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Betriebe und Abfall / Altlasten", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "nicola.moor@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Betriebe und Abfall / Grundwasser", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "rolf.tschumper@be.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "info.awa@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "yvonne.balzer-kaufmann@be.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "paul.borer@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "andrea.silberer@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Betriebe und Abfall / Industrie, Gewerbe, Tankanlagen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "patrick.locher@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Gewässer- und Bodenschutzlabor / Gewässerökologie", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kristina.rehberger@be.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "info.gbl@be.ch", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "vinzenz.maurer@be.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Gewässer- und Bodenschutzlabor / Umweltanalytik", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.gbl@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "rico.ryser@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Siedlungswasserwirtschaft / Trinkwasser und Abwasser", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "jonas.eppler@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "reto.battaglia@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Wassernutzung / Gebrauchswassernutzung und Wärmepumpen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sebastien.wiederseiner@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "tobias.anliker@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wasser und Abfall - Wassernutzung / Wasserkraft", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.awa@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "michael.reist@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wirtschaft", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.awi@be.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wirtschaft - Standortförderung Kanton Bern", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "martin.tritten@berninvest.be.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Wirtschaft und Arbeit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "awa@awa.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für Zivilschutz und Militär", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.azm@zg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für öffentlichen Verkehr und Verkehrskoordination", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.aoev@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Amt für öffentlichen Verkehr und Verkehrskoordination - Angebot und Infrastruktur", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "thomas.gisi@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Andwil SG", | |
| "doc_count": 37, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@andwil.ch", | |
| "doc_count": 37 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Anières", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Appenzell (Bez)", | |
| "doc_count": 13, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@appenzell.ai.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Appenzeller Bahnen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "webgis@geotopo.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ardon", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Association Jurassienne des Communes", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "secretariat@ajc-ju.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Association pour la Protection de la Nappe Phréatique de la Plaine d'Alsace (APRONA)", | |
| "doc_count": 66, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Atlas der Schweiz", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "atlasinfo@ethz.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aubonne", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "travaux@aubonne.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Auenhofen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Aufsichtskommission Vierwaldstättersee (AKV)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "philip.baruffa@sz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Augusta Raurica, Archiv und Informationszentrum (GIS)", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mail@augustaraurica.ch", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Avully", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Avusy", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "BFS/OFS GEOSTAT", | |
| "doc_count": 21, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geostat@bfs.admin.ch", | |
| "doc_count": 21 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "BR PLUS INGENIEURS SA", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "diffusion@carto-plus.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "BRGM Service Géologique Régional d’Alsace (BRGM)", | |
| "doc_count": 33, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "BSF Swissphoto", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bsf-swissphoto.com", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "BTI - Bureau Technique Intercommunal", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "j.humbert-droz@b-t-i.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bad Ragaz", | |
| "doc_count": 36, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@badragaz.ch", | |
| "doc_count": 36 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Balgach", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@balgach.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ballaigues", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "greffe@ballaigues.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bardonnex", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Basler & Hofmann Innerschweiz AG", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "innerschweiz@baslerhofmann.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "mauro.gruenenfelder@baslerhofmann.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bau Planung Umwelt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bau_planung_umwelt@graenichen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bau und Planung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauundplanung@unterentfelden.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bau, Umwelt- und Wirtschaftsdepartement (BUWD)", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "buwd@lu.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauabteilung der Gemeinde Menzingen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@menzingen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauamt & Wasserversorgung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@birr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauamt Beromünster", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hanspeter.lang@beromuenster.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Baudepartement der Stadt Zug", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "baudepartement@stadtzug.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Baudirektion Kt. Uri", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauinspektorat", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauinspektorat@bl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauinspektorat Stadt Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauinspektorat@bern.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauverwaltung", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauverwaltung@oberentfelden.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "bauverwaltung@suhr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauverwaltung der Gemeinde Neuheim", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@neuheim.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bauverwaltungn Muhen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauverwaltung@muhen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Beauftragter oder Beauftragte für kirchliche und religiöse Angelegenheiten", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "david.leutwyler@be.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "eveline.sagna@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bellevue", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Belmont-sur-Lausanne", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dtsi@belmont.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Benken SG", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@benken.sg.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Berg SG", | |
| "doc_count": 27, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bergsg.ch", | |
| "doc_count": 27 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bergün Filisur", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bernex", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Betreibung- und Konkursämter - Betreibungsamt Bern-Mittelland", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "Roger.Schober@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Betriebskommission Wärmeverbund Grossmatt / Zwyden", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "markus.roth@hergiswil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bex", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "fabrice.dorsaz@bex.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bezirk Küssacht", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bezirk@kuessnacht.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bezirk Einsiedeln", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "verwaltung@bezirkeinsiedeln.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bezirk Gersau", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "landschreiber@gersau.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bezirk Schwyz", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bezirk-schwyz.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bezirkskanzlei Höfe", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bezirkskanzlei@hoefe.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bibliothèque cantonale et universitaire (BCU)", | |
| "doc_count": 109, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bcu@fr.ch", | |
| "doc_count": 109 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bildungs- und Kulturdirektion", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bio en Grand Est", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "clement.lamy@biograndest.org", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bistum Basel, Bischöfliches Ordinariat", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pastoralamt@bistum-basel.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Blonay – Saint-Légier", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "philippe.mesot@bstl.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bourg-Saint-Pierre", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Braunau-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Abwasser Gemeinde Brienzwiler", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Abwasser Tiefbauamt BE", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Elektrizität BKW AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Kommunikation Kabelfernsehen Bödeli AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Kommunikation Swisscom (Schweiz) AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brienzwiler - Wasser Gemeinde Brienzwiler", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brig-Glis", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brislach - Wasser Stadt Laufen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brunnengenossenschaft Aesch", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Brunnengenossenschaft Mittendorf, Pfeffikon", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bucher u. Partner AG", | |
| "doc_count": 30, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "a.ottiger@bucher-partnerag.ch", | |
| "doc_count": 30 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buchs SG", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stadtkanzlei@buchs-sg.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Bevölkerungsschutz", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kgs@babs.admin.ch", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "julian.miguez@babs.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Bevölkerungsschutz - NEOC - GNE", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat@notfalltreffpunkte.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Energie", | |
| "doc_count": 102, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoinformation@bfe.admin.ch", | |
| "doc_count": 99 | |
| }, | |
| { | |
| "key": "media@bfe.admin.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Gesundheit", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ekkehardt.altpeter@bag.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "philipp.steinmann@bag.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Gesundheit BAG", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bag.admin.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Justiz", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bj.admin.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Kommunikation", | |
| "doc_count": 104, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bakom.admin.ch", | |
| "doc_count": 42 | |
| }, | |
| { | |
| "key": "transmitter@bakom.admin.ch", | |
| "doc_count": 32 | |
| }, | |
| { | |
| "key": "Patrick.Heer@bakom.admin.ch", | |
| "doc_count": 19 | |
| }, | |
| { | |
| "key": "christian.meier@bakom.admin.ch", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "rene.wehrlin@bakom.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "marcel.regnotto@bakom.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Kommunikation BAKOM", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bakom.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Kultur", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bak.admin.ch", | |
| "doc_count": 12 | |
| }, | |
| { | |
| "key": "kultur_gesellschaft@bak.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Kultur - ISOS", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "isos@bak.admin.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Kultur - UNESCO", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "marcia.haldemann@bak.admin.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopografie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodata@swisstopo.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopografie swisstopo", | |
| "doc_count": 603, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@swisstopo.ch", | |
| "doc_count": 266 | |
| }, | |
| { | |
| "key": "geodata@swisstopo.ch", | |
| "doc_count": 172 | |
| }, | |
| { | |
| "key": "milan.beres@swisstopo.ch", | |
| "doc_count": 66 | |
| }, | |
| { | |
| "key": "nils.oesterling@swisstopo.ch", | |
| "doc_count": 39 | |
| }, | |
| { | |
| "key": "daniel.gechter@swisstopo.ch", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "mapsales@swisstopo.ch", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "geolcat@swisstopo.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "sandrine.vallin@swisstopo.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "salome.michael@swisstopo.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "andreas.moeri@swisstopo.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "npoc@swisstopo.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "Stephan.DallAgnolo@swisstopo.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "alain.wicht@swisstopo.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "peter.hayoz@swisstopo.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "raphael.bovier@swisstopo.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopografie swisstopo, Kartografie", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pm-karto@swisstopo.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopografie swisstopo, Vermessung", | |
| "doc_count": 39, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vermessung@swisstopo.ch", | |
| "doc_count": 39 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopographie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landestopographie (swisstopo)", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodata@swisstopo.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landwirtschaft", | |
| "doc_count": 151, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@blw.admin.ch", | |
| "doc_count": 151 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Landwirtschaft (BLW)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@blw.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Lebensmittelsicherheit und Veterinärwesen", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "heinzpeter.schwermer@bvl.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "info@blv.admin.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Meteorologie und Klimatologie", | |
| "doc_count": 70, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kundendienst@meteoschweiz.ch", | |
| "doc_count": 70 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Meteorologie und Klimatologie MeteoSchweiz", | |
| "doc_count": 24, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "opendata.en@meteoschweiz.ch", | |
| "doc_count": 24 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Raumentwicklung", | |
| "doc_count": 98, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "rolf.giezendanner@are.admin.ch", | |
| "doc_count": 50 | |
| }, | |
| { | |
| "key": "info@are.admin.ch", | |
| "doc_count": 48 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Rüstung - armasuisse / UNSN", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pia.bergamaschi@ar.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Sport BASPO", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@baspo.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Statistik", | |
| "doc_count": 21, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bfs.admin.ch", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "mathieu.gunzinger@bfs.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "mauro.nanini@bfs.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "anton.beyeler@bfs.admin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "dominik.ullmann@bfs.admin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "frederic.vonkessel@bfs.admin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "romain.douard@bfs.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Statistik (BFS)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geostat@bfs.admin.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Statistik BFS", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Strassen", | |
| "doc_count": 106, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@astra.admin.ch", | |
| "doc_count": 64 | |
| }, | |
| { | |
| "key": "yan.cerf@astra.admin.ch", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "gerhard.schuwerk@astra.admin.ch", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "hans-peter.kistler@astra.admin.ch", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "nicolas.latuske@astra.admin.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "andre.schneider@astra.admin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "sebastien.berset@astra.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Strassen ASTRA", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "joerg.haeberli@astra.admin.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt", | |
| "doc_count": 40, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bafu.admin.ch", | |
| "doc_count": 40 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Biodiversität und Landschaft", | |
| "doc_count": 125, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bnl@bafu.admin.ch", | |
| "doc_count": 125 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Boden und Biotechnologie", | |
| "doc_count": 20, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "boden@bafu.admin.ch", | |
| "doc_count": 20 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Hydrologie", | |
| "doc_count": 46, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hydrologie@bafu.admin.ch", | |
| "doc_count": 46 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Klima", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "climate@bafu.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Luftreinhaltung und Chemikalien", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "luftreinhaltung@bafu.admin.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Lärm und NIS", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "noise@bafu.admin.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Abteilung Wasser", | |
| "doc_count": 42, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wasser@bafu.admin.ch", | |
| "doc_count": 42 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt / Sektion Hydrogeologische Grundlagen", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hydrogeologie@bafu.admin.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt BAFU", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bafu.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Umwelt BAFU / GIN", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gin@bafu.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Verkehr", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Verkehr BAV", | |
| "doc_count": 68, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bav.admin.ch", | |
| "doc_count": 68 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesamt für Zivilluftfahrt", | |
| "doc_count": 110, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bazl.admin.ch", | |
| "doc_count": 38 | |
| }, | |
| { | |
| "key": "gis@bazl.admin.ch", | |
| "doc_count": 24 | |
| }, | |
| { | |
| "key": "markus.luginbuehl@bazl.admin.ch", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "alice.suri@bazl.admin.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "daniel.hiltbrunner@bazl.admin.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "adrian.nuetzi@bazl.admin.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "florian.parvex@bazl.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "obstacles@bazl.admin.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "bernhard.traber@bazl.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "ols@bazl.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "rpas@bazl.admin.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "heli@bazl.admin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "urs.ziegler@bazl.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bundesanstalt für Gewässerkunde", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "posteingang@bafg.de", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Burgerbibliothek Bern", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bbb@burgerbib.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Burkhalter Derungs AG", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bdplan.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bussigny", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "jfretz@bussigny.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "lgauthier@bussigny.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bussnang-Melioration", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Abwasser Amt für Industrielle Betriebe", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Abwasser Gemeinde Buus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Abwasser Gemeinde Wintersingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Abwasser Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Elektrizität AEW Energie AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Elektrizität Elektra Baselland", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Elektrizität Gemeinde Buus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Elektrizität Swissgrid AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Elektrizität Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Fernwärme Gemeinde Buus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Gas Transitgas AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Kommunikation Cablecom", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Kommunikation Elektra Baselland", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Kommunikation Swisscom (Schweiz) AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Wasser Gemeinde Buus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Wasser Gemeinde Maisprach", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Buus - Weitere Medien Gemeinde Buus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Böckten - Fernwärme Gemeinde Böckten", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bühler", | |
| "doc_count": 20, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@buehler.ar.ch", | |
| "doc_count": 20 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bürgenstock Resort", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "information@buergenstock.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Büro für das ISOS", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat@isos.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Bütschwil-Ganterschwil", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@buetschwil-ganterschwil.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "CADOUEST SA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "alexis.dubout@cadouest.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "CFF SA", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "marc-andre.dubuis@sbb.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "CGC Energie SA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bgervet@cgcenergie.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "CJL - CartoJuraLéman", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@cjl.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "partenaires@cjl.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "COPERNICUS", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cadenazzo-Monteceneri", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Office cantonal d'Archéologie (OCA)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "OCA-ARCHEOLOGIE@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'agriculture (SCA) - Office des améliorations structurelles", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sca-oas@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'agriculture (SCA) - Office des paiements directs", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sca@admin.vs.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'agriculture (SCA) - Secteur biodiversité et espace rural", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sca@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'agriculture (SCA) - Vigne et Vin", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sca-ovvin@admin.vs.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'environnement (SEN) - Bruit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sen@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'environnement (SEN) - Nuisances et laboratoire", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sen@admin.vs.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'environnement (SEN) - Protection des Eaux", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sen@admin.vs.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'environnement (SEN) - Protection des sols", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sen@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l'environnement (SEN) - Sites pollués, sols et eaux souterraines", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sen@admin.vs.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la chasse, pêche et faune (SCPF)", | |
| "doc_count": 15, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "scpf@admin.vs.ch", | |
| "doc_count": 15 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la consommation et affaires vétérinaires (SCAV)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ovet@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la géoinformation (SGI) - CC GEO", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sitvs@admin.vs.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la géoinformation (SGI) - Office de la géomatique", | |
| "doc_count": 13, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mo@admin.vs.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la mobilité (SDM)", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "SDMSC-SION@admin.vs.ch", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la sécurité civile et militaire (SSCM) - Office cantonal de la protection de la population", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sscm@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la sécurité civile et militaire (SSCM) - Office cantonal des affaires militaires", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "militaire@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de la sécurité civile et militaire (SSCM) - Office cantonal du feu", | |
| "doc_count": 11, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "feu@admin.vs.ch", | |
| "doc_count": 11 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service de l’énergie et des forces hydrauliques (SEFH)", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energie@admin.vs.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des dangers naturels (SDANA) - Dangers naturels", | |
| "doc_count": 20, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sdana@admin.vs.ch", | |
| "doc_count": 20 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des dangers naturels (SDANA) - Rhône et Léman", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "rhone@admin.vs.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des forêts, de la nature et du paysage (SFNP) - Conservation des forêts", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sfnp@admin.vs.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des forêts, de la nature et du paysage (SFNP) - Gestion des forêts", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sfnp@admin.vs.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des forêts, de la nature et du paysage (SFNP) - Nature&Paysage", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sfnp@admin.vs.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service des poursuites et faillites (SPF)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "spf-support@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service du développement territorial (SDT) - Gestion du territoire", | |
| "doc_count": 32, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "SDT-DRE@admin.vs.ch", | |
| "doc_count": 32 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service du développement économique - Business Valais", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@business-valais.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service immobilier et patrimoine (SIP) - Immeuble", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "omh@admin.vs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Canton du Valais - Service immobilier et patrimoine (SIP) - Patrimoine", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "omh@admin.vs.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cantons [D+M]", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Carouge (GE)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cartigny", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cartoriviera", | |
| "doc_count": 21, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@cartoriviera.ch", | |
| "doc_count": 21 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Centrale sanitaire 144", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "daniel.stoll@h-fr.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Centralschweizerische Kraftwerke AG", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "patrick.wicki@ckw.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Centre de Compétence SIT", | |
| "doc_count": 58, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "Vincent.Grandgirard@fr.ch", | |
| "doc_count": 54 | |
| }, | |
| { | |
| "key": "Theophile.Emmanouilidis@fr.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Chamoson", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Chancy", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Chauffage à distance Begnins SA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "anicolas@begnins.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Choulex", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Chêne-Bougeries", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Chêne-Bourg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cluster de recherche en durabilité dans le Rhin Supérieur / Equipe FeLis", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ferninfo@felis.uni-freiburg.de", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Collectivité Européenne d'Alsace", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@chateaux-rhenans.eu", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Collex-Bossy", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Collonge-Bellerive", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cologny", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Commission Centrale pour la Navigation du Rhin", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ccnr@ccr-zkr.org", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Communauté de Communes des Trois Frontières", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Commune de Ferreyres", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "administration@ferreyres.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Confignon", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Conservatoire et Jardin botaniques de la Ville de Genève", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pascal.martin@geneve.ch", | |
| "doc_count": 15 | |
| }, | |
| { | |
| "key": "nicolas.wyler@geneve.ch", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "nicolas.wyler@ville-ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Conthey", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Coordination, Services et Informations Géographiques (COSIG), swisstopo", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@geo.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Corporation ecclésiastique catholique du canton de Fribourg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "david.neuhaus@cath-fr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Corsier (GE)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cossonay", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "service.technique@cossonay.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Cuarnens", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "greffe@cuarnens.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Céligny", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DGS Abteilung Gesundheit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DGS Kantonsärztlicher Dienst", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kantonsarzt@ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DSM - Office cantonal du génie civil - Service des routes", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "patrice.giuliano@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DT - Département du territoire", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aline.blaser@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DTP SA Bureau d'études", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "f.lombardet@dtpsa.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dardagny", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Degersheim", | |
| "doc_count": 35, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@degersheim.ch", | |
| "doc_count": 35 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Denkmalpflege Schaffhausen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "denkmalpflege@sh.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Denkmalpflege Stadt Bern", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "denkmalpflege@bern.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Denkmalpflege Winterthur", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "denkmalpflege@win.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Denkmalpflege und Archäologie Kanton Luzern, Kantonsarchäologie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat.archaeologie@lu.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Denkmalpflege und Archäologie des Kantons Luzern, Denkmalpflege", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat.denkmalpflege@lu.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Departement Hochbau und Liegenschaften (GLS)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christian.stricker@glarus-sued.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Departement des Innern", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat.di@sh.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Gesundheit und Sport (DIGE)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gesundheit@lu.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Landwirtschaft und Wald (lawa)", | |
| "doc_count": 49, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "lawa@lu.ch", | |
| "doc_count": 49 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Militär, Zivilschutz und Justizvollzug, Zivilschutz", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mzj@lu.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Raum und Wirtschaft (rawi)", | |
| "doc_count": 132, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "rawi@lu.ch", | |
| "doc_count": 132 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Steuern\r\nImmobilienbewertung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dst.ib@lu.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle Umwelt und Energie (uwe)", | |
| "doc_count": 38, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "uwe@lu.ch", | |
| "doc_count": 38 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dienststelle für Verkehr und Infrastruktur (vif)", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vif@lu.ch", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Diepoldsau", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@diepoldsau.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction Régionale de l’Environnement, Aménagement et du Logement (DREAL)", | |
| "doc_count": 33, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction de l'information du territoire", | |
| "doc_count": 126, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vincent.galley@etat.ge.ch", | |
| "doc_count": 58 | |
| }, | |
| { | |
| "key": "yves.philipp@etat.ge.ch", | |
| "doc_count": 30 | |
| }, | |
| { | |
| "key": "romain.bauquis@etat.ge.ch", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "jose.lopez@etat.ge.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "mayeul.gaillet@etat.ge.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "benedicte.loisel@etat.ge.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "geomatique@etat.ge.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "-", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "andreas.stussi@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "henrich.duriaux@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "mayeul.gaillet@tat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "patrick.montier@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction de la mensuration officielle", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "guy.perruchoud@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction de la planification directrice cantonale et régionale", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bruno.beurret@etat.ge.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "michel.karpinski@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction du projet d'agglomération", | |
| "doc_count": 84, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "louca.lerch@etat.ge.ch", | |
| "doc_count": 82 | |
| }, | |
| { | |
| "key": "joel.vetter@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "mathieu.iglesias@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'Office Médico-Pédagogique", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "charles-antoine.kuszli@etat.ge.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'action sociale", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christine.brennenstuhl@etat.ge.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'agriculture et de la nature", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aline.blaser@etat.ge.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "guillaume.potterat@etat.ge.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "emmanuelle.favre@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "gottlieb.dandliker@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'eau", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "michel.enggist@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'enseignement obligatoire", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aldo.brina@etat.ge.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de l'enseignement secondaire II", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "thierry.durand@etat.ge.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "aldo.brina@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale de la santé", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "antoine.renard@etat.ge.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "diane.blanc-giacobino@etat.ge.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "camille.genecand@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "clemence.delcey@etat.ge.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "veronique.delley@etat.ge.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direction générale du projet Praille-Acacias-Vernets (PAV)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "fabien.pignoly@etat.ge.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direktion für Sicherheit, Umwelt und Energie, Generalsekretariat", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sue@bern.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Direktionssekretariat BD Kt. Uri", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Division Prévention des dangers, Office fédéral de l'environnement", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gefahrenpraevention@bafu.admin.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Division forêts, Office fédéral de l'environnement", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald@bafu.admin.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Dr. Felix Renner", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Duggingen - Kommunikation Gemeinde Aesch (BL)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "DynartI/O", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "ECA - Jura", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@eca-jura.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "ECA Vaud", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "nicolas.roux@eca-vaud.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "EKT AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ekt.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "ERM - Association intercommunale pour l'épuration des eaux usées de la région morgienne", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dominique.mathey@erm-step.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "EV Eriswil", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@eriswil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "EW Romanshorn", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eawag - Abteilung Oberflächengewässer", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@eawag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ebenrain-Zentrum für Landwirtschaft", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ebenrain@bl.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ebnat-Kappel", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@ebnat-kappel.ch", | |
| "doc_count": 26 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Echallens", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "infrastructures@echallens.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Echandens", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "st@echandens.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ecoptima AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ecoptima.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ecublens", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "batiments@ecublens.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eggerberg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eggersriet", | |
| "doc_count": 29, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@eggersriet.ch", | |
| "doc_count": 29 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eglise évangélique réformée du canton de Fribourg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "jolande.roh@ref-fr.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eichberg", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@eichberg.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidg. Forschungsanstalt WSL", | |
| "doc_count": 27, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wslinfo@wsl.ch", | |
| "doc_count": 27 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidg. Forschungsanstalt für Wald, Schnee und Landschaft", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wslinfo@wsl.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "arthur.gessler@wsl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidgenössische Elektrizitätskommission ElCom", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@elcom.admin.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidgenössische Forschungsanstalt WSL", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "remotesensing@wsl.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidgenössisches Nuklearsicherheitsinspektorat", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "thomas.brogle@ensi.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eidgenössisches Nuklearsicherheitsinspektorat ENSI", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "raphael.sutterr@ensi.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "info@ensi.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "benno.bucher@ensi.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Einwohnergemeinde Bolligen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@bolligen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Einwohnergemeinde Guggisberg", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@guggisberg-be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Einwohnergemeinde Münchenwiler", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@muenchenwiler.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Einwohnergemeinde Wohlen bei Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@wohlen-be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektra Hergiswil Dorf", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "technik@elektra-hergiswil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektra Häuslenen (Aadorf)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektra Luthern", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "elektraluthern@bluewin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektra Opfersei", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@elektro-gander.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektra Ufhusen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "elektra.ufhusen@bluewin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektrizitätswerk Obwalden (EWO)", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ewo.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektrizitätswerk Schwyz AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ews.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Elektrizitätswerke", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Emch + Berger WSB AG", | |
| "doc_count": 38, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "erwin.vogel@emchberger.ch", | |
| "doc_count": 38 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Energie AG Sumiswald", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energieag@sumiswald.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Energie Hunzenschwil AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@enh.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Energie Kreuzlingen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@energiekreuzlingen.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Energie und Technik Winterthur", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energiefachstelle@win.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Energiefachstelle des Kantons Schaffhausen", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energiefachstelle@sh.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Entsorgung + Recycling Stadt Bern", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "entsorgung@bern.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Erdgas Ostschweiz AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ego@ego-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Erlebnis Geologie", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@erlebnis-geologie.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Erlinsbach (SO)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Erziehungsdepartement", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "erziehung@sh.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Eucor – Le Campus européen GECT", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachgruppe Georessourcen Schweiz", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "georessourcen@erdw.ethz.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Denkmalpflege und Ortsbildschutz (DBK)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "denkmalpflege@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Geoinformation (DBU)", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoinformation@gl.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Landerwerb / Immobiliengeschäfte Kanton Zug", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Raumentwicklung (DBU)", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hochbau@gl.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Schutzbauten (DSJ)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christof.schreyer@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Vermessung (DBU)", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoinformation@gl.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle Wanderwege (DBU)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "samuel.gygli@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fachstelle für Gebirgswaldpflege (GWP)", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gebirgswald.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Federal Office of Topography swisstopo", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodata@swisstopo.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Felben-Wellhausen-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Feldbrunnen-St. Niklaus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Finanzverwaltung - Finanzausgleich / Koordinationsstelle Statistik", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "finanzausgleich@be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Firstresponder BE", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fischingen-EKT", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Flawil", | |
| "doc_count": 38, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@flawil.ch", | |
| "doc_count": 38 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Flotron AG Ingenieure", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@flotron.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Flums", | |
| "doc_count": 28, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@flums.ch", | |
| "doc_count": 28 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fondation des parkings", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "jf.moutou@fondation-parkings.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fondation pour les terrains industriels de Genève (FTI)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "federico.schiffrin@ftige.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fondation rurale interjurassienne", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@frij.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Forschungsanstalt Agroscope Reckenholz-Tänikon ART", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sifri@bluewin.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "volker.prasuhn@art.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Führungsstab der Armee - Personelles der Armee", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "personelles.fsta@vtg.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Fürstentum Liechtenstein", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.abs@llv.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GAZNAT SA", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geomatique@gaznat.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GIS Daten AG Stans", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stans@gis-daten.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GRG Ingenieure AG", | |
| "doc_count": 32, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@grgingenieure.ch", | |
| "doc_count": 32 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GVR GOS", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gais", | |
| "doc_count": 29, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@gais.ar.ch", | |
| "doc_count": 29 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gaiserwald", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gaiserwald.ch", | |
| "doc_count": 26 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gams", | |
| "doc_count": 28, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@gams.ch", | |
| "doc_count": 28 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gasverbund Mittelland AG GVM", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gvm@gvm-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gebäudeversicherung Luzern", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mail@gvl.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gebäudeversicherung Thurgau", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gvtg.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gebäudeversicherung Zug", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "infogvzg@zg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gebäudeversicherung des Kantons Basel-Stadt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gvbs@gvbs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Alpnach, Bauamt", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@alpnach.ow.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Alpthal, Gemeindeverwaltung", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@alpthal.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Altendorf", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kanzlei@altendorf.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Arth", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindekanzlei@arth.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Balzers", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@balzers.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Beckenried, Bauamt", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@gv.beckenried.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Bremgarten bei Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "praesidiales@3047.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Buochs, Bauamt", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@buochs.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Dallenwil, Bauamt", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dallenwil@nw.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Emmen", | |
| "doc_count": 109, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gis@emmen.ch", | |
| "doc_count": 109 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Emmetten, Bauamt", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@emmetten.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Engelberg, Bauamt", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@gde-engelberg.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ennetbürgen, Bauamt", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@ennetbuergen.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ennetmoos, Bauamt", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mail@ennetmoos.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Eschen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "verwaltung@eschen.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ferenbalm", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@ferenbalm.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Feusisberg", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@feusisberg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Frauenkappelen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@frauenkappelen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Freienbach", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@freienbach.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Galgenen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@galgenen.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Gamprin", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gamprin.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Giswil, Bauamt", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mario.eberli@giswil.ow.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Gurbrü", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gurbrue@bluewin.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Hergiswil NW, Bauamt", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bau@hergiswil.ch", | |
| "doc_count": 9 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Hünenberg, Bau und Planung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bau-planung@huenenberg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Hünenberg, Sicherheit und Umwelt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sicherheit-umwelt@huenenberg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Iffwil", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@iffwil.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Illgau", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@illgau.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ingenbohl", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@brunnen.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ittigen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ittigen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Kerns, Bauamt", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@kerns.ow.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Kirchlindach", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@kirchlindach.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Kriechenwil", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@kriechenwil.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Kriens", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@kriens.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Abteilung Liegenschaften", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Abteilung Verkehr und Unterhalt", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 9 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Bauinspektorat", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Dienstzweig Feuerwehr/Zivilschutz Region Köniz", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Dienstzweig Geomatik", | |
| "doc_count": 30, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 30 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Dienstzweig Landschaft", | |
| "doc_count": 11, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 11 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Dienstzweig Wasserversorgung", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Fachstelle Bildung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Fachstelle Gesamtkoordination Grossprojekte", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Fachstelle Umwelt und Energie", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Köniz, Planungsabteilung", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@koeniz.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Lachen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@lachen.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Lauerz", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@lauerz.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Laupen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@laupen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Lungern, Bauamt", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauverwaltung@lungern.ow.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Mauren", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@mauren.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Morschach", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@morschach.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Muotathal", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@muotathal.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Muri bei Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@muri-guemligen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Mühleberg", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeschreiberei@muehleberg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Münchenbuchsee", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@muenchenbuchsee.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Neuenegg", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@neuenegg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Neuheim, Abteilung Sicherheit, Wirtschaft und Verkehr", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@neuheim.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Oberbalm", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@oberbalm.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Oberdorf NW, Bauamt", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "martin.kayser@nw.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Oberägeri, Bau und Sicherheit", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauhoch@oberaegeri.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ostermundigen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ostermundigen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Pieterlen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@pieterlen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Planken", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@planken.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Reichenburg", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@reichenburg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Riemenstalden", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@riemenstalden.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Riggisberg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@riggisberg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Risch, Planung/Bau/Sicherheit", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bau@rischrotkreuz.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Rothenthurm", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@rothenthurm.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Ruggell", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ruggell.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Rüschegg", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@rueschegg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Sachseln, Bauamt", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@sachseln.ow.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Sarnen, Bauamt / Raumentwicklung", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@sarnen.ow.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Sattel", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@sattel.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schaan", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@schaan.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schafisheim", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christoph.schnegg@lenzburg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schellenberg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@schellenberg.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schwarzenburg", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@schwarzenburg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schwyz", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindekanzlei@gemeindeschwyz.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Schübelbach", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeschreiber@schuebelbach.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Stans, Bauamt", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@stans.nw.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Stansstad, Bauamt", | |
| "doc_count": 14, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@stansstad.ch", | |
| "doc_count": 14 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Steinen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@steinen.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Steinerberg", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@steinerberg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Steinhausen, Bau und Umwelt", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "BuU@steinhausen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Stettlen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeschreiberei@stettlen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Triesen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@triesen.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Triesenberg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@triesenberg.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Tuggen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@tuggen.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Unteriberg", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@unteriberg.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Vaduz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@vaduz.li", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Vechigen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vechigen@vechigen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Vorderthal", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@vorderthal.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Walchwil, Abteilung Infrastruktur / Sicherheit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "einwohnergemeinde@walchwil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Wangen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@wangensz.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Wileroltigen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@wileroltigen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Wolfenschiessen, Bauamt", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@wolfenschiessen.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Wollerau", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@wollerau.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Zollikofen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@zollikofen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinde Zuzwil BE", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@zuzwil-be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindebauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bauamt@hirschthal.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindekanzlei Hunzenschwil", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindekanzlei@hunzenschwil.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindekanzlei Staufen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindekanzlei@staufen.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinden des Kantons Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeinden des Kt. Uri", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverband LuzernPlus", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@luzernplus.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kanzlei@lupfig.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Birmenstorf AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "technischebetriebe@birmenstorf.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Böttstein", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@boettstein.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Horgen Ortsbildarchiv", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "ortsbildarchiv@horgen.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Innerthal", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@innerthal.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Oberiberg", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@oberiberg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindeverwaltung Saanen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "direktion@saanen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gemeindewerk Beckenried", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gw.beckenried.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genedis SA", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vincent.frachebourg@genedis.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "sylvain.locatelli@genedis.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalsekretariat VBS", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mathieu.zingg@gs-vbs.admin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalsekretariat VBS / Bibliothek am Guisanplatz", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalsekretariat VBS, Raum und Umwelt VBS", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "markus.ruettimann@gs-vbs.admin.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalsekretariat des Eidg. Departements für Verteidigung, Bevölkerungsschutz und Sport", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gs-vbs.admin.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalstaatsanwaltschaft", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "barbara.schweizer@justice.be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Generalstaatsanwaltschaft des Kantons Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gstaw.bern@justice.be.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenkorporation Beckenried", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@korporation-beckenried.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenkorporation Buochs", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@korporation-buochs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenkorporation Emmetten", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wuerschmarkus@bluewin.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenkorporation Ennetbürgen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@korporation-ennetbuergen.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenkorporation Stans", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kontakt@korporation-stans.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genossenschaft Gemeinschaftsantenne Hübel", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "office@zik5722.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genthod", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genève", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Genève Aéroport", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "environnement@gva.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GeoRhena", | |
| "doc_count": 271, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "contact@georhena.eu", | |
| "doc_count": 104 | |
| }, | |
| { | |
| "key": "GeoRhena", | |
| "doc_count": 48 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GeoRhena / RMT Pilier Science / TMO Säule Wissenschaft", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geocad + Partner AG", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geocad@geocad.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geoinformation Stadt Bern", | |
| "doc_count": 200, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoinformation@bern.ch", | |
| "doc_count": 200 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geoinformation Winterthur", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vermessungsamt@win.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geoinformationszentrum (GIS) Stadt Luzern", | |
| "doc_count": 432, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gis@stadtluzern.ch", | |
| "doc_count": 432 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geoinformationszentrum Stadt Luzern", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "felix.ettlin@stadtluzern.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Geomatik- und Vermessungsamt Winterthur", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vermessungsamt@win.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GeoplanTeam AG Vermessung, Geoinformatik und Umwelttechnik", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@geoplanteam.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gesundheitsamt", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.ga@be.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "sekretariat.ga@sh.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "gesundheitsamt@ddi.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gesundheitsamt - Aufsicht und Bewilligung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "yves.reidy@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gesundheitsamt - Versorgungsplanung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aron.baumann@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gommiswald", | |
| "doc_count": 29, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@gommiswald.ch", | |
| "doc_count": 29 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gonten (Bez)", | |
| "doc_count": 13, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gonten.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gossau - Elektrizität Calis", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gossau SG", | |
| "doc_count": 34, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@stadtgossau.ch", | |
| "doc_count": 34 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grabs", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@grabs.sg.ch", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grangeneuve", | |
| "doc_count": 18, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "rafael.tapia2@fr.ch", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "adrian.vonniederhaeusern@fr.ch", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "Celine.VialMagnin@fr.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Abwasser Amt für Industrielle Betriebe", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Abwasser Gemeinde Duggingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Abwasser Gemeinde Grellingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Abwasser Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Abwasser Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Elektrizität Primeo-Energie", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Elektrizität Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Elektrizität Tiefbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Gas Gasverbund Mittelland AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Gas Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation Cablecom", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation Fernseh-Genossenschaft Uf Egg Nenzlingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation Gemeinde Grellingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation Swisscom (Schweiz) AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Kommunikation interGGA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Wasser Gemeinde Duggingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Wasser Gemeinde Grellingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Wasser Industrielle Werke Basel", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Wasser Schweizerische Bundesbahnen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grellingen - Weitere Medien Gemeinde Duggingen", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Groupe E Celsius SA", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "demandeplancad@groupe-e.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "martine.waeber@groupe-e.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Groupe E SA", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dde-plan-broye@groupe-e.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "dde-plan-sud@groupe-e.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Groupe de travail Statistiques de la Conférence du Rhin Supérieur", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Groupe d’Experts Ressources en eau", | |
| "doc_count": 33, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Groupe géoressources suisses", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "georessourcen@erdw.ethz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grub", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@grub.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Grunder Ingenieure AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "griag@grunder.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gruner AG", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "roger.schaub@gruner.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gy", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "GÉO SOLUTIONS ingénieurs SA", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "frederic.bonzon@geo-solutions.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Gächlingen Melioration", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "HSK Ingenieur AG", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hsk-arth@hsk-ingenieur.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hauptabteilung Bau und Umwelt (GLM)", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christoph.zwicky@glarus.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hauptabteilung Kultur (DBK)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kultur@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hauptabteilung Tiefbau (DBU)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christof.kamm@gl.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Haute école spécialisée HES-SO Genève", | |
| "doc_count": 7, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "antoine.besson@hesge.ch", | |
| "doc_count": 7 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hefenhofen-Hatswil-Brueschwil", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Heiden", | |
| "doc_count": 22, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@heiden.ar.ch", | |
| "doc_count": 22 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Heini Geomatik AG", | |
| "doc_count": 73, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "andreas.heini@heinigeomatik.ch", | |
| "doc_count": 73 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Heizverbund untere Kniri AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "betrieb@hv-kniri.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hemberg (vor Fusion)", | |
| "doc_count": 24, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@hemberg.ch", | |
| "doc_count": 24 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Herdern-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Herisau", | |
| "doc_count": 26, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hermance", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Herter & Wiesmann Ingénieurs Conseils SA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@hw-eau.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Herznach-Ueken", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeindeverwaltung@herznach.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hetzer, Jäckli und Partner AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hjp@hjp-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hochbauamt", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "hochbauamt@bl.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "hba@bd.so.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Holcim Kies und Beton AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info-ch@holcim.com", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Holdigaz Prestations SA", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "yvan.weber@holdigaz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hundwil", | |
| "doc_count": 19, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@hundwil.ar.ch", | |
| "doc_count": 19 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Häggenschwil", | |
| "doc_count": 25, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@haeggenschwil.ch", | |
| "doc_count": 25 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Höfe Abwasser", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@arahoefe.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hüttlingen-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Hüttwilen-Mel", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "IBAarau Strom AG (Herr Jürg Becher)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "leitungsauskunft@ibaarau.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "IBW Technik AG, Bereich GIS/NIS", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "vonarx.sascha@ibw.ag", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "INGESA AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "map@ingesa.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "INSA Strasbourg", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Immobilien Aargau", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "immobilienaargau@ag.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Immobilien Stadt Bern", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "immobilien@bern.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Industrie- und Handelskammer (IHK) Südlicher Oberrhein", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Info Fauna Karch", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "contact@infofauna.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Info Flora GENÈVE", | |
| "doc_count": 29, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@infoflora.ch", | |
| "doc_count": 28 | |
| }, | |
| { | |
| "key": "lionel.sager@infoflora.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Inforama Rütti", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "isabelle.bandi@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Informatik Aargau, AGIS Service Center", | |
| "doc_count": 85, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoportal@ag.ch", | |
| "doc_count": 85 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ing.- u. Vermessungsbüro Ammann", | |
| "doc_count": 54, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ing-ammann.ch", | |
| "doc_count": 54 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ingenieurbüro F. Schärli", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@ing-schaerli.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Ingenieurbüro Märki AG", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@maerkiag.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Institut Public Sector Transformation der Berner Fachhochschule", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "stephan.haller@bfh.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Institut für Kartografie und Geoinformation ETHZ", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sieber@karto.baug.ethz.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Institut für Seenforschung der LUBW", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "martin.wessels@lubw.bwl.de", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Institution de maintien, d'aide et de soins à domicile (IMAD)", | |
| "doc_count": 6, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "alexandre.cabon@imad-ge.ch", | |
| "doc_count": 6 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Interkantonales Labor", | |
| "doc_count": 16, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "interkantlab@sh.ch", | |
| "doc_count": 16 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Internationale Gewässerschutzkommission für den Bodensee", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Internationale Kommission zum Schutz des Rheins", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat@iksr.de", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Inventaire des monuments d'art et d'histoire du canton de Genève", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "anne-marie.viaccoz@etat.ge.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jagd und Fischerei", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "jagd-fischerei@sh.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jagdinspektorat", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "christian.heeb@be.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jaquier-Pointet Ingénieurs Géomètres Officiels", | |
| "doc_count": 32, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@japo.ch", | |
| "doc_count": 32 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jauslin Stebler AG", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "dvs@jauslinstebler.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jermann Ingenieure und Geometer AG", | |
| "doc_count": 294, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@jermann-ag.ch", | |
| "doc_count": 294 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jonschwil", | |
| "doc_count": 32, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@jonschwil.ch", | |
| "doc_count": 32 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jonschwil Schwarzenbach", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Juriens", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "commune@juriens.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Jussy", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Justiz- und Sicherheitsdepartement des Kantons Basel-Stadt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "firstresponder@jsd.bs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Justizdirektion Kt. Uri", | |
| "doc_count": 30, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Justizleitung des Kantons Bern - Stabstelle für Ressourcen", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "frederic.kohler@justice.be.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "K. Lienhard AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "fueglister@lienhard-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "KFN Kabelfernsehen Nidwalden AG", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@kfn-ag.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "KGK-CGC", | |
| "doc_count": 67, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodienste@kgk-cgc.ch", | |
| "doc_count": 67 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kalchrain", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kalchrain@tg.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kaltbrunn", | |
| "doc_count": 37, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gemeinde@kaltbrunn.ch", | |
| "doc_count": 37 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Aargau", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Appenzell Ausserrhoden", | |
| "doc_count": 107, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kantonskanzlei@ar.ch", | |
| "doc_count": 107 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Appenzell Innerrhoden", | |
| "doc_count": 92, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geoinformation@ai.ch", | |
| "doc_count": 92 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Basel-Stadt", | |
| "doc_count": 300, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gva@bs.ch", | |
| "doc_count": 112 | |
| }, | |
| { | |
| "key": "mobilitaet@bs.ch", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "planungsamt@bs.ch", | |
| "doc_count": 25 | |
| }, | |
| { | |
| "key": "aue@bs.ch", | |
| "doc_count": 24 | |
| }, | |
| { | |
| "key": "gemeinde.riehen@riehen.ch", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "bvdsf@bs.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "lufthygieneamt@bl.ch", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "gisteam.tba@bs.ch", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "stata@bs.ch", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "KapoVrk.verkehrssicherheit@jsd.bs.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "info@bettingen.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "sekr.kantonslabor@bs.ch", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "bvdav@bs.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "denkmalpflege@bs.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "geo@bs.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "hochbauamt@bs.ch", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "afw@bl.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "arch.bodenforschung@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "bvdbgi@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "bvdtba@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "energie@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "entwicklung@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "gesundheitsversorgung@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "info.immobilien@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "jfa@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "kanzlei.vetamt@bs.ch", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "Adrian.Plachesi@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "abfall@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "ai.awa@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "behindertenhilfe@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "epi@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "firstresponder@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "info-aug@unibas.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "info@iwb.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "infopolizei@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "jff@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "kjd@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "praevention@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "rettung@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "sport@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "staatskanzlei@bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "verkehrspraevention@jsd.bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "verwaltung@rkk-bs.ch", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "wsu@bs.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Luzern", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Luzern, Abteilung Geoinformation", | |
| "doc_count": 272, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "geodaten@lu.ch", | |
| "doc_count": 272 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Justiz, Abteilung Jagd und Fischerei (J/F)", | |
| "doc_count": 9, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "justizamt@nw.ch", | |
| "doc_count": 9 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Kultur (AFK)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "kultur@nw.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Landwirtschaft (ALW)", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "landwirtschaft@nw.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Mobilität (AMO)", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "mobilitaet@nw.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Raumentwicklung (ARE)", | |
| "doc_count": 149, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "raumentwicklung@nw.ch", | |
| "doc_count": 149 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Umwelt und Energie (AUE)", | |
| "doc_count": 44, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "aue@nw.ch", | |
| "doc_count": 44 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Amt für Wald und Naturgefahren (AWN)", | |
| "doc_count": 36, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "awn@nw.ch", | |
| "doc_count": 36 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Bauamt: Direktionssekretariat der Baudirektion", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "baudirektion@nw.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Nidwalden, Staatsarchiv", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "staatsarchiv@nw.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Kultur und Sport (AKS)", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sport@ow.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Landwirtschaft und Umwelt (ALU)", | |
| "doc_count": 27, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "landwirtschaft@ow.ch", | |
| "doc_count": 27 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Landwirtschaft und Umwelt, Abteilung Umwelt (UM)", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "landwirtschaft@ow.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Raumentwicklung und Energie (ARE)", | |
| "doc_count": 8, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "are@ow.ch", | |
| "doc_count": 8 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Wald und Landschaft (AWL)", | |
| "doc_count": 17, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "awl@ow.ch", | |
| "doc_count": 17 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Wald und Landschaft, Abteilung Naturgefahren (NGF)", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald.landschaft@ow.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Amt für Wald und Landschaft, Abteilung Wald und Natur (WAN)", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "wald.landschaft@ow.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Bau- und Raumentwicklungsdepartement (BRD)", | |
| "doc_count": 3, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "bau-raumentwicklungsdepartement@ow.ch", | |
| "doc_count": 3 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Finanzdepartement (FD)", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "finanzdepartement@ow.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Obwalden, Volkswirtschaftsamt (VWA)", | |
| "doc_count": 73, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "volkswirtschaftsamt@ow.ch", | |
| "doc_count": 73 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Schaffhausen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "null", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Abteilung Öffentlicher Verkehr", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.oev@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Archäologie", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "archaeologie@tg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Berufsbildung und Berufsberatung", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "abb@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Betreibungs- und Konkurswesen", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "roger.wiesendanger@tg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Bevölkerungsschutz und Armee", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.aba@tg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Daten und Statistik", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "statistik@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Denkmalpflege", | |
| "doc_count": 13, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "denkmalpflege@tg.ch", | |
| "doc_count": 13 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Energie", | |
| "doc_count": 10, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "energie@tg.ch", | |
| "doc_count": 10 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Geoinformation", | |
| "doc_count": 45, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "agi@tg.ch", | |
| "doc_count": 45 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Gesundheit", | |
| "doc_count": 5, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gesundheit@tg.ch", | |
| "doc_count": 5 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Raumentwicklung", | |
| "doc_count": 32, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "sekretariat.are@tg.ch", | |
| "doc_count": 32 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Umwelt", | |
| "doc_count": 82, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "umwelt.afu@tg.ch", | |
| "doc_count": 82 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Volksschule", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.av@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Amt für Wirtschaft und Arbeit", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "awa@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Departement für Bau und Umwelt", | |
| "doc_count": 2, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "generalsekretariat.dbu@tg.ch", | |
| "doc_count": 2 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Departement für Inneres und Volkswirtschaft", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Fachstelle für Kinder-, Jugend- und Familienfragen", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "pascal.maechler@tg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Feuerschutzamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info@gvtg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Forstamt", | |
| "doc_count": 23, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "forstamt@tg.ch", | |
| "doc_count": 23 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Grundbuch- und Notariatsverwaltung", | |
| "doc_count": 4, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "gni@tg.ch", | |
| "doc_count": 4 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Hochbauamt", | |
| "doc_count": 1, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.hba@tg.ch", | |
| "doc_count": 1 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Jagd- und Fischereiverwaltung", | |
| "doc_count": 12, | |
| "mail": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [ | |
| { | |
| "key": "info.jfv@tg.ch", | |
| "doc_count": 12 | |
| } | |
| ] | |
| }, | |
| "logoUrl": { | |
| "doc_count_error_upper_bound": 0, | |
| "sum_other_doc_count": 0, | |
| "buckets": [] | |
| } | |
| }, | |
| { | |
| "key": "Kanton Thurgau, Kantonspolizei", | |
| "doc_count": 3, | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment