ADVERTISEMENT

STS 'Paeng' leaves 1 dead, over P15-M agricultural damage in Bulacan

Published Oct 30, 2022 06:17 pm

A man who was reported missing at the height of tropical storm "Paeng" in Bulacan on Saturday afternoon, Oct. 29, was found dead by rescuers in a search, rescue, and retrieval operation conducted along the Sta. Maria River segment of Brgy. Sto. Cristo on Sunday morning, Oct. 30.

The Bulacan Provincial Disaster Risk Reduction and Management Office (PDRRMO) identified the victim as Leo Chavez, 42, of Brgy. San Roque, City of San Jose Del Monte (CSJDM), Bulacan, as confirmed by his relative.

His body was found at around 6 a.m. on Sunday.

As tropical storm "Paeng" continues to move west-northwestward over the Philippine sea, the province of Bulacan is under signal No.1 with a 390-kilometer diameter from the forecast track (Radius: 240 km North, 150 km South; winds up to 85 km per hour affecting light to moderate with occasional heavy rains). This was confirmed by the PDRRMO as of 11 a.m. on Sunday, Oct.30.

Disaster Risk Reduction and Management Office (DRRMO) executive officer Felicisima Mungcal, said that as of 11 a.m. on Sunday, the water level of Angat Dam was 196.58 meters, still below its flood season high water level of 210.00 meters, Ipo Dam was at 101.10 meters, quite high to its spilling level of 101.00 meters, while the Bustos Dam has 17.10 meters, a little bit higher to its 17.00 meters spilling level.

Mungcal explained that once the Ipo and Bustos Dams reached their spilling level, the dams’ operators have to gradually release excess water to maintain the elevation.

The Macaiban bridge in Sta. Maria was closed to all types of vehicles as of 10 a.m. on Sunday, because of clearing operations.

The M. Villarica Road of Tabing Ilog, Poblacion 2, and Sampalocan of Marilao is still passable, while the road in Banaban 2 in Angat, is passable to light vehicles only .

The power supply in the villages of Lambakin Loma 4B and 4C in Marilao, which was interrupted due to the typhoon since Saturday, is yet to be restored.

At U19-55 (Eva Bañares L. Agisa St. in Balatong B, Pulilan), the power interruption was reported to the Manila Electric Company (Meralco) at 12 noon on Saturday while the outage in Barangay Sto. Tomas in Sta Maria was reported at 4:15 p.m.

The power interruption in Barangay San Jose Patag, also in Sta Maria, which stated at around 3:30 p.m. on Saturday was restored at 7 p.m. on the same day. The power supply in 10 villages in the town of Paombong was also already restored.

Power interruption is still being experienced in the villages of Banaban, Baybay, Niugan (Purok 5), Sta. Cruz, San Roque, and Taboc of Angat, including eight villages in Malolos City and 11 villages in the City of San Jose Del Monte.

Mungcal said that the houses of 894 families in the 8 barangays and sitios of Paombong town were submerged under 15 to 20 inches of flood.

Affected by 2 to 6 feet deep floods were the City of Malolos and Hagonoy wherein hundreds of individuals took shelter at the evacuation centers.

Earlier, Sta. Maria Vice-Mayor Eboy Juan, visited the 136 families temporarily sheltered at the evacuation center and distributed food packs.

Due to strong winds, 4 houses were partially damaged in the villages of Citrus, Paradise 3, and Assumption, in the City of San Jose Del Monte.

Also damaged by the tropical storm in the city were the street lights, the open canals of San Pedro and Lawang Pari, and the San Rafael Creek bank protection.

The PDRRMC said that based on their initial report, tropical storm "Paeng" left around P15,395,852.80 agricultural and fisheries damage, affecting the 743 Bulacan farmers of the 731.22 hectares of land in the province.

Related Tags

paeng
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.