91³Ô¹ÏÍø

Watch CBS News

Proposed water rate hikes spark concern among Northern Sierra Foothills ranchers and farmers

Proposed water rate increases from the Nevada Irrigation District are drawing concern across the Northern Sierra Foothills, especially for those who depend on water to make a living.

On an Auburn cattle ranch, the sound of running water is part of daily life, but under a new proposal, that could soon come at a higher cost.

Just two months ago, multi-generation cattle rancher Joe Fischer spoke about the pressures of keeping his operation running. Now, he's facing the possibility of a sharp increase in his water bill.

"To be frank, this one here is going to sting a little different," Fischer said. "It's the first meeting I've ever been a part of where you see multi-generation ranchers, tough, gritty, really strong people, breaking down emotionally because they know the writing is on the wall."

Under the proposed plan, customers could see water bills rise between 10 and 12.5 percent each year for the next five years, a significant jump for agricultural operations.

"I'm concerned these increased costs are going to drive more and more people out of this area when it comes to ag," Fischer said.

The Nevada Irrigation District says the increases are necessary to fix aging infrastructure while keeping up with rising costs. Officials say much of the system dates back to the Gold Rush era.

"We are living on a series of infrastructure, built in the 1880s," said Greg Jones, assistant general manager for the district.

District leaders also note the last rate plan was set in 2019, a three-year increase totaling just over 17 percent. They say the district is now working to catch up with inflation and the rising cost of maintaining its system.

"We are not keeping up with inflation. This is a matter of catching up," Jones said.

For Fischer, the concern goes beyond his own ranch. He worries about what these increases could mean for the future of agriculture in the region.

"I think they understand the burden placed on ranchers," he said. "I think they're underestimating the amount of attrition that will come with this big of a rate increase."

A public hearing to discuss the proposed rate adjustments will be held on May 27 at 9 a.m. in Grass Valley at the Nevada Irrigation District office.

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(); } }); }); }); });