ADVERTISEMENT

After Zambales, Chinese ships encroach off Pangasinan's coast too – PCG

Published Feb 2, 2025 04:38 am
PCG CCG Pangasinan 3104 3301.jpg
China Coast Guard (CCG) ships "3104" and "3301" are detected approximately 34 nautical miles off the coast of Pangasinan on Feb. 2, 2025. (Photos: Philippine Coast Guard)

The Philippine Coast Guard (PCG) detected two China Coast Guard (CCG) ships off the coast of Pangasinan yesterday as Chinese ships appeared to expand their encroachment on the exclusive economic zone (EEZ) of the Philippines, with the so-called "monster" ship also maintaining its presence off Zambales.

Commo. Jay Tarriela, PCG spokesperson for West Philippine Sea (WPS), said CCG vessels with bow numbers “3301” and “3104” were monitored at approximately 34 nautical miles off the coast of Pangasinan around 9:30 a.m.

PCG commandant, Adm. Ronnie Gil Gavan ordered the deployment of PCG Islander aircraft to visually identify the vessels and initiate a radio challenge.

However, the CCG vessels did not respond to the radio challenge, Tarriela said.

“In alignment with the policy direction of President Ferdinand R. Marcos Jr., the PCG is committed to protecting the country's maritime interests in accordance with international law,” he said.

The PCG dispatched BRP Cabra (MRRV-4409) and BRP Bagacay (MRRV-4410), both 44-meter ships, to Bolinao town “to address the illegal presence of the China Coast Guard.” 

The PCG ships were also directed to “reinforce the Philippine government's position against the normalization of illegal patrols by the People's Republic of China (PRC) within the Philippine Exclusive Economic Zone (EEZ).”

“In alignment with the policy direction of President Ferdinand R. Marcos Jr., the PCG is committed to protecting the country's maritime interests in accordance with international law. As it fulfills its patriotic duty, the PCG will uphold professionalism and vigilance to prevent any escalation of tensions,” Tarriela said.

On Saturday, CCG-3304 was driven away by BRP Teresa Magbanua from the coast of Zambales, only to be replaced by the “monster” ship, CCG-5901.

The CCG has maintained its presence off the coast of Zambales since Jan. 4 in what Tarriela suspects to be part of a strategy by China to “normalize” its presence in the area it claims as part of its internal waters.

BRP Teresa Magbanua (MRRV-9701) successfully maneuvered CCG ship “3304” further away from the coastline of Zambales, Tarriela said.

“Currently, CCG-3304 has been replaced by the CCG-5901, commonly referred to as the "monster ship." Despite this, the PCG is effectively maintaining a distance of approximately 110-115 nautical miles from the coast of Zambales,” he added.

He said the crew of the 97-meter-long BRP Teresa Magbanua remained undeterred by the presence of the massive CCG-5901, which measures 165 meters long, almost double the PCG’s vessel.

“The PCG has consistently asserted that the actions of the China Coast Guard are illegal and in violation of the United Nations Convention on the Law of the Sea (UNCLOS), to which China is a signatory,” Tarriela said.

The PCG first monitored the presence of China’s monster ship off the coast of Zambales on Jan. 4. Maritime security analyst Ray Powell said the CCG deployed its vessels to the area since Jan. 1.

Nearly a month since, the CCG has maintained its presence off the coast of Zambales through the monster ship and other smaller vessels.

The National Security Council had earlier called on the Chinese government to withdraw its ships but these apparently fell on deaf ears as the CCG insisted they were patrolling in areas they claim as part of their internal waters.

 

Read: PCG drives away Chinese vessel; ‘monster’ ship returns to Zambales' coast

Related Tags

China Coast Guard Pangasinan Zambales Philippine Coast Guard (PCG) PCG
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.