ADVERTISEMENT

Bulacan airport: model for green cities

Published Aug 31, 2021 04:08 pm
San Miguel Corporation (SMC)'s P740-billion New Manila International Airport in Bulacan will be the first "pacesetter for green cities" in the country, addressing social and environmental concerns to be both sustainable and equitable, according to top urban planner Felino “Jun” Palafox Jr.
San-Miguel-Corp-will-build-the-PH-biggest-airport-in-Bulacan
The "airport plus city" or “aerocity” will adopt practices that its master planner Palafox Associates implemented in 1,700 projects in 45 countries worldwide.
"We need at least 100 new cities all over the Philippines by 2050," Palafox pointed out.
And without green urban planning, "Our cities will become as bad, if not worse than Metro Manila," he warned.
“The mistake in Makati’s central business district, Bonifacio Global City, and Ortigas is exclusionary or discriminatory zoning--excluding the employees from their places of work," he elaborated.
"Employees are like Overseas Filipino Workers (OFWs) in their own countries, because they are five to six hours away from their places of work and families, because of traffic congestion,” says Palafox.
“Before, real estate criterion was always location. Now, it’s accessibility and mobility."
"That is why the infrastructure that both government and private sector companies like SMC are doing now, are very welcome, as they alleviate the traffic that many people have no choice but to endure,” Palafox added.
In 1990, Makati reclassified and increased the density of the Makati Central Business District (CBD) by four times.
However, access capacity and mobility did not increase correspondingly.
Adding to the problem is the fact that the CBD is constricted by gated, low-density neighborhoods, villages, and a gated cemetery--making it more difficult for most people to walk to work.
“Elsewhere in the world, New York City, European cities, Singapore, are ‘walkable’ because within 250-750 meters, there is a walking facility. Around Makati City, BGC, and Ortigas, you’re surrounded by gated communities, so you have to walk about one to two kilometers to go around," he explained.
"Our planning in the Philippines had the wrong model: Los Angeles, which was designed for automobiles.”
The prevailing influence of Spanish rule was likewise a constraint.
“I’m talking about the colonial town plaza concept, where the elite or illustrados lived around the town plaza where the church, munisipyo and central park are. Meanwhile, the peasants or indios and Chinese merchants lived in extramuros, or outside. That was 500 years ago, but it’s still a concept in our urban planning development today,” he lamented.
For this reason, "We will make sure to do everything right (in the aerocity) because this is our biggest investment to date, and our legacy to the next generations,” SMC president and chief operating officer Ramon S. Ang underscored.
"The airport is just one component. What we’re building is the Philippines’ first truly green city of the future,” he reiterated.
“Specifically, we will clean up the environment, clear the river systems to enable water to flow freely again and address flooding; we will establish mangrove forests, with some 190,000 mangroves all over Bulacan and neighboring provinces to enhance biodiversity and help mitigate tidal flooding."
"We’re also looking to develop and enhance natural habitats of marine and bird species. There’s so much more we can do,” he added.
They will adopt green architectural and green urbanism guidelines over and above the country’s building and zoning codes, which Palafox said no longer follows international standards.
They will follow the structural codes of other countries, specifically those situated in similar earthquake zones as the Philippines.
They will also create an “innovation hub” where both learning institutions and technology-driven global companies can thrive.
As such, Palafox has put forth a “town and gown” or university town concept, where learning institutions and the community partner together, such as in Cambridge and Boston in the United States, where Harvard University is.
SMC is also looking to put up a medical and research facility along with the school.
The aerocity project will be equipped with the latest in digital infrastructure, to enable people to work and conduct business anywhere.
The development will also have lots of open spaces, as these are the “lungs” of a city.
Palafox cited that Metro Manila went from green to gridlock because many parks and open spaces were reclassified into sellable and buildable properties.
As the population grew, the parks and open spaces started disappearing.
Ultimately, Bulacan will not just be a province with an airport, but an airport-driven province.

Related Tags

BULACAN INTERNATIONAL AIRPORT SMC PRESIDENT RAMON S ANG BULACAN AEROCITY MASTERPLAN FELINO PALAFOX JR SMC AIRPORT PROJECT GREEN DEVELOPMENT
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.