{"id":2425,"date":"2017-07-13T12:27:16","date_gmt":"2017-07-13T12:27:16","guid":{"rendered":"https:\/\/shlomof.sg-host.com\/?page_id=2425"},"modified":"2023-02-14T13:43:08","modified_gmt":"2023-02-14T13:43:08","slug":"roofing-calculator","status":"publish","type":"page","link":"https:\/\/myrooff.com\/staging1\/?page_id=2425","title":{"rendered":"ROOFING CALCULATOR"},"content":{"rendered":"<p><!-- This site is converting visitors into subscribers and customers with OptinMonster - https:\/\/optinmonster.com :: Campaign Title: RoofQuote Banner - Desktop [BeforeContent] --><\/p>\n<div id=\"om-r2f8gsoukh361snwugdi-holder\"><\/div>\n<p><script>(function(d,u,ac){var s=d.createElement('script');s.type='text\/javascript';s.src='https:\/\/a.omappapi.com\/app\/js\/api.min.js';s.async=true;s.dataset.user=u;s.dataset.campaign=ac;d.getElementsByTagName('head')[0].appendChild(s);})(document,135212,'r2f8gsoukh361snwugdi');<\/script><br \/>\n<!-- \/ https:\/\/optinmonster.com --><br \/>\n<!--NoAds--><\/p>\n<div class=\"calculator roofcalc\">\n<h3>Enter parameters<\/h3>\n<div class=\"runcalc3 calc\">\n<div class=\"calc-label\">Roof size:<\/div>\n<p><input class=\"wlinp1\" name=\"rs1\" type=\"text\" placeholder=\"Roof size\" data-field=\"RS\" \/> sq. feet<\/p>\n<div class=\"calc-label\">or<\/div>\n<p><input class=\"wlinp2\" style=\"width: 50px;\" name=\"rsl\" type=\"text\" placeholder=\"Length\" data-field=\"RSL\" \/> x <input class=\"wlinp2\" style=\"width: 50px;\" name=\"rsw\" type=\"text\" placeholder=\"Width\" data-field=\"RSW\" \/> feet<\/p>\n<\/div>\n<div class=\"calc-label\">Roof Pitch:<\/div>\n<p><select id=\"wlcalc_type\" name=\"\" data-field=\"P\"><option value=\"1\">Flat<\/option><option value=\"1.0035\">1\/12<\/option><option value=\"1.0138\">2\/12<\/option><option value=\"1.0308\">3\/12<\/option><option value=\"1.0541\">4\/12<\/option><option value=\"1.0833\">5\/12<\/option><option selected=\"selected\" value=\"1.1180\">6\/12<\/option><option value=\"1.1577\">7\/12<\/option><option value=\"1.2019\">8\/12<\/option><option value=\"1.2500\">9\/12<\/option><option value=\"1.3017\">10\/12<\/option><option value=\"1.3566\">11\/12<\/option><option value=\"1.4142\">12\/12<\/option><\/select><\/p>\n<div class=\"calc-label lh12\">Choose material:<\/div>\n<p><select id=\"wlcalc_type1\" name=\"\" data-field=\"T\"><option selected=\"selected\" value=\"3.8-7.5\">Asphalt Shingles<\/option><option value=\"9.2-12\">Aluminum Shingles<\/option><option value=\"7.8-9.8\">Steel Shingles<\/option><option value=\"10.5-14\">Galvanium Standing Seam<\/option><option value=\"7.25-14.5\">Aluminum Standing Seam<\/option><option value=\"4.8-8.5\">EPDM-Rubber<\/option><option value=\"6.5-10.5\">TPO<\/option><option value=\"6.9-10.5\">PVC<\/option><\/select><\/p>\n<div class=\"calc_button1\">\n<p><button id=\"wlgo-calc\" class=\"go-calc\">Calculate<\/button><\/p>\n<h3 id=\"result\">Result:<\/h3>\n<\/div>\n<div class=\"calc-result-content2\" style=\"float: left; display: block;\">\n<p>Roof area: <span id=\"wlrf\"> <\/span> <span id=\"wlra1\" style=\"display: none;\">sq. feet<\/span><br \/>\n<span class=\"pristavkacalc\">$<\/span>Number of squares: <span id=\"wlns\"> <\/span><span class=\"pristavkacalc\">$<\/span><br \/>\nInstallation cost: <span id=\"wlra2\" style=\"display: none;\">min $<span id=\"wkic1\"> <\/span> max $<span id=\"wkic2\">0<\/span><\/span><span class=\"pristavkacalc\">$<\/span><\/p>\n<\/div>\n<div style=\"clear: both;\"><\/div>\n<div id=\"sendmeform\" style=\"display: none;\">\n<div class=\"shingle-label\">Where would you like us to send this design?<\/div>\n<form  class=\"calc-form-result\"><input id=\"emailaddress\" class=\"shingle-email\" name=\"email\" type=\"text\" \/><br \/>\n<select id=\"pdfwhoareyou\" class=\"shingle-email\" data-element=\"tags-select\" name=\"tags[]\" required=\"\" style=\"width: 400px;color: rgb(0, 0, 0); border-color: rgb(227, 227, 227); border-radius: 4px; font-weight: 400;appearance: auto;-webkit-appearance: auto;-moz-appearance: auto;\"><option value=\"\">Who are you? (Please choose)<\/option><option value=\"3092384\">Contractor<\/option><option value=\"3092386\">Building my own home or project<\/option><option value=\"3101507\">Architect<\/option><option value=\"3101509\">Quantity Surveyor<\/option><option value=\"3101510\">Other<\/option><\/select><\/p>\n<div id=\"pdfgensend\" class=\"button\" style=\"margin-left: 0px;\">Send PDF<\/div>\n<\/form>\n<\/div>\n<div style=\"clear: both;\"><\/div>\n<\/div>\n<p><script type=\"text\/javascript\">\n  $(function(){\n    $( \".wlinp1\" ).click(function() {\n      $('.wlinp2').val('');\n    });\n    $( \".wlinp2\" ).click(function() {\n      $('.wlinp1').val('');\n    });\n    $('#wlgo-calc').click(function(){\n      $(\"#wlra1\").show();\n      $(\"#wlra2\").show();\n      var roofsize = $('.runcalc3 input[name=\"rs1\"]').val().replace(',', \".\");\n      var wllength = $('.runcalc3 input[name=\"rsl\"]').val().replace(',', \".\");\n      var wlwidth = $('.runcalc3 input[name=\"rsw\"]').val().replace(',', \".\");\n      var wlroofpitch = $('#wlcalc_type option:selected').val();\n      var wlroofpitch1 = 0;\n      if (roofsize != '') {wlroofpitch1 = Math.ceil(wlroofpitch*roofsize);}\n      else if (wllength != '' && wlwidth != '') {\n        wlroofpitch1 = Math.ceil(wllength*wlwidth*wlroofpitch);\n      }\n      var precision_number1 = Math.round(((wlroofpitch1)\/100));\n      var d12 = 0;\n      var d11 = (((wlroofpitch1)\/100)-(Math.floor(wlroofpitch1\/100))).toFixed(1);\n      \/\/if (d11 <= 0.5 &#038;&#038; d11 != 0.0) {\n      if (!(d11 <= 0.5 || d11 != 0.0)) { d11 = 0.5; d12 = precision_number1+0.5 } else if (d11 > 0.5) {\n        d11 = 1; d12 = Math.ceil(((wlroofpitch1)\/100))\n      } else if (d11 == 0.0) {d11 = 1; d12 = Math.ceil(((wlroofpitch1)\/100))}\n      var wlroofnumber = d12;\n      var instcost = $('#wlcalc_type1 option:selected').val();\n      var instcostarr = instcost.split('-');\n      $('#wlrf').html(wlroofpitch1);\n      $('#wlns').html(wlroofnumber);\n      $('#wkic1').html((instcostarr[0]*wlroofpitch1).toFixed());\n      $('#wkic2').html((instcostarr[1]*wlroofpitch1).toFixed());\n      showEmailForm();\n    });\n  })\n<\/script><\/p>\n<div style=\"clear: both;\"><\/div>\n<p class=\"small-text\">While the average <a href=\"https:\/\/myrooff.com\/staging1\/how-long-should-a-new-roof-last\/\">lifespan for a typical roof can be 15-20 years<\/a>, a long, hard winter or a particularly intense storm can cause lasting damage to a roof. Over time, that damage could really add up. As a result, you might need to calculate an estimate of how much it will <a href=\"https:\/\/myrooff.com\/staging1\/roof-replacement-cost\/\">cost to replace your old roof<\/a> with a new one.<\/p>\n<p class=\"small-text\">There are several factors to keep in mind for any estimate: the materials used for the <a href=\"https:\/\/myrooff.com\/staging1\/how-to-reshingle-a-roof\/\" target=\"_blank\" rel=\"noopener\">shingles<\/a> or seam panels, the surface area of the roof (with a measurement typically in squares), and any special features related to the complexity of the roof itself. In addition, details about your unique geography could play a role in the final cost of the project (e.g. if you live in the Northeast or some other region that gets a lot of winter storms).<\/p>\n<p class=\"small-text\">The first step in a free roofing estimate is measuring the roof dimensions. You will need to express this size in terms of square feet. Keep in mind that the average size of a roof is 1,700 square feet, so your total will likely be 10% higher or lower than this figure. Check that your footage measurements are within this range so you can start off on the right foot.<\/p>\n<p class=\"small-text\">Next, you will need to use a roofing materials calculator. Simply input the surface area of the roof, choose from one of the available options, and you will get your first roofing estimate. With an online roofing calculator, you will usually be able to drill down a bit deeper in order to see a fine-grained cost breakout on a sq ft basis.<\/p>\n<p class=\"small-text\">But keep in mind that materials typically only account for 40% of the total cost of <a href=\"https:\/\/myrooff.com\/staging1\/roofing-square\/\" target=\"_blank\" rel=\"noopener\" data-lasso-id=\"907\">square roofing<\/a>. The other 60% is labor. In the roofing trade, this is known as the installation cost, and it can vary widely depending on the type of <a href=\"https:\/\/myrooff.com\/staging1\/how-to-replace-roof-shingles\/\" target=\"_blank\" rel=\"noopener\">replacement roof<\/a> that you are getting. With an online calculator, you can see the various options for your roof and how they impact the final labor cost.<\/p>\n<p class=\"small-text\">The best part of a roofing calculator is that it offers a free insight into the total cost of the replacement roof project on a sq ft basis. As you begin to calculate various costs, you will see that the cost is a result of the interplay of many different variables, including roof area (in terms of footage), measurement of any roof extras (like chimneys or skylights), and the dimensions of your roof.<\/p>\n<p class=\"small-text\">Calculated quickly on a per foot basis, you can see that a bigger roof will almost always lead to a higher cost. However, there is not a direct 1:1 correlation between surface area and the total cost of the project, as expressed in dollars. Dimensions matter, as do the total amount of feet. This is especially true with <a href=\"https:\/\/myrooff.com\/staging1\/roofing-glue-for-shingles\/\" target=\"_blank\" rel=\"noopener\">shingle roofs<\/a> (both metal and asphalt). Often, you can get discounts for using certain types of metal or asphalt, so always make sure that you check out these options when running all the numbers. For example, a steel roof will typically cost less than an aluminum roof.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Enter parameters Roof size: sq. feet or x feet Roof Pitch: Flat1\/122\/123\/124\/125\/126\/127\/128\/129\/1210\/1211\/1212\/12 Choose material: Asphalt ShinglesAluminum ShinglesSteel ShinglesGalvanium Standing SeamAluminum Standing SeamEPDM-RubberTPOPVC Calculate Result: Roof area: sq. feet $Number of squares: $ Installation cost: min $ max $0$ Where would you like us to send this design? Who are you? (Please choose)ContractorBuilding my own home &#8230; <a title=\"ROOFING CALCULATOR\" class=\"read-more\" href=\"https:\/\/myrooff.com\/staging1\/?page_id=2425\" aria-label=\"Read more about ROOFING CALCULATOR\">Read more<\/a><\/p>\n","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2425","page","type-page","status-publish"],"_links":{"self":[{"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/pages\/2425","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2425"}],"version-history":[{"count":14,"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/pages\/2425\/revisions"}],"predecessor-version":[{"id":10386,"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=\/wp\/v2\/pages\/2425\/revisions\/10386"}],"wp:attachment":[{"href":"https:\/\/myrooff.com\/staging1\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2425"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}