import {fetch} from 'wix-fetch'; function parseRetsXml(xml) { const parser = new DOMParser(); const xmlDoc = parser.parseFromString(xml, "text/xml"); const retsNode = xmlDoc.getElementsByTagName("RETS")[0]; const replyCode = retsNode.getAttribute("ReplyCode"); const replyText = retsNode.getAttribute("ReplyText"); const loginUrl = retsNode.getAttribute("Login"); const searchUrl = retsNode.getAttribute("Search"); return { replyCode, replyText, loginUrl, searchUrl }; } async function searchMLS(xml, query) { const retsInfo = parseRetsXml(xml); const response = await fetch(retsInfo.searchUrl, { method: 'post', headers: { 'Content-Type': 'application/x-www-form-urlencoded', }, body: `search=${encodeURIComponent(query)}` }); const results = await response.json(); return results; } const xml = ' Broker = MemberName = 79190-RETSIDX James T Morrison MetadataVersion = 8.09.00001 MinMetadataVersion = 8.09.00001 User = 547029,NULL,NULL,NULL Login = http://rets.hawaiiinformation.com:6103/rets/login Logout = http://rets.hawaiiinformation.com:6103/rets/logout Search = http://rets.hawaiiinformation.com:6103/rets/search GetMetadata = http://rets.hawaiiinformation.com:6103/rets/getMetadata GetObject = http://rets.hawaiiinformation.com:6103/rets/getObject Balance = 0.01 TimeoutSeconds = 1800 '; const query = 'property type:Residential'; searchMLS(xml, query).then(results => { console.log(results); });
top of page
  • Writer's pictureJames T. Morrison R(S)

The Menacing Coconut Rhinoceros Beetle: An Invasive Threat to Hawaii's Big Island


coconut rhinoceros beetles

The Big Island of Hawaii is renowned for its stunning landscapes, tropical beaches, and lush vegetation. However, the idyllic paradise is currently under attack from an invasive species - the coconut rhinoceros beetle. This invasive pest is wreaking havoc on the island's palm trees and threatens the local economy, environment, and tourism industry.

The coconut rhinoceros beetle, which originates from Southeast Asia, was first detected on the Big Island in 2013. Since then, it has spread rapidly, infesting thousands of coconut, oil, and date palm trees. The beetle bores into the palms' crowns, feeding on their sap and causing extensive damage to the fronds, trunks, and eventually killing the trees. The CRB also carries diseases that can infect the palms and further reduce their resilience.

The different stages of the coconut rhinoceros beetle

The impact of the coconut rhinoceros beetle invasion is far-reaching. It threatens the livelihoods of local farmers and the production of copra, a popular ingredient used in cosmetics, food, and biofuel. Moreover, the loss of palm trees can also cause soil erosion, alter ecosystems, and reduce the appeal of the Big Island for tourists.

To combat the coconut rhinoceros beetle, a multi-agency response effort has been launched. The efforts include the use of insecticides, trapping, and biological control methods such as the release of parasitic wasps. However, controlling the CRB is a challenging task, and it will require the collaboration of farmers, communities, and government agencies to successfully eradicate the beetle from the island.

coconut rhinoceros beetle larva

In conclusion, the coconut rhinoceros beetle is a serious threat to Hawaii's Big Island. It is essential to act promptly and decisively to protect the palm trees and preserve the island's natural beauty and economic prosperity. By working together, we can prevent this invasive species from causing further damage and ensure a bright future for the Big Island.

0 views0 comments

Recent Posts

See All
  • Facebook
  • Instagram
  • Yelp
bottom of page