ADVERTISEMENT

Canada far north city ordered to evacuate as wildfires advance

Published Aug 17, 2023 04:41 am

OTTAWA, Canada - Residents of one of the largest cities in Canada's far north were ordered Wednesday to flee amid warnings that raging wildfires could reach it by the weekend.

33R893L-preview.jpg
TOPSHOT - This handout photo shows the town of Fort Smith, Canada during the wildfires, on August 13, 2023. Hundreds of people started to be airlifted to safety from remote villages threatened by wildfires in Canada's far north overnight Monday to Tuesday after Yellowknife, the largest city in the region, declared an emergency. (Photo by Handout / AFP) 

The crisis in the town of Yellowknife is the newest chapter of a terrible summer for wildfires in Canada, as flames spread quickly across the country, forcing tens of thousands of people to evacuate and charring large swathes of land.

More than 1,000 wildfires are currently burning across the vast country, including about 230 in the Northwest Territories, in Canada's taste of a very hot and destructive summer in much of the Northern Hemisphere.

"Unfortunately, our wildfire situation has taken another turn for the worse with a fire burning west of Yellowknife now representing a real threat to the city," Shane Thompson, the Northwest Territories' environment minister, told a news conference.

He ordered the city's nearly 20,000 residents to leave by noon Friday. There is only one highway open to the south. Commercial and military flights were also being arranged.

Prime Minister Justin Trudeau said on X, the platform formerly known as Twitter, that Ottawa would "assist however we can."

The wildfire as of late Wednesday was within 17 kilometers (11 miles) of Yellowknife, which is the regional capital.

"I want to stress that the city is not in immediate danger," Thompson said.

But he added: "Without rain, it is possible (the fire) will reach the city outskirts by the weekend."

"You put yourself and others at risk if you choose to stay later," he said.

Yellowknife declared an emergency earlier this week, which was soon expanded across the huge northern territory as firefighters were forced to pull back in some areas.

Strong winds have stoked the flames, and several towns and Indigenous communities are already under evacuation orders.

- Largest ever evacuation -

In what had already been declared the Northwest Territories' largest ever evacuation, Yellowknife's evacuation now means half the population of the near-Arctic territory will soon be displaced.

On Monday, the Canadian military started airlifting residents of many smaller communities in the Northwest Territories after roads were engulfed in flames. For many, it was the second time in recent months that residents were forced to leave their homes.

Separated by several hundreds of kilometers, most of the villages in the region are difficult to evacuate by land, officials said.

Images shared on social media and on Canadian television showed an orange smokey haze over the region, large swaths of blackened forests, and melted headlights and peeled paint from the heat on those cars and trucks that made it through to safety before several roads became undrivable.

A man named Jordan Evoy told AFP this week he'd been forced to turn back after fires jumped across the highway in front of him in "the scariest moment of my life."

"Flames were jumping over my truck" and the 28-year-old said he worried its tires would melt in the heat. "The asphalt was on fire."

"The wildfires situation in the Northwest Territories continues to be critical," wildfire official Mike Westwick said Wednesday.

Thick smoke, he said, was hampering efforts to beat back the wildfires advancing on Yellowknife.

This season, megafires have spread across Canada with remarkable intensity, forcing 168,000 people to flee their homes and scorching 13.5 million hectares (33.4 million acres) -- almost twice the area of the last record of 7.3 million hectares, according to the Canadian Interagency Forest Fire Centre.

Four people have died so far in this year's wildfires.

In the Northwest Territories, more than 20,000 square kilometres of forest have burned.

Meanwhile in westernmost British Columbia province, also hard hit by forest fires, a heatwave sent temperatures soaring to over 40 degrees Celsius (104 degrees Fahrenheit) this week.

Temperatures, however, are not expected to top a record set in June 2021, when the mercury in Lytton hit 49.6C before the village was destroyed days later by a fire that killed two residents.

Related Tags

WORLDNEWS
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.