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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]", | |
| "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": "[email protected]" | |
| } | |
| ], | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 19 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 12 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 20 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 15 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 205 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 275 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 16 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 36 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 44 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 16 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 14 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 99 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 42 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 32 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 19 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 12 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 266 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 172 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 66 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 39 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 8 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 50 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 64 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 38 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 24 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 54 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 15 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 10 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 58 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 30 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "-", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 82 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 13 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 3 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 28 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "doc_count": 112 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 27 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 25 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 24 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 11 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 9 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 7 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 6 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 5 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 4 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 2 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "doc_count": 1 | |
| }, | |
| { | |
| "key": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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": "[email protected]", | |
| "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