ADVERTISEMENT

Magnet fishing: Explosive hobby cleaning up French rivers

Published Aug 31, 2019 11:50 am
By Agence France-Presse Equipped with powerful magnets, history enthusiasts and environmentalists scour France's rivers, pulling out bits of scrap metal, bikes, scooters, and the odd kitchen appliance. Sometimes, too, they fish other more unexpected objects out of the water, such as unexploded munitions. Fishermen remove scrap metal they caught with a Fishermen remove scrap metal they caught with a "super-powerful" neodyme magnet from the Oise river in Lacroix-Saint-Ouen, northern France, on August 16, 2019. (Photo by FRANCOIS NASCIMBENI / AFP / MANILA BULLETIN) Magnet fishing has fast become a popular pastime, according to public safety officials, but French authorities have clamped down over fears that historical battle sites could still harbor active weapons. As in other countries, participants in France tie a super magnet to a rope and drop it into waterways, partly for treasure hunting, partly for environmental reasons. On the banks of the Oise river, in a town about 75 kilometers (47 miles) north of Paris, Owen Gressier, 20, and his three fellow magnet fishermen cast their neodymium magnets. After several attempts at their spot near a bridge in La Croix-Saint-Ouen, they latch onto something. It takes a few minutes to haul out the item with the help of a grappling hook. A rusty, cast-iron pipe emerges: "Nice catch," they say. It's the best find that afternoon. "We've been fishing here for a number of years, the bottom (of the river) is pretty clean," Gressier, a forklift truck operator, says. Driven by what he calls his passion for World War II and a quest to find medals, military gear, and other historical objects, Gressier says that he also "quickly realized that it was possible to clean up the waterways". 'It's crazy what you can find' In 2017, he set up a Facebook page, which now has more than 500 subscribers, where members share photos, advice and organize outings. "It's crazy everything you can find in the water," Gressier says, listing anything from electric scooters to traffic signs and microwaves. "With a dozen people, you can sometimes pull out 50 kilos (around 110 pounds) of scrap metal in a few hours," he adds. In the neighboring Somme department, site of one of the largest battles of World War I, Christophe Devarenne started magnet fishing three months ago. He says the thrill comes from "not knowing what will be at the end of the magnet". But the 52-year-old driver warns that "if you expect to find treasures, there are not many". Although he did pull out a rifle dating from 1914 to 1918, he says that it was "downright rusty after 100 years in the water". "Even the Museum of the Great War did not want it," he jokes, adding that nothing goes to waste as it is resold or given to scrap merchants. 'My teenage son found a grenade' In other French regions too, where bloody battles were fought during both world wars, magnet fishing enthusiasts have discovered shells, ammunition, and grenades. And they can still be active, warns the national public safety authority. Faced with the hobby's rising popularity in the last nearly two years, including under the Pont des Arts pedestrian bridge in central Paris, the authority has recently made police across France aware of the dangers. In May, a man was seriously injured after pulling out a shell that emitted mustard gas, in the Nord region, home to the town of Dunkirk. Two young magnet fishers in the Somme at the end of July also hauled out a phosphorus grenade, which irritated their eyes, police said. The pastime is now illegal in France without a permit issued by the state or landowners. "We were not aware of the risks... until my son found a grenade," says Helene Ledien, who lives in the Somme. She said that her 14-year-old son Arthur bought a magnet for about 30 euros ($33) on Amazon and regularly fishes with his friend for environmental reasons. Good for the planet' Gressier said that his group had hauled out one active shell and hundreds of rusty weapons but knows what to do in that case. "We establish a security perimeter and we warn the disposal experts," he adds. Despite the warnings, his group says it won't stop the activity that has got them hooked. "It's a passion, good for the planet, we will not stop overnight," says his 26-year-old friend Nicolas, who declined to give his full name. "People will play cat and mouse," Devarenne chimes in. "Nobody is really afraid, because the police have better things to do than chase after magnets," he adds.  
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.