Soil Health Card Portal

Soil Health Card Portal

MH Specific

Maharashtra — Soil test results for Maharashtra farms including N, P, K, pH, EC, organic carbon, and micronutrients at village and district level

Build a fertilizer recommendation engine for Maharashtra farmers based on soil test results and crop requirements.
Homepage

Quick Start

# Download from https://soilhealth.dac.gov.in/
import pandas as pd
df = pd.read_csv('soil_health_card.csv')
print(f"Total samples: {len(df)}")
deficient = df[df['Phosphorus_mg_kg'] < 12]
print(f"P-deficient samples: {len(deficient)}")
Modality
Tabular (web)
Size
Millions of soil samples across MH
License
Format
CSV
Language
en
Update Frequency
static
Organization
Department of Agriculture, Government of India

Schema

FieldTypeDescription
village_codestringVillage administrative code
nitrogen_mg_kgfloatAvailable nitrogen in mg/kg
phosphorus_mg_kgfloatAvailable phosphorus in mg/kg
potassium_mg_kgfloatAvailable potassium in mg/kg
phfloatSoil pH value
organic_carbon_percentfloatPercentage of organic carbon

Build With This

Create a soil health dashboard showing nutrient deficiency hotspots across Maharashtra districts
Develop a precision fertilizer calculator that optimizes NPK application rates based on soil tests and target yields
Build a soil health trend tracker analyzing how Maharashtra's soil quality changes over time

AI Use Cases

Precision fertiliser recommendationsoil fertility mappingcrop suitability models
Last verified: 2026-03-07