India's unified agricultural data platform with anonymized crop-type, plot area, and farmer registry aggregates covering 23.5+ crore plots nationwide. Maharashtra is a pilot state with MahaAgriTech integration. Enables personalized subsidy delivery and large-scale crop mapping at unprecedented granularity.
# Access from https://agristack.gov.in/
import pandas as pd
print("AgriStack Digital Crop Survey data")
print("Access via API at agristack.gov.in with registration")| Field | Type | Description |
|---|---|---|
| farmer_id | string | Anonymized farmer identifier |
| village | string | Village name |
| crop | string | Crop being cultivated |
| area_ha | float | Area under cultivation in hectares |
| season | string | Cropping season (Kharif, Rabi) |