|
32 | 32 | "application": False, |
33 | 33 | "installable": True, |
34 | 34 | "auto_install": False, |
35 | | - "description": """ |
36 | | -OpenSPP Starter: Farmer Registry |
37 | | -================================ |
38 | | -
|
39 | | -A comprehensive bundle for Farmer Registry deployments. This module installs |
40 | | -all necessary components for a production-ready farmer registry system with |
41 | | -program management capabilities. |
42 | | -
|
43 | | -Included Capabilities |
44 | | ---------------------- |
45 | | -- **Registry Management**: Track farmers, farms, and households |
46 | | -- **FAO Vocabularies**: ICC crops, FAO livestock, ASFIS aquaculture species |
47 | | -- **Agricultural Activities**: Season-based activity tracking |
48 | | -- **Land Records**: GIS-enabled land parcel management |
49 | | -- **Irrigation**: Water access and irrigation tracking |
50 | | -- **CEL Variables**: Farm metrics for Logic Studio eligibility rules |
51 | | -- **Program Management**: Subsidies, grants, and cash transfers |
52 | | -- **API V2**: Standards-aligned REST API with consent-based access |
53 | | -- **DCI Integration**: Connect to external registries (CRVS, IBR, DR) |
54 | | -- **Change Requests**: Data maintenance workflows |
55 | | -
|
56 | | -Use Cases |
57 | | ---------- |
58 | | -- National Farmer Registries |
59 | | -- Agricultural Input Subsidy Programs |
60 | | -- Livestock Development Programs |
61 | | -- Climate Adaptation Support |
62 | | -- Farm Equipment Grants |
63 | | -
|
64 | | -Configuration |
65 | | -------------- |
66 | | -Key configuration parameters: |
67 | | -- ``spp.farmer.smallholder_threshold``: Maximum hectares for smallholder status (default: 5.0) |
68 | | -
|
69 | | -The smallholder threshold varies by region: |
70 | | -- Sub-Saharan Africa: 2 hectares (FAO recommendation) |
71 | | -- South Asia: 2 hectares |
72 | | -- Southeast Asia: 3 hectares |
73 | | -- Latin America: 5-10 hectares |
74 | | -
|
75 | | -For a Social Registry without farmer-specific features, use ``spp_starter_social_registry`` instead. |
76 | | - """, |
77 | 35 | } |
0 commit comments