91³Ô¹ÏÍø

Watch CBS News

Continuing drought and high temperatures putting pressure on Georgia farmers: "They need our prayers"

The record-breaking temperatures and weeks without rain have Georgia gardeners and farmers worried about their plants and crops.

Greenspace Director Alan Ashe from the Wyld Center has recommendations to keep plants alive.

"If you haven't put your plants in the ground yet, you're going to want to think about plants that are a little more drought-tolerant," Ashe said.

For those who have already planted, he has a plan.

"You're going to want to water early in the morning. You're going to water deep, you're going to water consistently," he said.

Landscaping with water flow in mind can also help.

"The designers built a series of rain gardens," Ashe said. "So as the rain is collecting and coming through, it filters through our rain garden system, and then we planted all the different rain gardens with native plants that have adapted and can thrive even during times of drought."

Ashe recommends planting native species because they're used to Georgia's ever-changing climate.

drought-impact-1.jpg
Greenspace Director Alan Ashe says you're going to have to work hard to keep plants alive during these record-high temperatures. CBS News Atlanta

The heat is impacting more than gardeners: a representative from the Georgia Department of Agriculture says some spring crops are coming in nearly a month early.

In a statement, Georgia Department of Agriculture Commissioner Tyler J. Harper said that the prolonged drought has had an impact on hay production and has brought added stress to the state's crops and livestock.

"With nearly all of Georgia now in drought conditions, farmers are being forced to make tough decisions every day—from increasing irrigation and managing rising input costs to protecting livestock and preserving what little soil moisture remains as they begin to make planting decisions," Harper said.

He said that Georgia's farm families are "incredibly resilient," but the drought conditions are putting serious pressure on their future yields and long-term  viability.

"Our team at the Department is closely monitoring conditions and will be working with state and federal partners to support producers as they navigate this increasingly difficult situation," Harper said. "Our farmers are the most resilient people in the world—but they need rain, they need our prayers, and they need relief soon."

And those prayers will be needed. According to the CBS News Atlanta meteorologists, the next chance of rain for Georgia is early Sunday morning, but the amount won't be enough to make much of an impact on the already-high drought levels.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });