ADVERTISEMENT

Floating Dutch cow farm aims to curb climate impact

Published Sep 4, 2021 12:12 am
Photo shows a floating dairy farm in the port of Rotterdam, a possible future solution to rising waters and climate change. (Photo by John THYS / AFP) ROTTERDAM, Netherlands  — Among the cranes and containers of the port of Rotterdam is a surreal sight: a herd of cows peacefully feeding on board what calls itself the world's first floating farm. In the low-lying Netherlands where land is scarce and climate change is a daily threat, the three-storey glass and steel platform aims to show the ''future of breeding''. The buoyant bovines live on the top floor, while their milk is turned into cheese, yoghurt and butter on the middle level, and the cheese is matured at the bottom. ''The world is under pressure,'' says Minke van Wingerden, 60, who runs the farm with her husband Peter. ''We want the farm to be as durable and self-sufficient as possible.'' The cows are a sharp contrast to the huge ships and the smoke from the refineries of Europe's biggest seaport, which accounts for 13.5 percent of the country's emissions. With their floating farm, which opened in 2019, Peter and Minke say they wanted to ''bring the countryside into the town'', boost consumer awareness and create agricultural space. The Dutch are no strangers to advanced farming methods, using a network of huge greenhouses in particular to become the world's second biggest agricultural exporter after the United States. But that has come at a cost. Moves with the tide The Netherlands is one of Europe's largest per capita emitters of climate change gases and faces a major problem with agricultural emissions, particularly in the dairy sector which produces large amounts of methane from cows. Those emissions in turn fuel the rising waters that threaten to swamp the country, a third of which lies below sea-level, and further reduce the land in one of the most densely populated nations on Earth. The floating farm therefore aims to keep its cows' feet dry in both the long-term, by being sustainable, and the short-term, by, well, floating. ''We are on the water, so the farm moves with the tide -- we rise and fall up to two metres. So in case of flooding, we can continue to produce,'' says Minke van Wingerden. In terms of sustainability, the farm's cows are fed on a mixture of food including grapes from a food bank, grain from a local brewery, and grass from local golf courses and from Rotterdam's famed Feyenoord football club -- saving on waste as well as the emissions that would be required to create commercial feed for the animals. Their manure is turned into garden pellets -- a process that helps further cut emissions by reducing methane -- and their urine is purified and recycled into drinking water for the cows, whose stable is lined with dozens of solar panels that produce enough electricity for the farm's needs. Cows don't get seasick  The farm is run by a salaried farmer but the red and white cows, from the Dutch-German Meuse-Rhin-Yssel breed, are milked by robots. The cheeses, yoghurts and pellets are sold at a roadside shop alongside fare from local producers. The products are also sold to restaurants in town by electric vehicles. ''I was immediately seduced by the concept,'' says Bram den Braber, 67, one of 40 volunteers at the farm, as he fills bottles of milk behind the counter of the store. ''It's not blood running through my veins, it's milk.'' The idea of the farm is also to make farming ''more agreeable, interesting and sexy,” and not just to be environmentally friendly, says Minke van Wingerden. When she and her husband first approached port authorities with the idea to build a floating farm, they said ''are you nuts?'', she recalls. But the farm is set to turn a profit for the first time at the end of 2021, with consumers apparently ready to pay the 1.80 euro ($2.12) a liter for milk produced there, compared to around one euro at a supermarket. They are also aiming to build a second floating farm to grow vegetables, and to export their idea, with a project already under way in the island nation of Singapore. Most importantly, while farming goes greener, the animals don't. ''No, the cows don't get seasick,'' says van Wingerden. ''The water moves only a little bit, it's like you were on a cruise ship.’’

Related Tags

FLOATING DUTCH COW FARM
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.