Skip to content

Commit

Permalink
Economical and Environmental
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi8569 committed Aug 2, 2022
1 parent d52deb0 commit db2653a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 43 deletions.
5 changes: 3 additions & 2 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"ExpandedNodes": [
"",
"\\generator"
"\\generator",
"\\schema"
],
"SelectedNode": "\\generator\\Generator.sln",
"SelectedNode": "\\schema\\costs-definition.json",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/slnx.sqlite
Binary file not shown.
38 changes: 19 additions & 19 deletions docs/source/_static/schema/energy-uses.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"properties": {
"coalUses": {
"title": "Coal uses",
"description": "Quantity of used coal",
"description": "Quantity of used coal in KGs",
"type": "number",
"minimum": 0
},
"electicityUses": {
"title": "Electicity uses",
"description": "TODO",
"type": "number",
"minimum": 0
},
"gasUses": {
"title": "Gas uses",
"description": "TODO",
"type": "number",
"minimum": 0
},
"oil-petrol-dieselUses": {
"title": "Oil, petrol and/or diesel uses",
"description": "TODO",
"type": "number",
"minimum": 0
}
"electicityUses": {
"title": "Electicity uses",
"description": "Electricity uses in kWh",
"type": "number",
"minimum": 0
},
"gasUses": {
"title": "Gas uses",
"description": "Gas uses in cubic meter",
"type": "number",
"minimum": 0
},
"oil-petrol-dieselUses": {
"title": "Oil, petrol and/or diesel uses",
"description": "Uses in lit",
"type": "number",
"minimum": 0
}
}
}
2 changes: 1 addition & 1 deletion docs/source/_static/schema/farmData.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"properties": {
"coffeeProfit": {
"title": "Coffee Profit",
"description": "Total revenue from coffee sales minus total costs for coffee production (Reported in USD/ha of coffee productive area.)",
"description": "Total revenue from coffee sales minus total costs for coffee production (Reported in Local Currency/ha of coffee productive area.)",
"$extended-description": "The simple approach (which avoids the additional time and resources necessary for detailed accounting while still providing good results) is to ask for the total revenue from sales of coffee as a whole, and subtract main costs. This indicator is reported on a per hectare basis to allow comparability across projects and regions.",
"type": "number",
"exclusiveMinimum": 0
Expand Down
2 changes: 1 addition & 1 deletion docs/source/explanation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ The economic farm characteristics.
**Exclusive minimum**: *0*


Total revenue from coffee sales minus total costs for coffee production (Reported in USD/ha of coffee productive area.).
Total revenue from coffee sales minus total costs for coffee production (Reported in Local Currency/ha of coffee productive area.).


The simple approach (which avoids the additional time and resources necessary for detailed accounting while still providing good results) is to ask for the total revenue from sales of coffee as a whole, and subtract main costs. This indicator is reported on a per hectare basis to allow comparability across projects and regions.
Expand Down
38 changes: 19 additions & 19 deletions schema/energy-uses.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@
"properties": {
"coalUses": {
"title": "Coal uses",
"description": "Quantity of used coal",
"description": "Quantity of used coal in KGs",
"type": "number",
"minimum": 0
},
"electicityUses": {
"title": "Electicity uses",
"description": "TODO",
"type": "number",
"minimum": 0
},
"gasUses": {
"title": "Gas uses",
"description": "TODO",
"type": "number",
"minimum": 0
},
"oil-petrol-dieselUses": {
"title": "Oil, petrol and/or diesel uses",
"description": "TODO",
"type": "number",
"minimum": 0
}
"electicityUses": {
"title": "Electicity uses",
"description": "Electricity uses in kWh",
"type": "number",
"minimum": 0
},
"gasUses": {
"title": "Gas uses",
"description": "Gas uses in cubic meter",
"type": "number",
"minimum": 0
},
"oil-petrol-dieselUses": {
"title": "Oil, petrol and/or diesel uses",
"description": "Uses in lit",
"type": "number",
"minimum": 0
}
}
}
2 changes: 1 addition & 1 deletion schema/farmData.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
"properties": {
"coffeeProfit": {
"title": "Coffee Profit",
"description": "Total revenue from coffee sales minus total costs for coffee production (Reported in USD/ha of coffee productive area.)",
"description": "Total revenue from coffee sales minus total costs for coffee production (Reported in Local Currency/ha of coffee productive area.)",
"$extended-description": "The simple approach (which avoids the additional time and resources necessary for detailed accounting while still providing good results) is to ask for the total revenue from sales of coffee as a whole, and subtract main costs. This indicator is reported on a per hectare basis to allow comparability across projects and regions.",
"type": "number",
"exclusiveMinimum": 0
Expand Down

0 comments on commit db2653a

Please sign in to comment.