ADVERTISEMENT

After 'Maymay', Typhoon 'Neneng' batters Cagayan, submerges many homes in flood

Published Oct 16, 2022 11:22 am

Tropical Storm “Neneng” dumped rains over Cagayan province in Cagayan Valley (Region 2), bringing flood that reached the roof of many houses and trapping residents, the National Disaster Risk Reduction and Management Council (NDRRMC) reported Sunday morning, Oct. 16.

Parts of Allacapan, Cagayan were inundated by Tropical Strom Neneng as seen in an aerial survey conducted by the local government officials. The video of aerial was released by the Cagayan Provincial Information Office on Oct. 16, 2022. (Screenshot from aerial survey of Mayor Harry Florida via Cagayan Provincial Information Office)

The NDRRMC released the first situational report for TS Neneng which showed that a total of 337 families or 960 individuals were pre-emptively evacuated in the downstream municipalities of Lal-lo, Camalaniugan, Baggao, Santa Praxedes, Buguey, Lasam, Ballesteros, and Calayan in Cagayan province.

In Sta. Ana, Cagayan, search and rescue (SAR) teams were attending to calls for help from the residents who were trapped on the roof of their houses due to heavy rains that lasted overnight.

“May mga tubig pa ho at dito sa ating bayan ng Sta. Ana. Kagabi ay pinuntahan ito ng ating responders. Sa ngayon, patuloy ang ating pagmonitor sa kanila at ang ating naitala simula kagabi, mayroon tayong mga kababayan na nagpre-emptive evacuation (There are still water in the municipality of Sta. Ana. Last night, our responders went there. Right now, we are still monitoring the area and we recorded last night that there were some residents who were pre-emptively evacuated),” said Office of Civil Defense (OCD) Region 2 information officer Michael Conag in a radio interview over dzBB.

No casualty was reported so far, and the OCD in Cagayan Valley was praying that the status would remain the same unlike during Tropical Depression Maymay which left one dead in the region last week.

Conag added that the weather has improved a little which enabled responders to go to more flooded areas in Cagayan and rescue other trapped residents.

“Sa ngayon, ang pag-ulan ay hindi na ganoon kalakas katulad kagabi. Ayon sa ating MDRRMOs, ‘yung kanilang weather situation ay mayroong pag ambon na lang po at hoping na mawala na po (Right now, the rain is not that strong unlike last night. According to our municipal disaster risk reduction and management offices, the weather situation has improved and only slight rain remains, we are hoping this would stop soon),” he said.

“Itong area rin kasing nabanggit na downstream areas ay may naiwang pagbaha si Tropical Depression Maymay and here comes Typhoon Neneng at nagdala ng patuloy na pag-ulan simula kahapon (These downstream areas were also flooded by Tropical Depression Maymay and here comes Typhoon Neneng which also brought rains since yesterday),” the disaster official added.

Food and non-food items for the evacuees were sufficient as of Sunday, according to Conag, but additional supplies may be needed from the regional agencies as more rescued typhoon victims are expected to be temporarily sheltered in evacuation centers.

“’Ang ating pangangailangan ay sapat naman po at kung may kakailanganin pa ay may nakastandby tayo sa regional line agencies na nakapreposition na food and non-food items (Our needs are sufficient for now and if we need additional supplies, there are standby food and non-food items from the regional line agencies),” Conag said.

Electric supply was also cut in parts of Cagayan, particularly in Sta. Ana, due to flooding.

“Doon sa areas na may pagtaas ng tubig like Sta. Ana ay may tinanggalan ng supply ng kuryente dahil ito ay safety protocol ng electric companies. Kapag may pagtaas ng tubig ay inaalis ang service ng kuryente to avoid any eventualities (In some flooded areas like Sta. Aba, the supply of electricity was cut off since it is part of the safety protocol of the electric companies. If there is flooding, the electric service is removed to avoid any eventualities), Conag explained.

Conag said residents may contact the hotline of OCD Region 2 at 0927-425-1954 if they need rescue or other forms of immediate assistance.

Related Tags

OCD-6 NDRRMC
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.