Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. {
  2. "farm": {
  3. "country": "United States of America",
  4. "territory": "Alabama",
  5. "climate": "temperate",
  6. "average_temperature": {
  7. "value": 15,
  8. "unit": "°C"
  9. }
  10. },
  11. "crop": {
  12. "type": "Potato",
  13. "field_size": {
  14. "value": 10,
  15. "unit": "ha"
  16. },
  17. "soil": {
  18. "texture_id": 2,
  19. "organic_matter_id": 2,
  20. "moisture_id": 2,
  21. "drainage_id": 1,
  22. "ph_id": 2,
  23. "organic_matter_custom": null
  24. },
  25. "product_fresh": {
  26. "value": 60,
  27. "unit": "tonne"
  28. },
  29. "product_finished": {
  30. "value": 58,
  31. "unit": "tonne"
  32. },
  33. "residue": {
  34. "value": 1.19,
  35. "unit": 12,
  36. "management": "Left distributed on field, OR incorporated, OR mulched"
  37. },
  38. "seed_amount": {
  39. "value": 0,
  40. "unit": "tonne"
  41. }
  42. },
  43. "pesticides": [
  44. {
  45. "applications": 5,
  46. "category_id": 3,
  47. "percentage_rate": 100,
  48. "application_rate": {
  49. "value": 1,
  50. "unit": "kg / acre"
  51. }
  52. }
  53. ],
  54. "fertilisers": [
  55. {
  56. "type": "Compost (fully aerated production) - 1% N",
  57. "production": 1,
  58. "custom_ingredients": {
  59. "n_total_percentage": 0,
  60. "n_ammonia_percentage": 0,
  61. "n_nitric_percentage": 0,
  62. "n_urea_percentage": 0,
  63. "p2o5_percentage": 0,
  64. "p2o5_percentage_type_id": 4,
  65. "k2o_percentage": 0,
  66. "k2o_percentage_type_id": 5
  67. },
  68. "application_rate": {
  69. "value": 800,
  70. "unit": "kg / ha"
  71. },
  72. "rate_measure": "product",
  73. "method": 2,
  74. "inhibition_id": 1,
  75. "added_within_20_years": false,
  76. "years_ago": 0,
  77. "allocation": 0
  78. }
  79. ],
  80. "machinery": [
  81. {
  82. "operations": 3,
  83. "machinery": 24,
  84. "fuel_type": "diesel"
  85. }
  86. ],
  87. "irrigation": [
  88. {
  89. "method": 1,
  90. "allocation": 100,
  91. "pumping_depth": {
  92. "value": 30,
  93. "unit": "m"
  94. },
  95. "horizontal_distance": {
  96. "value": 2,
  97. "unit": "km"
  98. },
  99. "water_added": {
  100. "value": 5,
  101. "unit": 49
  102. },
  103. "power_source": 2
  104. }
  105. ],
  106. "direct_energy": [ ],
  107. "land_management": [
  108. {
  109. "change_id": 18,
  110. "years_ago": 1,
  111. "allocation": 1,
  112. "forest": {
  113. "type": "temperate oceanic forest",
  114. "age_years": 1
  115. }
  116. }
  117. ],
  118. "transport": [
  119. {
  120. "mode": "road LGV diesel (light goods vehicle <3.5t)",
  121. "weight": {
  122. "value": 50,
  123. "unit": "tonne"
  124. },
  125. "distance": {
  126. "value": 2000,
  127. "unit": "km"
  128. }
  129. }
  130. ],
  131. "tree_biomass": [
  132. {
  133. "tree_type": 5,
  134. "density_last_year": {
  135. "value": 10,
  136. "unit": "trees / hectare"
  137. },
  138. "size_last_year": {
  139. "value": 10,
  140. "unit": "cm"
  141. },
  142. "size_this_year": {
  143. "value": 11,
  144. "unit": "cm"
  145. },
  146. "num_trees_delta": {
  147. "value": -1,
  148. "unit": "trees / hectare"
  149. }
  150. }
  151. ],
  152. "co_products": [
  153. {
  154. "name": "test_co_product",
  155. "percentage_main_value": 0
  156. }
  157. ],
  158. "processing": [
  159. {
  160. "_type": 1,
  161. "allocation": 100,
  162. "power_source": 102
  163. }
  164. ],
  165. "storage": [
  166. {
  167. "cipc_application": 1,
  168. "cipc_dose": 1,
  169. "storage_power_source": 106,
  170. "store_loading_power_source": 102,
  171. "unloading_power_source": 102,
  172. "stored_allocation": 100,
  173. "temperature": {
  174. "unit": "°C",
  175. "value": 5
  176. },
  177. "time": {
  178. "unit": 46,
  179. "value": 9
  180. }
  181. }
  182. ]
  183. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement