{"id":427,"date":"2021-03-16T14:46:36","date_gmt":"2021-03-16T13:46:36","guid":{"rendered":"https:\/\/task.sydro.de\/?page_id=427"},"modified":"2021-03-29T11:17:36","modified_gmt":"2021-03-29T09:17:36","slug":"project-area","status":"publish","type":"page","link":"https:\/\/task.sydro.de\/en\/project-area\/","title":{"rendered":"Project area"},"content":{"rendered":"\n<p>The project area is Thuringia. As a pilot region, Thuringia meets all criteria required for the project with regard to competing multiple uses of water infrastructure, e.g., by municipal water supply, agriculture, and nature conservation. The northeastern part of Thuringia is one of the driest regions in Germany. Especially for the area around Erfurt, there is a very low average precipitation of just under 500 mm per year.<\/p>\n\n\n\n<p>The following map shows the mean annual precipitation in Thuringia for the time period 1989 to 2018 (colors) as well as the reservoirs in the jurisdiction of the TFW.<\/p>\n\n\n\n\t\t<script src=\"\/webmap\/compat.js\" crossorigin=\"\"><\/script>\r\n\t\t<link rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/leaflet@1.5.1\/dist\/leaflet.css\"\r\n\t\t\tintegrity=\"sha512-xwE\/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ==\"\r\n\t\t\tcrossorigin=\"\"\/>\r\n\t\t<script src=\"https:\/\/unpkg.com\/leaflet@1.5.1\/dist\/leaflet.js\"\r\n\t\t\tintegrity=\"sha512-GffPMF3RvMeYyc1LWMHtK8EbPv0iNZ8\/oTtHPx9\/cc2ILxQ+u905qIwdpULaqDkyBKgOaB57QTMg7ztg8Jm2Og==\"\r\n\t\t\tcrossorigin=\"\"><\/script>\r\n\t\t<!-- leaflet geotiff plugin: https:\/\/github.com\/m-mohr\/leaflet-geotiff -->\r\n\t\t<script src=\"https:\/\/unpkg.com\/geotiff@0.4.1\/dist\/geotiff.browserify.js\"><\/script>\r\n\t\t<script src=\"https:\/\/unpkg.com\/plotty@0.2.0\/src\/plotty.js\"><\/script>\r\n\t\t<!-- leaflet WFS plugin: https:\/\/github.com\/Flexberry\/Leaflet-WFST -->\r\n\t\t<script src=\"https:\/\/unpkg.com\/leaflet-wfst@2.0.1-beta.25\/dist\/leaflet-wfst.src.js\"><\/script>\r\n\t\t<!-- day.js -->\r\n\t\t<script src=\"https:\/\/unpkg.com\/dayjs@1.8.21\/dayjs.min.js\"><\/script>\r\n\t\t<div id=\"map\"><\/div>\r\n\t\t<script>\r\n\t\t\tjQuery(function() {\r\n\t\t\t\t\/\/ initialize map\r\n\t\t\t\ttaskmap.init(\"map\");\r\n\r\n\t\t\t\t\/\/ load ReKIS raster data\r\n\t\t\t\ttaskmap.loadTif(\"\/webmap\/data\/ReKIS\/rk_jahr_1989-2018.tif\");\r\n\r\n\t\t\t\t\/\/ load streams as polylines\r\n\t\t\t\tvar streams_l = new L.WFS({\r\n\t\t\t\t\turl: 'https:\/\/sgx.geodatenzentrum.de\/wfs_dlm250',\r\n\t\t\t\t\ttypeNS: 'dlm250',\r\n\t\t\t\t\ttypeName: 'objart_44004_l',\r\n\t\t\t\t\tcrs: L.CRS.EPSG3857,\r\n\t\t\t\t\tgeometryField: 'geom',\r\n\t\t\t\t\tfilter: new L.Filter.And(\r\n\t\t\t\t\t\t\t\tnew L.Filter.BBox('geom', taskmap.map.getBounds(), L.CRS.EPSG3857),\r\n\t\t\t\t\t\t\t\tnew L.Filter.GT('brg', 3)),\r\n\t\t\t\t\tstyle: {\r\n\t\t\t\t\t\tcolor: '#1f78b4', \r\n\t\t\t\t\t\tweight: 1, \r\n\t\t\t\t\t\tinteractive: false,\r\n\t\t\t\t\t},\r\n\t\t\t\t\t\/\/style: function(layer) {\r\n\t\t\t\t\t\/\/\tvar style = {color: 'blue', weight: 1, interactive: false};\r\n\t\t\t\t\t\/\/\tif (layer.feature.properties.brg == 6) {\r\n\t\t\t\t\t\/\/\t\tstyle.color= '#a6cee3';\r\n\t\t\t\t\t\/\/\t}\r\n\t\t\t\t\t\/\/\telse {\r\n\t\t\t\t\t\/\/\t\tstyle.color = '#1f78b4';\r\n\t\t\t\t\t\/\/\t}\r\n\t\t\t\t\t\/\/\treturn style;\r\n\t\t\t\t\t\/\/},\r\n\t\t\t\t\tattribution: \"\u00a9 GeoBasis-DE \/ BKG (2021)\",\r\n\t\t\t\t}).addTo(taskmap.map);\r\n\r\n\t\t\t\t\/\/ load streams as polygons\r\n\t\t\t\tvar streams_f = new L.WFS({\r\n\t\t\t\t\turl: 'https:\/\/sgx.geodatenzentrum.de\/wfs_dlm250',\r\n\t\t\t\t\ttypeNS: 'dlm250',\r\n\t\t\t\t\ttypeName: 'objart_44001_f',\r\n\t\t\t\t\tcrs: L.CRS.EPSG3857,\r\n\t\t\t\t\tgeometryField: 'geom',\r\n\t\t\t\t\tfilter: new L.Filter.BBox('geom', taskmap.map.getBounds(), L.CRS.EPSG3857),\r\n\t\t\t\t\tstyle: {\r\n\t\t\t\t\t\tstroke: false,\r\n\t\t\t\t\t\topacity: 0.3,\r\n\t\t\t\t\t\tfill: true,\r\n\t\t\t\t\t\tfillColor: '#1f78b4',\r\n\t\t\t\t\t\tfillOpacity: 0.3, \/\/ doesn't seem to have an effect\r\n\t\t\t\t\t\tinteractive: false,\r\n\t\t\t\t\t},\t\t\t\r\n\t\t\t\t}).addTo(taskmap.map);\r\n\r\n\t\t\t\t\/\/ load water bodies as polygons\r\n\t\t\t\tvar waterbodies = new L.WFS({\r\n\t\t\t\t\turl: 'https:\/\/sgx.geodatenzentrum.de\/wfs_dlm250',\r\n\t\t\t\t\ttypeNS: 'dlm250',\r\n\t\t\t\t\ttypeName: 'objart_44006_f',\r\n\t\t\t\t\tcrs: L.CRS.EPSG3857,\r\n\t\t\t\t\tgeometryField: 'geom',\r\n\t\t\t\t\tfilter: new L.Filter.BBox('geom', taskmap.map.getBounds(), L.CRS.EPSG3857),\r\n\t\t\t\t\tstyle: {\r\n\t\t\t\t\t\tstroke: false,\r\n\t\t\t\t\t\topacity: 0.3,\r\n\t\t\t\t\t\tfill: true,\r\n\t\t\t\t\t\tfillColor: '#1f78b4',\r\n\t\t\t\t\t\tfillOpacity: 0.3, \/\/ doesn't seem to have an effect\r\n\t\t\t\t\t\tinteractive: false,\r\n\t\t\t\t\t},\t\t\t\r\n\t\t\t\t}).addTo(taskmap.map);\r\n\r\n\t\t\t\t\/\/ icons for reservoirs\r\n\t\t\t\tvar icon_reservoir = new L.icon({\r\n\t\t\t\t\ticonUrl: \"\/webmap\/ui\/icon_drop_blue.png\",\r\n\t\t\t\t\ticonAnchor: [8, 8],\r\n\t\t\t\t\tpopupAnchor: [0, 0],\r\n\t\t\t\t});\r\n\t\t\t\tvar icon_other = new L.icon({\r\n\t\t\t\t\ticonUrl: \"\/webmap\/ui\/icon_drop.png\",\r\n\t\t\t\t\ticonAnchor: [8, 8],\r\n\t\t\t\t\tpopupAnchor: [0, 0],\r\n\t\t\t\t});\r\n\r\n\t\t\t\t\/\/ load reservoirs as markers with popup\r\n\t\t\t\tjQuery.getJSON(\"\/webmap\/data\/water\/stauanlagen.geojson\", function(data){\r\n\t\t\t\t\tL.geoJSON(data, {\r\n\t\t\t\t\t\tpointToLayer: function(feature, latlng) {\r\n\t\t\t\t\t\t\tlet tooltip = feature.properties.name;\r\n\t\t\t\t\t\t\tif (feature.properties.type == \"TS\") {\r\n\t\t\t\t\t\t\t\treturn L.marker(latlng, {\r\n\t\t\t\t\t\t\t\t\ticon: icon_reservoir,\r\n\t\t\t\t\t\t\t\t\ttitle: tooltip,\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\telse {\r\n\t\t\t\t\t\t\t\treturn L.marker(latlng, {\r\n\t\t\t\t\t\t\t\t\ticon: icon_other,\r\n\t\t\t\t\t\t\t\t\ttitle: tooltip,\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t},\r\n\t\t\t\t\t}).bindPopup(function (layer) {\r\n\t\t\t\t\t\tvar html = \"<p>\";\r\n\t\t\t\t\t\thtml += \"<b>\" + layer.feature.properties.name + \"<\/b><br\/>\";\r\n\t\t\t\t\t\tvar type;\r\n\t\t\t\t\t\tswitch (layer.feature.properties.type) {\r\n\t\t\t\t\t\t\tcase \"TS\":\r\n\t\t\t\t\t\t\t\ttype = \"Talsperre\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase \"TS (VSP)\":\r\n\t\t\t\t\t\t\t\ttype = \"Vorsperre\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase \"HRB\":\r\n\t\t\t\t\t\t\t\ttype = \"Hochwasserr\u00fcckhaltebecken\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t\tcase \"SP\":\r\n\t\t\t\t\t\t\t\ttype = \"Speicher\";\r\n\t\t\t\t\t\t\t\tbreak;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\thtml += \" (\" + type + \")\";\r\n\t\t\t\t\t\thtml += \"<\/p>\";\r\n\t\t\t\t\t\treturn html;\r\n\t\t\t\t\t}).addTo(taskmap.map);\r\n\t\t\t\t});\r\n\r\n\t\t\t});\r\n\t\t<\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The project area is Thuringia. As a pilot region, Thuringia meets all criteria required for the project with regard to competing multiple uses of water infrastructure, e.g., by municipal water supply, agriculture, and nature conservation. The northeastern part of Thuringia is one of the driest regions in Germany. Especially for the area around Erfurt, there [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"fullwidth.php","meta":{"footnotes":""},"class_list":["post-427","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/pages\/427","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/comments?post=427"}],"version-history":[{"count":11,"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/pages\/427\/revisions"}],"predecessor-version":[{"id":521,"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/pages\/427\/revisions\/521"}],"wp:attachment":[{"href":"https:\/\/task.sydro.de\/en\/wp-json\/wp\/v2\/media?parent=427"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}