ADVERTISEMENT

India's holy Ganges river gives up its coronavirus dead

Published Jun 29, 2021 12:37 pm

ALLAHABAD, India – Partly hidden between long reeds of grass, bodies shrouded in saffron cloth float silently down the holy Ganges river, a reminder of how India's ferocious coronavirus wave overwhelmed hospitals and crematoriums.

Families in India's north and east gave up the bodies of their loved ones to the river or buried them in shallow graves on its banks, unable to afford the cost of funeral pyres at the height of the outbreak in April and May.

But the start of seasonal monsoon flooding has caused strong currents to surge through the 2,500-kilometre (1,550-mile) long waterway, dislodging some of the bodies buried on its banks.

Officials in Allahabad -- one of Hinduism's holiest cities, where millions visit to perform funeral rites -- say almost 150 bodies that floated up in the past three weeks have been cremated.

Funeral pyres line riverside embankments beside piles of wood waiting for new bodies

to be retrieved.

When AFP visited the surrounding areas, there were dozens of partially submerged corpses in the river.

Officials estimate that up to 600 bodies were buried along the Ganges in the city during the virus surge.

But locals believe that is a fraction of the real number and fear that more could be dislodged from the sandy banks by rapid waters in the coming weeks.

Sonu Chandel, a boatman who works with a riverside crematorium, was shaken by the sight of families burying their dead two months ago.

He said a sense of uneasiness returned to him as the waters rose to cover the banks.

"It was really sad to see poor people burying their loved ones in an undignified manner, but the rising water level has made it worse," Chandel told AFP.

"There is always the fear of (a body) hitting the oar or (my boat) running over a dead body as the water level goes up."

The flow is very fast'

Other major religious centers in northern India, such as the religious hub of Varanasi further downstream, have experienced similar problems.

Locals fear the corpses, if not removed, risk further contaminating what is already one of the world's most polluted waterways.

"This... could cause dangerous diseases," Dipin Kumar, who lives near the Ganges in Allahabad, told AFP.

"The government must think this over and only they can make a plan."

The holiest river in India, the "Mother Ganga" like other water bodies in India is worshipped as a goddess by Hindus and viewed as the giver and taker of life.

Pilgrims flock to the Ganges to ritualistically bathe, and even before the pandemic, millions of Hindus cremated their dead along its banks before scattering the ashes in the river.

Some who could not afford wood or other materials for funeral rites would submerge the bodies of their loved ones instead, while others conducted water burials as part of their religious traditions.

The number of corpses in and around the Ganges sharply increased during India's latest, record-breaking coronavirus surge.

Locals said funerals -- which can cost more than 7,000 rupees ($100) -- were adding to the hardships of those already struggling to make ends meet in the pandemic-stricken economy.

Police and state disaster teams now patrol the river looking for bodies.

Officials have stationed two boats along the banks to retrieve the corpses -- sometimes with help from local fishermen -- but have had little success in recent days.

"The flow is very fast and it is a challenge to fish out bodies now," a police officer told AFP.

Related Tags

COVID-19 DEAD GANGES RIVER india
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.