ADVERTISEMENT

RoRo boosts hubs, hurts nearby towns—PIDS

Published Mar 20, 2026 09:23 am

Improved transport connectivity through the Philippines’ Roll-on/Roll-off (RoRo) network is boosting business activity in port municipalities—but drawing income away from nearby towns, according to a study by state-run policy think tank Philippine Institute for Development Studies (PIDS).

In a paper titled “Can Transport Infrastructure Reduce Inequality in Archipelagic Economies? Evidence from the Philippine Roll-on/Roll-off Network,” the study found that municipalities located near RoRo ports experience a 6.5-percent decline in income after nearby ports become operational, PIDS noted in a statement on Friday, March 20.

The research, authored by PIDS senior research fellow Kris Francisco and former senior research specialist Kimberly Librero, examined municipal data spanning 2000 to 2020.

The findings suggest that firms and consumers tend to shift toward areas with direct transport access, reshaping where economic activity takes place.

At the same time, municipalities hosting RoRo ports benefit from stronger commercial activity. Business tax revenues in these areas increase by about 17 percent on average following integration into the network, reflecting higher levels of enterprise activity and investment.

The authors noted that improved connectivity creates favorable conditions for business development in port areas. “In the case of RoRo ports, improved connectivity appears to create favorable conditions for business development and commercial activity.”

However, these gains do not necessarily translate into broader income growth. The study found no statistically significant increase in total income in port municipalities, suggesting that the RoRo network may be redistributing economic activity rather than expanding it overall.

“Our findings reveal that maritime infrastructure creates clear spatial winners and losers at scale, generating concentrated economic benefits for a minority of municipalities while imposing welfare costs on the majority,” the authors noted.

Introduced in 2003, the RoRo Terminal System was designed to improve inter-island connectivity by integrating road and maritime transport. Vehicles can board ferries and continue travel across islands without unloading cargo, reducing transport costs and travel time.

These efficiency gains make port locations more attractive for businesses. Firms may relocate closer to ports to minimize logistics costs, while consumers may prefer to shop and trade in areas that are easier to access.

But this concentration effect can come at a cost to surrounding areas. As activity shifts toward ports, nearby municipalities may experience reduced business activity and declining local revenues.

The study showed that while host municipalities saw no significant change in overall income after joining the RoRo network, neighboring municipalities recorded an average income decline of about 6.5 percent, indicating a shift in economic activity toward transport hubs.

Infrastructure investments are widely viewed as a key tool for promoting economic development, particularly in countries with complex geographies such as the Philippines.

“A frequently proposed strategy for stimulating inclusive growth is strategic investment in infrastructure, particularly in lagging regions,” the authors explained.

This is especially relevant in the Philippines, where geographic fragmentation poses challenges to economic integration.

“The fragmentation of the Philippines into more than 7,000 islands creates natural barriers to economic integration,” the study noted.

By improving inter-island connectivity, the RoRo network aims to enhance the efficiency of moving goods and people across the country.

The findings highlight the need to carefully consider how infrastructure investments affect different communities.

While transport projects improve connectivity and integration, their benefits may not automatically extend to surrounding areas. Instead, improved access can create localized growth centers that attract businesses and investment.

“Infrastructure remains essential for economic integration in archipelagic economies,” the authors said.

They added that complementary policies are needed to ensure broader gains from connectivity, including support for local businesses, regional development programs, and investments that enable nearby municipalities to benefit from new transport links.

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.