President Biden announced Wednesday that he would protect about 450,000 acres of land in southeast Nevada from development under the 1906 Antiquities Act, bringing the area near Avi Kwa Ami (Spirit Mountain) one step closer to becoming a national monument, a designation a dozen Native American tribes in the area have been advocating for decades. The announcement means immediate protected status for the land.
Also too, this note from the Washington Post (paywall-free gift link):
When finalized, it will probably rank as the largest act of land conservation that President Biden will undertake this term,in a spot within comfortable driving distance of Las Vegas. And although tribes have often been pressured to make concessions in the past, this marks a rare instance in which they have driven the process — bolstered by the support of environmental groups, lawmakers and the rural business community.
Biden made the announcement at yesterday’s White House Tribal Nations Summit, where he also reminded everyone that last year he’d reversed the ridiculous cuts that Donald Trump had ordered to the size of three existing national monuments.
“Look, there’sso much more, there’s so much more that we’re going to do to protect the treasured tribal lands,” he told the group of tribal leaders. “When it comes to Spirit Mountain and surrounding ridges and canyons in southern Nevada, I’m committed to protecting this sacred place that is central to the creation story of so many tribes that are here today.”
“And I look forward to being able to visit Spirit Mountain and experience it with you as soon as I can,” he added.
To area tribes, Avi Kwa Ami is the spot where humanity’s ancestors emerged, so protecting the area from development has been a decades-long project. The mountain itself and nearby areas were given federal wilderness protection 20 years ago, but the new designation will cover additional territory in the corner of Nevada where the state borders Arizona and California. The new areas will connect with existing monuments and wilderness areas to protect other sacred sites as well as endangered species like the desert tortoise, plus a migratory corridor for critters like mule deer and bighorn sheep. Also habitat protection for many other just generally awesome species like bald eagles, golden eagles, Gila monsters, screech owls, and peregrine falcons.
Oh look, here is a map of the proposed national monument, showing the various wilderness, recreation, and monument areas that would connect to Avi Kwa Ame monument.

We should also point out that there appears to be a little confusion about what exactly Biden announced yesterday. A few news outlets are describing the speech as an actual declaration of the national monument, and Nevada Gov. Steve Sisolak (D) tweeted out a nice thread yesterday thanking Biden for designating the national monument. But as the New York Times points out, Biden’s remarks didn’t make that formal declaration, stopping just short with his pledge of protection.
Rep. Dina Titus (D), who won reelection in the midterm election, introduced a resolution earlier this year to create the monument, and the Times says a spokesperson for Titus said she expects an actual designation will be on the way.
Also too, both the Times and the Post point out that “some” clean energy advocates are concerned that the designation may create problems for wind and solar projects, but the Times quotes an Interior Department spox who says much of the land was already off-limits to energy development because of its wilderness status.
There is one pending application for a 700-megawatt solar project in one part of the potentially designated land that has been identified as an exception from the conservation designation, according to the Interior spokeswoman.
And a California-based solar company, Avantus, has sought access to part of the land that could be included in an expanded Spirit Mountain monument in order to use existing transmission lines and access roads from a shuttered coal fired power plant in Laughlin.
The company said it supports the creation of a national monument, but that the exception it seeks would involve just 2,000 acres of the federal land out of the planned 450,000 acres. It’s a legitimate concern for future solar development, since connecting to existing grid infrastructure near shuttered fossil fuel plants is far more cost-effective than building new connections. No telling whether a carve-out will be negotiable going forward.
(Whether that one connection point works out or not, one of the biggest ongoing chokepoints in transitioning to renewables involves the clunky permitting process: there are far more proposed grid-scale wind and solar projects out there than can be currently connected to the national grid — even though renewables make up nearly all of the new generation projects. We’re going to have to figure that out.)
However, as the Times also points out,
Outside of the boundaries for the proposed national monument, the federal government has identified 9 million acres of public lands in Nevada for large-scale solar development and nearly 16.8 million acres of public lands for potential wind development.
So yes, we can probably manage to go green while protecting Native lands, huh?
[WaPo (gift link) / NYT / Honor Spirit Mountain / Vox / Image (cropped): Ken Lund, Creative Commons License 2.0]
Yr Wonkette is funded entirely by reader donations. If you can, please give $5 or $10 a month to help us keep this mommyblog going!
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function()
!function(f,b,e,v,n,t,s) if(f.fbq)return;n=f.fbq=function()n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments); if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0'; n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t,s)(window, document,'script', 'https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '482172895483293'); fbq('track', 'PageView');
);
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
/*! getClosest.js | (c) 2017 Chris Ferdinandi | MIT License | http://github.com/cferdinandi/getClosest */ /** * Get the closest parent element that matches a selector. * @param Element elem Starting element * @param String selector Selector to match against * @return Boolean Returns null if not match found */ var getClosest = function(elem, selector)
// Element.matches() polyfill if (!Element.prototype.matches)
// Get closest match for (; elem && elem !== document; elem = elem.parentNode) if (elem.matches(selector)) return elem;
return null;
;
// Vanilla JS
var className="active";
// getting current URL and adding a class on the current menu item
var path = location.pathname.split("https://www.wonkette.com/")[1]; var link = document.querySelectorAll('.menubar a[href="https://www.wonkette.com/" + path + '"]'); if (link[0]) if (link[0].classList) link[0].classList.add(className); else link[0].className += ' ' + className;
// remove class from home-link var home = document.getElementsByClassName('home__item'); if (home[0]) if (home[0].classList) home[0].classList.remove(className); else home[0].className = home[0].className.replace(new RegExp('(^
// search the closest parent and adding an active class on it too
var closestParent = getClosest(link[0], '.menubar_item-dropdown');
if (closestParent) if (closestParent.classList) closestParent.classList.add(className);
else closestParent.className += ' ' + className;
var socials = document.getElementsByClassName('social-links')[0]; var cloneSocials = socials.cloneNode(true);
var menu = document.getElementById("menubar"); var cloneMenu = menu.cloneNode(true);
var mobileMenu = document.getElementsByClassName('main-menu-wrapper')[0]; var beforeEl = document.getElementsByClassName('menu-global__search-form')[0];
mobileMenu.insertBefore(cloneSocials, beforeEl); mobileMenu.insertBefore(cloneMenu, beforeEl);
if (!document.body.classList.contains('logged-out-user')) var existCondition = setInterval(function() var userLink = document.querySelectorAll('.main-menu-item--my_page .link'); if (userLink.length) clearInterval(existCondition); var membersLink = document.querySelectorAll('#membersLink'); var userUrl = userLink[0].href; Array.prototype.forEach.call(membersLink, function(el) el.href = userUrl; );
if (document.querySelector('.main-menu-item--designer_editor')) document.querySelector('.main-menu-wrapper').classList.add('user-admin');
, 500); else var existCondition = setInterval(function() var userLink = document.querySelector('.main-menu-item--login .link'); if (userLink) clearInterval(existCondition); userLink.href="http://www.wonkette.com/core/users/email_login/";
, 500)
function copyValue(el) var thisVal = el.options[el.selectedIndex].text; var closestForm = getClosest(el, 'form'); var paypalAmount = closestForm.nextSibling.querySelector('.paypal-amount'); paypalAmount.value = thisVal;
document.addEventListener("scroll", createIdleScrollListener(() => if (window.scrollY > 0) document.body.classList.add('page-scrolled'); else document.body.classList.remove('page-scrolled');
));
function createIdleScrollListener(callback) let ticking = false;
return function onScrollIdle() if (ticking) return;
ticking = true; requestAnimationFrame(() => callback(); ticking = false; ); ;
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function()
window.addEventListener("scroll", () => if(this.scrollY > 50 ) document.querySelector(".rebelbar.rebelbar--fixed.skin-simple").style.display = 'none'
else document.querySelector(".rebelbar.rebelbar--fixed.skin-simple").style.display = 'block' );
);
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
window.REBELMOUSE_STDLIB.loadExternalScript("https://checkout.stripe.com/checkout.js", function() {
if (!Element.prototype.matches) Element.prototype.matches = Element.prototype.msMatchesSelector || Element.prototype.webkitMatchesSelector;
if (!Element.prototype.closest) Element.prototype.closest = function(s) var el = this; if (!document.documentElement.contains(el)) return null; do while (el !== null && el.nodeType === 1); return null; ;
function formsHandling() { var formDonate = document.querySelectorAll('.donation-form:not(.processed)');
formDonate.forEach(function(formEl) var formEl = formEl;
formEl.classList.add("processed");
formEl.addEventListener("submit", function(event) event.preventDefault(); );
var donationBtns = formEl.querySelectorAll('.donate-button');
donationBtns.forEach(function(el) el.addEventListener("click", function(event) event.preventDefault(); formProcessing(el) ); );
function formProcessing(el) var btn = el; var payment = btn.getAttribute('data-payment'); var planType = formEl.querySelector('input[name="plan_type"]:checked').value; var checkedOption = formEl.querySelector('input[name="amount"]:checked'); var amount = checkedOption.value * 1; var amountOptional = checkedOption.getAttribute('data-amount'); var dataValue = checkedOption.getAttribute('data-value'); var action;
if ( formEl.contains(formEl.querySelector('.remove-me')) ) formEl.querySelectorAll('.remove-me').forEach(function(el) el.remove() );
if ( payment == "paypal" ) formEl.action = "https://www.paypal.com/cgi-bin/webscr"; formEl.setAttribute('target', '_blank');
addHidden( 'currency_code', 'USD'); addHidden( 'cmd', ''); addHidden( 'return', "https://www.wonkette.com/st/Wonkettes_Hero"); addHidden( 'cancel_return', window.location.href);
if ( planType == "once" ) checkedOption.value = dataValue; formEl.querySelector('input[name="cmd"]').value="_donations"; addHidden( 'business', 'rebecca@wonkette.com'); addHidden( 'item_name', 'Wonkette Donation'); addHidden( 'item_number', 'Just Once');
//add new params addHidden( 'a3', dataValue); addHidden( 'p3', 1); addHidden( 't3', 'D');
else if ( planType == "monthly" ) formEl.querySelector('input[name="cmd"]').value="_xclick-subscriptions"; addHidden( 'business', 'rebecca@wonkette.com'); addHidden( 'item_name', 'Wonkette Recurring Donation'); addHidden( 'item_number', 'wonkette_recurring');
//add new params addHidden( 'a3', dataValue); addHidden( 'p3', 1); addHidden( 't3', 'M'); addHidden( 'src', 1); addHidden( 'srt', 52);
formEl.submit(); else if ( payment == "strip" ) addHidden( 'entity_type', 1); addHidden( 'plan_type', 1); addHidden('entity_id', getSiteId() ); checkedOption.value = dataValue * 100;
if ( planType == "once" ) formEl.action = "/core/payment/single_donation"; addHidden( 'plan_name', 'One Time Donation'); stripInit(amount, 'One Time Donation');
else if ( planType == "monthly" ) formEl.action = "/core/payment/recurring_donation"; addHidden( 'plan_name', 'Monthly Donation'); addHidden( 'plan', 'donation_' + amount); stripInit(amount, 'Monthly Donation');
function addHidden(key, value) // Create a hidden input element, and append it to the form: var input = document.createElement('input'); input.type="hidden"; input.name = key; input.value = value; input.className += 'remove-me'; formEl.appendChild(input);
function stripInit(amount, description) var token = function(res) addHidden('stripeToken', res.id); addHidden('stripeEmail', res.email); formEl.submit(); ;
if (amount) StripeCheckout.open( key: 'pk_live_7dJjNGbMgTkHfEasr9FsLcjF', // real //key: 'pk_test_zbMpaIyMyHJ7TLUEheC7q2iS', //test amount: amount, name: 'Wonkette', image: 'https://assets.rbl.ms/16950638/origin.png', description: description, panelLabel: 'Donate', token: token, locale: 'auto' ); else window.alert('Select donation amount first')
);
function getSiteId() var site_id = null; var inner = document.querySelector('html').innerHTML var str = inner.split('"site_id": '); if( str[1] != undefined ) site_id = str[1].split(',')[0];
return !isNaN(site_id) ? site_id : false;
}
formsHandling();
REBELMOUSE_STDLIB.createElementChangeListener(".show-more.js-expand:not(.processed)", (el) => const keepReading = el; keepReading.classList.add("processed"); keepReading.addEventListener("click", function() setTimeout(formsHandling, 500) ); );
});
});
window.REBELMOUSE_ACTIVE_TASKS_QUEUE.push(function(){
window.disqus_config = function () this.page.identifier = "2658809650", this.page.url = "https://www.wonkette.com/joe-biden-pledges-to-protect-nevada-s-sacred-tribal-lands-hell-yeah"; ; var disqusCt = document.createElement('div'), disqus_config; disqusCt.id = 'disqus_thread'; (function () d.body).appendChild(s); )();
function loadCountScript(callback) var s = document.createElement('script'); s.type="text/javascript"; s.async = true; s.id = 'dsq-count-scr'; s.src = "//wonkettecom.disqus.com/count.js"; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); s.onload = () => callback(s); document.head.append(s);
loadCountScript(script => /*Add comment Button to all articles*/ REBELMOUSE_STDLIB.createElementChangeListener(".share-panel:not(.js--has-comments)", (el) => let sharesPanel = el; sharesPanel.classList.add('js--has-comments'); if (sharesPanel.closest('.article__shares')) let postId = window.REBELMOUSE_BOOTSTRAP_DATA.post.id, postURL = location.protocol + '//' + location.host + location.pathname; addButton(postURL, postId, sharesPanel); else if (sharesPanel.closest('.widget')) let thisPost = sharesPanel.closest('.widget'), postId = thisPost.getAttribute('elid'), postURL = thisPost.querySelector('.widget__headline-text').getAttribute('href'); addButton(postURL, postId, sharesPanel);
); );
function addButton(url, id, el) var commentBtn = document.createElement('span'); //commentBtn.href = url; commentBtn.classList.add('js--toggleDisqus'); commentBtn.classList.add('disqus-comment-count'); commentBtn.setAttribute('data-disqus-url', url); commentBtn.setAttribute('data-postid', id); //commentBtn.setAttribute('data-disqus-identifier', id); commentBtn.innerText="0"; el.append(commentBtn); DISQUSWIDGETS.getCount( reset: true ); //console.log(url, id);
REBELMOUSE_STDLIB.createElementChangeListener(".js--toggleDisqus:not(.js--callDisqus-processed), .show-more:not(.js--callDisqus-processed)", (el) => { console.log('run callDisqus()'); var timeOut = 10; if (el.classList.contains("show-more")) timeOut = 1000;
el.classList.add('js--callDisqus-processed') el.addEventListener('click', function () setTimeout(function () let t = el, thisPost = t.closest('article') , timeOut) ); }); // Hide hidden tip-jar, idk why window.REBELMOUSE_STDLIB.createElementChangeListener(".js-keep-reading:not(.js-processed)", (el) => let keepReading = el; keepReading.classList.add('js-processed'); //keepReading.closest('.mb-2').nextElementSibling.style.display='none'; );
});
