{"id":2122,"date":"2021-11-23T18:14:57","date_gmt":"2021-11-23T12:44:57","guid":{"rendered":"https:\/\/portal.ceew.in\/?page_id=2122"},"modified":"2022-02-24T16:22:02","modified_gmt":"2022-02-24T10:52:02","slug":"small-capacity-pumps-subsidy-based","status":"publish","type":"page","link":"https:\/\/www.ceew.in\/portal\/solar-pumps\/small-capacity-pumps-subsidy-based\/","title":{"rendered":"Promote 1 HP and sub-HP pumps: subsidy-based"},"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-e5m400s-bqpe7zt-95g8uzy\" id=\"hc-block-container-e5m400s-bqpe7zt-95g8uzy\"><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\" id=\"which-districts-are-suitable-for-small-capacity-pumps-with-government-subsidy\"> <strong>Which districts are suitable for &lsquo;small capacity pumps&rsquo; with government subsidy?<\/strong> <\/h1>\n<\/div>\n<\/div>\n\n\n\n<p class=\"has-medium-font-size\">1 HP and sub-HP pumps could help marginal farmers meet their irrigation needs and could also be put to use for lift irrigation, provided there is access to surface water. With government subsidy support, these pumps become more affordable to marginal farmers even without loan-based financing. The tool filters all districts where &lsquo;<em>Post monsoon water level<\/em>&lsquo; is more than 50 percentile which corresponds to water table of less than 5 meter below ground level. This ensures the economic viability of the pump.<\/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: Promote 1 HP and sub-HP pumps: subsidy based<\/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-21.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-6q955of-xwl1hk9-lp2ort8\" id=\"hc-block-container-6q955of-xwl1hk9-lp2ort8\"><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\" id=\"choose-another-scenario\">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\/per-drop-more-crop\/\" 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.04.38-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.04.38\">\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\/per-drop-more-crop\/\" target=\"_self\" rel=\"noopener\">\r\n                            <span class=\"hc-headline hc-mb-16\">\r\n                    Per Drop More Crop                <\/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\/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\/per-drop-more-crop\/\" 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.04.38-460x276.png\" alt=\"Screen Shot 2020 09 10 At 14.04.38\">\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                            Per Drop More Crop                        <\/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\/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>1 HP and sub-HP pumps could help marginal farmers meet their needs and could also be put to use for lift irrigation, provided there is access to surface water. <\/p>\n","protected":false},"author":9001652,"featured_media":2577,"parent":1783,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"humane_formats":"","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":"23","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-2122","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\/2022\/02\/hp-pumps-subsidy.png","_links":{"self":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages\/2122","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\/9001652"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/comments?post=2122"}],"version-history":[{"count":0,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/pages\/2122\/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\/2577"}],"wp:attachment":[{"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/media?parent=2122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/categories?post=2122"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/tags?post=2122"},{"taxonomy":"writing_format","embeddable":true,"href":"https:\/\/www.ceew.in\/portal\/wp-json\/wp\/v2\/writing_format?post=2122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}