{"id":18488,"date":"2023-12-20T23:59:34","date_gmt":"2023-12-20T18:29:34","guid":{"rendered":"https:\/\/agriculturereview.com\/?p=18488"},"modified":"2024-02-07T12:49:54","modified_gmt":"2024-02-07T07:19:54","slug":"agricultural-land-area-calculator","status":"publish","type":"post","link":"https:\/\/agriculturereview.com\/hi\/agricultural-land-area-calculator\/","title":{"rendered":"\u0915\u0943\u0937\u093f \u092d\u0942\u092e\u093f \u0915\u094d\u0937\u0947\u0924\u094d\u0930 \u0915\u0948\u0932\u0915\u0941\u0932\u0947\u091f\u0930"},"content":{"rendered":"\n<p style=\"font-size:20px\">Use our agricultural land area <a href=\"https:\/\/agriculturereview.com\/how-to-calculate-npk-with-formulae\" data-type=\"post\" data-id=\"16654\" target=\"_blank\" rel=\"noreferrer noopener\">calculator<\/a> to convert and calculate <a href=\"https:\/\/dictionary.cambridge.org\/dictionary\/english\/acre\" target=\"_blank\" data-type=\"link\" data-id=\"https:\/\/dictionary.cambridge.org\/dictionary\/english\/acre\" rel=\"noreferrer noopener\">acres<\/a>, bigha, ares, square feet, kanal, square meters, grounds, biswa, square yards, hectares, guntha into desired units. This tool acts as a converter that can convert the values of one area unit to another area unit very easily. It helps to reduce the manual error and can give results in seconds.<\/p>\n\n\n<style>.kb-image18488_91d8ed-80 .kb-image-has-overlay:after{opacity:0.3;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;}.kb-image18488_91d8ed-80 img.kb-img, .kb-image18488_91d8ed-80 .kb-img img{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-right-radius:5px;border-bottom-left-radius:5px;box-shadow:0px 0px 14px 0px rgba(0, 0, 0, 0.2);}<\/style>\n<figure class=\"wp-block-kadence-image kb-image18488_91d8ed-80 size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-1024x512.webp\" alt=\"agricultural-land-area-calculator\" class=\"kb-img wp-image-18508\" srcset=\"https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-1024x512.webp 1024w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-300x150.webp 300w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-768x384.webp 768w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-18x9.webp 18w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-600x300.webp 600w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator-150x75.webp 150w, https:\/\/agriculturereview.com\/wp-content\/uploads\/2023\/12\/agricultural-land-area-calculator.webp 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<head>\n    <style>\n        body {\n\n        #calculator {\n            margin: 50px auto;\nwidth: 360px;\n            padding: 20px;\n            border: 1px solid #ccc;\n            border-radius: 10px;\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n        }\n\n        label {\n            display: block;\n            margin-bottom: 8px;\n        }\n\n        input {\n            width: 100%;\n            padding: 8px;\n            margin-bottom: 16px;\n            box-sizing: border-box;\n        }\n\n        select {\n            width: 100%;\n            padding: 8px;\n            margin-bottom: 16px;\n            box-sizing: border-box;\n        }\n button {\n            \n          \n            border-radius: 50px;\n            \n        }\n       \n    <\/style>\n<\/head>\n<body>\n    <div id=\"calculator\">\n        <h2>Agricultural Land Area Calculator<\/h2>\n        <label for=\"inputArea\">Input Area:<\/label>\n        <input type=\"number\" id=\"inputArea\" placeholder=\"Enter area\">\n        \n        <label for=\"inputUnit\">Input Unit:<\/label>\n        <select id=\"inputUnit\">\n            <option value=\"acres\">Acres<\/option>\n            <option value=\"bigha\">Bigha<\/option>\n            <option value=\"ares\">Ares<\/option>\n            <option value=\"sqft\">Square Feet<\/option>\n            <option value=\"kanal\">Kanal<\/option>\n            <option value=\"sqm\">Square Meter<\/option>\n            <option value=\"grounds\">Grounds<\/option>\n            <option value=\"biswa\">Biswa<\/option>\n            <option value=\"sqyds\">Square Yards<\/option>\n            <option value=\"hectares\">Hectares<\/option>\n            <option value=\"guntha\">Guntha<\/option>\n        <\/select>\n        \n        <label for=\"outputUnit\">Output Unit:<\/label>\n        <select id=\"outputUnit\">\n            <option value=\"acres\">Acres<\/option>\n            <option value=\"bigha\">Bigha<\/option>\n            <option value=\"ares\">Ares<\/option>\n            <option value=\"sqft\">Square Feet<\/option>\n            <option value=\"kanal\">Kanal<\/option>\n            <option value=\"sqm\">Square Meter<\/option>\n            <option value=\"grounds\">Grounds<\/option>\n            <option value=\"biswa\">Biswa<\/option>\n            <option value=\"sqyds\">Square Yards<\/option>\n            <option value=\"hectares\">Hectares<\/option>\n            <option value=\"guntha\">Guntha<\/option>\n        <\/select>\n        \n        <button onclick=\"calculate()\">Convert<\/button>\n\n        <h3>Result:<\/h3>\n        <p id=\"result\"><\/p>\n    <\/div>\n\n    <script>\n        function calculate() {\n            const inputArea = parseFloat(document.getElementById('inputArea').value);\n            const inputUnit = document.getElementById('inputUnit').value;\n            const outputUnit = document.getElementById('outputUnit').value;\n\n            \/\/ Conversion logic\n            const conversionFactors = {\n                acres: 1,\n                bigha: 3.025,\n                ares: 40.4686,\n                sqft: 43560,\n                kanal: 8,\n                sqm: 4047,\n                grounds: 18.15,\n                biswa: 32.2667,\n                sqyds: 4840,\n                hectares: 0.4047,\n                guntha: 40,\n            };\n\n            const result = (inputArea * conversionFactors[outputUnit]) \/ conversionFactors[inputUnit];\n            document.getElementById('result').innerText = `Converted Area: ${result.toFixed(2)} ${outputUnit}`;\n        }\n    <\/script>\n<\/body>\n\n\n\n<p style=\"font-size:20px\"><br>People living in different places often face the problem of converting their agricultural land area units for documentation, selling, etc. Hence, this land area calculator is here to solve your problems, use it with ease, enter the input area, select the unit of the input area, then choose the output unit, click on convert and see the converted area unit in the result. <br><br><br><br><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conversion Units &amp; Relationships<\/h2>\n\n\n\n<p style=\"font-size:20px\">1 acres= 3.025 Bighas = 40.4686 Ares = 43,560 Square Feet = 8 Kanal = 4,047 Square Meter = 18.15 Grounds = 32.2667 Biswa = 4,840 Square Yards = 0.4047 Hectare = 40 Guntha.<\/p>\n\n\n\n<p style=\"font-size:20px\">These may vary from place to place, however we have tried to use the standarized values for precise results. <\/p>\n\n\n\n<p style=\"font-size:20px\">If you have any queries, ideas or suggestions, then please comment below. You can also connect with Agriculture Review on Facebook, Instagram, Koo and WhatsApp Messenger.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use our agricultural land area calculator to convert and calculate acres, bigha, ares, square feet, kanal, square meters, grounds, biswa, square yards, hectares, guntha into desired units. This tool acts as a converter that can convert the values of one area unit to another area unit very easily. It helps to reduce the manual error&#8230;<\/p>","protected":false},"author":1,"featured_media":18508,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"categories":[6],"tags":[7036],"class_list":["post-18488","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-agriculture","tag-agricultural-land-area-calculator"],"_links":{"self":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/comments?post=18488"}],"version-history":[{"count":3,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18488\/revisions"}],"predecessor-version":[{"id":19093,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/posts\/18488\/revisions\/19093"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media\/18508"}],"wp:attachment":[{"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/media?parent=18488"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/categories?post=18488"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/agriculturereview.com\/hi\/wp-json\/wp\/v2\/tags?post=18488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}