Broadcast United

Additional inspections of 85 evacuated buildings and short-term measures to prepare for possible new flooding

Broadcast United News Desk
Additional inspections of 85 evacuated buildings and short-term measures to prepare for possible new flooding

[ad_1]


Boštjan Šefic conducts a field survey on the first anniversary of the flood. Photo: Bobo
Boštjan Šefic conducts a field survey on the first anniversary of the flood. Photo: Bobo

For the above 85 buildings, in the current process, the authorities have determined that they can be adequately protected by flood protection measures or landslide repair measures. Although these measures are being planned and will be implemented in the next phase, as the head of the government’s flood and landslide reconstruction department said during a visit to Lyubna, Savinja Province today Boshjan Sefikdecided to inspect all 85 facilities again.

As he announced, they will be inspected by representatives of the National Technical Office, the Protection and Rescue Administration, the Water Authority and the government flood reconstruction department. They will then identify very short-term measures to ensure that these facilities are also protected in the event of extreme weather events.



related news
85 objects were removed from the deletion list. The list will be supplemented.

Now we know what needs to be done with the facility

Šefic said that, in addition to this, for all 343 facilities on the first demolition list, it is now known what needs to be done with these facilities. The latest expert opinion prepared by the National Technical Office is currently being approved by the Reconstruction Committee, and Šefic expects that this will be resolved soon. Then comes the final unveiling and then the government’s acceptance. “This will process the list and issue any orders,” He said.

Regarding the consideration of these buildings, which were subsequently included in the list of buildings to be demolished, in addition to some proposals submitted by some municipalities for consideration, Shefiqi said that now the consideration of these buildings will be significantly easier, as the professional foundation has been laid. According to unofficial sources, the procedures regarding these additional facilities should be completed by the end of September.

130 estimates ordered

As an important factor in the whole process, Shefik pointed out that it is not easy to get a valuation for the buildings, considering all the circumstances of the capture and legislative consequences. He said that they have ordered 130 valuations, they already have 60 valuation reports, some are still expected, and the rest will be completed by the end of August.

When asked what would happen if people in a building scheduled for relocation failed to move to a new building within the expected one-year period, Sefiq responded that there would be an extension if there were valid reasons. It was possible, but everyone’s goal was to leave the threatened area as quickly as possible.

Jure Leben estimates that activity has accelerated

Secretary of State for the Environment, Space, Climate and Dialogue with NGOs, Office of the Prime Minister Yulei Life The assessment is that activities have accelerated over the last month and the relevant procedures have been introduced to the state asset management company DSU, which will lead the procedures for replacement construction and demolition of buildings in the future. According to Lebn, DSU has already established a system within its organization and Leben expects the contract with DSU to be approved by the government immediately after the holidays.

Compensation or new construction?

As for compensation for those whose facilities are on the demolition list, Leben said they are being “very good” and most people are choosing to take them and handle the situation themselves. In the remaining possible cases, DSU will provide support.

In addition to this, if the injured party decides to do so, DSU will build them a new house and carry out the entire process until it is handed over to the user. According to Lebno, there are currently two potential cases of this kind.

Regarding the plots of land provided by the municipalities for replacement construction, he said that he and the Secretary of State for Natural Resources and Space Milan Gasco Last month, we worked with 23 municipalities where alternative construction could most benefit. Of these, two are currently discussing the creation of larger settlements, Soshtani and possibly Braslovce, and all others are settling on two, three or four plots each. Leben announced that they will meet with city government representatives again in August and September, and stressed that outstanding issues are being resolved quickly.

Regarding Šoštanje, he said that, among other things, the municipality will start a public arrangement of land in the area in the autumn. But he said that overall, they seem to have more available plots than there is demand for replacement facilities so far. Spatial placement procedures take a long time, but in some cases problems can be solved quickly. Leben mentioned that, for example, spatial solutions were found very quickly for the production sites of the companies BSH Nazarje and KLS Ljubno.

Ahead of last year’s anniversary on Sunday, Sefik and Leben will meet today with representatives of several state agencies, including the Secretary of State of the Ministry of Natural Resources and Space. Lydia Kegrevich ZagokThe reporter is conducting a field visit to some of the areas that were hit by disasters last year.

// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }

// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },

setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },

deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },

cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper

// iProm (function(a,g,b,c){ a(c)=a(c)||function(){ "undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)}; var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e}); var d=document.createElement("script");0-1){ cookieConsent = true; }

var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }

_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm

// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }

if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }

// Mobile check var mobile = false; var mobile_xs = false;

var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;

w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }

//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }

function scrollToLiveItemInArticle() { let liveItem = document.getElementById('mmczivoinjectV2'); if (!liveItem) { for (let i = 0; i <= 3; i++) { let element="rtv4dplayer_live_" + i; liveItem = document.getElementById(element); if (liveItem) break; } } if (liveItem) { liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"}); } }

[ad_2]

Source link

Share This Article
Leave a comment

Leave a Reply

Your email address will not be published. Required fields are marked *