Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. {
  2. "farm": {
  3. "country": "30",
  4. "territory": "26",
  5. "climate": "temperate",
  6. "average_temperature": {
  7. "value": 25,
  8. "unit": "°C"
  9. }
  10. },
  11. "crop": {
  12. "type": 14,
  13. "field_size": {
  14. "value": 10,
  15. "unit": "ha"
  16. },
  17. "soil": {
  18. "texture_id": 2,
  19. "organic_matter_id": 5,
  20. "organic_matter_custom": 0.8,
  21. "moisture_id": 2,
  22. "drainage_id": 1,
  23. "ph_id": 2
  24. },
  25. "product_fresh": {
  26. "value": 60,
  27. "unit": "tonne"
  28. },
  29. "product_finished": {
  30. "value": 60,
  31. "unit": "tonne"
  32. },
  33. "seed_amount": {
  34. "value": 2.5,
  35. "unit": "tonne"
  36. },
  37. "residue": {
  38. "value": 1.19,
  39. "unit": "tonne / ha",
  40. "management": 4
  41. }
  42. },
  43. "pesticides": [
  44. {
  45. "applications": 1,
  46. "category_id": 2,
  47. "percentage_rate": 10,
  48. "application_rate": {
  49. "value": 35,
  50. "unit": "kg / acre"
  51. }
  52. },
  53. {
  54. "applications": 6,
  55. "category_id": 3,
  56. "percentage_rate": null,
  57. "application_rate": {}
  58. }
  59. ],
  60. "fertilisers": [
  61. {
  62. "type": "Compound NPK - 15% N / 15% K2O / 15% P2O5 (mixed-acid process)",
  63. "production": "Oceania 2014",
  64. "custom_ingredients": {
  65. "n_total_percentage": 0,
  66. "n_ammonia_percentage": 0,
  67. "n_nitric_percentage": 0,
  68. "n_urea_percentage": 0,
  69. "p2o5_percentage": 0,
  70. "p2o5_percentage_type": "P2O5",
  71. "p2o5_percentage_type_id": 4,
  72. "k2o_percentage": 0,
  73. "k2o_percentage_type": "K2O",
  74. "k2o_percentage_type_id": 5
  75. },
  76. "application_rate": {
  77. "value": 250,
  78. "unit": "kg / ha"
  79. },
  80. "rate_measure": "product",
  81. "method": 2,
  82. "inhibition_id": 1,
  83. "added_within_20_years": true,
  84. "years_ago": 5,
  85. "allocation": 100
  86. }
  87. ],
  88. "machinery": [
  89. {
  90. "operations": 1,
  91. "machinery": 49,
  92. "fuel_type": 102
  93. },
  94. {
  95. "operations": 1,
  96. "machinery": 50,
  97. "fuel_type": 102
  98. },
  99. {
  100. "operations": 1,
  101. "machinery": 37,
  102. "fuel_type": 102
  103. }
  104. ],
  105. "irrigation": [
  106. {
  107. "method": 1,
  108. "allocation": 100,
  109. "pumping_depth": {
  110. "value": 15,
  111. "unit": "m"
  112. },
  113. "horizontal_distance": {
  114. "value": 500,
  115. "unit": "m"
  116. },
  117. "water_added": {
  118. "value": 35,
  119. "unit": "mm"
  120. },
  121. "power_source": 2
  122. }
  123. ],
  124. "land_management": [
  125. {
  126. "change_id": 6,
  127. "years_ago": 5,
  128. "allocation": 20,
  129. "forest": {
  130. "type": "temperate oceanic forest",
  131. "age_years": 3
  132. }
  133. },
  134. {
  135. "change_id": 46,
  136. "years_ago": 1,
  137. "allocation": 30,
  138. "forest": { }
  139. },
  140. {
  141. "change_id": 54,
  142. "years_ago": 2,
  143. "allocation": 100,
  144. "forest": { }
  145. }],
  146. "direct_energy": [
  147. {
  148. "source": 102,
  149. "category": "field",
  150. "usage": {
  151. "value": 1000,
  152. "unit": "litre"
  153. }
  154. },
  155. {
  156. "source": 106,
  157. "category": "facility",
  158. "usage": {
  159. "value": 1000,
  160. "unit": "kWh"
  161. }
  162. },
  163. {
  164. "source": 115,
  165. "category": "storage",
  166. "usage": {
  167. "value": 1000,
  168. "unit": "m3"
  169. }
  170. },
  171. {
  172. "source": 112,
  173. "category": "irrigation",
  174. "usage": {
  175. "value": 10,
  176. "unit": "tonne"
  177. }
  178. }
  179. ],
  180.  
  181. "transport": [
  182. {
  183. "mode": "road HGV (heavy goods vehicle >3.5t)",
  184. "weight": {
  185. "value": 30,
  186. "unit": "tonne"
  187. },
  188. "distance": {
  189. "value": 100,
  190. "unit": "km"
  191. }
  192. }
  193. ],
  194. "tree_biomass": [
  195. {
  196. "tree_type": 6,
  197. "density_last_year": {
  198. "value": 20,
  199. "unit": "trees / hectare"
  200. },
  201. "size_last_year": {
  202. "value": 5,
  203. "unit": "cm"
  204. },
  205. "size_this_year": {
  206. "value": 6,
  207. "unit": "cm"
  208. },
  209. "num_trees_delta": {
  210. "value": -1,
  211. "unit": "trees / hectare"
  212. }
  213. },
  214. {
  215. "tree_type": 5,
  216. "density_last_year": {
  217. "value": 10,
  218. "unit": 55
  219. },
  220. "size_last_year": {
  221. "value": 8,
  222. "unit": 3
  223. },
  224. "size_this_year": {
  225. "value": 10,
  226. "unit": 3
  227. },
  228. "num_trees_delta": {
  229. "value": -2,
  230. "unit": 54
  231. }
  232. }
  233. ],
  234. "co_products": [
  235. {
  236. "name": "test_co_product",
  237. "percentage_main_value": 22
  238. }
  239. ],
  240. "processing": [
  241. {
  242. "_type": 1,
  243. "allocation": 100,
  244. "power_source": 106
  245. }
  246. ],
  247. "storage": [
  248. {
  249. "cipc_application": 4,
  250. "cipc_dose": 3,
  251. "storage_power_source": 106,
  252. "store_loading_power_source": 102,
  253. "unloading_power_source": 102,
  254. "stored_allocation": 100,
  255. "temperature": {
  256. "unit": 5,
  257. "value": 3
  258. },
  259. "time": {
  260. "unit": 46,
  261. "value": 6
  262. }
  263. }
  264. ]
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement