ADVERTISEMENT

The centrality of the pedestrian

Published Aug 14, 2023 03:21 am

In and around the metropolitan area, most of the talk when in comes to mobility is about how bad the traffic is or how to integrate cycling and motorbikes into the roadscape or how badly we need more public transport, roads and infrastructure. These are all valid issues, of course, and I am hopeful that solutions are on the horizon.

What I have not heard much about – if anything at all – is how to promote the plight of the ordinary pedestrian.

In my view, mobility is defined as moving people and, by extension, their lives. It’s not about reducing traffic congestion to improve the flow of vehicles or building more roads to reduce vehicle density. The goal is not accommodating more vehicles on the road or getting from point A to point B in less time. The goal is about elevating the quality of life of people by allowing them to make the best use of their time and providing them choices to make this happen. That would, quite naturally, include walking.

I am an avowed “walker”. Perhaps, that is an offshoot of my having lived a good 15 years in Singapore and three years in Japan. In these two countries, walking was always an option for getting places, time and weather permitting. As much as I could, I would walk. I very easily reached the supposedly ideal 10,000 daily step-count.

I have to say, though, that the centrality of the pedestrian in Singapore and Japan was all too evident in their urban development. The city planners made it easy for pedestrians to walk. Zebra crossings abound and are positioned thoughtfully, deliberately taking pedestrian safety and road traffic into account. Lighting, accessibility and the design of pedestrian lanes were obviously forethoughts in their planning. Convenient underground or raised walkways are also provided in consideration of safety and vehicle flows. As importantly, pedestrians paid heed to the wisdom of the planners. It was easy because, quite obviously, their safety and convenience were designed from the viewpoint of a pedestrian.

The only aspect that might have been retrofitted are provisions for the physically-challenged or seniors. In fact, I recall that when Japan hosted the “2020” Olympics, one of the common observations in the lead-up to the event was that accessibility for the handicapped was less than ideal. In Singapore, a number of the elevated walkways also lack provisions for the elderly or disabled. But, clearly, works are on the way to progressively remedy these omissions.

Now for my walking experience in Metro Manila. Unfortunately, it has not been as seamless nor encouraging. I escalated my walking activities in the metro during COVID, when public transport was severely curtailed and mobility was discouraged. I took to walking as a form of exercise. I challenged myself to walk major distances in order to make up for the high levels of inactivity brought about by quarantine. The farthest I walked was 36 kms. – a roundtrip walk from EDSA/Shaw where I live to slightly passed the Balintawak market and back. I traversed EDSA at six in the morning and ended back home only by midday.

I had other walkathons. Again, from home near EDSA/Shaw to GT Tower International on Ayala Avenue, onwards to the Mall of Asia and back through EDSA. I also walked from home to Marikina and back. With the very much reduced vehicular traffic, the discomfort of inhaling tailpipe fumes was quite tolerable, particularly since we were required to keep face masks and shields on.

What really made my walks challenging, though, were the conditions of the walkways, crossings and respect for pedestrians or, more precisely, the lack of it. Generally, I would say the experience was okay but you just had to keep your wits about you. Some of the walkways are uneven or even unpaved. There are uneven surfaces that could easily cause you to trip, break an ankle or bruise a knee. If you did not pay attention, you could possibly run into a tree or an electric post that would unexpectedly rise in the middle of the walkway. Occasionally, walkways would narrow suddenly so that you had to walk sideways to get through. And the sanitation or cleanliness  left much to be desired.

From my home to office in GT Tower on Ayala is only eight kms. It’s an easy walk, actually. Given better circumstances, I would walk it. Sadly, it would be extremely challenging.

Despite the challenges, there are multitudes of Filipino pedestrians. If we made it easier and more convenient, there could be more. It would be good for health. It would help decongest roads and reduce carbon emissions. Just as cycling has gained popularity and attention, I would give walking a fair chance, too.

For comments: [email protected]

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.