Trees and Power Lines Don't Always Mix

Trees and Power Lines Don't Always Mix

Trees add beauty to any landscape, but they can be dangerous if located too close to power lines. Learn about power company tree management and how best to locate trees on your property.

Published:

Power lines and trees

Trees add beauty to any landscape, but they also have impressive practical benefits. They clean the air, reduce carbon dioxide and (when positioned correctly) provide protection from wind and sun, reducing heating and cooling costs. If a tree grows too close to a power line, however, it can cause power outages and become a life-threatening danger.

A growing problem

Trees that grow or fall into power lines are the single largest cause of power outages, according to the Federal Energy Regulatory Commission. Problems can occur suddenly, such as when a branch breaks during a wind or ice storm. Issues can also develop over time through natural growth patterns, with growing branches crowding or rubbing against power lines.

Trees located near power lines represent a real threat to children who may be tempted to climb them, or to homeowners attempting to tackle a tree-trimming job on their own. Limbs and branches that come into contact with power lines may become energized.

Trimming back

To improve safety and reduce the risk of power outages, your power company maintains a vigilant program of tree and brush removal and trimming. Trimming is performed according to directional pruning techniques that meet the standards and practices of the Tree Care Industry Association and other groups.

Directional pruning guides new growth away from power lines. Limbs or portions of limbs growing near power lines are trimmed back to the main branch or trunk, where they would naturally shed if the limbs died from natural causes. This pruning method preserves the tree's natural defense system and minimizes impact on the crown. In some situations, an entire tree is removed. Tree removal may be necessary because the tree is leaning toward a power line or has a structural defect that increases its risk of falling.

Right place, right tree

Adding trees to your landscape? Carefully consider different tree species and how they may affect power lines on your grounds. No tree should be planted near high-voltage transmission lines. Some species, however, normally grow to a mature height of 20 feet or less. These include:

  • Crabapple
  • Flowering Dogwood
  • Hawthorne
  • Bristlecone Pine
  • Common Juniper
  • Trident, Amur, Paperback and Tartarian Maples
  • Rose Acacia

These species can typically provide an attractive addition to your landscape without interfering with distribution lines. The following species, however, grow particularly tall and should be planted no closer than 60 feet from distribution lines:

  • Oak
  • Colorado Blue Spruce
  • Silver and Norway Maples
  • Most pine species

If you're planning a landscape project, overhead power lines are not your only concern. Knowing where utility lines are buried can help you avoid injury, service outages and costly repairs. Call 811 to have underground lines marked before you dig.

Trees add beauty to any landscape, but they can be dangerous if located too close to power lines. Click to learn more.
/sites/default/files/images/questline/news-cards/Trees_Blog.jpg

Call 811 Before You Dig

 

Call 811 Before You Dig

 

Published:

It's important to call 811 before you dig. But who's behind the 811 number and what do those little colored flags mean?

<p><script type="text/javascript" src="https://live-cwb-tse2.pantheonsite.io/modules/custom/engage_drupal_module/js/jquery-3.3.1.min.js"></script></p><div class="ql-embed"> <script type="text/javascript" src="https://cdn.questline.com/static/scripts/segment.js"></script> <script type="text/javascript"> var segmentPayload = null; var timeOnPagePayload = null; var sessionId = newGuid(); document.addEventListener('DOMContentLoaded', function() { replaceSiteURL(); setUpSegmentTracking();segmentInitialize();setupLinkTracking(); }); function replaceSiteURL() { var url = window.location.toString(); var socialURL = removeParameterFromUrl(url, "subscriberId"); document.querySelectorAll("a[href*='SITE_URL']").forEach( a => {a.href = a.href.replace('SITE_URL', encodeURIComponent(socialURL)); }); } function removeParameterFromUrl(url, parameter) { return url .replace(new RegExp('[?&]' + parameter + '=[^&#]*(#.*)?$'), '$1') .replace(new RegExp('([?&])' + parameter + '=[^&]*&'), '$1'); } function setUpSegmentTracking() { analytics.load("Qf3Pi57JHHPhXX0DsqEN6AsUCNksVnhz"); segmentPayload = {accountId: 82, brandingId: null, spaceId: "v92ovjhf1w1y", articleId: "d3b08eac7a3746ea92f5bcab38b72dcc", articleTitle: "Call 811 Before You Dig", articleSlug: "infographic-call-811-before-you-dig", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "7rb3Foic6WqioaeCkA4oia", mediaType: "infographic", mediaTitle: "Call 811 Before You Dig - Infographic", mediaSlug: "call-811-before-you-dig", // If article came from newsletter campaign, populate with appropriate values, otherwise each should be null newsletterCampaignId: null, newsletterCampaignSendId: null,newsletterSection: "", // the URL of the link that was clicked data: null, referrer: document.referrer, sessionId: sessionId }; // copy the payload, we want separate objs to avoid collisions timeOnPagePayload = JSON.parse(JSON.stringify(segmentPayload)); } function newGuid() { return ([1e7]+-1e3+-4e3+-8e3+-1e11).replace(/[018]/g, c => (c ^ crypto.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) ); }function videoSegmentInitialize() {// this is separate from segmentPayload to avoid collisions when updating the data field for video progress trackingvideoSegmentPayload = {accountId: 82, brandingId: null, spaceId: "v92ovjhf1w1y", articleId: "d3b08eac7a3746ea92f5bcab38b72dcc", articleTitle: "Call 811 Before You Dig", articleSlug: "infographic-call-811-before-you-dig", // If article has media, populate with appropriate values, otherwise each should be null mediaId: "7rb3Foic6WqioaeCkA4oia", mediaType: "infographic", mediaTitle: "Call 811 Before You Dig - Infographic", mediaSlug: "call-811-before-you-dig", // If article came from newsletter campaign, populate with appropriate values, otherwise each should be null newsletterCampaignId: null, newsletterCampaignSendId: null,newsletterSection: "", // the % of the video that was watched data: null, referrer: document.referrer, sessionId: sessionId };video = document.getElementsByTagName('video')[0];video.addEventListener('timeupdate', function () {let currentPercent = Math.floor(video.currentTime / video.duration * 100);if (currentPercent !== 0 && currentPercent !== lastPercent) {videoSegmentPayload.data = currentPercent;analytics.track("", videoSegmentPayload);lastPercent = currentPercent;}}, false);} function getUrlParameter(name) { name = name.replace(/[\[]/, '\\[').replace(/[\]]/, '\\]'); var regex = new RegExp('[\\?&]' + name + '=([^&#]*)', 'i'); var results = regex.exec(location.search); return results === null ? '' : decodeURIComponent(results[1].replace(/\+/g, ' ')); } function segmentInitialize() { analytics.track("Article Viewed", segmentPayload); } function setupLinkTracking() {document.querySelectorAll("a").forEach( a => {a.addEventListener("click", (e) => {// link tracking behavior does not apply unless it's an http,mailto,tel links, with an exception for the print linkvar eventData = null;var href = a.href;if (href && href.indexOf("#") != 0){eventData = href;} else {// special exception made for the print button that has no hrefvar segMessage = a.getAttribute('data-segment-message');if(segMessage && segMessage.indexOf("Print Clicked") == 0) {eventData = "Print";}}if(eventData != null){segmentPayload.data = eventData;// some links have special event names, all others get the default 'Outbound Link Clicked'var msg = a.getAttribute('data-segment-message');if (!msg) {msg = "API Outbound Link Clicked";}// the social links have special js for popping up a new window, so we don't interfere with thatif (a.classList.contains("ql-social__link") || a.getAttribute("target") == "_blank") {analytics.track(msg, segmentPayload);return true;} else {// all other links we have to block the default behavior then redirect in a callback e.preventDefault();analytics.track(msg, segmentPayload, function () {window.location = href;});} }}, false); }); } // time on page tracking let lastTick = new Date().getTime(); let timeOnPage = 0; let hasFocus = true; function timeOnPageTick() { let now = new Date().getTime(); if(hasFocus){ timeOnPage += now - lastTick; timeOnPageTransmit(); } lastTick = now; setTimeout(timeOnPageTick, 5000); } function timeOnPageTransmit() { // transmit whole seconds and stop after 10 mins let transmittedTimeOnPage = Math.floor(timeOnPage / 1000); if(transmittedTimeOnPage <= (10 * 60)) { timeOnPagePayload.data = transmittedTimeOnPage; analytics.track("TimeOnPage", timeOnPagePayload); } } function onBlur() { hasFocus = false; } function onFocus() { hasFocus = true; } // attach event handlers window.onfocus = onFocus; window.onblur = onBlur; // inital call setTimeout(timeOnPageTick, 5000); </script><script type="text/javascript">if ($ === undefined || $ === null) { var $ = jQuery; }</script><link type="text/css" rel="stylesheet" href="https://cdn.questline.com/static/styles/ql-embed.css"> <div id="ql-embed-d3b08eac7a3746ea92f5bcab38b72dcc" class="ql-embed-article"> <div class="ql-embed-article__header"> <h1 class="ql-embed-article__title">Call 811 Before You Dig</h1> <div class="ql-embed-article__deck"></div> <p class="ql-embed-article__pubdate">Published: <time pubdate="pubdate">3/14/2024 6:08:05 PM</time></p> </div> <div class="ql-embed-article__summary" style="display:none"> <p>It's important to call 811 before you dig. But who's behind the 811 number and what do those little colored flags mean?</p> </div> <div class="ql-embed-article__body"><div class="ql-embed-media"><script type="text/javascript">if ($ === undefined || $ === null) { var $ = jQuery; }</script><link type="text/css" rel="stylesheet" href="https://cdn.questline.com/static/styles/ql-embed-media.css"><div id="ql-embed-media-7rb3Foic6WqioaeCkA4oia" class="ql-embed-media__infographic"><div class="ql-infographic"><img class="ql-infographic__desktop" src="https://cdn.questline.com/asset/get/70ad7e01-d510-409d-b216-a371c884b76c" alt longdesc><img class="ql-infographic__mobile" src="https://cdn.questline.com/asset/get/70ad7e01-d510-409d-b216-a371c884b76c" alt longdesc></div></div></div></div> </div></div><style type="text/css">#ql-embed-d3b08eac7a3746ea92f5bcab38b72dcc h1.ql-embed-article__title { display: none; }#ql-embed-d3b08eac7a3746ea92f5bcab38b72dcc p.ql-embed-article__pubdate { display: none; }</style>
/sites/default/files/images/questline/news-cards/SafeDiggingMonth.jpg

811: Make That Call Before You Break Ground

Planning a facility expansion or outdoor landscaping project that involves digging? Calling 811 is a smart business decision.

811: Make That Call Before You Break Ground

 

Published:

businesswoman making call

Are you planning a facility expansion or landscaping project that involves digging? Your location may contain underground utility lines. Call 811 before you dig. Knowing where utility lines are buried can help you avoid injury, service outages and costly repairs.

Call 811 from anywhere in the country a few days prior to digging, and you will be routed to your local call center. Tell the operator where you will be digging, what type of work you will be doing and when. Within just a few days, your local utility companies will visit your site and mark the location of any underground lines, free of charge.

Each utility type is marked with a specific color:

  • Red for electric
  • Yellow for natural gas
  • Orange for telecommunications
  • Blue for water
  • Green for sewage

Who's behind the 811 number? The 811 campaign is operated by the Common Ground Alliance (CGA), an association created to work with the utility industry to prevent damage to underground utility infrastructure and ensure public safety. Although a private association, CGA grew out of a U.S. Department of Transportation initiative to protect underground utilities.

Planning a facility expansion or outdoor landscaping project that involves digging? Calling 811 is a smart business decision.
/sites/default/files/images/questline/news-cards/image12.jpg

 
We all have our favorite season. Some people love crisp, cool weather and bundling up under a favorite blanket, while others prefer the warm temperatures summer brings and all fun outdoor activities that go with it. 

We’re here to help you find ways to manage your home energy use, keep winter bills in check and stay safe around space heaters and generators. 
 
Temperature Management 

Title
Four Ways to Fight the Winter Chill, Save Energy and Stay Safe