{"id":1773,"date":"2020-09-07T20:16:02","date_gmt":"2020-09-07T14:46:02","guid":{"rendered":"https:\/\/solarpumps.pykih.com\/?page_id=1773"},"modified":"2022-01-01T12:37:33","modified_gmt":"2022-01-01T07:07:33","slug":"per-drop-more-crop","status":"publish","type":"page","link":"https:\/\/www.ceew.in\/portal\/solar-pumps\/per-drop-more-crop\/","title":{"rendered":"Per Drop More Crop"},"content":{"rendered":"<!DOCTYPE html PUBLIC \"-\/\/W3C\/\/DTD HTML 4.0 Transitional\/\/EN\" \"http:\/\/www.w3.org\/TR\/REC-html40\/loose.dtd\">\n<html><body><div class=\"wp-block-humane-blocks-container hc-width-full hc-max-width-unset hc-block-container-lr9929i-f3sdeq5-q7hxlhq\" id=\"hc-block-container-lr9929i-f3sdeq5-q7hxlhq\"><div class=\"hc-brand-reading hc-user-hidden\">Block Pattern: Regular<\/div><div class=\"hc-inner-container hc-brand-reading\">\n<div class=\"wp-block-group hc-max-col-16 hc-mx-auto hc-940-px-40 hc-py-20\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p> <\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h1 class=\"wp-block-heading\"> <strong>Which districts are suitable for &lsquo;Per Drop More Crop&rsquo;?<\/strong> <\/h1>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size\"> The Per Drop More Crop program falls under the &ldquo;<a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/pmksy.gov.in\/\">Pradhan Mantri Krishi Sinchayee Yojana<\/a>.&rdquo; Its focus is to improve irrigation efficiency. Solar pumps can be deployed along with precise water application devices such as drip irrigation to promote efficient irrigation practices. The tool is filtering for all districts where the &lsquo;<em>Area under crops suitable for drip and sprinkler as a share of gross cropped area percentile<\/em>&lsquo; is more than 50%. This indicates the likelihood of the adoption of such water-saving technologies. <\/p>\n<\/div><\/div>\n\n\n<div class=\"hc-mx-auto hc-perspectives-container \" id=\"perspectives-xidoh9g-y7epjap-up0ddp9\">\n    <div class=\"hc-p-20 hc-bg-brightness-86\" style=\"grid-column: 1\/-1;\">10000ft for Data Dashboard: Per Drop More Crop<\/div>\n<\/div>\n<div id=\"progressBar\" class=\"hc-bg-primary-main\" style=\"width: 0%; height: 10px; margin:auto;\"><\/div>\n\n<script>\n    async function main() {\n        let blog_id = 3;\n        let data;\n        if (blog_id === 3) {\n            data = \"https:\/\/s3.ap-southeast-1.amazonaws.com\/humane.club\/solar-pumps\/3_data-12.json\";\n        } else {\n            data = \"https:\/\/www.ceew.in\/portal\/wp-content\/plugins\/humane-evidence\/10000ft_data\/3_data-12.json\";\n        }\n       \n        let perspectives = \"https:\/\/www.ceew.in\/portal\/wp-content\/plugins\/humane-evidence\/10000ft_data\/3_perspectives-10.json\";\n        let selector = \"perspectives-xidoh9g-y7epjap-up0ddp9\";\n        let loadingSelector = \"progressBar\";\n        document.querySelector(`#${selector}`).innerHTML = '';\n        document.querySelector('#progressBar').innerHTML = '';\n        let relatedMapper = (column_name) => {\r\n    let column_split = column_name.split(\"_\");\r\n    let last_index = column_split.length - 1;\r\n    if(column_split[ last_index ] === \"percentile\") column_split[ last_index ] = \"value\";\r\n    let new_column_name = column_split.join(\"_\");\r\n    if(new_column_name === \"Overall Percentile\") new_column_name = \"Overall Score\";\r\n    return new_column_name;\r\n};\n        let weightsMapper = (column_name) => {\r\n    let column_split = column_name.split(\"_\");\r\n    let last_index = column_split.length - 1;\r\n    if(column_split[ last_index ] === \"percentile\") column_split[ last_index ] = \"score\";\r\n    return column_split.join(\"_\");\r\n};\n        let transformWeights = (array, datum, key) => {\r\n       var L = 0;\r\n        var S = 0;\r\n        var N = array.length\r\n        for (var i = 0; i < array.length; i++) {\r\n          if (array[i][key] < datum[key]) {\r\n            L += 1\r\n          } else if (array[i][key] === datum[key]) {\r\n            S += 1\r\n          } \r\n        }\r\n        var pct = (L + (0.5 * S)) \/ N;\r\n        return parseInt( pct * 100, 10);\r\n};\n        \/\/ let perspectiveObject = await Humane.Evidence.Dashboard(\n\n        \/\/ Show the loading bar\n        \/\/ let loadingBar = document.getElementById('loading-bar');\n        \/\/ if (loadingBar) {\n        \/\/     loadingBar.style.display = 'block';\n        \/\/ }\n\n        \/\/ Function to send events to Plausible\n        const sendPlausibleEvent = (eventName, props = {}) => {\n            if (window.plausible) {\n            window.plausible(eventName, { props });\n            } else {\n            console.warn('Plausible is not defined');\n            }\n        };\n\n        try{\n            let perspectiveObject = await window.Humane.Dashboard(\n                perspectives,\n                data,\n                selector,\n                loadingSelector,\n                relatedMapper,\n                weightsMapper,\n                transformWeights\n            );\n\n            if(perspectiveObject){\n                if(!window.perspectiveObjects) window.perspectiveObjects = {};\n                window.perspectiveObjects[selector] = perspectiveObject;\n            }\n           \n            sendPlausibleEvent('Dashboard Initialization Success', { url: data });\n\n        } catch(error){\n            console.error(\"An error occurred:\", error.message);\n            \/\/ Track dashboard initialization failure with Plausible\n            sendPlausibleEvent('Dashboard Initialization Error', { message: error.message, url: data });\n        } finally {\n            \/\/ Hide the loading bar regardless of whether the loading was successful\n            \/\/ document.getElementById('loading-bar').style.display = 'none';\n    }\n       \n    }\n    main();\n<\/script>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-humane-blocks-container hc-width-full hc-max-width-unset hc-block-container-lb0xmzy-lo817ue-11837y7\" id=\"hc-block-container-lb0xmzy-lo817ue-11837y7\"><div class=\"hc-brand-reading hc-user-hidden\">Block Pattern: Regular<\/div><div class=\"hc-inner-container hc-brand-reading\">\n<div class=\"wp-block-group hc-max-col-16 hc-mx-auto hc-940-px-40 hc-py-20\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p> <\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Choose another scenario<\/h2>\n<\/div>\n<\/div>\n\n\n\n<div id=\"hc-carousel-4pgys7f-y56emkp-d2wpamv\" class=\"hc-max-col-16 hc-hide-540 hc-carousel hc-fx hc-overflow-auto\">\n                                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/solarisation-of-individual-grid-connected-pumps-pm-kusum-component-c\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2021\/11\/solarisation-1-460x276.png\" alt=\"Solarisation\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/solarisation-of-individual-grid-connected-pumps-pm-kusum-component-c\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Solarisation of individual grid-connected pumps (PM-KUSUM Component C)                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Nov 18, 2021 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/feeder-level-solarisation-pm-kusum-components-a-c\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2021\/11\/feeder-1-460x276.png\" alt=\"Feeder\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/feeder-level-solarisation-pm-kusum-components-a-c\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Feeder level solarisation (PM-KUSUM Components A &amp; C)                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Nov 18, 2021 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/water-as-a-service\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-11.09.11-460x276.png\" alt=\"Screen Shot 2020 09 10 At 11.09.11\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/water-as-a-service\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Solar based water as a service                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/agricultural-mechanisation\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.00.31-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.00.31\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/agricultural-mechanisation\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Sub-Mission on Agricultural Mechanisation &ndash; Farm Power Availability                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/climate-resilient-farming\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.02.18-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.02.18\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/climate-resilient-farming\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Climate Resilient Farming for Small Farms                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/nmoop\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.58.52-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.58.52\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/nmoop\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    National Mission on Oilseeds and Oil Palm (NMOOP)                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/crop-diversification\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.54.03-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.54.03\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/crop-diversification\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Doubling Farmer&rsquo;s Income &ndash; Crop Diversification                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/capital-investment\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.05.50-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.05.50\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/capital-investment\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Doubling Farmer&rsquo;s Income &ndash; Capital Investment                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/doubling-farmers-income-crop-intensity\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.55.19-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.55.19\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/doubling-farmers-income-crop-intensity\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Doubling Farmer&rsquo;s Income &ndash; Crop Intensity                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/har-khet-ko-pani\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.46.26-460x276.png\" alt=\"har khet ko pani\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/har-khet-ko-pani\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Har Khet ko Pani                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/small-capacity-pumps\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2022\/02\/hp-pumps-460x276.png\" alt=\"Hp Pumps\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/small-capacity-pumps\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Promote 1 HP and sub-HP pumps                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/individually-owned\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.35.58-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.35.58\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/individually-owned\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Individually owned off-grid solar pumps                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                                                            <div class=\"hc-flex-no-shrink hc-card-gallery-xs hc-mr-20 hc-bg-brightness-97 hc-border-rounded-12\">\r\n                                                <a class=\"hc-cover-top\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/explore\/\" target=\"_self\" rel=\"noopener\">\r\n                                                                <img decoding=\"async\" height=\"132px\" width=\"220px\" class=\"hc-cover-rect hc-border-rounded-top-12\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/explore-own-logo.png\" alt=\"Explore Own Logo\">\r\n                                            <\/a>\r\n                        <div class=\"hc-m-12 hc-all-elements\">\r\n                            <a class=\"hc-cover-top hc-brand-card-title-xs\" href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/explore\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Explore my own strategy                <\/span>\r\n                            <\/a>\r\n                        <div>\r\n                                        <div class=\"hc-visibility-hidden hc-one-line hc-supernormal-xs hc-mb-8\" style=\"height: 12px;\">\r\n                    Sep 07, 2020 \r\n                                    <\/div>\r\n                                                                <\/div>\r\n                        <\/div>\r\n                        <\/div>\r\n                     \r\n                                                                            <\/div>\n<div id=\"hc-list-4pgys7f-y56emkp-d2wpamv\" class=\"hc-max-col-16 hc-list hc-show-540 hc-fy hc-list-closed\">\n                                <div class=\"hc-list-cards-container\">\r\n                                                                                             \r\n                    <div class=\"hc-card-list-xs \">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/solarisation-of-individual-grid-connected-pumps-pm-kusum-component-c\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2021\/11\/solarisation-1-460x276.png\" alt=\"Solarisation\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Solarisation of individual grid-connected pumps (PM-KUSUM Component C)                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs \">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/feeder-level-solarisation-pm-kusum-components-a-c\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2021\/11\/feeder-1-460x276.png\" alt=\"Feeder\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Feeder level solarisation (PM-KUSUM Components A &amp; C)                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs \">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/water-as-a-service\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-11.09.11-460x276.png\" alt=\"Screen Shot 2020 09 10 At 11.09.11\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Solar based water as a service                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs \">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/agricultural-mechanisation\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.00.31-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.00.31\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Sub-Mission on Agricultural Mechanisation &ndash; Farm Power Availability                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs \">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/climate-resilient-farming\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.02.18-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.02.18\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Climate Resilient Farming for Small Farms                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/nmoop\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.58.52-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.58.52\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            National Mission on Oilseeds and Oil Palm (NMOOP)                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/crop-diversification\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.54.03-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.54.03\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Doubling Farmer&rsquo;s Income &ndash; Crop Diversification                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/capital-investment\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.05.50-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.05.50\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Doubling Farmer&rsquo;s Income &ndash; Capital Investment                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/doubling-farmers-income-crop-intensity\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.55.19-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.55.19\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Doubling Farmer&rsquo;s Income &ndash; Crop Intensity                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/har-khet-ko-pani\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.46.26-460x276.png\" alt=\"har khet ko pani\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Har Khet ko Pani                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/small-capacity-pumps\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2022\/02\/hp-pumps-460x276.png\" alt=\"Hp Pumps\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Promote 1 HP and sub-HP pumps                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/individually-owned\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-13.35.58-460x276.png\" alt=\"Screen Shot 2020 09 10 At 13.35.58\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Individually owned off-grid solar pumps                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                     \r\n                    <div class=\"hc-card-list-xs hc-list-card-hidden\">\r\n                        \r\n            <div class=\"hc-list-top\">\r\n                                    <a href=\"https:\/\/www.ceew.in\/portal\/solar-pumps\/explore\/\" target=\"_self\" class=\"hc-hyperlink hc-fx\" rel=\"noopener\">\r\n                                                            <img decoding=\"async\" height=\"60px\" width=\"100px\" class=\"hc-cover-r100 hc-mr-8\" loading=\"lazy\" src=\"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/explore-own-logo.png\" alt=\"Explore Own Logo\">\r\n                                        <div class=\"hc-fy\">\r\n                        <div class=\"hc-brand-card-title-xs hc-list-title hc-mb-8 hc-headline\">\r\n                            Explore my own strategy                        <\/div>\r\n                                            <\/div>\r\n                                    <\/a>\r\n                            <\/div>\r\n                    <\/div>\r\n                                                                            <\/div>\r\n                                                <div class=\"hc-my-20 hc-p-0 hc-btn-structure hc-btn-link hc-list-show-more\">\r\n                Show more\r\n            <\/div>\r\n            <div class=\"hc-fx hc-list-buttons hc-mb-20\">\r\n                <div class=\"hc-mt-20 hc-mr-8 hc-btn-structure hc-btn-link hc-list-show-less hc-p-0\">\r\n                    Show less\r\n                <\/div>\r\n                            <\/div>\r\n                                            <\/div><\/div><\/div>\n<\/div><\/div>\n<\/body><\/html>\n","protected":false},"excerpt":{"rendered":"<p>The Per Drop More Crop program falls under the &#8220;Pradhan Mantri Krishi Sinchayee Yojana.&#8221; Its focus is to improve irrigation efficiency. Solar pumps can be deployed along with precise water application devices such as drip irrigation to promote efficient irrigation practices.<\/p>\n","protected":false},"author":9004,"featured_media":1837,"parent":1783,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"humane_formats":"9","humane_login_restriction":false,"humane_reading_time":null,"humane_hide_byline":true,"humane_hide_cover":false,"humane_hide_updated_at":false,"humane_hide_published_at":true,"humane_hide_progress":true,"humane_show_breadcrumb":false,"humane_custom_breadcrumb":"","humane_primary_category":"","humane_cta_label":"","humane_cta_url":"","humane_nudge_bot":"14","humane_nudge_top_hellobar":"","humane_nudge_top_whats_new":"","humane_nudge_top_post_it":"","humane_nudge_modal_letter":"","humane_guided_tour_next":"Array","humane_guided_tour_previous":"Array","humane_nudge_bottom_hellobar":"","humane_post_card_interaction":"preview","humane_preview_card_interaction":"none","humane_primary_page":"","humane_roam_post_id":"","humane_is_from_roam":false,"humane_datawrapper_block_notes":"","humane_datawrapper_block_data_source":"","humane_datawrapper_block_link_data_source":"","humane_datawrapper_block_iframe":"","humane_datawrapper_block_id":"","humane_is_from_datawrapper":false,"humane_roam_content_id":"","humane_roam_user_id":"","ub_ctt_via":"","footnotes":""},"categories":[48],"tags":[],"writing_format":[],"class_list":["post-1773","page","type-page","status-publish","has-post-thumbnail","hentry","category-solar-pumps-tool"],"aioseo_notices":[],"featured_image_src":"https:\/\/www.ceew.in\/portal\/wp-content\/uploads\/sites\/3\/2020\/09\/Screen-Shot-2020-09-10-at-14.04.38.png","_links":{"self":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages\/1773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/users\/9004"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/comments?post=1773"}],"version-history":[{"count":0,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages\/1773\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages\/1783"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/media\/1837"}],"wp:attachment":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/media?parent=1773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/categories?post=1773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/tags?post=1773"},{"taxonomy":"writing_format","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/writing_format?post=1773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}