ADVERTISEMENT

How satellite technology is shaping maritime security, disaster mitigation in the Philippines

Published Mar 26, 2024 07:25 am

Space-based technologies such as satellites are vital to strengthen the country’s maritime security and disaster mitigation capabilities, government officials have said.

Commodore Roy Vincent Trinidad, Philippine Navy spokesperson for the West Philippine Sea, pointed out that satellite technology has helped the Navy to get vital information that are crucial in safeguarding the country’s maritime domain.

He particularly cited the benefits of the Dark Vessel Detection (DVD) System, Canada’s satellite program that is being used in the Philippines since last year.

“The impact has been significant considering that our response capability is now focused on actionable information,” Trinidad said during the first space cooperation conference organized by international think tank Stratbase Institute, in partnership with the Embassy of Canada in the Philippines and the Philippine Space Agency, in Makati City last week.

“With all the information, not only from the Canadian friends, but all other sources that we sift through, and transform the information to intelligence, then we could preserve our response capabilities only when they are needed. And we expect this to improve as we get more capabilities to be able to see what's out there,” he added.

The Philippines and Canada signed an arrangement that included the Philippine National Coast Watch Center (NCWC) in the DVD System on the sidelines of the 6th Joint Commission for Bilateral Cooperation (JCBC) in Ottawa on October 12, 2023.

The DVD System is a program used to combat illegal, unreported and unregulated fishing (IUUF) by vessels who deliberately turn off their Automatic Identification System (AIS). It utilizes layered multi-sensor satellite data from both commercial and government-owned satellite assets to provide near real-time satellite imagery. It incorporates historical vessel information, environmental data, and analytics to support and facilitate analysis.

The system is jointly managed by the NCWC and Canada’s Department of Fisheries and Oceans (DFO), and aims to bolster the Philippines’ fight against IUUF and enhance its maritime domain awareness over its territorial waters and Exclusive Economic Zones (EEZ).

For Office of Civil Defense (OCD) Administrator Ariel Nepomuceno, satellite-based solutions are vital to leapfrog the capability of the country in managing disasters.

“I was asked about a month ago if we are truly ready with regard to ‘The Big One’. I said, as long as our assumption is that at least 50,000 Filipinos will immediately perish, I don't think that's should be our definition of being ready,” Nepomuceno said, referring to a potential magnitude 7.2 earthquake that might occur due to the movement of the West Valley Fault.

“So the role of digital solutions, specifically satellite-based solutions, will be vital to leapfrog the capability of the country, not only the Civil Defense office, but the entire… what we say, the whole-of-government approach in managing disasters,” he explained.

Meanwhile, Department of Environment and Natural Resources (DENR) Undersecretary Carlos Primo David said they have been using satellite technology in mapping the country’s natural resources.

“In our experience in DENR, the use of satellite imagery actually makes our work cost effective. We are rich in natural resources. How do we utilize this for economic development and progress in our community? The very, very first step is to map out where our resources are,” he said.

“With 10 people in our team and the whole country to map out, there's absolutely no way to do that, except that if we use satellite imagery. So for us, it's cost effective. And the next step there really is leveraging on this technology for progress and economic development that comes after all this mapping has taken place,” David added.

Considering the importance of space-based technology, Stratbase Institute President Dindo Manhit urged the government to collaborate more with like-minded nations like Canada to strengthen the Philippines’ capabilities in this field.

“In the sector of space, the areas for new industries, collaboration with different countries, and economic potential for Philippine society at large are as vast as space itself,” Manhit stated.

Related Tags

Stratbase ADR Institute satellite analysis PH-Canada
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.