opentrons-shared-data 8.8.0a10__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of opentrons-shared-data might be problematic. Click here for more details.

Files changed (690) hide show
  1. LICENSE +202 -0
  2. opentrons_shared_data/__init__.py +17 -0
  3. opentrons_shared_data/_version.py +34 -0
  4. opentrons_shared_data/command/__init__.py +111 -0
  5. opentrons_shared_data/data/command/schemas/10.json +4880 -0
  6. opentrons_shared_data/data/command/schemas/11.json +6267 -0
  7. opentrons_shared_data/data/command/schemas/12.json +7117 -0
  8. opentrons_shared_data/data/command/schemas/13.json +7039 -0
  9. opentrons_shared_data/data/command/schemas/14.json +7166 -0
  10. opentrons_shared_data/data/command/schemas/15.json +7676 -0
  11. opentrons_shared_data/data/command/schemas/7.json +3302 -0
  12. opentrons_shared_data/data/command/schemas/8.json +4321 -0
  13. opentrons_shared_data/data/command/schemas/9.json +4430 -0
  14. opentrons_shared_data/data/commandAnnotation/schemas/1.json +74 -0
  15. opentrons_shared_data/data/deck/definitions/3/ot2_short_trash.json +477 -0
  16. opentrons_shared_data/data/deck/definitions/3/ot2_standard.json +477 -0
  17. opentrons_shared_data/data/deck/definitions/3/ot3_standard.json +989 -0
  18. opentrons_shared_data/data/deck/definitions/4/ot2_short_trash.json +405 -0
  19. opentrons_shared_data/data/deck/definitions/4/ot2_standard.json +410 -0
  20. opentrons_shared_data/data/deck/definitions/4/ot3_standard.json +608 -0
  21. opentrons_shared_data/data/deck/definitions/5/ot2_short_trash.json +459 -0
  22. opentrons_shared_data/data/deck/definitions/5/ot2_standard.json +459 -0
  23. opentrons_shared_data/data/deck/definitions/5/ot3_standard.json +1419 -0
  24. opentrons_shared_data/data/deck/schemas/1.json +240 -0
  25. opentrons_shared_data/data/deck/schemas/2.json +250 -0
  26. opentrons_shared_data/data/deck/schemas/3.json +297 -0
  27. opentrons_shared_data/data/deck/schemas/4.json +319 -0
  28. opentrons_shared_data/data/deck/schemas/5.json +396 -0
  29. opentrons_shared_data/data/errors/definitions/1/errors.json +286 -0
  30. opentrons_shared_data/data/errors/schemas/1.json +50 -0
  31. opentrons_shared_data/data/gripper/definitions/1/gripperV1.1.json +29 -0
  32. opentrons_shared_data/data/gripper/definitions/1/gripperV1.2.json +29 -0
  33. opentrons_shared_data/data/gripper/definitions/1/gripperV1.3.json +29 -0
  34. opentrons_shared_data/data/gripper/definitions/1/gripperV1.json +28 -0
  35. opentrons_shared_data/data/gripper/schemas/1.json +186 -0
  36. opentrons_shared_data/data/labware/definitions/1/12-well-plate.json +147 -0
  37. opentrons_shared_data/data/labware/definitions/1/24-vial-rack.json +281 -0
  38. opentrons_shared_data/data/labware/definitions/1/24-well-plate.json +281 -0
  39. opentrons_shared_data/data/labware/definitions/1/384-plate.json +4667 -0
  40. opentrons_shared_data/data/labware/definitions/1/48-vial-plate.json +547 -0
  41. opentrons_shared_data/data/labware/definitions/1/48-well-plate.json +547 -0
  42. opentrons_shared_data/data/labware/definitions/1/5ml-3x4.json +147 -0
  43. opentrons_shared_data/data/labware/definitions/1/6-well-plate.json +80 -0
  44. opentrons_shared_data/data/labware/definitions/1/96-PCR-flat.json +1079 -0
  45. opentrons_shared_data/data/labware/definitions/1/96-PCR-tall.json +1079 -0
  46. opentrons_shared_data/data/labware/definitions/1/96-deep-well.json +1079 -0
  47. opentrons_shared_data/data/labware/definitions/1/96-flat.json +1079 -0
  48. opentrons_shared_data/data/labware/definitions/1/96-well-plate-20mm.json +1079 -0
  49. opentrons_shared_data/data/labware/definitions/1/MALDI-plate.json +4282 -0
  50. opentrons_shared_data/data/labware/definitions/1/PCR-strip-tall.json +1079 -0
  51. opentrons_shared_data/data/labware/definitions/1/T25-flask.json +20 -0
  52. opentrons_shared_data/data/labware/definitions/1/T75-flask.json +20 -0
  53. opentrons_shared_data/data/labware/definitions/1/alum-block-pcr-strips.json +188 -0
  54. opentrons_shared_data/data/labware/definitions/1/biorad-hardshell-96-PCR.json +1079 -0
  55. opentrons_shared_data/data/labware/definitions/1/e-gelgol.json +1078 -0
  56. opentrons_shared_data/data/labware/definitions/1/fixed-trash.json +19 -0
  57. opentrons_shared_data/data/labware/definitions/1/hampton-1ml-deep-block.json +1078 -0
  58. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-eppendorf.json +281 -0
  59. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-2ml-screwcap.json +281 -0
  60. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-96-PCR-plate.json +1079 -0
  61. opentrons_shared_data/data/labware/definitions/1/opentrons-aluminum-block-PCR-strips-200ul.json +1079 -0
  62. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-10ul.json +986 -0
  63. opentrons_shared_data/data/labware/definitions/1/opentrons-tiprack-300ul.json +986 -0
  64. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-1.5ml-eppendorf.json +281 -0
  65. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15_50ml.json +125 -0
  66. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-15ml.json +181 -0
  67. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-eppendorf.json +281 -0
  68. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-2ml-screwcap.json +281 -0
  69. opentrons_shared_data/data/labware/definitions/1/opentrons-tuberack-50ml.json +80 -0
  70. opentrons_shared_data/data/labware/definitions/1/point.json +18 -0
  71. opentrons_shared_data/data/labware/definitions/1/rigaku-compact-crystallization-plate.json +2146 -0
  72. opentrons_shared_data/data/labware/definitions/1/small_vial_rack_16x45.json +280 -0
  73. opentrons_shared_data/data/labware/definitions/1/tall-fixed-trash.json +19 -0
  74. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-H.json +503 -0
  75. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul-chem.json +1034 -0
  76. opentrons_shared_data/data/labware/definitions/1/tiprack-1000ul.json +986 -0
  77. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul-H.json +503 -0
  78. opentrons_shared_data/data/labware/definitions/1/tiprack-10ul.json +986 -0
  79. opentrons_shared_data/data/labware/definitions/1/tiprack-200ul.json +986 -0
  80. opentrons_shared_data/data/labware/definitions/1/trash-box.json +20 -0
  81. opentrons_shared_data/data/labware/definitions/1/trough-12row-short.json +143 -0
  82. opentrons_shared_data/data/labware/definitions/1/trough-12row.json +143 -0
  83. opentrons_shared_data/data/labware/definitions/1/trough-1row-25ml.json +21 -0
  84. opentrons_shared_data/data/labware/definitions/1/tube-rack-.75ml.json +281 -0
  85. opentrons_shared_data/data/labware/definitions/1/tube-rack-15_50ml.json +125 -0
  86. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml-9x9.json +911 -0
  87. opentrons_shared_data/data/labware/definitions/1/tube-rack-2ml.json +281 -0
  88. opentrons_shared_data/data/labware/definitions/1/tube-rack-5ml-96.json +1079 -0
  89. opentrons_shared_data/data/labware/definitions/1/tube-rack-80well.json +907 -0
  90. opentrons_shared_data/data/labware/definitions/1/wheaton_vial_rack.json +565 -0
  91. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/1.json +54 -0
  92. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/2.json +80 -0
  93. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/3.json +80 -0
  94. opentrons_shared_data/data/labware/definitions/2/agilent_1_reservoir_290ml/4.json +80 -0
  95. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/1.json +4320 -0
  96. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/2.json +4730 -0
  97. opentrons_shared_data/data/labware/definitions/2/appliedbiosystemsmicroamp_384_wellplate_40ul/3.json +4738 -0
  98. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  99. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  100. opentrons_shared_data/data/labware/definitions/2/armadillo_96_wellplate_200ul_pcr_full_skirt/3.json +1167 -0
  101. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/1.json +56 -0
  102. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/2.json +72 -0
  103. opentrons_shared_data/data/labware/definitions/2/axygen_1_reservoir_90ml/3.json +72 -0
  104. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/1.json +1036 -0
  105. opentrons_shared_data/data/labware/definitions/2/axygen_96_wellplate_500ul/2.json +1159 -0
  106. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/1.json +4329 -0
  107. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/2.json +4331 -0
  108. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/3.json +4741 -0
  109. opentrons_shared_data/data/labware/definitions/2/biorad_384_wellplate_50ul/4.json +4748 -0
  110. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/1.json +1020 -0
  111. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/2.json +1046 -0
  112. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/3.json +1182 -0
  113. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/4.json +1187 -0
  114. opentrons_shared_data/data/labware/definitions/2/biorad_96_wellplate_200ul_pcr/5.json +1187 -0
  115. opentrons_shared_data/data/labware/definitions/2/black_96_well_microtiter_plate_lid/1.json +110 -0
  116. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/1.json +171 -0
  117. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/2.json +180 -0
  118. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/3.json +205 -0
  119. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/4.json +210 -0
  120. opentrons_shared_data/data/labware/definitions/2/corning_12_wellplate_6.9ml_flat/5.json +210 -0
  121. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/1.json +293 -0
  122. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/2.json +300 -0
  123. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/3.json +337 -0
  124. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/4.json +342 -0
  125. opentrons_shared_data/data/labware/definitions/2/corning_24_wellplate_3.4ml_flat/5.json +342 -0
  126. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/1.json +4703 -0
  127. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/2.json +4717 -0
  128. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/3.json +5116 -0
  129. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/4.json +5116 -0
  130. opentrons_shared_data/data/labware/definitions/2/corning_384_wellplate_112ul_flat/5.json +5116 -0
  131. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/1.json +535 -0
  132. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/2.json +544 -0
  133. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/3.json +605 -0
  134. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/4.json +605 -0
  135. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/5.json +610 -0
  136. opentrons_shared_data/data/labware/definitions/2/corning_48_wellplate_1.6ml_flat/6.json +610 -0
  137. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/1.json +103 -0
  138. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/2.json +110 -0
  139. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/3.json +129 -0
  140. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/4.json +134 -0
  141. opentrons_shared_data/data/labware/definitions/2/corning_6_wellplate_16.8ml_flat/5.json +134 -0
  142. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_330ul/1.json +1170 -0
  143. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/1.json +1049 -0
  144. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/2.json +1063 -0
  145. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/3.json +1172 -0
  146. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/4.json +1177 -0
  147. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_flat/5.json +1177 -0
  148. opentrons_shared_data/data/labware/definitions/2/corning_96_wellplate_360ul_lid/1.json +117 -0
  149. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat/1.json +5147 -0
  150. opentrons_shared_data/data/labware/definitions/2/corning_falcon_384_wellplate_130ul_flat_lid/1.json +118 -0
  151. opentrons_shared_data/data/labware/definitions/2/costar_96_wellplate_2.2ml/1.json +1372 -0
  152. opentrons_shared_data/data/labware/definitions/2/eppendorf_384_wellplate_45ul/1.json +4758 -0
  153. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_1000ul_eptips/1.json +1019 -0
  154. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_tiprack_10ul_eptips/1.json +1019 -0
  155. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_1000ul/1.json +1149 -0
  156. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_150ul/1.json +1184 -0
  157. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul/1.json +1395 -0
  158. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_2000ul_lobind/1.json +1395 -0
  159. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_350ul_lobind/1.json +1184 -0
  160. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul/1.json +1170 -0
  161. opentrons_shared_data/data/labware/definitions/2/eppendorf_96_wellplate_500ul_lobind/1.json +1170 -0
  162. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_labware/1.json +1067 -0
  163. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_96_tiprack_adapter/1.json +44 -0
  164. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_short_adapter/1.json +44 -0
  165. opentrons_shared_data/data/labware/definitions/2/ev_resin_tips_flex_tall_adapter/1.json +44 -0
  166. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_1000ul/1.json +1017 -0
  167. opentrons_shared_data/data/labware/definitions/2/geb_96_tiprack_10ul/1.json +1017 -0
  168. opentrons_shared_data/data/labware/definitions/2/greiner_384_wellplate_240ul/1.json +5209 -0
  169. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_323ul/1.json +1197 -0
  170. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_340ul_chimney/1.json +1166 -0
  171. opentrons_shared_data/data/labware/definitions/2/greiner_96_wellplate_382ul/1.json +1156 -0
  172. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/1.json +1105 -0
  173. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul/2.json +1216 -0
  174. opentrons_shared_data/data/labware/definitions/2/ibidi_96_square_well_plate_300ul_lid/1.json +110 -0
  175. opentrons_shared_data/data/labware/definitions/2/milliplex_r_96_well_microtiter_plate/1.json +1018 -0
  176. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/1.json +190 -0
  177. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/2.json +226 -0
  178. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_15ml/3.json +226 -0
  179. opentrons_shared_data/data/labware/definitions/2/nest_12_reservoir_22ml/1.json +232 -0
  180. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/1.json +54 -0
  181. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/2.json +56 -0
  182. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/3.json +83 -0
  183. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_195ml/4.json +83 -0
  184. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/1.json +54 -0
  185. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/2.json +80 -0
  186. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/3.json +80 -0
  187. opentrons_shared_data/data/labware/definitions/2/nest_1_reservoir_290ml/4.json +80 -0
  188. opentrons_shared_data/data/labware/definitions/2/nest_24_wellplate_10.4ml/1.json +386 -0
  189. opentrons_shared_data/data/labware/definitions/2/nest_8_reservoir_22ml/1.json +162 -0
  190. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/1.json +1018 -0
  191. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/2.json +1039 -0
  192. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/3.json +1161 -0
  193. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/4.json +1166 -0
  194. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_100ul_pcr_full_skirt/5.json +1166 -0
  195. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/1.json +1017 -0
  196. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/2.json +1031 -0
  197. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/3.json +1140 -0
  198. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/4.json +1145 -0
  199. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_200ul_flat/5.json +1145 -0
  200. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/1.json +1121 -0
  201. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/2.json +1147 -0
  202. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/3.json +1256 -0
  203. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/4.json +1261 -0
  204. opentrons_shared_data/data/labware/definitions/2/nest_96_wellplate_2ml_deep/5.json +1261 -0
  205. opentrons_shared_data/data/labware/definitions/2/nunc_384_wellplate_100ul/1.json +5136 -0
  206. opentrons_shared_data/data/labware/definitions/2/nunc_96_wellplate_450ul/1.json +1159 -0
  207. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/1.json +164 -0
  208. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/2.json +232 -0
  209. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical/3.json +232 -0
  210. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_falcon_4x50ml_6x15ml_conical_acrylic/1.json +162 -0
  211. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/1.json +160 -0
  212. opentrons_shared_data/data/labware/definitions/2/opentrons_10_tuberack_nest_4x50ml_6x15ml_conical/2.json +235 -0
  213. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_eppendorf_15ml_conical/1.json +314 -0
  214. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/1.json +211 -0
  215. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/2.json +259 -0
  216. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_falcon_15ml_conical/3.json +259 -0
  217. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/1.json +209 -0
  218. opentrons_shared_data/data/labware/definitions/2/opentrons_15_tuberack_nest_15ml_conical/2.json +257 -0
  219. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_1100ml_fixed/1.json +50 -0
  220. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_3200ml_fixed/1.json +50 -0
  221. opentrons_shared_data/data/labware/definitions/2/opentrons_1_trash_850ml_fixed/1.json +50 -0
  222. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/1.json +300 -0
  223. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/2.json +301 -0
  224. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_generic_2ml_screwcap/3.json +352 -0
  225. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/1.json +299 -0
  226. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/2.json +370 -0
  227. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/3.json +370 -0
  228. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_0.5ml_screwcap/4.json +370 -0
  229. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/1.json +299 -0
  230. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/2.json +356 -0
  231. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_screwcap/3.json +356 -0
  232. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/1.json +301 -0
  233. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/2.json +358 -0
  234. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_1.5ml_snapcap/3.json +358 -0
  235. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/1.json +299 -0
  236. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/2.json +350 -0
  237. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_screwcap/3.json +350 -0
  238. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/1.json +301 -0
  239. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/2.json +386 -0
  240. opentrons_shared_data/data/labware/definitions/2/opentrons_24_aluminumblock_nest_2ml_snapcap/3.json +386 -0
  241. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/1.json +312 -0
  242. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/2.json +418 -0
  243. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_1.5ml_safelock_snapcap/3.json +418 -0
  244. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/1.json +311 -0
  245. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/2.json +473 -0
  246. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap/3.json +473 -0
  247. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_eppendorf_2ml_safelock_snapcap_acrylic/1.json +309 -0
  248. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_0.75ml_snapcap_acrylic/1.json +298 -0
  249. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/1.json +300 -0
  250. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_generic_2ml_screwcap/2.json +351 -0
  251. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/1.json +300 -0
  252. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/2.json +371 -0
  253. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/3.json +371 -0
  254. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_0.5ml_screwcap/4.json +371 -0
  255. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/1.json +300 -0
  256. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_screwcap/2.json +357 -0
  257. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/1.json +302 -0
  258. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_1.5ml_snapcap/2.json +359 -0
  259. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/1.json +300 -0
  260. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_screwcap/2.json +351 -0
  261. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/1.json +302 -0
  262. opentrons_shared_data/data/labware/definitions/2/opentrons_24_tuberack_nest_2ml_snapcap/2.json +387 -0
  263. opentrons_shared_data/data/labware/definitions/2/opentrons_40_aluminumblock_eppendorf_24x2ml_safelock_snapcap_generic_16x0.2ml_pcr_strip/1.json +481 -0
  264. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/1.json +112 -0
  265. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_falcon_50ml_conical/2.json +145 -0
  266. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/1.json +110 -0
  267. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/2.json +150 -0
  268. opentrons_shared_data/data/labware/definitions/2/opentrons_6_tuberack_nest_50ml_conical/3.json +150 -0
  269. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_biorad_wellplate_200ul/1.json +1029 -0
  270. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/1.json +1026 -0
  271. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/2.json +1027 -0
  272. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/3.json +1027 -0
  273. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_generic_pcr_strip_200ul/4.json +1149 -0
  274. opentrons_shared_data/data/labware/definitions/2/opentrons_96_aluminumblock_nest_wellplate_100ul/1.json +1027 -0
  275. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter/1.json +41 -0
  276. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_adapter_nest_wellplate_2ml_deep/1.json +1121 -0
  277. opentrons_shared_data/data/labware/definitions/2/opentrons_96_deep_well_temp_mod_adapter/1.json +41 -0
  278. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_1000ul/1.json +1017 -0
  279. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_10ul/1.json +1017 -0
  280. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_200ul/1.json +1017 -0
  281. opentrons_shared_data/data/labware/definitions/2/opentrons_96_filtertiprack_20ul/1.json +1017 -0
  282. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter/1.json +41 -0
  283. opentrons_shared_data/data/labware/definitions/2/opentrons_96_flat_bottom_adapter_nest_wellplate_200ul_flat/1.json +1027 -0
  284. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter/1.json +1032 -0
  285. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_armadillo_wellplate_200ul/1.json +1027 -0
  286. opentrons_shared_data/data/labware/definitions/2/opentrons_96_pcr_adapter_nest_wellplate_100ul_pcr_full_skirt/1.json +1025 -0
  287. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_1000ul/1.json +1019 -0
  288. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_10ul/1.json +1019 -0
  289. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_20ul/1.json +1019 -0
  290. opentrons_shared_data/data/labware/definitions/2/opentrons_96_tiprack_300ul/1.json +1019 -0
  291. opentrons_shared_data/data/labware/definitions/2/opentrons_96_well_aluminum_block/1.json +1032 -0
  292. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/1.json +1019 -0
  293. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/2.json +1045 -0
  294. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/3.json +1174 -0
  295. opentrons_shared_data/data/labware/definitions/2/opentrons_96_wellplate_200ul_pcr_full_skirt/4.json +1174 -0
  296. opentrons_shared_data/data/labware/definitions/2/opentrons_aluminum_flat_bottom_plate/1.json +41 -0
  297. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_heatershaker_module/1.json +62 -0
  298. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_temperature_module/1.json +62 -0
  299. opentrons_shared_data/data/labware/definitions/2/opentrons_calibration_adapter_thermocycler_module/1.json +69 -0
  300. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_left/1.json +71 -0
  301. opentrons_shared_data/data/labware/definitions/2/opentrons_calibrationblock_short_side_right/1.json +71 -0
  302. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_1000ul/1.json +1031 -0
  303. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_200ul/1.json +1031 -0
  304. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_20ul/1.json +1031 -0
  305. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_filtertiprack_50ul/1.json +1031 -0
  306. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_1000ul/1.json +1031 -0
  307. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_200ul/1.json +1031 -0
  308. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_20ul/1.json +1031 -0
  309. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_50ul/1.json +1031 -0
  310. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_96_tiprack_adapter/1.json +41 -0
  311. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_deck_riser/1.json +41 -0
  312. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_lid_absorbance_plate_reader_module/1.json +57 -0
  313. opentrons_shared_data/data/labware/definitions/2/opentrons_flex_tiprack_lid/1.json +122 -0
  314. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_12_reservoir_22ml/1.json +228 -0
  315. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_1_reservoir_300ml/1.json +83 -0
  316. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_4_reservoir_72ml/1.json +114 -0
  317. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/1.json +134 -0
  318. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_pcr_auto_sealing_lid/2.json +134 -0
  319. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/1.json +101 -0
  320. opentrons_shared_data/data/labware/definitions/2/opentrons_tough_universal_lid/2.json +101 -0
  321. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter/1.json +151 -0
  322. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_corning_384_wellplate_112ul_flat/1.json +4710 -0
  323. opentrons_shared_data/data/labware/definitions/2/opentrons_universal_flat_adapter_type_b/1.json +151 -0
  324. opentrons_shared_data/data/labware/definitions/2/protocol_engine_lid_stack_object/1.json +48 -0
  325. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/1.json +4701 -0
  326. opentrons_shared_data/data/labware/definitions/2/smc_384_read_plate/2.json +5100 -0
  327. opentrons_shared_data/data/labware/definitions/2/thermoscientific_96_wellplate_800ul/1.json +1194 -0
  328. opentrons_shared_data/data/labware/definitions/2/thermoscientific_abgene_96_wellplate_1.2ml/1.json +1314 -0
  329. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/1.json +1019 -0
  330. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/2.json +1134 -0
  331. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_1300ul/3.json +1141 -0
  332. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/1.json +1019 -0
  333. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/2.json +1134 -0
  334. opentrons_shared_data/data/labware/definitions/2/thermoscientificnunc_96_wellplate_2000ul/3.json +1141 -0
  335. opentrons_shared_data/data/labware/definitions/2/tipone_96_tiprack_200ul/1.json +1017 -0
  336. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/1.json +192 -0
  337. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/2.json +237 -0
  338. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/3.json +237 -0
  339. opentrons_shared_data/data/labware/definitions/2/usascientific_12_reservoir_22ml/4.json +237 -0
  340. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/1.json +1116 -0
  341. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/2.json +1236 -0
  342. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/3.json +1243 -0
  343. opentrons_shared_data/data/labware/definitions/2/usascientific_96_wellplate_2.4ml_deep/4.json +1243 -0
  344. opentrons_shared_data/data/labware/definitions/3/schema3test_96_well_aluminum_block/999.json +1050 -0
  345. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_200ul_pcr_full_skirt/999.json +1175 -0
  346. opentrons_shared_data/data/labware/definitions/3/schema3test_96_wellplate_360ul_flat/999.json +1189 -0
  347. opentrons_shared_data/data/labware/definitions/3/schema3test_aluminum_flat_bottom_plate/999.json +70 -0
  348. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_200ul/999.json +1040 -0
  349. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_96_tiprack_adapter/999.json +70 -0
  350. opentrons_shared_data/data/labware/definitions/3/schema3test_flex_tiprack_lid/999.json +81 -0
  351. opentrons_shared_data/data/labware/definitions/3/schema3test_tough_pcr_auto_sealing_lid/999.json +115 -0
  352. opentrons_shared_data/data/labware/definitions/3/schema3test_universal_flat_adapter/999.json +177 -0
  353. opentrons_shared_data/data/labware/repository/schemas/1.json +81 -0
  354. opentrons_shared_data/data/labware/schemas/2.json +755 -0
  355. opentrons_shared_data/data/labware/schemas/3.json +915 -0
  356. opentrons_shared_data/data/liquid/schemas/1.json +21 -0
  357. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/1.json +5811 -0
  358. opentrons_shared_data/data/liquid-class/definitions/1/ethanol_80/2.json +6886 -0
  359. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/1.json +5531 -0
  360. opentrons_shared_data/data/liquid-class/definitions/1/glycerol_50/2.json +6542 -0
  361. opentrons_shared_data/data/liquid-class/definitions/1/water/1.json +5359 -0
  362. opentrons_shared_data/data/liquid-class/definitions/1/water/2.json +6332 -0
  363. opentrons_shared_data/data/liquid-class/schemas/1.json +505 -0
  364. opentrons_shared_data/data/module/definitions/1.json +57 -0
  365. opentrons_shared_data/data/module/definitions/2/magneticModuleV1.json +22 -0
  366. opentrons_shared_data/data/module/definitions/2/magneticModuleV2.json +69 -0
  367. opentrons_shared_data/data/module/definitions/2/temperatureModuleV1.json +22 -0
  368. opentrons_shared_data/data/module/definitions/2/temperatureModuleV2.json +69 -0
  369. opentrons_shared_data/data/module/definitions/2/thermocyclerModuleV1.json +23 -0
  370. opentrons_shared_data/data/module/definitions/3/absorbanceReaderV1.json +60 -0
  371. opentrons_shared_data/data/module/definitions/3/flexStackerModuleV1.json +89 -0
  372. opentrons_shared_data/data/module/definitions/3/heaterShakerModuleV1.json +218 -0
  373. opentrons_shared_data/data/module/definitions/3/magneticBlockV1.json +84 -0
  374. opentrons_shared_data/data/module/definitions/3/magneticModuleV1.json +67 -0
  375. opentrons_shared_data/data/module/definitions/3/magneticModuleV2.json +120 -0
  376. opentrons_shared_data/data/module/definitions/3/temperatureModuleV1.json +68 -0
  377. opentrons_shared_data/data/module/definitions/3/temperatureModuleV2.json +209 -0
  378. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV1.json +61 -0
  379. opentrons_shared_data/data/module/definitions/3/thermocyclerModuleV2.json +93 -0
  380. opentrons_shared_data/data/module/schemas/1.json +55 -0
  381. opentrons_shared_data/data/module/schemas/2.json +112 -0
  382. opentrons_shared_data/data/module/schemas/3.json +343 -0
  383. opentrons_shared_data/data/pipette/definitions/1/pipetteModelSpecs.json +11536 -0
  384. opentrons_shared_data/data/pipette/definitions/1/pipetteNameSpecs.json +784 -0
  385. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_0.json +206 -0
  386. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_3.json +206 -0
  387. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_4.json +206 -0
  388. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_5.json +206 -0
  389. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p10/1_6.json +206 -0
  390. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/1_0.json +206 -0
  391. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_0.json +233 -0
  392. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_3.json +233 -0
  393. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_4.json +323 -0
  394. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p1000/3_5.json +323 -0
  395. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_0.json +224 -0
  396. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p20/2_1.json +224 -0
  397. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_0.json +197 -0
  398. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_3.json +197 -0
  399. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_4.json +197 -0
  400. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/1_5.json +197 -0
  401. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_0.json +188 -0
  402. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p300/2_1.json +188 -0
  403. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_0.json +197 -0
  404. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_3.json +197 -0
  405. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_4.json +197 -0
  406. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/1_5.json +197 -0
  407. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_0.json +203 -0
  408. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_3.json +203 -0
  409. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_4.json +253 -0
  410. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel/p50/3_5.json +253 -0
  411. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/1_0.json +320 -0
  412. opentrons_shared_data/data/pipette/definitions/2/general/eight_channel_em/p1000/3_0.json +320 -0
  413. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/1_0.json +556 -0
  414. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_0.json +561 -0
  415. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_3.json +556 -0
  416. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_4.json +724 -0
  417. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_5.json +858 -0
  418. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p1000/3_6.json +818 -0
  419. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/1_0.json +660 -0
  420. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_0.json +660 -0
  421. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_1.json +660 -0
  422. opentrons_shared_data/data/pipette/definitions/2/general/ninety_six_channel/p200/3_2.json +660 -0
  423. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_0.json +70 -0
  424. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_3.json +70 -0
  425. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_4.json +70 -0
  426. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p10/1_5.json +70 -0
  427. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_0.json +70 -0
  428. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_3.json +70 -0
  429. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_4.json +70 -0
  430. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/1_5.json +70 -0
  431. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_0.json +69 -0
  432. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_1.json +69 -0
  433. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/2_2.json +69 -0
  434. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_0.json +81 -0
  435. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_3.json +81 -0
  436. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_4.json +90 -0
  437. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_5.json +90 -0
  438. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_6.json +90 -0
  439. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p1000/3_7.json +81 -0
  440. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_0.json +72 -0
  441. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_1.json +72 -0
  442. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p20/2_2.json +72 -0
  443. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_0.json +69 -0
  444. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_3.json +69 -0
  445. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_4.json +69 -0
  446. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/1_5.json +69 -0
  447. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_0.json +68 -0
  448. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p300/2_1.json +68 -0
  449. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_0.json +69 -0
  450. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_3.json +69 -0
  451. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_4.json +69 -0
  452. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/1_5.json +69 -0
  453. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_0.json +83 -0
  454. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_3.json +83 -0
  455. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_4.json +88 -0
  456. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_5.json +88 -0
  457. opentrons_shared_data/data/pipette/definitions/2/general/single_channel/p50/3_6.json +88 -0
  458. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_0.json +42 -0
  459. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_3.json +42 -0
  460. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_4.json +42 -0
  461. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_5.json +42 -0
  462. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/1_6.json +42 -0
  463. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p10/placeholder.gltf +0 -0
  464. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/1_0.json +42 -0
  465. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_0.json +55 -0
  466. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_3.json +55 -0
  467. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_4.json +55 -0
  468. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/3_5.json +55 -0
  469. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p1000/placeholder.gltf +0 -0
  470. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_0.json +42 -0
  471. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/2_1.json +42 -0
  472. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p20/placeholder.gltf +0 -0
  473. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_0.json +42 -0
  474. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_3.json +42 -0
  475. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_4.json +42 -0
  476. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/1_5.json +42 -0
  477. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_0.json +42 -0
  478. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/2_1.json +42 -0
  479. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p300/placeholder.gltf +0 -0
  480. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_0.json +42 -0
  481. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_3.json +42 -0
  482. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_4.json +42 -0
  483. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/1_5.json +42 -0
  484. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_0.json +47 -0
  485. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_3.json +47 -0
  486. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_4.json +47 -0
  487. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/3_5.json +51 -0
  488. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel/p50/placeholder.gltf +0 -0
  489. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/1_0.json +55 -0
  490. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/3_0.json +55 -0
  491. opentrons_shared_data/data/pipette/definitions/2/geometry/eight_channel_em/p1000/placeholder.gltf +0 -0
  492. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/1_0.json +296 -0
  493. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_0.json +309 -0
  494. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_3.json +309 -0
  495. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_4.json +309 -0
  496. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_5.json +309 -0
  497. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/3_6.json +309 -0
  498. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p1000/placeholder.gltf +0 -0
  499. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/1_0.json +305 -0
  500. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_0.json +309 -0
  501. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_1.json +309 -0
  502. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/3_2.json +309 -0
  503. opentrons_shared_data/data/pipette/definitions/2/geometry/ninety_six_channel/p200/placeholder.gltf +0 -0
  504. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_0.json +15 -0
  505. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_3.json +15 -0
  506. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_4.json +15 -0
  507. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/1_5.json +15 -0
  508. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p10/placeholder.gltf +0 -0
  509. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_0.json +15 -0
  510. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_3.json +15 -0
  511. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_4.json +15 -0
  512. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/1_5.json +15 -0
  513. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_0.json +15 -0
  514. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_1.json +15 -0
  515. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/2_2.json +15 -0
  516. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_0.json +28 -0
  517. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_3.json +28 -0
  518. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_4.json +28 -0
  519. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_5.json +28 -0
  520. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_6.json +28 -0
  521. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/3_7.json +28 -0
  522. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p1000/placeholder.gltf +0 -0
  523. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_0.json +15 -0
  524. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_1.json +15 -0
  525. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/2_2.json +15 -0
  526. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p20/placeholder.gltf +0 -0
  527. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_0.json +15 -0
  528. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_3.json +15 -0
  529. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_4.json +15 -0
  530. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/1_5.json +15 -0
  531. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_0.json +15 -0
  532. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/2_1.json +15 -0
  533. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p300/placeholder.gltf +0 -0
  534. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_0.json +15 -0
  535. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_3.json +15 -0
  536. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_4.json +15 -0
  537. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/1_5.json +15 -0
  538. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_0.json +20 -0
  539. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_3.json +20 -0
  540. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_4.json +20 -0
  541. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_5.json +20 -0
  542. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/3_6.json +24 -0
  543. opentrons_shared_data/data/pipette/definitions/2/geometry/single_channel/p50/placeholder.gltf +0 -0
  544. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_0.json +51 -0
  545. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_3.json +51 -0
  546. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_4.json +51 -0
  547. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_5.json +40 -0
  548. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p10/default/1_6.json +48 -0
  549. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/1_0.json +350 -0
  550. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_0.json +353 -0
  551. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_3.json +356 -0
  552. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_4.json +356 -0
  553. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p1000/default/3_5.json +287 -0
  554. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_0.json +302 -0
  555. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p20/default/2_1.json +184 -0
  556. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_0.json +61 -0
  557. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_3.json +61 -0
  558. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_4.json +61 -0
  559. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/1_5.json +61 -0
  560. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_0.json +185 -0
  561. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p300/default/2_1.json +187 -0
  562. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_0.json +122 -0
  563. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_3.json +122 -0
  564. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_4.json +122 -0
  565. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/1_5.json +104 -0
  566. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_0.json +97 -0
  567. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_3.json +98 -0
  568. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_4.json +98 -0
  569. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/default/3_5.json +155 -0
  570. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_0.json +92 -0
  571. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_3.json +88 -0
  572. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_4.json +88 -0
  573. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel/p50/lowVolumeDefault/3_5.json +151 -0
  574. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/1_0.json +236 -0
  575. opentrons_shared_data/data/pipette/definitions/2/liquid/eight_channel_em/p1000/default/3_0.json +236 -0
  576. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/1_0.json +236 -0
  577. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_0.json +185 -0
  578. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_3.json +188 -0
  579. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_4.json +188 -0
  580. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_5.json +239 -0
  581. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p1000/default/3_6.json +239 -0
  582. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/1_0.json +288 -0
  583. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_0.json +181 -0
  584. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_1.json +192 -0
  585. opentrons_shared_data/data/pipette/definitions/2/liquid/ninety_six_channel/p200/default/3_2.json +192 -0
  586. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_0.json +52 -0
  587. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_3.json +52 -0
  588. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_4.json +49 -0
  589. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p10/default/1_5.json +47 -0
  590. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_0.json +41 -0
  591. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_3.json +41 -0
  592. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_4.json +41 -0
  593. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/1_5.json +41 -0
  594. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_0.json +99 -0
  595. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_1.json +102 -0
  596. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/2_2.json +102 -0
  597. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_0.json +353 -0
  598. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_3.json +356 -0
  599. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_4.json +282 -0
  600. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_5.json +255 -0
  601. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_6.json +255 -0
  602. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p1000/default/3_7.json +255 -0
  603. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_0.json +422 -0
  604. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_1.json +244 -0
  605. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p20/default/2_2.json +304 -0
  606. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_0.json +93 -0
  607. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_3.json +93 -0
  608. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_4.json +93 -0
  609. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/1_5.json +69 -0
  610. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_0.json +183 -0
  611. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p300/default/2_1.json +185 -0
  612. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_0.json +113 -0
  613. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_3.json +122 -0
  614. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_4.json +122 -0
  615. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/1_5.json +98 -0
  616. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_0.json +97 -0
  617. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_3.json +98 -0
  618. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_4.json +100 -0
  619. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_5.json +145 -0
  620. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/default/3_6.json +145 -0
  621. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_0.json +77 -0
  622. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_3.json +78 -0
  623. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_4.json +78 -0
  624. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_5.json +141 -0
  625. opentrons_shared_data/data/pipette/definitions/2/liquid/single_channel/p50/lowVolumeDefault/3_6.json +141 -0
  626. opentrons_shared_data/data/pipette/schemas/1/pipetteModelSpecsSchema.json +155 -0
  627. opentrons_shared_data/data/pipette/schemas/1/pipetteNameSpecsSchema.json +91 -0
  628. opentrons_shared_data/data/pipette/schemas/2/pipetteGeometrySchema.json +124 -0
  629. opentrons_shared_data/data/pipette/schemas/2/pipetteLiquidPropertiesSchema.json +117 -0
  630. opentrons_shared_data/data/pipette/schemas/2/pipettePropertiesSchema.json +323 -0
  631. opentrons_shared_data/data/protocol/schemas/1.json +389 -0
  632. opentrons_shared_data/data/protocol/schemas/2.json +416 -0
  633. opentrons_shared_data/data/protocol/schemas/3.json +360 -0
  634. opentrons_shared_data/data/protocol/schemas/4.json +662 -0
  635. opentrons_shared_data/data/protocol/schemas/5.json +701 -0
  636. opentrons_shared_data/data/protocol/schemas/6.json +1225 -0
  637. opentrons_shared_data/data/protocol/schemas/7.json +290 -0
  638. opentrons_shared_data/data/protocol/schemas/8.json +157 -0
  639. opentrons_shared_data/data/robot/definitions/1/ot2.json +16 -0
  640. opentrons_shared_data/data/robot/definitions/1/ot3.json +17 -0
  641. opentrons_shared_data/data/robot/schemas/1.json +83 -0
  642. opentrons_shared_data/data_files/__init__.py +26 -0
  643. opentrons_shared_data/data_files/types.py +84 -0
  644. opentrons_shared_data/deck/__init__.py +108 -0
  645. opentrons_shared_data/deck/types.py +216 -0
  646. opentrons_shared_data/errors/__init__.py +30 -0
  647. opentrons_shared_data/errors/categories.py +60 -0
  648. opentrons_shared_data/errors/codes.py +124 -0
  649. opentrons_shared_data/errors/exceptions.py +1308 -0
  650. opentrons_shared_data/gripper/__init__.py +63 -0
  651. opentrons_shared_data/gripper/constants.py +6 -0
  652. opentrons_shared_data/gripper/gripper_definition.py +98 -0
  653. opentrons_shared_data/labware/__init__.py +59 -0
  654. opentrons_shared_data/labware/constants.py +22 -0
  655. opentrons_shared_data/labware/labware_definition.py +630 -0
  656. opentrons_shared_data/labware/types.py +285 -0
  657. opentrons_shared_data/liquid_classes/__init__.py +44 -0
  658. opentrons_shared_data/liquid_classes/liquid_class_definition.py +555 -0
  659. opentrons_shared_data/liquid_classes/types.py +130 -0
  660. opentrons_shared_data/load.py +57 -0
  661. opentrons_shared_data/module/__init__.py +117 -0
  662. opentrons_shared_data/module/types.py +175 -0
  663. opentrons_shared_data/pipette/__init__.py +107 -0
  664. opentrons_shared_data/pipette/dev_types.py +181 -0
  665. opentrons_shared_data/pipette/file_operation_helpers.py +37 -0
  666. opentrons_shared_data/pipette/load_data.py +301 -0
  667. opentrons_shared_data/pipette/model_constants.py +144 -0
  668. opentrons_shared_data/pipette/mutable_configurations.py +454 -0
  669. opentrons_shared_data/pipette/pipette_definition.py +573 -0
  670. opentrons_shared_data/pipette/pipette_load_name_conversions.py +320 -0
  671. opentrons_shared_data/pipette/scripts/__init__.py +0 -0
  672. opentrons_shared_data/pipette/scripts/build_json_script.py +468 -0
  673. opentrons_shared_data/pipette/scripts/update_configuration_files.py +454 -0
  674. opentrons_shared_data/pipette/types.py +419 -0
  675. opentrons_shared_data/pipette/ul_per_mm.py +68 -0
  676. opentrons_shared_data/protocol/__init__.py +13 -0
  677. opentrons_shared_data/protocol/constants.py +98 -0
  678. opentrons_shared_data/protocol/models/__init__.py +49 -0
  679. opentrons_shared_data/protocol/models/protocol_schema_v6.py +135 -0
  680. opentrons_shared_data/protocol/models/protocol_schema_v7.py +92 -0
  681. opentrons_shared_data/protocol/models/protocol_schema_v8.py +56 -0
  682. opentrons_shared_data/protocol/models/shared_models.py +111 -0
  683. opentrons_shared_data/protocol/types.py +436 -0
  684. opentrons_shared_data/py.typed +0 -0
  685. opentrons_shared_data/robot/__init__.py +33 -0
  686. opentrons_shared_data/robot/types.py +57 -0
  687. opentrons_shared_data-8.8.0a10.dist-info/METADATA +21 -0
  688. opentrons_shared_data-8.8.0a10.dist-info/RECORD +690 -0
  689. opentrons_shared_data-8.8.0a10.dist-info/WHEEL +4 -0
  690. opentrons_shared_data-8.8.0a10.dist-info/licenses/LICENSE +202 -0
@@ -0,0 +1,4730 @@
1
+ {
2
+ "ordering": [
3
+ [
4
+ "A1",
5
+ "B1",
6
+ "C1",
7
+ "D1",
8
+ "E1",
9
+ "F1",
10
+ "G1",
11
+ "H1",
12
+ "I1",
13
+ "J1",
14
+ "K1",
15
+ "L1",
16
+ "M1",
17
+ "N1",
18
+ "O1",
19
+ "P1"
20
+ ],
21
+ [
22
+ "A2",
23
+ "B2",
24
+ "C2",
25
+ "D2",
26
+ "E2",
27
+ "F2",
28
+ "G2",
29
+ "H2",
30
+ "I2",
31
+ "J2",
32
+ "K2",
33
+ "L2",
34
+ "M2",
35
+ "N2",
36
+ "O2",
37
+ "P2"
38
+ ],
39
+ [
40
+ "A3",
41
+ "B3",
42
+ "C3",
43
+ "D3",
44
+ "E3",
45
+ "F3",
46
+ "G3",
47
+ "H3",
48
+ "I3",
49
+ "J3",
50
+ "K3",
51
+ "L3",
52
+ "M3",
53
+ "N3",
54
+ "O3",
55
+ "P3"
56
+ ],
57
+ [
58
+ "A4",
59
+ "B4",
60
+ "C4",
61
+ "D4",
62
+ "E4",
63
+ "F4",
64
+ "G4",
65
+ "H4",
66
+ "I4",
67
+ "J4",
68
+ "K4",
69
+ "L4",
70
+ "M4",
71
+ "N4",
72
+ "O4",
73
+ "P4"
74
+ ],
75
+ [
76
+ "A5",
77
+ "B5",
78
+ "C5",
79
+ "D5",
80
+ "E5",
81
+ "F5",
82
+ "G5",
83
+ "H5",
84
+ "I5",
85
+ "J5",
86
+ "K5",
87
+ "L5",
88
+ "M5",
89
+ "N5",
90
+ "O5",
91
+ "P5"
92
+ ],
93
+ [
94
+ "A6",
95
+ "B6",
96
+ "C6",
97
+ "D6",
98
+ "E6",
99
+ "F6",
100
+ "G6",
101
+ "H6",
102
+ "I6",
103
+ "J6",
104
+ "K6",
105
+ "L6",
106
+ "M6",
107
+ "N6",
108
+ "O6",
109
+ "P6"
110
+ ],
111
+ [
112
+ "A7",
113
+ "B7",
114
+ "C7",
115
+ "D7",
116
+ "E7",
117
+ "F7",
118
+ "G7",
119
+ "H7",
120
+ "I7",
121
+ "J7",
122
+ "K7",
123
+ "L7",
124
+ "M7",
125
+ "N7",
126
+ "O7",
127
+ "P7"
128
+ ],
129
+ [
130
+ "A8",
131
+ "B8",
132
+ "C8",
133
+ "D8",
134
+ "E8",
135
+ "F8",
136
+ "G8",
137
+ "H8",
138
+ "I8",
139
+ "J8",
140
+ "K8",
141
+ "L8",
142
+ "M8",
143
+ "N8",
144
+ "O8",
145
+ "P8"
146
+ ],
147
+ [
148
+ "A9",
149
+ "B9",
150
+ "C9",
151
+ "D9",
152
+ "E9",
153
+ "F9",
154
+ "G9",
155
+ "H9",
156
+ "I9",
157
+ "J9",
158
+ "K9",
159
+ "L9",
160
+ "M9",
161
+ "N9",
162
+ "O9",
163
+ "P9"
164
+ ],
165
+ [
166
+ "A10",
167
+ "B10",
168
+ "C10",
169
+ "D10",
170
+ "E10",
171
+ "F10",
172
+ "G10",
173
+ "H10",
174
+ "I10",
175
+ "J10",
176
+ "K10",
177
+ "L10",
178
+ "M10",
179
+ "N10",
180
+ "O10",
181
+ "P10"
182
+ ],
183
+ [
184
+ "A11",
185
+ "B11",
186
+ "C11",
187
+ "D11",
188
+ "E11",
189
+ "F11",
190
+ "G11",
191
+ "H11",
192
+ "I11",
193
+ "J11",
194
+ "K11",
195
+ "L11",
196
+ "M11",
197
+ "N11",
198
+ "O11",
199
+ "P11"
200
+ ],
201
+ [
202
+ "A12",
203
+ "B12",
204
+ "C12",
205
+ "D12",
206
+ "E12",
207
+ "F12",
208
+ "G12",
209
+ "H12",
210
+ "I12",
211
+ "J12",
212
+ "K12",
213
+ "L12",
214
+ "M12",
215
+ "N12",
216
+ "O12",
217
+ "P12"
218
+ ],
219
+ [
220
+ "A13",
221
+ "B13",
222
+ "C13",
223
+ "D13",
224
+ "E13",
225
+ "F13",
226
+ "G13",
227
+ "H13",
228
+ "I13",
229
+ "J13",
230
+ "K13",
231
+ "L13",
232
+ "M13",
233
+ "N13",
234
+ "O13",
235
+ "P13"
236
+ ],
237
+ [
238
+ "A14",
239
+ "B14",
240
+ "C14",
241
+ "D14",
242
+ "E14",
243
+ "F14",
244
+ "G14",
245
+ "H14",
246
+ "I14",
247
+ "J14",
248
+ "K14",
249
+ "L14",
250
+ "M14",
251
+ "N14",
252
+ "O14",
253
+ "P14"
254
+ ],
255
+ [
256
+ "A15",
257
+ "B15",
258
+ "C15",
259
+ "D15",
260
+ "E15",
261
+ "F15",
262
+ "G15",
263
+ "H15",
264
+ "I15",
265
+ "J15",
266
+ "K15",
267
+ "L15",
268
+ "M15",
269
+ "N15",
270
+ "O15",
271
+ "P15"
272
+ ],
273
+ [
274
+ "A16",
275
+ "B16",
276
+ "C16",
277
+ "D16",
278
+ "E16",
279
+ "F16",
280
+ "G16",
281
+ "H16",
282
+ "I16",
283
+ "J16",
284
+ "K16",
285
+ "L16",
286
+ "M16",
287
+ "N16",
288
+ "O16",
289
+ "P16"
290
+ ],
291
+ [
292
+ "A17",
293
+ "B17",
294
+ "C17",
295
+ "D17",
296
+ "E17",
297
+ "F17",
298
+ "G17",
299
+ "H17",
300
+ "I17",
301
+ "J17",
302
+ "K17",
303
+ "L17",
304
+ "M17",
305
+ "N17",
306
+ "O17",
307
+ "P17"
308
+ ],
309
+ [
310
+ "A18",
311
+ "B18",
312
+ "C18",
313
+ "D18",
314
+ "E18",
315
+ "F18",
316
+ "G18",
317
+ "H18",
318
+ "I18",
319
+ "J18",
320
+ "K18",
321
+ "L18",
322
+ "M18",
323
+ "N18",
324
+ "O18",
325
+ "P18"
326
+ ],
327
+ [
328
+ "A19",
329
+ "B19",
330
+ "C19",
331
+ "D19",
332
+ "E19",
333
+ "F19",
334
+ "G19",
335
+ "H19",
336
+ "I19",
337
+ "J19",
338
+ "K19",
339
+ "L19",
340
+ "M19",
341
+ "N19",
342
+ "O19",
343
+ "P19"
344
+ ],
345
+ [
346
+ "A20",
347
+ "B20",
348
+ "C20",
349
+ "D20",
350
+ "E20",
351
+ "F20",
352
+ "G20",
353
+ "H20",
354
+ "I20",
355
+ "J20",
356
+ "K20",
357
+ "L20",
358
+ "M20",
359
+ "N20",
360
+ "O20",
361
+ "P20"
362
+ ],
363
+ [
364
+ "A21",
365
+ "B21",
366
+ "C21",
367
+ "D21",
368
+ "E21",
369
+ "F21",
370
+ "G21",
371
+ "H21",
372
+ "I21",
373
+ "J21",
374
+ "K21",
375
+ "L21",
376
+ "M21",
377
+ "N21",
378
+ "O21",
379
+ "P21"
380
+ ],
381
+ [
382
+ "A22",
383
+ "B22",
384
+ "C22",
385
+ "D22",
386
+ "E22",
387
+ "F22",
388
+ "G22",
389
+ "H22",
390
+ "I22",
391
+ "J22",
392
+ "K22",
393
+ "L22",
394
+ "M22",
395
+ "N22",
396
+ "O22",
397
+ "P22"
398
+ ],
399
+ [
400
+ "A23",
401
+ "B23",
402
+ "C23",
403
+ "D23",
404
+ "E23",
405
+ "F23",
406
+ "G23",
407
+ "H23",
408
+ "I23",
409
+ "J23",
410
+ "K23",
411
+ "L23",
412
+ "M23",
413
+ "N23",
414
+ "O23",
415
+ "P23"
416
+ ],
417
+ [
418
+ "A24",
419
+ "B24",
420
+ "C24",
421
+ "D24",
422
+ "E24",
423
+ "F24",
424
+ "G24",
425
+ "H24",
426
+ "I24",
427
+ "J24",
428
+ "K24",
429
+ "L24",
430
+ "M24",
431
+ "N24",
432
+ "O24",
433
+ "P24"
434
+ ]
435
+ ],
436
+ "brand": {
437
+ "brand": "Applied Biosystems MicroAmp",
438
+ "brandId": ["4309849", "4326270", "4343814"],
439
+ "links": [
440
+ "https://www.thermofisher.com/order/catalog/product/4309849#/4309849"
441
+ ]
442
+ },
443
+ "metadata": {
444
+ "displayName": "Applied Biosystems MicroAmp 384 Well Plate 40 µL",
445
+ "displayCategory": "wellPlate",
446
+ "displayVolumeUnits": "µL",
447
+ "tags": []
448
+ },
449
+ "dimensions": {
450
+ "xDimension": 127.8,
451
+ "yDimension": 85.5,
452
+ "zDimension": 9.7
453
+ },
454
+ "wells": {
455
+ "A1": {
456
+ "depth": 9.09,
457
+ "totalLiquidVolume": 40,
458
+ "shape": "circular",
459
+ "diameter": 3.17,
460
+ "x": 12.15,
461
+ "y": 76.5,
462
+ "z": 0.61,
463
+ "geometryDefinitionId": "conicalWell"
464
+ },
465
+ "B1": {
466
+ "depth": 9.09,
467
+ "totalLiquidVolume": 40,
468
+ "shape": "circular",
469
+ "diameter": 3.17,
470
+ "x": 12.15,
471
+ "y": 72,
472
+ "z": 0.61,
473
+ "geometryDefinitionId": "conicalWell"
474
+ },
475
+ "C1": {
476
+ "depth": 9.09,
477
+ "totalLiquidVolume": 40,
478
+ "shape": "circular",
479
+ "diameter": 3.17,
480
+ "x": 12.15,
481
+ "y": 67.5,
482
+ "z": 0.61,
483
+ "geometryDefinitionId": "conicalWell"
484
+ },
485
+ "D1": {
486
+ "depth": 9.09,
487
+ "totalLiquidVolume": 40,
488
+ "shape": "circular",
489
+ "diameter": 3.17,
490
+ "x": 12.15,
491
+ "y": 63,
492
+ "z": 0.61,
493
+ "geometryDefinitionId": "conicalWell"
494
+ },
495
+ "E1": {
496
+ "depth": 9.09,
497
+ "totalLiquidVolume": 40,
498
+ "shape": "circular",
499
+ "diameter": 3.17,
500
+ "x": 12.15,
501
+ "y": 58.5,
502
+ "z": 0.61,
503
+ "geometryDefinitionId": "conicalWell"
504
+ },
505
+ "F1": {
506
+ "depth": 9.09,
507
+ "totalLiquidVolume": 40,
508
+ "shape": "circular",
509
+ "diameter": 3.17,
510
+ "x": 12.15,
511
+ "y": 54,
512
+ "z": 0.61,
513
+ "geometryDefinitionId": "conicalWell"
514
+ },
515
+ "G1": {
516
+ "depth": 9.09,
517
+ "totalLiquidVolume": 40,
518
+ "shape": "circular",
519
+ "diameter": 3.17,
520
+ "x": 12.15,
521
+ "y": 49.5,
522
+ "z": 0.61,
523
+ "geometryDefinitionId": "conicalWell"
524
+ },
525
+ "H1": {
526
+ "depth": 9.09,
527
+ "totalLiquidVolume": 40,
528
+ "shape": "circular",
529
+ "diameter": 3.17,
530
+ "x": 12.15,
531
+ "y": 45,
532
+ "z": 0.61,
533
+ "geometryDefinitionId": "conicalWell"
534
+ },
535
+ "I1": {
536
+ "depth": 9.09,
537
+ "totalLiquidVolume": 40,
538
+ "shape": "circular",
539
+ "diameter": 3.17,
540
+ "x": 12.15,
541
+ "y": 40.5,
542
+ "z": 0.61,
543
+ "geometryDefinitionId": "conicalWell"
544
+ },
545
+ "J1": {
546
+ "depth": 9.09,
547
+ "totalLiquidVolume": 40,
548
+ "shape": "circular",
549
+ "diameter": 3.17,
550
+ "x": 12.15,
551
+ "y": 36,
552
+ "z": 0.61,
553
+ "geometryDefinitionId": "conicalWell"
554
+ },
555
+ "K1": {
556
+ "depth": 9.09,
557
+ "totalLiquidVolume": 40,
558
+ "shape": "circular",
559
+ "diameter": 3.17,
560
+ "x": 12.15,
561
+ "y": 31.5,
562
+ "z": 0.61,
563
+ "geometryDefinitionId": "conicalWell"
564
+ },
565
+ "L1": {
566
+ "depth": 9.09,
567
+ "totalLiquidVolume": 40,
568
+ "shape": "circular",
569
+ "diameter": 3.17,
570
+ "x": 12.15,
571
+ "y": 27,
572
+ "z": 0.61,
573
+ "geometryDefinitionId": "conicalWell"
574
+ },
575
+ "M1": {
576
+ "depth": 9.09,
577
+ "totalLiquidVolume": 40,
578
+ "shape": "circular",
579
+ "diameter": 3.17,
580
+ "x": 12.15,
581
+ "y": 22.5,
582
+ "z": 0.61,
583
+ "geometryDefinitionId": "conicalWell"
584
+ },
585
+ "N1": {
586
+ "depth": 9.09,
587
+ "totalLiquidVolume": 40,
588
+ "shape": "circular",
589
+ "diameter": 3.17,
590
+ "x": 12.15,
591
+ "y": 18,
592
+ "z": 0.61,
593
+ "geometryDefinitionId": "conicalWell"
594
+ },
595
+ "O1": {
596
+ "depth": 9.09,
597
+ "totalLiquidVolume": 40,
598
+ "shape": "circular",
599
+ "diameter": 3.17,
600
+ "x": 12.15,
601
+ "y": 13.5,
602
+ "z": 0.61,
603
+ "geometryDefinitionId": "conicalWell"
604
+ },
605
+ "P1": {
606
+ "depth": 9.09,
607
+ "totalLiquidVolume": 40,
608
+ "shape": "circular",
609
+ "diameter": 3.17,
610
+ "x": 12.15,
611
+ "y": 9,
612
+ "z": 0.61,
613
+ "geometryDefinitionId": "conicalWell"
614
+ },
615
+ "A2": {
616
+ "depth": 9.09,
617
+ "totalLiquidVolume": 40,
618
+ "shape": "circular",
619
+ "diameter": 3.17,
620
+ "x": 16.65,
621
+ "y": 76.5,
622
+ "z": 0.61,
623
+ "geometryDefinitionId": "conicalWell"
624
+ },
625
+ "B2": {
626
+ "depth": 9.09,
627
+ "totalLiquidVolume": 40,
628
+ "shape": "circular",
629
+ "diameter": 3.17,
630
+ "x": 16.65,
631
+ "y": 72,
632
+ "z": 0.61,
633
+ "geometryDefinitionId": "conicalWell"
634
+ },
635
+ "C2": {
636
+ "depth": 9.09,
637
+ "totalLiquidVolume": 40,
638
+ "shape": "circular",
639
+ "diameter": 3.17,
640
+ "x": 16.65,
641
+ "y": 67.5,
642
+ "z": 0.61,
643
+ "geometryDefinitionId": "conicalWell"
644
+ },
645
+ "D2": {
646
+ "depth": 9.09,
647
+ "totalLiquidVolume": 40,
648
+ "shape": "circular",
649
+ "diameter": 3.17,
650
+ "x": 16.65,
651
+ "y": 63,
652
+ "z": 0.61,
653
+ "geometryDefinitionId": "conicalWell"
654
+ },
655
+ "E2": {
656
+ "depth": 9.09,
657
+ "totalLiquidVolume": 40,
658
+ "shape": "circular",
659
+ "diameter": 3.17,
660
+ "x": 16.65,
661
+ "y": 58.5,
662
+ "z": 0.61,
663
+ "geometryDefinitionId": "conicalWell"
664
+ },
665
+ "F2": {
666
+ "depth": 9.09,
667
+ "totalLiquidVolume": 40,
668
+ "shape": "circular",
669
+ "diameter": 3.17,
670
+ "x": 16.65,
671
+ "y": 54,
672
+ "z": 0.61,
673
+ "geometryDefinitionId": "conicalWell"
674
+ },
675
+ "G2": {
676
+ "depth": 9.09,
677
+ "totalLiquidVolume": 40,
678
+ "shape": "circular",
679
+ "diameter": 3.17,
680
+ "x": 16.65,
681
+ "y": 49.5,
682
+ "z": 0.61,
683
+ "geometryDefinitionId": "conicalWell"
684
+ },
685
+ "H2": {
686
+ "depth": 9.09,
687
+ "totalLiquidVolume": 40,
688
+ "shape": "circular",
689
+ "diameter": 3.17,
690
+ "x": 16.65,
691
+ "y": 45,
692
+ "z": 0.61,
693
+ "geometryDefinitionId": "conicalWell"
694
+ },
695
+ "I2": {
696
+ "depth": 9.09,
697
+ "totalLiquidVolume": 40,
698
+ "shape": "circular",
699
+ "diameter": 3.17,
700
+ "x": 16.65,
701
+ "y": 40.5,
702
+ "z": 0.61,
703
+ "geometryDefinitionId": "conicalWell"
704
+ },
705
+ "J2": {
706
+ "depth": 9.09,
707
+ "totalLiquidVolume": 40,
708
+ "shape": "circular",
709
+ "diameter": 3.17,
710
+ "x": 16.65,
711
+ "y": 36,
712
+ "z": 0.61,
713
+ "geometryDefinitionId": "conicalWell"
714
+ },
715
+ "K2": {
716
+ "depth": 9.09,
717
+ "totalLiquidVolume": 40,
718
+ "shape": "circular",
719
+ "diameter": 3.17,
720
+ "x": 16.65,
721
+ "y": 31.5,
722
+ "z": 0.61,
723
+ "geometryDefinitionId": "conicalWell"
724
+ },
725
+ "L2": {
726
+ "depth": 9.09,
727
+ "totalLiquidVolume": 40,
728
+ "shape": "circular",
729
+ "diameter": 3.17,
730
+ "x": 16.65,
731
+ "y": 27,
732
+ "z": 0.61,
733
+ "geometryDefinitionId": "conicalWell"
734
+ },
735
+ "M2": {
736
+ "depth": 9.09,
737
+ "totalLiquidVolume": 40,
738
+ "shape": "circular",
739
+ "diameter": 3.17,
740
+ "x": 16.65,
741
+ "y": 22.5,
742
+ "z": 0.61,
743
+ "geometryDefinitionId": "conicalWell"
744
+ },
745
+ "N2": {
746
+ "depth": 9.09,
747
+ "totalLiquidVolume": 40,
748
+ "shape": "circular",
749
+ "diameter": 3.17,
750
+ "x": 16.65,
751
+ "y": 18,
752
+ "z": 0.61,
753
+ "geometryDefinitionId": "conicalWell"
754
+ },
755
+ "O2": {
756
+ "depth": 9.09,
757
+ "totalLiquidVolume": 40,
758
+ "shape": "circular",
759
+ "diameter": 3.17,
760
+ "x": 16.65,
761
+ "y": 13.5,
762
+ "z": 0.61,
763
+ "geometryDefinitionId": "conicalWell"
764
+ },
765
+ "P2": {
766
+ "depth": 9.09,
767
+ "totalLiquidVolume": 40,
768
+ "shape": "circular",
769
+ "diameter": 3.17,
770
+ "x": 16.65,
771
+ "y": 9,
772
+ "z": 0.61,
773
+ "geometryDefinitionId": "conicalWell"
774
+ },
775
+ "A3": {
776
+ "depth": 9.09,
777
+ "totalLiquidVolume": 40,
778
+ "shape": "circular",
779
+ "diameter": 3.17,
780
+ "x": 21.15,
781
+ "y": 76.5,
782
+ "z": 0.61,
783
+ "geometryDefinitionId": "conicalWell"
784
+ },
785
+ "B3": {
786
+ "depth": 9.09,
787
+ "totalLiquidVolume": 40,
788
+ "shape": "circular",
789
+ "diameter": 3.17,
790
+ "x": 21.15,
791
+ "y": 72,
792
+ "z": 0.61,
793
+ "geometryDefinitionId": "conicalWell"
794
+ },
795
+ "C3": {
796
+ "depth": 9.09,
797
+ "totalLiquidVolume": 40,
798
+ "shape": "circular",
799
+ "diameter": 3.17,
800
+ "x": 21.15,
801
+ "y": 67.5,
802
+ "z": 0.61,
803
+ "geometryDefinitionId": "conicalWell"
804
+ },
805
+ "D3": {
806
+ "depth": 9.09,
807
+ "totalLiquidVolume": 40,
808
+ "shape": "circular",
809
+ "diameter": 3.17,
810
+ "x": 21.15,
811
+ "y": 63,
812
+ "z": 0.61,
813
+ "geometryDefinitionId": "conicalWell"
814
+ },
815
+ "E3": {
816
+ "depth": 9.09,
817
+ "totalLiquidVolume": 40,
818
+ "shape": "circular",
819
+ "diameter": 3.17,
820
+ "x": 21.15,
821
+ "y": 58.5,
822
+ "z": 0.61,
823
+ "geometryDefinitionId": "conicalWell"
824
+ },
825
+ "F3": {
826
+ "depth": 9.09,
827
+ "totalLiquidVolume": 40,
828
+ "shape": "circular",
829
+ "diameter": 3.17,
830
+ "x": 21.15,
831
+ "y": 54,
832
+ "z": 0.61,
833
+ "geometryDefinitionId": "conicalWell"
834
+ },
835
+ "G3": {
836
+ "depth": 9.09,
837
+ "totalLiquidVolume": 40,
838
+ "shape": "circular",
839
+ "diameter": 3.17,
840
+ "x": 21.15,
841
+ "y": 49.5,
842
+ "z": 0.61,
843
+ "geometryDefinitionId": "conicalWell"
844
+ },
845
+ "H3": {
846
+ "depth": 9.09,
847
+ "totalLiquidVolume": 40,
848
+ "shape": "circular",
849
+ "diameter": 3.17,
850
+ "x": 21.15,
851
+ "y": 45,
852
+ "z": 0.61,
853
+ "geometryDefinitionId": "conicalWell"
854
+ },
855
+ "I3": {
856
+ "depth": 9.09,
857
+ "totalLiquidVolume": 40,
858
+ "shape": "circular",
859
+ "diameter": 3.17,
860
+ "x": 21.15,
861
+ "y": 40.5,
862
+ "z": 0.61,
863
+ "geometryDefinitionId": "conicalWell"
864
+ },
865
+ "J3": {
866
+ "depth": 9.09,
867
+ "totalLiquidVolume": 40,
868
+ "shape": "circular",
869
+ "diameter": 3.17,
870
+ "x": 21.15,
871
+ "y": 36,
872
+ "z": 0.61,
873
+ "geometryDefinitionId": "conicalWell"
874
+ },
875
+ "K3": {
876
+ "depth": 9.09,
877
+ "totalLiquidVolume": 40,
878
+ "shape": "circular",
879
+ "diameter": 3.17,
880
+ "x": 21.15,
881
+ "y": 31.5,
882
+ "z": 0.61,
883
+ "geometryDefinitionId": "conicalWell"
884
+ },
885
+ "L3": {
886
+ "depth": 9.09,
887
+ "totalLiquidVolume": 40,
888
+ "shape": "circular",
889
+ "diameter": 3.17,
890
+ "x": 21.15,
891
+ "y": 27,
892
+ "z": 0.61,
893
+ "geometryDefinitionId": "conicalWell"
894
+ },
895
+ "M3": {
896
+ "depth": 9.09,
897
+ "totalLiquidVolume": 40,
898
+ "shape": "circular",
899
+ "diameter": 3.17,
900
+ "x": 21.15,
901
+ "y": 22.5,
902
+ "z": 0.61,
903
+ "geometryDefinitionId": "conicalWell"
904
+ },
905
+ "N3": {
906
+ "depth": 9.09,
907
+ "totalLiquidVolume": 40,
908
+ "shape": "circular",
909
+ "diameter": 3.17,
910
+ "x": 21.15,
911
+ "y": 18,
912
+ "z": 0.61,
913
+ "geometryDefinitionId": "conicalWell"
914
+ },
915
+ "O3": {
916
+ "depth": 9.09,
917
+ "totalLiquidVolume": 40,
918
+ "shape": "circular",
919
+ "diameter": 3.17,
920
+ "x": 21.15,
921
+ "y": 13.5,
922
+ "z": 0.61,
923
+ "geometryDefinitionId": "conicalWell"
924
+ },
925
+ "P3": {
926
+ "depth": 9.09,
927
+ "totalLiquidVolume": 40,
928
+ "shape": "circular",
929
+ "diameter": 3.17,
930
+ "x": 21.15,
931
+ "y": 9,
932
+ "z": 0.61,
933
+ "geometryDefinitionId": "conicalWell"
934
+ },
935
+ "A4": {
936
+ "depth": 9.09,
937
+ "totalLiquidVolume": 40,
938
+ "shape": "circular",
939
+ "diameter": 3.17,
940
+ "x": 25.65,
941
+ "y": 76.5,
942
+ "z": 0.61,
943
+ "geometryDefinitionId": "conicalWell"
944
+ },
945
+ "B4": {
946
+ "depth": 9.09,
947
+ "totalLiquidVolume": 40,
948
+ "shape": "circular",
949
+ "diameter": 3.17,
950
+ "x": 25.65,
951
+ "y": 72,
952
+ "z": 0.61,
953
+ "geometryDefinitionId": "conicalWell"
954
+ },
955
+ "C4": {
956
+ "depth": 9.09,
957
+ "totalLiquidVolume": 40,
958
+ "shape": "circular",
959
+ "diameter": 3.17,
960
+ "x": 25.65,
961
+ "y": 67.5,
962
+ "z": 0.61,
963
+ "geometryDefinitionId": "conicalWell"
964
+ },
965
+ "D4": {
966
+ "depth": 9.09,
967
+ "totalLiquidVolume": 40,
968
+ "shape": "circular",
969
+ "diameter": 3.17,
970
+ "x": 25.65,
971
+ "y": 63,
972
+ "z": 0.61,
973
+ "geometryDefinitionId": "conicalWell"
974
+ },
975
+ "E4": {
976
+ "depth": 9.09,
977
+ "totalLiquidVolume": 40,
978
+ "shape": "circular",
979
+ "diameter": 3.17,
980
+ "x": 25.65,
981
+ "y": 58.5,
982
+ "z": 0.61,
983
+ "geometryDefinitionId": "conicalWell"
984
+ },
985
+ "F4": {
986
+ "depth": 9.09,
987
+ "totalLiquidVolume": 40,
988
+ "shape": "circular",
989
+ "diameter": 3.17,
990
+ "x": 25.65,
991
+ "y": 54,
992
+ "z": 0.61,
993
+ "geometryDefinitionId": "conicalWell"
994
+ },
995
+ "G4": {
996
+ "depth": 9.09,
997
+ "totalLiquidVolume": 40,
998
+ "shape": "circular",
999
+ "diameter": 3.17,
1000
+ "x": 25.65,
1001
+ "y": 49.5,
1002
+ "z": 0.61,
1003
+ "geometryDefinitionId": "conicalWell"
1004
+ },
1005
+ "H4": {
1006
+ "depth": 9.09,
1007
+ "totalLiquidVolume": 40,
1008
+ "shape": "circular",
1009
+ "diameter": 3.17,
1010
+ "x": 25.65,
1011
+ "y": 45,
1012
+ "z": 0.61,
1013
+ "geometryDefinitionId": "conicalWell"
1014
+ },
1015
+ "I4": {
1016
+ "depth": 9.09,
1017
+ "totalLiquidVolume": 40,
1018
+ "shape": "circular",
1019
+ "diameter": 3.17,
1020
+ "x": 25.65,
1021
+ "y": 40.5,
1022
+ "z": 0.61,
1023
+ "geometryDefinitionId": "conicalWell"
1024
+ },
1025
+ "J4": {
1026
+ "depth": 9.09,
1027
+ "totalLiquidVolume": 40,
1028
+ "shape": "circular",
1029
+ "diameter": 3.17,
1030
+ "x": 25.65,
1031
+ "y": 36,
1032
+ "z": 0.61,
1033
+ "geometryDefinitionId": "conicalWell"
1034
+ },
1035
+ "K4": {
1036
+ "depth": 9.09,
1037
+ "totalLiquidVolume": 40,
1038
+ "shape": "circular",
1039
+ "diameter": 3.17,
1040
+ "x": 25.65,
1041
+ "y": 31.5,
1042
+ "z": 0.61,
1043
+ "geometryDefinitionId": "conicalWell"
1044
+ },
1045
+ "L4": {
1046
+ "depth": 9.09,
1047
+ "totalLiquidVolume": 40,
1048
+ "shape": "circular",
1049
+ "diameter": 3.17,
1050
+ "x": 25.65,
1051
+ "y": 27,
1052
+ "z": 0.61,
1053
+ "geometryDefinitionId": "conicalWell"
1054
+ },
1055
+ "M4": {
1056
+ "depth": 9.09,
1057
+ "totalLiquidVolume": 40,
1058
+ "shape": "circular",
1059
+ "diameter": 3.17,
1060
+ "x": 25.65,
1061
+ "y": 22.5,
1062
+ "z": 0.61,
1063
+ "geometryDefinitionId": "conicalWell"
1064
+ },
1065
+ "N4": {
1066
+ "depth": 9.09,
1067
+ "totalLiquidVolume": 40,
1068
+ "shape": "circular",
1069
+ "diameter": 3.17,
1070
+ "x": 25.65,
1071
+ "y": 18,
1072
+ "z": 0.61,
1073
+ "geometryDefinitionId": "conicalWell"
1074
+ },
1075
+ "O4": {
1076
+ "depth": 9.09,
1077
+ "totalLiquidVolume": 40,
1078
+ "shape": "circular",
1079
+ "diameter": 3.17,
1080
+ "x": 25.65,
1081
+ "y": 13.5,
1082
+ "z": 0.61,
1083
+ "geometryDefinitionId": "conicalWell"
1084
+ },
1085
+ "P4": {
1086
+ "depth": 9.09,
1087
+ "totalLiquidVolume": 40,
1088
+ "shape": "circular",
1089
+ "diameter": 3.17,
1090
+ "x": 25.65,
1091
+ "y": 9,
1092
+ "z": 0.61,
1093
+ "geometryDefinitionId": "conicalWell"
1094
+ },
1095
+ "A5": {
1096
+ "depth": 9.09,
1097
+ "totalLiquidVolume": 40,
1098
+ "shape": "circular",
1099
+ "diameter": 3.17,
1100
+ "x": 30.15,
1101
+ "y": 76.5,
1102
+ "z": 0.61,
1103
+ "geometryDefinitionId": "conicalWell"
1104
+ },
1105
+ "B5": {
1106
+ "depth": 9.09,
1107
+ "totalLiquidVolume": 40,
1108
+ "shape": "circular",
1109
+ "diameter": 3.17,
1110
+ "x": 30.15,
1111
+ "y": 72,
1112
+ "z": 0.61,
1113
+ "geometryDefinitionId": "conicalWell"
1114
+ },
1115
+ "C5": {
1116
+ "depth": 9.09,
1117
+ "totalLiquidVolume": 40,
1118
+ "shape": "circular",
1119
+ "diameter": 3.17,
1120
+ "x": 30.15,
1121
+ "y": 67.5,
1122
+ "z": 0.61,
1123
+ "geometryDefinitionId": "conicalWell"
1124
+ },
1125
+ "D5": {
1126
+ "depth": 9.09,
1127
+ "totalLiquidVolume": 40,
1128
+ "shape": "circular",
1129
+ "diameter": 3.17,
1130
+ "x": 30.15,
1131
+ "y": 63,
1132
+ "z": 0.61,
1133
+ "geometryDefinitionId": "conicalWell"
1134
+ },
1135
+ "E5": {
1136
+ "depth": 9.09,
1137
+ "totalLiquidVolume": 40,
1138
+ "shape": "circular",
1139
+ "diameter": 3.17,
1140
+ "x": 30.15,
1141
+ "y": 58.5,
1142
+ "z": 0.61,
1143
+ "geometryDefinitionId": "conicalWell"
1144
+ },
1145
+ "F5": {
1146
+ "depth": 9.09,
1147
+ "totalLiquidVolume": 40,
1148
+ "shape": "circular",
1149
+ "diameter": 3.17,
1150
+ "x": 30.15,
1151
+ "y": 54,
1152
+ "z": 0.61,
1153
+ "geometryDefinitionId": "conicalWell"
1154
+ },
1155
+ "G5": {
1156
+ "depth": 9.09,
1157
+ "totalLiquidVolume": 40,
1158
+ "shape": "circular",
1159
+ "diameter": 3.17,
1160
+ "x": 30.15,
1161
+ "y": 49.5,
1162
+ "z": 0.61,
1163
+ "geometryDefinitionId": "conicalWell"
1164
+ },
1165
+ "H5": {
1166
+ "depth": 9.09,
1167
+ "totalLiquidVolume": 40,
1168
+ "shape": "circular",
1169
+ "diameter": 3.17,
1170
+ "x": 30.15,
1171
+ "y": 45,
1172
+ "z": 0.61,
1173
+ "geometryDefinitionId": "conicalWell"
1174
+ },
1175
+ "I5": {
1176
+ "depth": 9.09,
1177
+ "totalLiquidVolume": 40,
1178
+ "shape": "circular",
1179
+ "diameter": 3.17,
1180
+ "x": 30.15,
1181
+ "y": 40.5,
1182
+ "z": 0.61,
1183
+ "geometryDefinitionId": "conicalWell"
1184
+ },
1185
+ "J5": {
1186
+ "depth": 9.09,
1187
+ "totalLiquidVolume": 40,
1188
+ "shape": "circular",
1189
+ "diameter": 3.17,
1190
+ "x": 30.15,
1191
+ "y": 36,
1192
+ "z": 0.61,
1193
+ "geometryDefinitionId": "conicalWell"
1194
+ },
1195
+ "K5": {
1196
+ "depth": 9.09,
1197
+ "totalLiquidVolume": 40,
1198
+ "shape": "circular",
1199
+ "diameter": 3.17,
1200
+ "x": 30.15,
1201
+ "y": 31.5,
1202
+ "z": 0.61,
1203
+ "geometryDefinitionId": "conicalWell"
1204
+ },
1205
+ "L5": {
1206
+ "depth": 9.09,
1207
+ "totalLiquidVolume": 40,
1208
+ "shape": "circular",
1209
+ "diameter": 3.17,
1210
+ "x": 30.15,
1211
+ "y": 27,
1212
+ "z": 0.61,
1213
+ "geometryDefinitionId": "conicalWell"
1214
+ },
1215
+ "M5": {
1216
+ "depth": 9.09,
1217
+ "totalLiquidVolume": 40,
1218
+ "shape": "circular",
1219
+ "diameter": 3.17,
1220
+ "x": 30.15,
1221
+ "y": 22.5,
1222
+ "z": 0.61,
1223
+ "geometryDefinitionId": "conicalWell"
1224
+ },
1225
+ "N5": {
1226
+ "depth": 9.09,
1227
+ "totalLiquidVolume": 40,
1228
+ "shape": "circular",
1229
+ "diameter": 3.17,
1230
+ "x": 30.15,
1231
+ "y": 18,
1232
+ "z": 0.61,
1233
+ "geometryDefinitionId": "conicalWell"
1234
+ },
1235
+ "O5": {
1236
+ "depth": 9.09,
1237
+ "totalLiquidVolume": 40,
1238
+ "shape": "circular",
1239
+ "diameter": 3.17,
1240
+ "x": 30.15,
1241
+ "y": 13.5,
1242
+ "z": 0.61,
1243
+ "geometryDefinitionId": "conicalWell"
1244
+ },
1245
+ "P5": {
1246
+ "depth": 9.09,
1247
+ "totalLiquidVolume": 40,
1248
+ "shape": "circular",
1249
+ "diameter": 3.17,
1250
+ "x": 30.15,
1251
+ "y": 9,
1252
+ "z": 0.61,
1253
+ "geometryDefinitionId": "conicalWell"
1254
+ },
1255
+ "A6": {
1256
+ "depth": 9.09,
1257
+ "totalLiquidVolume": 40,
1258
+ "shape": "circular",
1259
+ "diameter": 3.17,
1260
+ "x": 34.65,
1261
+ "y": 76.5,
1262
+ "z": 0.61,
1263
+ "geometryDefinitionId": "conicalWell"
1264
+ },
1265
+ "B6": {
1266
+ "depth": 9.09,
1267
+ "totalLiquidVolume": 40,
1268
+ "shape": "circular",
1269
+ "diameter": 3.17,
1270
+ "x": 34.65,
1271
+ "y": 72,
1272
+ "z": 0.61,
1273
+ "geometryDefinitionId": "conicalWell"
1274
+ },
1275
+ "C6": {
1276
+ "depth": 9.09,
1277
+ "totalLiquidVolume": 40,
1278
+ "shape": "circular",
1279
+ "diameter": 3.17,
1280
+ "x": 34.65,
1281
+ "y": 67.5,
1282
+ "z": 0.61,
1283
+ "geometryDefinitionId": "conicalWell"
1284
+ },
1285
+ "D6": {
1286
+ "depth": 9.09,
1287
+ "totalLiquidVolume": 40,
1288
+ "shape": "circular",
1289
+ "diameter": 3.17,
1290
+ "x": 34.65,
1291
+ "y": 63,
1292
+ "z": 0.61,
1293
+ "geometryDefinitionId": "conicalWell"
1294
+ },
1295
+ "E6": {
1296
+ "depth": 9.09,
1297
+ "totalLiquidVolume": 40,
1298
+ "shape": "circular",
1299
+ "diameter": 3.17,
1300
+ "x": 34.65,
1301
+ "y": 58.5,
1302
+ "z": 0.61,
1303
+ "geometryDefinitionId": "conicalWell"
1304
+ },
1305
+ "F6": {
1306
+ "depth": 9.09,
1307
+ "totalLiquidVolume": 40,
1308
+ "shape": "circular",
1309
+ "diameter": 3.17,
1310
+ "x": 34.65,
1311
+ "y": 54,
1312
+ "z": 0.61,
1313
+ "geometryDefinitionId": "conicalWell"
1314
+ },
1315
+ "G6": {
1316
+ "depth": 9.09,
1317
+ "totalLiquidVolume": 40,
1318
+ "shape": "circular",
1319
+ "diameter": 3.17,
1320
+ "x": 34.65,
1321
+ "y": 49.5,
1322
+ "z": 0.61,
1323
+ "geometryDefinitionId": "conicalWell"
1324
+ },
1325
+ "H6": {
1326
+ "depth": 9.09,
1327
+ "totalLiquidVolume": 40,
1328
+ "shape": "circular",
1329
+ "diameter": 3.17,
1330
+ "x": 34.65,
1331
+ "y": 45,
1332
+ "z": 0.61,
1333
+ "geometryDefinitionId": "conicalWell"
1334
+ },
1335
+ "I6": {
1336
+ "depth": 9.09,
1337
+ "totalLiquidVolume": 40,
1338
+ "shape": "circular",
1339
+ "diameter": 3.17,
1340
+ "x": 34.65,
1341
+ "y": 40.5,
1342
+ "z": 0.61,
1343
+ "geometryDefinitionId": "conicalWell"
1344
+ },
1345
+ "J6": {
1346
+ "depth": 9.09,
1347
+ "totalLiquidVolume": 40,
1348
+ "shape": "circular",
1349
+ "diameter": 3.17,
1350
+ "x": 34.65,
1351
+ "y": 36,
1352
+ "z": 0.61,
1353
+ "geometryDefinitionId": "conicalWell"
1354
+ },
1355
+ "K6": {
1356
+ "depth": 9.09,
1357
+ "totalLiquidVolume": 40,
1358
+ "shape": "circular",
1359
+ "diameter": 3.17,
1360
+ "x": 34.65,
1361
+ "y": 31.5,
1362
+ "z": 0.61,
1363
+ "geometryDefinitionId": "conicalWell"
1364
+ },
1365
+ "L6": {
1366
+ "depth": 9.09,
1367
+ "totalLiquidVolume": 40,
1368
+ "shape": "circular",
1369
+ "diameter": 3.17,
1370
+ "x": 34.65,
1371
+ "y": 27,
1372
+ "z": 0.61,
1373
+ "geometryDefinitionId": "conicalWell"
1374
+ },
1375
+ "M6": {
1376
+ "depth": 9.09,
1377
+ "totalLiquidVolume": 40,
1378
+ "shape": "circular",
1379
+ "diameter": 3.17,
1380
+ "x": 34.65,
1381
+ "y": 22.5,
1382
+ "z": 0.61,
1383
+ "geometryDefinitionId": "conicalWell"
1384
+ },
1385
+ "N6": {
1386
+ "depth": 9.09,
1387
+ "totalLiquidVolume": 40,
1388
+ "shape": "circular",
1389
+ "diameter": 3.17,
1390
+ "x": 34.65,
1391
+ "y": 18,
1392
+ "z": 0.61,
1393
+ "geometryDefinitionId": "conicalWell"
1394
+ },
1395
+ "O6": {
1396
+ "depth": 9.09,
1397
+ "totalLiquidVolume": 40,
1398
+ "shape": "circular",
1399
+ "diameter": 3.17,
1400
+ "x": 34.65,
1401
+ "y": 13.5,
1402
+ "z": 0.61,
1403
+ "geometryDefinitionId": "conicalWell"
1404
+ },
1405
+ "P6": {
1406
+ "depth": 9.09,
1407
+ "totalLiquidVolume": 40,
1408
+ "shape": "circular",
1409
+ "diameter": 3.17,
1410
+ "x": 34.65,
1411
+ "y": 9,
1412
+ "z": 0.61,
1413
+ "geometryDefinitionId": "conicalWell"
1414
+ },
1415
+ "A7": {
1416
+ "depth": 9.09,
1417
+ "totalLiquidVolume": 40,
1418
+ "shape": "circular",
1419
+ "diameter": 3.17,
1420
+ "x": 39.15,
1421
+ "y": 76.5,
1422
+ "z": 0.61,
1423
+ "geometryDefinitionId": "conicalWell"
1424
+ },
1425
+ "B7": {
1426
+ "depth": 9.09,
1427
+ "totalLiquidVolume": 40,
1428
+ "shape": "circular",
1429
+ "diameter": 3.17,
1430
+ "x": 39.15,
1431
+ "y": 72,
1432
+ "z": 0.61,
1433
+ "geometryDefinitionId": "conicalWell"
1434
+ },
1435
+ "C7": {
1436
+ "depth": 9.09,
1437
+ "totalLiquidVolume": 40,
1438
+ "shape": "circular",
1439
+ "diameter": 3.17,
1440
+ "x": 39.15,
1441
+ "y": 67.5,
1442
+ "z": 0.61,
1443
+ "geometryDefinitionId": "conicalWell"
1444
+ },
1445
+ "D7": {
1446
+ "depth": 9.09,
1447
+ "totalLiquidVolume": 40,
1448
+ "shape": "circular",
1449
+ "diameter": 3.17,
1450
+ "x": 39.15,
1451
+ "y": 63,
1452
+ "z": 0.61,
1453
+ "geometryDefinitionId": "conicalWell"
1454
+ },
1455
+ "E7": {
1456
+ "depth": 9.09,
1457
+ "totalLiquidVolume": 40,
1458
+ "shape": "circular",
1459
+ "diameter": 3.17,
1460
+ "x": 39.15,
1461
+ "y": 58.5,
1462
+ "z": 0.61,
1463
+ "geometryDefinitionId": "conicalWell"
1464
+ },
1465
+ "F7": {
1466
+ "depth": 9.09,
1467
+ "totalLiquidVolume": 40,
1468
+ "shape": "circular",
1469
+ "diameter": 3.17,
1470
+ "x": 39.15,
1471
+ "y": 54,
1472
+ "z": 0.61,
1473
+ "geometryDefinitionId": "conicalWell"
1474
+ },
1475
+ "G7": {
1476
+ "depth": 9.09,
1477
+ "totalLiquidVolume": 40,
1478
+ "shape": "circular",
1479
+ "diameter": 3.17,
1480
+ "x": 39.15,
1481
+ "y": 49.5,
1482
+ "z": 0.61,
1483
+ "geometryDefinitionId": "conicalWell"
1484
+ },
1485
+ "H7": {
1486
+ "depth": 9.09,
1487
+ "totalLiquidVolume": 40,
1488
+ "shape": "circular",
1489
+ "diameter": 3.17,
1490
+ "x": 39.15,
1491
+ "y": 45,
1492
+ "z": 0.61,
1493
+ "geometryDefinitionId": "conicalWell"
1494
+ },
1495
+ "I7": {
1496
+ "depth": 9.09,
1497
+ "totalLiquidVolume": 40,
1498
+ "shape": "circular",
1499
+ "diameter": 3.17,
1500
+ "x": 39.15,
1501
+ "y": 40.5,
1502
+ "z": 0.61,
1503
+ "geometryDefinitionId": "conicalWell"
1504
+ },
1505
+ "J7": {
1506
+ "depth": 9.09,
1507
+ "totalLiquidVolume": 40,
1508
+ "shape": "circular",
1509
+ "diameter": 3.17,
1510
+ "x": 39.15,
1511
+ "y": 36,
1512
+ "z": 0.61,
1513
+ "geometryDefinitionId": "conicalWell"
1514
+ },
1515
+ "K7": {
1516
+ "depth": 9.09,
1517
+ "totalLiquidVolume": 40,
1518
+ "shape": "circular",
1519
+ "diameter": 3.17,
1520
+ "x": 39.15,
1521
+ "y": 31.5,
1522
+ "z": 0.61,
1523
+ "geometryDefinitionId": "conicalWell"
1524
+ },
1525
+ "L7": {
1526
+ "depth": 9.09,
1527
+ "totalLiquidVolume": 40,
1528
+ "shape": "circular",
1529
+ "diameter": 3.17,
1530
+ "x": 39.15,
1531
+ "y": 27,
1532
+ "z": 0.61,
1533
+ "geometryDefinitionId": "conicalWell"
1534
+ },
1535
+ "M7": {
1536
+ "depth": 9.09,
1537
+ "totalLiquidVolume": 40,
1538
+ "shape": "circular",
1539
+ "diameter": 3.17,
1540
+ "x": 39.15,
1541
+ "y": 22.5,
1542
+ "z": 0.61,
1543
+ "geometryDefinitionId": "conicalWell"
1544
+ },
1545
+ "N7": {
1546
+ "depth": 9.09,
1547
+ "totalLiquidVolume": 40,
1548
+ "shape": "circular",
1549
+ "diameter": 3.17,
1550
+ "x": 39.15,
1551
+ "y": 18,
1552
+ "z": 0.61,
1553
+ "geometryDefinitionId": "conicalWell"
1554
+ },
1555
+ "O7": {
1556
+ "depth": 9.09,
1557
+ "totalLiquidVolume": 40,
1558
+ "shape": "circular",
1559
+ "diameter": 3.17,
1560
+ "x": 39.15,
1561
+ "y": 13.5,
1562
+ "z": 0.61,
1563
+ "geometryDefinitionId": "conicalWell"
1564
+ },
1565
+ "P7": {
1566
+ "depth": 9.09,
1567
+ "totalLiquidVolume": 40,
1568
+ "shape": "circular",
1569
+ "diameter": 3.17,
1570
+ "x": 39.15,
1571
+ "y": 9,
1572
+ "z": 0.61,
1573
+ "geometryDefinitionId": "conicalWell"
1574
+ },
1575
+ "A8": {
1576
+ "depth": 9.09,
1577
+ "totalLiquidVolume": 40,
1578
+ "shape": "circular",
1579
+ "diameter": 3.17,
1580
+ "x": 43.65,
1581
+ "y": 76.5,
1582
+ "z": 0.61,
1583
+ "geometryDefinitionId": "conicalWell"
1584
+ },
1585
+ "B8": {
1586
+ "depth": 9.09,
1587
+ "totalLiquidVolume": 40,
1588
+ "shape": "circular",
1589
+ "diameter": 3.17,
1590
+ "x": 43.65,
1591
+ "y": 72,
1592
+ "z": 0.61,
1593
+ "geometryDefinitionId": "conicalWell"
1594
+ },
1595
+ "C8": {
1596
+ "depth": 9.09,
1597
+ "totalLiquidVolume": 40,
1598
+ "shape": "circular",
1599
+ "diameter": 3.17,
1600
+ "x": 43.65,
1601
+ "y": 67.5,
1602
+ "z": 0.61,
1603
+ "geometryDefinitionId": "conicalWell"
1604
+ },
1605
+ "D8": {
1606
+ "depth": 9.09,
1607
+ "totalLiquidVolume": 40,
1608
+ "shape": "circular",
1609
+ "diameter": 3.17,
1610
+ "x": 43.65,
1611
+ "y": 63,
1612
+ "z": 0.61,
1613
+ "geometryDefinitionId": "conicalWell"
1614
+ },
1615
+ "E8": {
1616
+ "depth": 9.09,
1617
+ "totalLiquidVolume": 40,
1618
+ "shape": "circular",
1619
+ "diameter": 3.17,
1620
+ "x": 43.65,
1621
+ "y": 58.5,
1622
+ "z": 0.61,
1623
+ "geometryDefinitionId": "conicalWell"
1624
+ },
1625
+ "F8": {
1626
+ "depth": 9.09,
1627
+ "totalLiquidVolume": 40,
1628
+ "shape": "circular",
1629
+ "diameter": 3.17,
1630
+ "x": 43.65,
1631
+ "y": 54,
1632
+ "z": 0.61,
1633
+ "geometryDefinitionId": "conicalWell"
1634
+ },
1635
+ "G8": {
1636
+ "depth": 9.09,
1637
+ "totalLiquidVolume": 40,
1638
+ "shape": "circular",
1639
+ "diameter": 3.17,
1640
+ "x": 43.65,
1641
+ "y": 49.5,
1642
+ "z": 0.61,
1643
+ "geometryDefinitionId": "conicalWell"
1644
+ },
1645
+ "H8": {
1646
+ "depth": 9.09,
1647
+ "totalLiquidVolume": 40,
1648
+ "shape": "circular",
1649
+ "diameter": 3.17,
1650
+ "x": 43.65,
1651
+ "y": 45,
1652
+ "z": 0.61,
1653
+ "geometryDefinitionId": "conicalWell"
1654
+ },
1655
+ "I8": {
1656
+ "depth": 9.09,
1657
+ "totalLiquidVolume": 40,
1658
+ "shape": "circular",
1659
+ "diameter": 3.17,
1660
+ "x": 43.65,
1661
+ "y": 40.5,
1662
+ "z": 0.61,
1663
+ "geometryDefinitionId": "conicalWell"
1664
+ },
1665
+ "J8": {
1666
+ "depth": 9.09,
1667
+ "totalLiquidVolume": 40,
1668
+ "shape": "circular",
1669
+ "diameter": 3.17,
1670
+ "x": 43.65,
1671
+ "y": 36,
1672
+ "z": 0.61,
1673
+ "geometryDefinitionId": "conicalWell"
1674
+ },
1675
+ "K8": {
1676
+ "depth": 9.09,
1677
+ "totalLiquidVolume": 40,
1678
+ "shape": "circular",
1679
+ "diameter": 3.17,
1680
+ "x": 43.65,
1681
+ "y": 31.5,
1682
+ "z": 0.61,
1683
+ "geometryDefinitionId": "conicalWell"
1684
+ },
1685
+ "L8": {
1686
+ "depth": 9.09,
1687
+ "totalLiquidVolume": 40,
1688
+ "shape": "circular",
1689
+ "diameter": 3.17,
1690
+ "x": 43.65,
1691
+ "y": 27,
1692
+ "z": 0.61,
1693
+ "geometryDefinitionId": "conicalWell"
1694
+ },
1695
+ "M8": {
1696
+ "depth": 9.09,
1697
+ "totalLiquidVolume": 40,
1698
+ "shape": "circular",
1699
+ "diameter": 3.17,
1700
+ "x": 43.65,
1701
+ "y": 22.5,
1702
+ "z": 0.61,
1703
+ "geometryDefinitionId": "conicalWell"
1704
+ },
1705
+ "N8": {
1706
+ "depth": 9.09,
1707
+ "totalLiquidVolume": 40,
1708
+ "shape": "circular",
1709
+ "diameter": 3.17,
1710
+ "x": 43.65,
1711
+ "y": 18,
1712
+ "z": 0.61,
1713
+ "geometryDefinitionId": "conicalWell"
1714
+ },
1715
+ "O8": {
1716
+ "depth": 9.09,
1717
+ "totalLiquidVolume": 40,
1718
+ "shape": "circular",
1719
+ "diameter": 3.17,
1720
+ "x": 43.65,
1721
+ "y": 13.5,
1722
+ "z": 0.61,
1723
+ "geometryDefinitionId": "conicalWell"
1724
+ },
1725
+ "P8": {
1726
+ "depth": 9.09,
1727
+ "totalLiquidVolume": 40,
1728
+ "shape": "circular",
1729
+ "diameter": 3.17,
1730
+ "x": 43.65,
1731
+ "y": 9,
1732
+ "z": 0.61,
1733
+ "geometryDefinitionId": "conicalWell"
1734
+ },
1735
+ "A9": {
1736
+ "depth": 9.09,
1737
+ "totalLiquidVolume": 40,
1738
+ "shape": "circular",
1739
+ "diameter": 3.17,
1740
+ "x": 48.15,
1741
+ "y": 76.5,
1742
+ "z": 0.61,
1743
+ "geometryDefinitionId": "conicalWell"
1744
+ },
1745
+ "B9": {
1746
+ "depth": 9.09,
1747
+ "totalLiquidVolume": 40,
1748
+ "shape": "circular",
1749
+ "diameter": 3.17,
1750
+ "x": 48.15,
1751
+ "y": 72,
1752
+ "z": 0.61,
1753
+ "geometryDefinitionId": "conicalWell"
1754
+ },
1755
+ "C9": {
1756
+ "depth": 9.09,
1757
+ "totalLiquidVolume": 40,
1758
+ "shape": "circular",
1759
+ "diameter": 3.17,
1760
+ "x": 48.15,
1761
+ "y": 67.5,
1762
+ "z": 0.61,
1763
+ "geometryDefinitionId": "conicalWell"
1764
+ },
1765
+ "D9": {
1766
+ "depth": 9.09,
1767
+ "totalLiquidVolume": 40,
1768
+ "shape": "circular",
1769
+ "diameter": 3.17,
1770
+ "x": 48.15,
1771
+ "y": 63,
1772
+ "z": 0.61,
1773
+ "geometryDefinitionId": "conicalWell"
1774
+ },
1775
+ "E9": {
1776
+ "depth": 9.09,
1777
+ "totalLiquidVolume": 40,
1778
+ "shape": "circular",
1779
+ "diameter": 3.17,
1780
+ "x": 48.15,
1781
+ "y": 58.5,
1782
+ "z": 0.61,
1783
+ "geometryDefinitionId": "conicalWell"
1784
+ },
1785
+ "F9": {
1786
+ "depth": 9.09,
1787
+ "totalLiquidVolume": 40,
1788
+ "shape": "circular",
1789
+ "diameter": 3.17,
1790
+ "x": 48.15,
1791
+ "y": 54,
1792
+ "z": 0.61,
1793
+ "geometryDefinitionId": "conicalWell"
1794
+ },
1795
+ "G9": {
1796
+ "depth": 9.09,
1797
+ "totalLiquidVolume": 40,
1798
+ "shape": "circular",
1799
+ "diameter": 3.17,
1800
+ "x": 48.15,
1801
+ "y": 49.5,
1802
+ "z": 0.61,
1803
+ "geometryDefinitionId": "conicalWell"
1804
+ },
1805
+ "H9": {
1806
+ "depth": 9.09,
1807
+ "totalLiquidVolume": 40,
1808
+ "shape": "circular",
1809
+ "diameter": 3.17,
1810
+ "x": 48.15,
1811
+ "y": 45,
1812
+ "z": 0.61,
1813
+ "geometryDefinitionId": "conicalWell"
1814
+ },
1815
+ "I9": {
1816
+ "depth": 9.09,
1817
+ "totalLiquidVolume": 40,
1818
+ "shape": "circular",
1819
+ "diameter": 3.17,
1820
+ "x": 48.15,
1821
+ "y": 40.5,
1822
+ "z": 0.61,
1823
+ "geometryDefinitionId": "conicalWell"
1824
+ },
1825
+ "J9": {
1826
+ "depth": 9.09,
1827
+ "totalLiquidVolume": 40,
1828
+ "shape": "circular",
1829
+ "diameter": 3.17,
1830
+ "x": 48.15,
1831
+ "y": 36,
1832
+ "z": 0.61,
1833
+ "geometryDefinitionId": "conicalWell"
1834
+ },
1835
+ "K9": {
1836
+ "depth": 9.09,
1837
+ "totalLiquidVolume": 40,
1838
+ "shape": "circular",
1839
+ "diameter": 3.17,
1840
+ "x": 48.15,
1841
+ "y": 31.5,
1842
+ "z": 0.61,
1843
+ "geometryDefinitionId": "conicalWell"
1844
+ },
1845
+ "L9": {
1846
+ "depth": 9.09,
1847
+ "totalLiquidVolume": 40,
1848
+ "shape": "circular",
1849
+ "diameter": 3.17,
1850
+ "x": 48.15,
1851
+ "y": 27,
1852
+ "z": 0.61,
1853
+ "geometryDefinitionId": "conicalWell"
1854
+ },
1855
+ "M9": {
1856
+ "depth": 9.09,
1857
+ "totalLiquidVolume": 40,
1858
+ "shape": "circular",
1859
+ "diameter": 3.17,
1860
+ "x": 48.15,
1861
+ "y": 22.5,
1862
+ "z": 0.61,
1863
+ "geometryDefinitionId": "conicalWell"
1864
+ },
1865
+ "N9": {
1866
+ "depth": 9.09,
1867
+ "totalLiquidVolume": 40,
1868
+ "shape": "circular",
1869
+ "diameter": 3.17,
1870
+ "x": 48.15,
1871
+ "y": 18,
1872
+ "z": 0.61,
1873
+ "geometryDefinitionId": "conicalWell"
1874
+ },
1875
+ "O9": {
1876
+ "depth": 9.09,
1877
+ "totalLiquidVolume": 40,
1878
+ "shape": "circular",
1879
+ "diameter": 3.17,
1880
+ "x": 48.15,
1881
+ "y": 13.5,
1882
+ "z": 0.61,
1883
+ "geometryDefinitionId": "conicalWell"
1884
+ },
1885
+ "P9": {
1886
+ "depth": 9.09,
1887
+ "totalLiquidVolume": 40,
1888
+ "shape": "circular",
1889
+ "diameter": 3.17,
1890
+ "x": 48.15,
1891
+ "y": 9,
1892
+ "z": 0.61,
1893
+ "geometryDefinitionId": "conicalWell"
1894
+ },
1895
+ "A10": {
1896
+ "depth": 9.09,
1897
+ "totalLiquidVolume": 40,
1898
+ "shape": "circular",
1899
+ "diameter": 3.17,
1900
+ "x": 52.65,
1901
+ "y": 76.5,
1902
+ "z": 0.61,
1903
+ "geometryDefinitionId": "conicalWell"
1904
+ },
1905
+ "B10": {
1906
+ "depth": 9.09,
1907
+ "totalLiquidVolume": 40,
1908
+ "shape": "circular",
1909
+ "diameter": 3.17,
1910
+ "x": 52.65,
1911
+ "y": 72,
1912
+ "z": 0.61,
1913
+ "geometryDefinitionId": "conicalWell"
1914
+ },
1915
+ "C10": {
1916
+ "depth": 9.09,
1917
+ "totalLiquidVolume": 40,
1918
+ "shape": "circular",
1919
+ "diameter": 3.17,
1920
+ "x": 52.65,
1921
+ "y": 67.5,
1922
+ "z": 0.61,
1923
+ "geometryDefinitionId": "conicalWell"
1924
+ },
1925
+ "D10": {
1926
+ "depth": 9.09,
1927
+ "totalLiquidVolume": 40,
1928
+ "shape": "circular",
1929
+ "diameter": 3.17,
1930
+ "x": 52.65,
1931
+ "y": 63,
1932
+ "z": 0.61,
1933
+ "geometryDefinitionId": "conicalWell"
1934
+ },
1935
+ "E10": {
1936
+ "depth": 9.09,
1937
+ "totalLiquidVolume": 40,
1938
+ "shape": "circular",
1939
+ "diameter": 3.17,
1940
+ "x": 52.65,
1941
+ "y": 58.5,
1942
+ "z": 0.61,
1943
+ "geometryDefinitionId": "conicalWell"
1944
+ },
1945
+ "F10": {
1946
+ "depth": 9.09,
1947
+ "totalLiquidVolume": 40,
1948
+ "shape": "circular",
1949
+ "diameter": 3.17,
1950
+ "x": 52.65,
1951
+ "y": 54,
1952
+ "z": 0.61,
1953
+ "geometryDefinitionId": "conicalWell"
1954
+ },
1955
+ "G10": {
1956
+ "depth": 9.09,
1957
+ "totalLiquidVolume": 40,
1958
+ "shape": "circular",
1959
+ "diameter": 3.17,
1960
+ "x": 52.65,
1961
+ "y": 49.5,
1962
+ "z": 0.61,
1963
+ "geometryDefinitionId": "conicalWell"
1964
+ },
1965
+ "H10": {
1966
+ "depth": 9.09,
1967
+ "totalLiquidVolume": 40,
1968
+ "shape": "circular",
1969
+ "diameter": 3.17,
1970
+ "x": 52.65,
1971
+ "y": 45,
1972
+ "z": 0.61,
1973
+ "geometryDefinitionId": "conicalWell"
1974
+ },
1975
+ "I10": {
1976
+ "depth": 9.09,
1977
+ "totalLiquidVolume": 40,
1978
+ "shape": "circular",
1979
+ "diameter": 3.17,
1980
+ "x": 52.65,
1981
+ "y": 40.5,
1982
+ "z": 0.61,
1983
+ "geometryDefinitionId": "conicalWell"
1984
+ },
1985
+ "J10": {
1986
+ "depth": 9.09,
1987
+ "totalLiquidVolume": 40,
1988
+ "shape": "circular",
1989
+ "diameter": 3.17,
1990
+ "x": 52.65,
1991
+ "y": 36,
1992
+ "z": 0.61,
1993
+ "geometryDefinitionId": "conicalWell"
1994
+ },
1995
+ "K10": {
1996
+ "depth": 9.09,
1997
+ "totalLiquidVolume": 40,
1998
+ "shape": "circular",
1999
+ "diameter": 3.17,
2000
+ "x": 52.65,
2001
+ "y": 31.5,
2002
+ "z": 0.61,
2003
+ "geometryDefinitionId": "conicalWell"
2004
+ },
2005
+ "L10": {
2006
+ "depth": 9.09,
2007
+ "totalLiquidVolume": 40,
2008
+ "shape": "circular",
2009
+ "diameter": 3.17,
2010
+ "x": 52.65,
2011
+ "y": 27,
2012
+ "z": 0.61,
2013
+ "geometryDefinitionId": "conicalWell"
2014
+ },
2015
+ "M10": {
2016
+ "depth": 9.09,
2017
+ "totalLiquidVolume": 40,
2018
+ "shape": "circular",
2019
+ "diameter": 3.17,
2020
+ "x": 52.65,
2021
+ "y": 22.5,
2022
+ "z": 0.61,
2023
+ "geometryDefinitionId": "conicalWell"
2024
+ },
2025
+ "N10": {
2026
+ "depth": 9.09,
2027
+ "totalLiquidVolume": 40,
2028
+ "shape": "circular",
2029
+ "diameter": 3.17,
2030
+ "x": 52.65,
2031
+ "y": 18,
2032
+ "z": 0.61,
2033
+ "geometryDefinitionId": "conicalWell"
2034
+ },
2035
+ "O10": {
2036
+ "depth": 9.09,
2037
+ "totalLiquidVolume": 40,
2038
+ "shape": "circular",
2039
+ "diameter": 3.17,
2040
+ "x": 52.65,
2041
+ "y": 13.5,
2042
+ "z": 0.61,
2043
+ "geometryDefinitionId": "conicalWell"
2044
+ },
2045
+ "P10": {
2046
+ "depth": 9.09,
2047
+ "totalLiquidVolume": 40,
2048
+ "shape": "circular",
2049
+ "diameter": 3.17,
2050
+ "x": 52.65,
2051
+ "y": 9,
2052
+ "z": 0.61,
2053
+ "geometryDefinitionId": "conicalWell"
2054
+ },
2055
+ "A11": {
2056
+ "depth": 9.09,
2057
+ "totalLiquidVolume": 40,
2058
+ "shape": "circular",
2059
+ "diameter": 3.17,
2060
+ "x": 57.15,
2061
+ "y": 76.5,
2062
+ "z": 0.61,
2063
+ "geometryDefinitionId": "conicalWell"
2064
+ },
2065
+ "B11": {
2066
+ "depth": 9.09,
2067
+ "totalLiquidVolume": 40,
2068
+ "shape": "circular",
2069
+ "diameter": 3.17,
2070
+ "x": 57.15,
2071
+ "y": 72,
2072
+ "z": 0.61,
2073
+ "geometryDefinitionId": "conicalWell"
2074
+ },
2075
+ "C11": {
2076
+ "depth": 9.09,
2077
+ "totalLiquidVolume": 40,
2078
+ "shape": "circular",
2079
+ "diameter": 3.17,
2080
+ "x": 57.15,
2081
+ "y": 67.5,
2082
+ "z": 0.61,
2083
+ "geometryDefinitionId": "conicalWell"
2084
+ },
2085
+ "D11": {
2086
+ "depth": 9.09,
2087
+ "totalLiquidVolume": 40,
2088
+ "shape": "circular",
2089
+ "diameter": 3.17,
2090
+ "x": 57.15,
2091
+ "y": 63,
2092
+ "z": 0.61,
2093
+ "geometryDefinitionId": "conicalWell"
2094
+ },
2095
+ "E11": {
2096
+ "depth": 9.09,
2097
+ "totalLiquidVolume": 40,
2098
+ "shape": "circular",
2099
+ "diameter": 3.17,
2100
+ "x": 57.15,
2101
+ "y": 58.5,
2102
+ "z": 0.61,
2103
+ "geometryDefinitionId": "conicalWell"
2104
+ },
2105
+ "F11": {
2106
+ "depth": 9.09,
2107
+ "totalLiquidVolume": 40,
2108
+ "shape": "circular",
2109
+ "diameter": 3.17,
2110
+ "x": 57.15,
2111
+ "y": 54,
2112
+ "z": 0.61,
2113
+ "geometryDefinitionId": "conicalWell"
2114
+ },
2115
+ "G11": {
2116
+ "depth": 9.09,
2117
+ "totalLiquidVolume": 40,
2118
+ "shape": "circular",
2119
+ "diameter": 3.17,
2120
+ "x": 57.15,
2121
+ "y": 49.5,
2122
+ "z": 0.61,
2123
+ "geometryDefinitionId": "conicalWell"
2124
+ },
2125
+ "H11": {
2126
+ "depth": 9.09,
2127
+ "totalLiquidVolume": 40,
2128
+ "shape": "circular",
2129
+ "diameter": 3.17,
2130
+ "x": 57.15,
2131
+ "y": 45,
2132
+ "z": 0.61,
2133
+ "geometryDefinitionId": "conicalWell"
2134
+ },
2135
+ "I11": {
2136
+ "depth": 9.09,
2137
+ "totalLiquidVolume": 40,
2138
+ "shape": "circular",
2139
+ "diameter": 3.17,
2140
+ "x": 57.15,
2141
+ "y": 40.5,
2142
+ "z": 0.61,
2143
+ "geometryDefinitionId": "conicalWell"
2144
+ },
2145
+ "J11": {
2146
+ "depth": 9.09,
2147
+ "totalLiquidVolume": 40,
2148
+ "shape": "circular",
2149
+ "diameter": 3.17,
2150
+ "x": 57.15,
2151
+ "y": 36,
2152
+ "z": 0.61,
2153
+ "geometryDefinitionId": "conicalWell"
2154
+ },
2155
+ "K11": {
2156
+ "depth": 9.09,
2157
+ "totalLiquidVolume": 40,
2158
+ "shape": "circular",
2159
+ "diameter": 3.17,
2160
+ "x": 57.15,
2161
+ "y": 31.5,
2162
+ "z": 0.61,
2163
+ "geometryDefinitionId": "conicalWell"
2164
+ },
2165
+ "L11": {
2166
+ "depth": 9.09,
2167
+ "totalLiquidVolume": 40,
2168
+ "shape": "circular",
2169
+ "diameter": 3.17,
2170
+ "x": 57.15,
2171
+ "y": 27,
2172
+ "z": 0.61,
2173
+ "geometryDefinitionId": "conicalWell"
2174
+ },
2175
+ "M11": {
2176
+ "depth": 9.09,
2177
+ "totalLiquidVolume": 40,
2178
+ "shape": "circular",
2179
+ "diameter": 3.17,
2180
+ "x": 57.15,
2181
+ "y": 22.5,
2182
+ "z": 0.61,
2183
+ "geometryDefinitionId": "conicalWell"
2184
+ },
2185
+ "N11": {
2186
+ "depth": 9.09,
2187
+ "totalLiquidVolume": 40,
2188
+ "shape": "circular",
2189
+ "diameter": 3.17,
2190
+ "x": 57.15,
2191
+ "y": 18,
2192
+ "z": 0.61,
2193
+ "geometryDefinitionId": "conicalWell"
2194
+ },
2195
+ "O11": {
2196
+ "depth": 9.09,
2197
+ "totalLiquidVolume": 40,
2198
+ "shape": "circular",
2199
+ "diameter": 3.17,
2200
+ "x": 57.15,
2201
+ "y": 13.5,
2202
+ "z": 0.61,
2203
+ "geometryDefinitionId": "conicalWell"
2204
+ },
2205
+ "P11": {
2206
+ "depth": 9.09,
2207
+ "totalLiquidVolume": 40,
2208
+ "shape": "circular",
2209
+ "diameter": 3.17,
2210
+ "x": 57.15,
2211
+ "y": 9,
2212
+ "z": 0.61,
2213
+ "geometryDefinitionId": "conicalWell"
2214
+ },
2215
+ "A12": {
2216
+ "depth": 9.09,
2217
+ "totalLiquidVolume": 40,
2218
+ "shape": "circular",
2219
+ "diameter": 3.17,
2220
+ "x": 61.65,
2221
+ "y": 76.5,
2222
+ "z": 0.61,
2223
+ "geometryDefinitionId": "conicalWell"
2224
+ },
2225
+ "B12": {
2226
+ "depth": 9.09,
2227
+ "totalLiquidVolume": 40,
2228
+ "shape": "circular",
2229
+ "diameter": 3.17,
2230
+ "x": 61.65,
2231
+ "y": 72,
2232
+ "z": 0.61,
2233
+ "geometryDefinitionId": "conicalWell"
2234
+ },
2235
+ "C12": {
2236
+ "depth": 9.09,
2237
+ "totalLiquidVolume": 40,
2238
+ "shape": "circular",
2239
+ "diameter": 3.17,
2240
+ "x": 61.65,
2241
+ "y": 67.5,
2242
+ "z": 0.61,
2243
+ "geometryDefinitionId": "conicalWell"
2244
+ },
2245
+ "D12": {
2246
+ "depth": 9.09,
2247
+ "totalLiquidVolume": 40,
2248
+ "shape": "circular",
2249
+ "diameter": 3.17,
2250
+ "x": 61.65,
2251
+ "y": 63,
2252
+ "z": 0.61,
2253
+ "geometryDefinitionId": "conicalWell"
2254
+ },
2255
+ "E12": {
2256
+ "depth": 9.09,
2257
+ "totalLiquidVolume": 40,
2258
+ "shape": "circular",
2259
+ "diameter": 3.17,
2260
+ "x": 61.65,
2261
+ "y": 58.5,
2262
+ "z": 0.61,
2263
+ "geometryDefinitionId": "conicalWell"
2264
+ },
2265
+ "F12": {
2266
+ "depth": 9.09,
2267
+ "totalLiquidVolume": 40,
2268
+ "shape": "circular",
2269
+ "diameter": 3.17,
2270
+ "x": 61.65,
2271
+ "y": 54,
2272
+ "z": 0.61,
2273
+ "geometryDefinitionId": "conicalWell"
2274
+ },
2275
+ "G12": {
2276
+ "depth": 9.09,
2277
+ "totalLiquidVolume": 40,
2278
+ "shape": "circular",
2279
+ "diameter": 3.17,
2280
+ "x": 61.65,
2281
+ "y": 49.5,
2282
+ "z": 0.61,
2283
+ "geometryDefinitionId": "conicalWell"
2284
+ },
2285
+ "H12": {
2286
+ "depth": 9.09,
2287
+ "totalLiquidVolume": 40,
2288
+ "shape": "circular",
2289
+ "diameter": 3.17,
2290
+ "x": 61.65,
2291
+ "y": 45,
2292
+ "z": 0.61,
2293
+ "geometryDefinitionId": "conicalWell"
2294
+ },
2295
+ "I12": {
2296
+ "depth": 9.09,
2297
+ "totalLiquidVolume": 40,
2298
+ "shape": "circular",
2299
+ "diameter": 3.17,
2300
+ "x": 61.65,
2301
+ "y": 40.5,
2302
+ "z": 0.61,
2303
+ "geometryDefinitionId": "conicalWell"
2304
+ },
2305
+ "J12": {
2306
+ "depth": 9.09,
2307
+ "totalLiquidVolume": 40,
2308
+ "shape": "circular",
2309
+ "diameter": 3.17,
2310
+ "x": 61.65,
2311
+ "y": 36,
2312
+ "z": 0.61,
2313
+ "geometryDefinitionId": "conicalWell"
2314
+ },
2315
+ "K12": {
2316
+ "depth": 9.09,
2317
+ "totalLiquidVolume": 40,
2318
+ "shape": "circular",
2319
+ "diameter": 3.17,
2320
+ "x": 61.65,
2321
+ "y": 31.5,
2322
+ "z": 0.61,
2323
+ "geometryDefinitionId": "conicalWell"
2324
+ },
2325
+ "L12": {
2326
+ "depth": 9.09,
2327
+ "totalLiquidVolume": 40,
2328
+ "shape": "circular",
2329
+ "diameter": 3.17,
2330
+ "x": 61.65,
2331
+ "y": 27,
2332
+ "z": 0.61,
2333
+ "geometryDefinitionId": "conicalWell"
2334
+ },
2335
+ "M12": {
2336
+ "depth": 9.09,
2337
+ "totalLiquidVolume": 40,
2338
+ "shape": "circular",
2339
+ "diameter": 3.17,
2340
+ "x": 61.65,
2341
+ "y": 22.5,
2342
+ "z": 0.61,
2343
+ "geometryDefinitionId": "conicalWell"
2344
+ },
2345
+ "N12": {
2346
+ "depth": 9.09,
2347
+ "totalLiquidVolume": 40,
2348
+ "shape": "circular",
2349
+ "diameter": 3.17,
2350
+ "x": 61.65,
2351
+ "y": 18,
2352
+ "z": 0.61,
2353
+ "geometryDefinitionId": "conicalWell"
2354
+ },
2355
+ "O12": {
2356
+ "depth": 9.09,
2357
+ "totalLiquidVolume": 40,
2358
+ "shape": "circular",
2359
+ "diameter": 3.17,
2360
+ "x": 61.65,
2361
+ "y": 13.5,
2362
+ "z": 0.61,
2363
+ "geometryDefinitionId": "conicalWell"
2364
+ },
2365
+ "P12": {
2366
+ "depth": 9.09,
2367
+ "totalLiquidVolume": 40,
2368
+ "shape": "circular",
2369
+ "diameter": 3.17,
2370
+ "x": 61.65,
2371
+ "y": 9,
2372
+ "z": 0.61,
2373
+ "geometryDefinitionId": "conicalWell"
2374
+ },
2375
+ "A13": {
2376
+ "depth": 9.09,
2377
+ "totalLiquidVolume": 40,
2378
+ "shape": "circular",
2379
+ "diameter": 3.17,
2380
+ "x": 66.15,
2381
+ "y": 76.5,
2382
+ "z": 0.61,
2383
+ "geometryDefinitionId": "conicalWell"
2384
+ },
2385
+ "B13": {
2386
+ "depth": 9.09,
2387
+ "totalLiquidVolume": 40,
2388
+ "shape": "circular",
2389
+ "diameter": 3.17,
2390
+ "x": 66.15,
2391
+ "y": 72,
2392
+ "z": 0.61,
2393
+ "geometryDefinitionId": "conicalWell"
2394
+ },
2395
+ "C13": {
2396
+ "depth": 9.09,
2397
+ "totalLiquidVolume": 40,
2398
+ "shape": "circular",
2399
+ "diameter": 3.17,
2400
+ "x": 66.15,
2401
+ "y": 67.5,
2402
+ "z": 0.61,
2403
+ "geometryDefinitionId": "conicalWell"
2404
+ },
2405
+ "D13": {
2406
+ "depth": 9.09,
2407
+ "totalLiquidVolume": 40,
2408
+ "shape": "circular",
2409
+ "diameter": 3.17,
2410
+ "x": 66.15,
2411
+ "y": 63,
2412
+ "z": 0.61,
2413
+ "geometryDefinitionId": "conicalWell"
2414
+ },
2415
+ "E13": {
2416
+ "depth": 9.09,
2417
+ "totalLiquidVolume": 40,
2418
+ "shape": "circular",
2419
+ "diameter": 3.17,
2420
+ "x": 66.15,
2421
+ "y": 58.5,
2422
+ "z": 0.61,
2423
+ "geometryDefinitionId": "conicalWell"
2424
+ },
2425
+ "F13": {
2426
+ "depth": 9.09,
2427
+ "totalLiquidVolume": 40,
2428
+ "shape": "circular",
2429
+ "diameter": 3.17,
2430
+ "x": 66.15,
2431
+ "y": 54,
2432
+ "z": 0.61,
2433
+ "geometryDefinitionId": "conicalWell"
2434
+ },
2435
+ "G13": {
2436
+ "depth": 9.09,
2437
+ "totalLiquidVolume": 40,
2438
+ "shape": "circular",
2439
+ "diameter": 3.17,
2440
+ "x": 66.15,
2441
+ "y": 49.5,
2442
+ "z": 0.61,
2443
+ "geometryDefinitionId": "conicalWell"
2444
+ },
2445
+ "H13": {
2446
+ "depth": 9.09,
2447
+ "totalLiquidVolume": 40,
2448
+ "shape": "circular",
2449
+ "diameter": 3.17,
2450
+ "x": 66.15,
2451
+ "y": 45,
2452
+ "z": 0.61,
2453
+ "geometryDefinitionId": "conicalWell"
2454
+ },
2455
+ "I13": {
2456
+ "depth": 9.09,
2457
+ "totalLiquidVolume": 40,
2458
+ "shape": "circular",
2459
+ "diameter": 3.17,
2460
+ "x": 66.15,
2461
+ "y": 40.5,
2462
+ "z": 0.61,
2463
+ "geometryDefinitionId": "conicalWell"
2464
+ },
2465
+ "J13": {
2466
+ "depth": 9.09,
2467
+ "totalLiquidVolume": 40,
2468
+ "shape": "circular",
2469
+ "diameter": 3.17,
2470
+ "x": 66.15,
2471
+ "y": 36,
2472
+ "z": 0.61,
2473
+ "geometryDefinitionId": "conicalWell"
2474
+ },
2475
+ "K13": {
2476
+ "depth": 9.09,
2477
+ "totalLiquidVolume": 40,
2478
+ "shape": "circular",
2479
+ "diameter": 3.17,
2480
+ "x": 66.15,
2481
+ "y": 31.5,
2482
+ "z": 0.61,
2483
+ "geometryDefinitionId": "conicalWell"
2484
+ },
2485
+ "L13": {
2486
+ "depth": 9.09,
2487
+ "totalLiquidVolume": 40,
2488
+ "shape": "circular",
2489
+ "diameter": 3.17,
2490
+ "x": 66.15,
2491
+ "y": 27,
2492
+ "z": 0.61,
2493
+ "geometryDefinitionId": "conicalWell"
2494
+ },
2495
+ "M13": {
2496
+ "depth": 9.09,
2497
+ "totalLiquidVolume": 40,
2498
+ "shape": "circular",
2499
+ "diameter": 3.17,
2500
+ "x": 66.15,
2501
+ "y": 22.5,
2502
+ "z": 0.61,
2503
+ "geometryDefinitionId": "conicalWell"
2504
+ },
2505
+ "N13": {
2506
+ "depth": 9.09,
2507
+ "totalLiquidVolume": 40,
2508
+ "shape": "circular",
2509
+ "diameter": 3.17,
2510
+ "x": 66.15,
2511
+ "y": 18,
2512
+ "z": 0.61,
2513
+ "geometryDefinitionId": "conicalWell"
2514
+ },
2515
+ "O13": {
2516
+ "depth": 9.09,
2517
+ "totalLiquidVolume": 40,
2518
+ "shape": "circular",
2519
+ "diameter": 3.17,
2520
+ "x": 66.15,
2521
+ "y": 13.5,
2522
+ "z": 0.61,
2523
+ "geometryDefinitionId": "conicalWell"
2524
+ },
2525
+ "P13": {
2526
+ "depth": 9.09,
2527
+ "totalLiquidVolume": 40,
2528
+ "shape": "circular",
2529
+ "diameter": 3.17,
2530
+ "x": 66.15,
2531
+ "y": 9,
2532
+ "z": 0.61,
2533
+ "geometryDefinitionId": "conicalWell"
2534
+ },
2535
+ "A14": {
2536
+ "depth": 9.09,
2537
+ "totalLiquidVolume": 40,
2538
+ "shape": "circular",
2539
+ "diameter": 3.17,
2540
+ "x": 70.65,
2541
+ "y": 76.5,
2542
+ "z": 0.61,
2543
+ "geometryDefinitionId": "conicalWell"
2544
+ },
2545
+ "B14": {
2546
+ "depth": 9.09,
2547
+ "totalLiquidVolume": 40,
2548
+ "shape": "circular",
2549
+ "diameter": 3.17,
2550
+ "x": 70.65,
2551
+ "y": 72,
2552
+ "z": 0.61,
2553
+ "geometryDefinitionId": "conicalWell"
2554
+ },
2555
+ "C14": {
2556
+ "depth": 9.09,
2557
+ "totalLiquidVolume": 40,
2558
+ "shape": "circular",
2559
+ "diameter": 3.17,
2560
+ "x": 70.65,
2561
+ "y": 67.5,
2562
+ "z": 0.61,
2563
+ "geometryDefinitionId": "conicalWell"
2564
+ },
2565
+ "D14": {
2566
+ "depth": 9.09,
2567
+ "totalLiquidVolume": 40,
2568
+ "shape": "circular",
2569
+ "diameter": 3.17,
2570
+ "x": 70.65,
2571
+ "y": 63,
2572
+ "z": 0.61,
2573
+ "geometryDefinitionId": "conicalWell"
2574
+ },
2575
+ "E14": {
2576
+ "depth": 9.09,
2577
+ "totalLiquidVolume": 40,
2578
+ "shape": "circular",
2579
+ "diameter": 3.17,
2580
+ "x": 70.65,
2581
+ "y": 58.5,
2582
+ "z": 0.61,
2583
+ "geometryDefinitionId": "conicalWell"
2584
+ },
2585
+ "F14": {
2586
+ "depth": 9.09,
2587
+ "totalLiquidVolume": 40,
2588
+ "shape": "circular",
2589
+ "diameter": 3.17,
2590
+ "x": 70.65,
2591
+ "y": 54,
2592
+ "z": 0.61,
2593
+ "geometryDefinitionId": "conicalWell"
2594
+ },
2595
+ "G14": {
2596
+ "depth": 9.09,
2597
+ "totalLiquidVolume": 40,
2598
+ "shape": "circular",
2599
+ "diameter": 3.17,
2600
+ "x": 70.65,
2601
+ "y": 49.5,
2602
+ "z": 0.61,
2603
+ "geometryDefinitionId": "conicalWell"
2604
+ },
2605
+ "H14": {
2606
+ "depth": 9.09,
2607
+ "totalLiquidVolume": 40,
2608
+ "shape": "circular",
2609
+ "diameter": 3.17,
2610
+ "x": 70.65,
2611
+ "y": 45,
2612
+ "z": 0.61,
2613
+ "geometryDefinitionId": "conicalWell"
2614
+ },
2615
+ "I14": {
2616
+ "depth": 9.09,
2617
+ "totalLiquidVolume": 40,
2618
+ "shape": "circular",
2619
+ "diameter": 3.17,
2620
+ "x": 70.65,
2621
+ "y": 40.5,
2622
+ "z": 0.61,
2623
+ "geometryDefinitionId": "conicalWell"
2624
+ },
2625
+ "J14": {
2626
+ "depth": 9.09,
2627
+ "totalLiquidVolume": 40,
2628
+ "shape": "circular",
2629
+ "diameter": 3.17,
2630
+ "x": 70.65,
2631
+ "y": 36,
2632
+ "z": 0.61,
2633
+ "geometryDefinitionId": "conicalWell"
2634
+ },
2635
+ "K14": {
2636
+ "depth": 9.09,
2637
+ "totalLiquidVolume": 40,
2638
+ "shape": "circular",
2639
+ "diameter": 3.17,
2640
+ "x": 70.65,
2641
+ "y": 31.5,
2642
+ "z": 0.61,
2643
+ "geometryDefinitionId": "conicalWell"
2644
+ },
2645
+ "L14": {
2646
+ "depth": 9.09,
2647
+ "totalLiquidVolume": 40,
2648
+ "shape": "circular",
2649
+ "diameter": 3.17,
2650
+ "x": 70.65,
2651
+ "y": 27,
2652
+ "z": 0.61,
2653
+ "geometryDefinitionId": "conicalWell"
2654
+ },
2655
+ "M14": {
2656
+ "depth": 9.09,
2657
+ "totalLiquidVolume": 40,
2658
+ "shape": "circular",
2659
+ "diameter": 3.17,
2660
+ "x": 70.65,
2661
+ "y": 22.5,
2662
+ "z": 0.61,
2663
+ "geometryDefinitionId": "conicalWell"
2664
+ },
2665
+ "N14": {
2666
+ "depth": 9.09,
2667
+ "totalLiquidVolume": 40,
2668
+ "shape": "circular",
2669
+ "diameter": 3.17,
2670
+ "x": 70.65,
2671
+ "y": 18,
2672
+ "z": 0.61,
2673
+ "geometryDefinitionId": "conicalWell"
2674
+ },
2675
+ "O14": {
2676
+ "depth": 9.09,
2677
+ "totalLiquidVolume": 40,
2678
+ "shape": "circular",
2679
+ "diameter": 3.17,
2680
+ "x": 70.65,
2681
+ "y": 13.5,
2682
+ "z": 0.61,
2683
+ "geometryDefinitionId": "conicalWell"
2684
+ },
2685
+ "P14": {
2686
+ "depth": 9.09,
2687
+ "totalLiquidVolume": 40,
2688
+ "shape": "circular",
2689
+ "diameter": 3.17,
2690
+ "x": 70.65,
2691
+ "y": 9,
2692
+ "z": 0.61,
2693
+ "geometryDefinitionId": "conicalWell"
2694
+ },
2695
+ "A15": {
2696
+ "depth": 9.09,
2697
+ "totalLiquidVolume": 40,
2698
+ "shape": "circular",
2699
+ "diameter": 3.17,
2700
+ "x": 75.15,
2701
+ "y": 76.5,
2702
+ "z": 0.61,
2703
+ "geometryDefinitionId": "conicalWell"
2704
+ },
2705
+ "B15": {
2706
+ "depth": 9.09,
2707
+ "totalLiquidVolume": 40,
2708
+ "shape": "circular",
2709
+ "diameter": 3.17,
2710
+ "x": 75.15,
2711
+ "y": 72,
2712
+ "z": 0.61,
2713
+ "geometryDefinitionId": "conicalWell"
2714
+ },
2715
+ "C15": {
2716
+ "depth": 9.09,
2717
+ "totalLiquidVolume": 40,
2718
+ "shape": "circular",
2719
+ "diameter": 3.17,
2720
+ "x": 75.15,
2721
+ "y": 67.5,
2722
+ "z": 0.61,
2723
+ "geometryDefinitionId": "conicalWell"
2724
+ },
2725
+ "D15": {
2726
+ "depth": 9.09,
2727
+ "totalLiquidVolume": 40,
2728
+ "shape": "circular",
2729
+ "diameter": 3.17,
2730
+ "x": 75.15,
2731
+ "y": 63,
2732
+ "z": 0.61,
2733
+ "geometryDefinitionId": "conicalWell"
2734
+ },
2735
+ "E15": {
2736
+ "depth": 9.09,
2737
+ "totalLiquidVolume": 40,
2738
+ "shape": "circular",
2739
+ "diameter": 3.17,
2740
+ "x": 75.15,
2741
+ "y": 58.5,
2742
+ "z": 0.61,
2743
+ "geometryDefinitionId": "conicalWell"
2744
+ },
2745
+ "F15": {
2746
+ "depth": 9.09,
2747
+ "totalLiquidVolume": 40,
2748
+ "shape": "circular",
2749
+ "diameter": 3.17,
2750
+ "x": 75.15,
2751
+ "y": 54,
2752
+ "z": 0.61,
2753
+ "geometryDefinitionId": "conicalWell"
2754
+ },
2755
+ "G15": {
2756
+ "depth": 9.09,
2757
+ "totalLiquidVolume": 40,
2758
+ "shape": "circular",
2759
+ "diameter": 3.17,
2760
+ "x": 75.15,
2761
+ "y": 49.5,
2762
+ "z": 0.61,
2763
+ "geometryDefinitionId": "conicalWell"
2764
+ },
2765
+ "H15": {
2766
+ "depth": 9.09,
2767
+ "totalLiquidVolume": 40,
2768
+ "shape": "circular",
2769
+ "diameter": 3.17,
2770
+ "x": 75.15,
2771
+ "y": 45,
2772
+ "z": 0.61,
2773
+ "geometryDefinitionId": "conicalWell"
2774
+ },
2775
+ "I15": {
2776
+ "depth": 9.09,
2777
+ "totalLiquidVolume": 40,
2778
+ "shape": "circular",
2779
+ "diameter": 3.17,
2780
+ "x": 75.15,
2781
+ "y": 40.5,
2782
+ "z": 0.61,
2783
+ "geometryDefinitionId": "conicalWell"
2784
+ },
2785
+ "J15": {
2786
+ "depth": 9.09,
2787
+ "totalLiquidVolume": 40,
2788
+ "shape": "circular",
2789
+ "diameter": 3.17,
2790
+ "x": 75.15,
2791
+ "y": 36,
2792
+ "z": 0.61,
2793
+ "geometryDefinitionId": "conicalWell"
2794
+ },
2795
+ "K15": {
2796
+ "depth": 9.09,
2797
+ "totalLiquidVolume": 40,
2798
+ "shape": "circular",
2799
+ "diameter": 3.17,
2800
+ "x": 75.15,
2801
+ "y": 31.5,
2802
+ "z": 0.61,
2803
+ "geometryDefinitionId": "conicalWell"
2804
+ },
2805
+ "L15": {
2806
+ "depth": 9.09,
2807
+ "totalLiquidVolume": 40,
2808
+ "shape": "circular",
2809
+ "diameter": 3.17,
2810
+ "x": 75.15,
2811
+ "y": 27,
2812
+ "z": 0.61,
2813
+ "geometryDefinitionId": "conicalWell"
2814
+ },
2815
+ "M15": {
2816
+ "depth": 9.09,
2817
+ "totalLiquidVolume": 40,
2818
+ "shape": "circular",
2819
+ "diameter": 3.17,
2820
+ "x": 75.15,
2821
+ "y": 22.5,
2822
+ "z": 0.61,
2823
+ "geometryDefinitionId": "conicalWell"
2824
+ },
2825
+ "N15": {
2826
+ "depth": 9.09,
2827
+ "totalLiquidVolume": 40,
2828
+ "shape": "circular",
2829
+ "diameter": 3.17,
2830
+ "x": 75.15,
2831
+ "y": 18,
2832
+ "z": 0.61,
2833
+ "geometryDefinitionId": "conicalWell"
2834
+ },
2835
+ "O15": {
2836
+ "depth": 9.09,
2837
+ "totalLiquidVolume": 40,
2838
+ "shape": "circular",
2839
+ "diameter": 3.17,
2840
+ "x": 75.15,
2841
+ "y": 13.5,
2842
+ "z": 0.61,
2843
+ "geometryDefinitionId": "conicalWell"
2844
+ },
2845
+ "P15": {
2846
+ "depth": 9.09,
2847
+ "totalLiquidVolume": 40,
2848
+ "shape": "circular",
2849
+ "diameter": 3.17,
2850
+ "x": 75.15,
2851
+ "y": 9,
2852
+ "z": 0.61,
2853
+ "geometryDefinitionId": "conicalWell"
2854
+ },
2855
+ "A16": {
2856
+ "depth": 9.09,
2857
+ "totalLiquidVolume": 40,
2858
+ "shape": "circular",
2859
+ "diameter": 3.17,
2860
+ "x": 79.65,
2861
+ "y": 76.5,
2862
+ "z": 0.61,
2863
+ "geometryDefinitionId": "conicalWell"
2864
+ },
2865
+ "B16": {
2866
+ "depth": 9.09,
2867
+ "totalLiquidVolume": 40,
2868
+ "shape": "circular",
2869
+ "diameter": 3.17,
2870
+ "x": 79.65,
2871
+ "y": 72,
2872
+ "z": 0.61,
2873
+ "geometryDefinitionId": "conicalWell"
2874
+ },
2875
+ "C16": {
2876
+ "depth": 9.09,
2877
+ "totalLiquidVolume": 40,
2878
+ "shape": "circular",
2879
+ "diameter": 3.17,
2880
+ "x": 79.65,
2881
+ "y": 67.5,
2882
+ "z": 0.61,
2883
+ "geometryDefinitionId": "conicalWell"
2884
+ },
2885
+ "D16": {
2886
+ "depth": 9.09,
2887
+ "totalLiquidVolume": 40,
2888
+ "shape": "circular",
2889
+ "diameter": 3.17,
2890
+ "x": 79.65,
2891
+ "y": 63,
2892
+ "z": 0.61,
2893
+ "geometryDefinitionId": "conicalWell"
2894
+ },
2895
+ "E16": {
2896
+ "depth": 9.09,
2897
+ "totalLiquidVolume": 40,
2898
+ "shape": "circular",
2899
+ "diameter": 3.17,
2900
+ "x": 79.65,
2901
+ "y": 58.5,
2902
+ "z": 0.61,
2903
+ "geometryDefinitionId": "conicalWell"
2904
+ },
2905
+ "F16": {
2906
+ "depth": 9.09,
2907
+ "totalLiquidVolume": 40,
2908
+ "shape": "circular",
2909
+ "diameter": 3.17,
2910
+ "x": 79.65,
2911
+ "y": 54,
2912
+ "z": 0.61,
2913
+ "geometryDefinitionId": "conicalWell"
2914
+ },
2915
+ "G16": {
2916
+ "depth": 9.09,
2917
+ "totalLiquidVolume": 40,
2918
+ "shape": "circular",
2919
+ "diameter": 3.17,
2920
+ "x": 79.65,
2921
+ "y": 49.5,
2922
+ "z": 0.61,
2923
+ "geometryDefinitionId": "conicalWell"
2924
+ },
2925
+ "H16": {
2926
+ "depth": 9.09,
2927
+ "totalLiquidVolume": 40,
2928
+ "shape": "circular",
2929
+ "diameter": 3.17,
2930
+ "x": 79.65,
2931
+ "y": 45,
2932
+ "z": 0.61,
2933
+ "geometryDefinitionId": "conicalWell"
2934
+ },
2935
+ "I16": {
2936
+ "depth": 9.09,
2937
+ "totalLiquidVolume": 40,
2938
+ "shape": "circular",
2939
+ "diameter": 3.17,
2940
+ "x": 79.65,
2941
+ "y": 40.5,
2942
+ "z": 0.61,
2943
+ "geometryDefinitionId": "conicalWell"
2944
+ },
2945
+ "J16": {
2946
+ "depth": 9.09,
2947
+ "totalLiquidVolume": 40,
2948
+ "shape": "circular",
2949
+ "diameter": 3.17,
2950
+ "x": 79.65,
2951
+ "y": 36,
2952
+ "z": 0.61,
2953
+ "geometryDefinitionId": "conicalWell"
2954
+ },
2955
+ "K16": {
2956
+ "depth": 9.09,
2957
+ "totalLiquidVolume": 40,
2958
+ "shape": "circular",
2959
+ "diameter": 3.17,
2960
+ "x": 79.65,
2961
+ "y": 31.5,
2962
+ "z": 0.61,
2963
+ "geometryDefinitionId": "conicalWell"
2964
+ },
2965
+ "L16": {
2966
+ "depth": 9.09,
2967
+ "totalLiquidVolume": 40,
2968
+ "shape": "circular",
2969
+ "diameter": 3.17,
2970
+ "x": 79.65,
2971
+ "y": 27,
2972
+ "z": 0.61,
2973
+ "geometryDefinitionId": "conicalWell"
2974
+ },
2975
+ "M16": {
2976
+ "depth": 9.09,
2977
+ "totalLiquidVolume": 40,
2978
+ "shape": "circular",
2979
+ "diameter": 3.17,
2980
+ "x": 79.65,
2981
+ "y": 22.5,
2982
+ "z": 0.61,
2983
+ "geometryDefinitionId": "conicalWell"
2984
+ },
2985
+ "N16": {
2986
+ "depth": 9.09,
2987
+ "totalLiquidVolume": 40,
2988
+ "shape": "circular",
2989
+ "diameter": 3.17,
2990
+ "x": 79.65,
2991
+ "y": 18,
2992
+ "z": 0.61,
2993
+ "geometryDefinitionId": "conicalWell"
2994
+ },
2995
+ "O16": {
2996
+ "depth": 9.09,
2997
+ "totalLiquidVolume": 40,
2998
+ "shape": "circular",
2999
+ "diameter": 3.17,
3000
+ "x": 79.65,
3001
+ "y": 13.5,
3002
+ "z": 0.61,
3003
+ "geometryDefinitionId": "conicalWell"
3004
+ },
3005
+ "P16": {
3006
+ "depth": 9.09,
3007
+ "totalLiquidVolume": 40,
3008
+ "shape": "circular",
3009
+ "diameter": 3.17,
3010
+ "x": 79.65,
3011
+ "y": 9,
3012
+ "z": 0.61,
3013
+ "geometryDefinitionId": "conicalWell"
3014
+ },
3015
+ "A17": {
3016
+ "depth": 9.09,
3017
+ "totalLiquidVolume": 40,
3018
+ "shape": "circular",
3019
+ "diameter": 3.17,
3020
+ "x": 84.15,
3021
+ "y": 76.5,
3022
+ "z": 0.61,
3023
+ "geometryDefinitionId": "conicalWell"
3024
+ },
3025
+ "B17": {
3026
+ "depth": 9.09,
3027
+ "totalLiquidVolume": 40,
3028
+ "shape": "circular",
3029
+ "diameter": 3.17,
3030
+ "x": 84.15,
3031
+ "y": 72,
3032
+ "z": 0.61,
3033
+ "geometryDefinitionId": "conicalWell"
3034
+ },
3035
+ "C17": {
3036
+ "depth": 9.09,
3037
+ "totalLiquidVolume": 40,
3038
+ "shape": "circular",
3039
+ "diameter": 3.17,
3040
+ "x": 84.15,
3041
+ "y": 67.5,
3042
+ "z": 0.61,
3043
+ "geometryDefinitionId": "conicalWell"
3044
+ },
3045
+ "D17": {
3046
+ "depth": 9.09,
3047
+ "totalLiquidVolume": 40,
3048
+ "shape": "circular",
3049
+ "diameter": 3.17,
3050
+ "x": 84.15,
3051
+ "y": 63,
3052
+ "z": 0.61,
3053
+ "geometryDefinitionId": "conicalWell"
3054
+ },
3055
+ "E17": {
3056
+ "depth": 9.09,
3057
+ "totalLiquidVolume": 40,
3058
+ "shape": "circular",
3059
+ "diameter": 3.17,
3060
+ "x": 84.15,
3061
+ "y": 58.5,
3062
+ "z": 0.61,
3063
+ "geometryDefinitionId": "conicalWell"
3064
+ },
3065
+ "F17": {
3066
+ "depth": 9.09,
3067
+ "totalLiquidVolume": 40,
3068
+ "shape": "circular",
3069
+ "diameter": 3.17,
3070
+ "x": 84.15,
3071
+ "y": 54,
3072
+ "z": 0.61,
3073
+ "geometryDefinitionId": "conicalWell"
3074
+ },
3075
+ "G17": {
3076
+ "depth": 9.09,
3077
+ "totalLiquidVolume": 40,
3078
+ "shape": "circular",
3079
+ "diameter": 3.17,
3080
+ "x": 84.15,
3081
+ "y": 49.5,
3082
+ "z": 0.61,
3083
+ "geometryDefinitionId": "conicalWell"
3084
+ },
3085
+ "H17": {
3086
+ "depth": 9.09,
3087
+ "totalLiquidVolume": 40,
3088
+ "shape": "circular",
3089
+ "diameter": 3.17,
3090
+ "x": 84.15,
3091
+ "y": 45,
3092
+ "z": 0.61,
3093
+ "geometryDefinitionId": "conicalWell"
3094
+ },
3095
+ "I17": {
3096
+ "depth": 9.09,
3097
+ "totalLiquidVolume": 40,
3098
+ "shape": "circular",
3099
+ "diameter": 3.17,
3100
+ "x": 84.15,
3101
+ "y": 40.5,
3102
+ "z": 0.61,
3103
+ "geometryDefinitionId": "conicalWell"
3104
+ },
3105
+ "J17": {
3106
+ "depth": 9.09,
3107
+ "totalLiquidVolume": 40,
3108
+ "shape": "circular",
3109
+ "diameter": 3.17,
3110
+ "x": 84.15,
3111
+ "y": 36,
3112
+ "z": 0.61,
3113
+ "geometryDefinitionId": "conicalWell"
3114
+ },
3115
+ "K17": {
3116
+ "depth": 9.09,
3117
+ "totalLiquidVolume": 40,
3118
+ "shape": "circular",
3119
+ "diameter": 3.17,
3120
+ "x": 84.15,
3121
+ "y": 31.5,
3122
+ "z": 0.61,
3123
+ "geometryDefinitionId": "conicalWell"
3124
+ },
3125
+ "L17": {
3126
+ "depth": 9.09,
3127
+ "totalLiquidVolume": 40,
3128
+ "shape": "circular",
3129
+ "diameter": 3.17,
3130
+ "x": 84.15,
3131
+ "y": 27,
3132
+ "z": 0.61,
3133
+ "geometryDefinitionId": "conicalWell"
3134
+ },
3135
+ "M17": {
3136
+ "depth": 9.09,
3137
+ "totalLiquidVolume": 40,
3138
+ "shape": "circular",
3139
+ "diameter": 3.17,
3140
+ "x": 84.15,
3141
+ "y": 22.5,
3142
+ "z": 0.61,
3143
+ "geometryDefinitionId": "conicalWell"
3144
+ },
3145
+ "N17": {
3146
+ "depth": 9.09,
3147
+ "totalLiquidVolume": 40,
3148
+ "shape": "circular",
3149
+ "diameter": 3.17,
3150
+ "x": 84.15,
3151
+ "y": 18,
3152
+ "z": 0.61,
3153
+ "geometryDefinitionId": "conicalWell"
3154
+ },
3155
+ "O17": {
3156
+ "depth": 9.09,
3157
+ "totalLiquidVolume": 40,
3158
+ "shape": "circular",
3159
+ "diameter": 3.17,
3160
+ "x": 84.15,
3161
+ "y": 13.5,
3162
+ "z": 0.61,
3163
+ "geometryDefinitionId": "conicalWell"
3164
+ },
3165
+ "P17": {
3166
+ "depth": 9.09,
3167
+ "totalLiquidVolume": 40,
3168
+ "shape": "circular",
3169
+ "diameter": 3.17,
3170
+ "x": 84.15,
3171
+ "y": 9,
3172
+ "z": 0.61,
3173
+ "geometryDefinitionId": "conicalWell"
3174
+ },
3175
+ "A18": {
3176
+ "depth": 9.09,
3177
+ "totalLiquidVolume": 40,
3178
+ "shape": "circular",
3179
+ "diameter": 3.17,
3180
+ "x": 88.65,
3181
+ "y": 76.5,
3182
+ "z": 0.61,
3183
+ "geometryDefinitionId": "conicalWell"
3184
+ },
3185
+ "B18": {
3186
+ "depth": 9.09,
3187
+ "totalLiquidVolume": 40,
3188
+ "shape": "circular",
3189
+ "diameter": 3.17,
3190
+ "x": 88.65,
3191
+ "y": 72,
3192
+ "z": 0.61,
3193
+ "geometryDefinitionId": "conicalWell"
3194
+ },
3195
+ "C18": {
3196
+ "depth": 9.09,
3197
+ "totalLiquidVolume": 40,
3198
+ "shape": "circular",
3199
+ "diameter": 3.17,
3200
+ "x": 88.65,
3201
+ "y": 67.5,
3202
+ "z": 0.61,
3203
+ "geometryDefinitionId": "conicalWell"
3204
+ },
3205
+ "D18": {
3206
+ "depth": 9.09,
3207
+ "totalLiquidVolume": 40,
3208
+ "shape": "circular",
3209
+ "diameter": 3.17,
3210
+ "x": 88.65,
3211
+ "y": 63,
3212
+ "z": 0.61,
3213
+ "geometryDefinitionId": "conicalWell"
3214
+ },
3215
+ "E18": {
3216
+ "depth": 9.09,
3217
+ "totalLiquidVolume": 40,
3218
+ "shape": "circular",
3219
+ "diameter": 3.17,
3220
+ "x": 88.65,
3221
+ "y": 58.5,
3222
+ "z": 0.61,
3223
+ "geometryDefinitionId": "conicalWell"
3224
+ },
3225
+ "F18": {
3226
+ "depth": 9.09,
3227
+ "totalLiquidVolume": 40,
3228
+ "shape": "circular",
3229
+ "diameter": 3.17,
3230
+ "x": 88.65,
3231
+ "y": 54,
3232
+ "z": 0.61,
3233
+ "geometryDefinitionId": "conicalWell"
3234
+ },
3235
+ "G18": {
3236
+ "depth": 9.09,
3237
+ "totalLiquidVolume": 40,
3238
+ "shape": "circular",
3239
+ "diameter": 3.17,
3240
+ "x": 88.65,
3241
+ "y": 49.5,
3242
+ "z": 0.61,
3243
+ "geometryDefinitionId": "conicalWell"
3244
+ },
3245
+ "H18": {
3246
+ "depth": 9.09,
3247
+ "totalLiquidVolume": 40,
3248
+ "shape": "circular",
3249
+ "diameter": 3.17,
3250
+ "x": 88.65,
3251
+ "y": 45,
3252
+ "z": 0.61,
3253
+ "geometryDefinitionId": "conicalWell"
3254
+ },
3255
+ "I18": {
3256
+ "depth": 9.09,
3257
+ "totalLiquidVolume": 40,
3258
+ "shape": "circular",
3259
+ "diameter": 3.17,
3260
+ "x": 88.65,
3261
+ "y": 40.5,
3262
+ "z": 0.61,
3263
+ "geometryDefinitionId": "conicalWell"
3264
+ },
3265
+ "J18": {
3266
+ "depth": 9.09,
3267
+ "totalLiquidVolume": 40,
3268
+ "shape": "circular",
3269
+ "diameter": 3.17,
3270
+ "x": 88.65,
3271
+ "y": 36,
3272
+ "z": 0.61,
3273
+ "geometryDefinitionId": "conicalWell"
3274
+ },
3275
+ "K18": {
3276
+ "depth": 9.09,
3277
+ "totalLiquidVolume": 40,
3278
+ "shape": "circular",
3279
+ "diameter": 3.17,
3280
+ "x": 88.65,
3281
+ "y": 31.5,
3282
+ "z": 0.61,
3283
+ "geometryDefinitionId": "conicalWell"
3284
+ },
3285
+ "L18": {
3286
+ "depth": 9.09,
3287
+ "totalLiquidVolume": 40,
3288
+ "shape": "circular",
3289
+ "diameter": 3.17,
3290
+ "x": 88.65,
3291
+ "y": 27,
3292
+ "z": 0.61,
3293
+ "geometryDefinitionId": "conicalWell"
3294
+ },
3295
+ "M18": {
3296
+ "depth": 9.09,
3297
+ "totalLiquidVolume": 40,
3298
+ "shape": "circular",
3299
+ "diameter": 3.17,
3300
+ "x": 88.65,
3301
+ "y": 22.5,
3302
+ "z": 0.61,
3303
+ "geometryDefinitionId": "conicalWell"
3304
+ },
3305
+ "N18": {
3306
+ "depth": 9.09,
3307
+ "totalLiquidVolume": 40,
3308
+ "shape": "circular",
3309
+ "diameter": 3.17,
3310
+ "x": 88.65,
3311
+ "y": 18,
3312
+ "z": 0.61,
3313
+ "geometryDefinitionId": "conicalWell"
3314
+ },
3315
+ "O18": {
3316
+ "depth": 9.09,
3317
+ "totalLiquidVolume": 40,
3318
+ "shape": "circular",
3319
+ "diameter": 3.17,
3320
+ "x": 88.65,
3321
+ "y": 13.5,
3322
+ "z": 0.61,
3323
+ "geometryDefinitionId": "conicalWell"
3324
+ },
3325
+ "P18": {
3326
+ "depth": 9.09,
3327
+ "totalLiquidVolume": 40,
3328
+ "shape": "circular",
3329
+ "diameter": 3.17,
3330
+ "x": 88.65,
3331
+ "y": 9,
3332
+ "z": 0.61,
3333
+ "geometryDefinitionId": "conicalWell"
3334
+ },
3335
+ "A19": {
3336
+ "depth": 9.09,
3337
+ "totalLiquidVolume": 40,
3338
+ "shape": "circular",
3339
+ "diameter": 3.17,
3340
+ "x": 93.15,
3341
+ "y": 76.5,
3342
+ "z": 0.61,
3343
+ "geometryDefinitionId": "conicalWell"
3344
+ },
3345
+ "B19": {
3346
+ "depth": 9.09,
3347
+ "totalLiquidVolume": 40,
3348
+ "shape": "circular",
3349
+ "diameter": 3.17,
3350
+ "x": 93.15,
3351
+ "y": 72,
3352
+ "z": 0.61,
3353
+ "geometryDefinitionId": "conicalWell"
3354
+ },
3355
+ "C19": {
3356
+ "depth": 9.09,
3357
+ "totalLiquidVolume": 40,
3358
+ "shape": "circular",
3359
+ "diameter": 3.17,
3360
+ "x": 93.15,
3361
+ "y": 67.5,
3362
+ "z": 0.61,
3363
+ "geometryDefinitionId": "conicalWell"
3364
+ },
3365
+ "D19": {
3366
+ "depth": 9.09,
3367
+ "totalLiquidVolume": 40,
3368
+ "shape": "circular",
3369
+ "diameter": 3.17,
3370
+ "x": 93.15,
3371
+ "y": 63,
3372
+ "z": 0.61,
3373
+ "geometryDefinitionId": "conicalWell"
3374
+ },
3375
+ "E19": {
3376
+ "depth": 9.09,
3377
+ "totalLiquidVolume": 40,
3378
+ "shape": "circular",
3379
+ "diameter": 3.17,
3380
+ "x": 93.15,
3381
+ "y": 58.5,
3382
+ "z": 0.61,
3383
+ "geometryDefinitionId": "conicalWell"
3384
+ },
3385
+ "F19": {
3386
+ "depth": 9.09,
3387
+ "totalLiquidVolume": 40,
3388
+ "shape": "circular",
3389
+ "diameter": 3.17,
3390
+ "x": 93.15,
3391
+ "y": 54,
3392
+ "z": 0.61,
3393
+ "geometryDefinitionId": "conicalWell"
3394
+ },
3395
+ "G19": {
3396
+ "depth": 9.09,
3397
+ "totalLiquidVolume": 40,
3398
+ "shape": "circular",
3399
+ "diameter": 3.17,
3400
+ "x": 93.15,
3401
+ "y": 49.5,
3402
+ "z": 0.61,
3403
+ "geometryDefinitionId": "conicalWell"
3404
+ },
3405
+ "H19": {
3406
+ "depth": 9.09,
3407
+ "totalLiquidVolume": 40,
3408
+ "shape": "circular",
3409
+ "diameter": 3.17,
3410
+ "x": 93.15,
3411
+ "y": 45,
3412
+ "z": 0.61,
3413
+ "geometryDefinitionId": "conicalWell"
3414
+ },
3415
+ "I19": {
3416
+ "depth": 9.09,
3417
+ "totalLiquidVolume": 40,
3418
+ "shape": "circular",
3419
+ "diameter": 3.17,
3420
+ "x": 93.15,
3421
+ "y": 40.5,
3422
+ "z": 0.61,
3423
+ "geometryDefinitionId": "conicalWell"
3424
+ },
3425
+ "J19": {
3426
+ "depth": 9.09,
3427
+ "totalLiquidVolume": 40,
3428
+ "shape": "circular",
3429
+ "diameter": 3.17,
3430
+ "x": 93.15,
3431
+ "y": 36,
3432
+ "z": 0.61,
3433
+ "geometryDefinitionId": "conicalWell"
3434
+ },
3435
+ "K19": {
3436
+ "depth": 9.09,
3437
+ "totalLiquidVolume": 40,
3438
+ "shape": "circular",
3439
+ "diameter": 3.17,
3440
+ "x": 93.15,
3441
+ "y": 31.5,
3442
+ "z": 0.61,
3443
+ "geometryDefinitionId": "conicalWell"
3444
+ },
3445
+ "L19": {
3446
+ "depth": 9.09,
3447
+ "totalLiquidVolume": 40,
3448
+ "shape": "circular",
3449
+ "diameter": 3.17,
3450
+ "x": 93.15,
3451
+ "y": 27,
3452
+ "z": 0.61,
3453
+ "geometryDefinitionId": "conicalWell"
3454
+ },
3455
+ "M19": {
3456
+ "depth": 9.09,
3457
+ "totalLiquidVolume": 40,
3458
+ "shape": "circular",
3459
+ "diameter": 3.17,
3460
+ "x": 93.15,
3461
+ "y": 22.5,
3462
+ "z": 0.61,
3463
+ "geometryDefinitionId": "conicalWell"
3464
+ },
3465
+ "N19": {
3466
+ "depth": 9.09,
3467
+ "totalLiquidVolume": 40,
3468
+ "shape": "circular",
3469
+ "diameter": 3.17,
3470
+ "x": 93.15,
3471
+ "y": 18,
3472
+ "z": 0.61,
3473
+ "geometryDefinitionId": "conicalWell"
3474
+ },
3475
+ "O19": {
3476
+ "depth": 9.09,
3477
+ "totalLiquidVolume": 40,
3478
+ "shape": "circular",
3479
+ "diameter": 3.17,
3480
+ "x": 93.15,
3481
+ "y": 13.5,
3482
+ "z": 0.61,
3483
+ "geometryDefinitionId": "conicalWell"
3484
+ },
3485
+ "P19": {
3486
+ "depth": 9.09,
3487
+ "totalLiquidVolume": 40,
3488
+ "shape": "circular",
3489
+ "diameter": 3.17,
3490
+ "x": 93.15,
3491
+ "y": 9,
3492
+ "z": 0.61,
3493
+ "geometryDefinitionId": "conicalWell"
3494
+ },
3495
+ "A20": {
3496
+ "depth": 9.09,
3497
+ "totalLiquidVolume": 40,
3498
+ "shape": "circular",
3499
+ "diameter": 3.17,
3500
+ "x": 97.65,
3501
+ "y": 76.5,
3502
+ "z": 0.61,
3503
+ "geometryDefinitionId": "conicalWell"
3504
+ },
3505
+ "B20": {
3506
+ "depth": 9.09,
3507
+ "totalLiquidVolume": 40,
3508
+ "shape": "circular",
3509
+ "diameter": 3.17,
3510
+ "x": 97.65,
3511
+ "y": 72,
3512
+ "z": 0.61,
3513
+ "geometryDefinitionId": "conicalWell"
3514
+ },
3515
+ "C20": {
3516
+ "depth": 9.09,
3517
+ "totalLiquidVolume": 40,
3518
+ "shape": "circular",
3519
+ "diameter": 3.17,
3520
+ "x": 97.65,
3521
+ "y": 67.5,
3522
+ "z": 0.61,
3523
+ "geometryDefinitionId": "conicalWell"
3524
+ },
3525
+ "D20": {
3526
+ "depth": 9.09,
3527
+ "totalLiquidVolume": 40,
3528
+ "shape": "circular",
3529
+ "diameter": 3.17,
3530
+ "x": 97.65,
3531
+ "y": 63,
3532
+ "z": 0.61,
3533
+ "geometryDefinitionId": "conicalWell"
3534
+ },
3535
+ "E20": {
3536
+ "depth": 9.09,
3537
+ "totalLiquidVolume": 40,
3538
+ "shape": "circular",
3539
+ "diameter": 3.17,
3540
+ "x": 97.65,
3541
+ "y": 58.5,
3542
+ "z": 0.61,
3543
+ "geometryDefinitionId": "conicalWell"
3544
+ },
3545
+ "F20": {
3546
+ "depth": 9.09,
3547
+ "totalLiquidVolume": 40,
3548
+ "shape": "circular",
3549
+ "diameter": 3.17,
3550
+ "x": 97.65,
3551
+ "y": 54,
3552
+ "z": 0.61,
3553
+ "geometryDefinitionId": "conicalWell"
3554
+ },
3555
+ "G20": {
3556
+ "depth": 9.09,
3557
+ "totalLiquidVolume": 40,
3558
+ "shape": "circular",
3559
+ "diameter": 3.17,
3560
+ "x": 97.65,
3561
+ "y": 49.5,
3562
+ "z": 0.61,
3563
+ "geometryDefinitionId": "conicalWell"
3564
+ },
3565
+ "H20": {
3566
+ "depth": 9.09,
3567
+ "totalLiquidVolume": 40,
3568
+ "shape": "circular",
3569
+ "diameter": 3.17,
3570
+ "x": 97.65,
3571
+ "y": 45,
3572
+ "z": 0.61,
3573
+ "geometryDefinitionId": "conicalWell"
3574
+ },
3575
+ "I20": {
3576
+ "depth": 9.09,
3577
+ "totalLiquidVolume": 40,
3578
+ "shape": "circular",
3579
+ "diameter": 3.17,
3580
+ "x": 97.65,
3581
+ "y": 40.5,
3582
+ "z": 0.61,
3583
+ "geometryDefinitionId": "conicalWell"
3584
+ },
3585
+ "J20": {
3586
+ "depth": 9.09,
3587
+ "totalLiquidVolume": 40,
3588
+ "shape": "circular",
3589
+ "diameter": 3.17,
3590
+ "x": 97.65,
3591
+ "y": 36,
3592
+ "z": 0.61,
3593
+ "geometryDefinitionId": "conicalWell"
3594
+ },
3595
+ "K20": {
3596
+ "depth": 9.09,
3597
+ "totalLiquidVolume": 40,
3598
+ "shape": "circular",
3599
+ "diameter": 3.17,
3600
+ "x": 97.65,
3601
+ "y": 31.5,
3602
+ "z": 0.61,
3603
+ "geometryDefinitionId": "conicalWell"
3604
+ },
3605
+ "L20": {
3606
+ "depth": 9.09,
3607
+ "totalLiquidVolume": 40,
3608
+ "shape": "circular",
3609
+ "diameter": 3.17,
3610
+ "x": 97.65,
3611
+ "y": 27,
3612
+ "z": 0.61,
3613
+ "geometryDefinitionId": "conicalWell"
3614
+ },
3615
+ "M20": {
3616
+ "depth": 9.09,
3617
+ "totalLiquidVolume": 40,
3618
+ "shape": "circular",
3619
+ "diameter": 3.17,
3620
+ "x": 97.65,
3621
+ "y": 22.5,
3622
+ "z": 0.61,
3623
+ "geometryDefinitionId": "conicalWell"
3624
+ },
3625
+ "N20": {
3626
+ "depth": 9.09,
3627
+ "totalLiquidVolume": 40,
3628
+ "shape": "circular",
3629
+ "diameter": 3.17,
3630
+ "x": 97.65,
3631
+ "y": 18,
3632
+ "z": 0.61,
3633
+ "geometryDefinitionId": "conicalWell"
3634
+ },
3635
+ "O20": {
3636
+ "depth": 9.09,
3637
+ "totalLiquidVolume": 40,
3638
+ "shape": "circular",
3639
+ "diameter": 3.17,
3640
+ "x": 97.65,
3641
+ "y": 13.5,
3642
+ "z": 0.61,
3643
+ "geometryDefinitionId": "conicalWell"
3644
+ },
3645
+ "P20": {
3646
+ "depth": 9.09,
3647
+ "totalLiquidVolume": 40,
3648
+ "shape": "circular",
3649
+ "diameter": 3.17,
3650
+ "x": 97.65,
3651
+ "y": 9,
3652
+ "z": 0.61,
3653
+ "geometryDefinitionId": "conicalWell"
3654
+ },
3655
+ "A21": {
3656
+ "depth": 9.09,
3657
+ "totalLiquidVolume": 40,
3658
+ "shape": "circular",
3659
+ "diameter": 3.17,
3660
+ "x": 102.15,
3661
+ "y": 76.5,
3662
+ "z": 0.61,
3663
+ "geometryDefinitionId": "conicalWell"
3664
+ },
3665
+ "B21": {
3666
+ "depth": 9.09,
3667
+ "totalLiquidVolume": 40,
3668
+ "shape": "circular",
3669
+ "diameter": 3.17,
3670
+ "x": 102.15,
3671
+ "y": 72,
3672
+ "z": 0.61,
3673
+ "geometryDefinitionId": "conicalWell"
3674
+ },
3675
+ "C21": {
3676
+ "depth": 9.09,
3677
+ "totalLiquidVolume": 40,
3678
+ "shape": "circular",
3679
+ "diameter": 3.17,
3680
+ "x": 102.15,
3681
+ "y": 67.5,
3682
+ "z": 0.61,
3683
+ "geometryDefinitionId": "conicalWell"
3684
+ },
3685
+ "D21": {
3686
+ "depth": 9.09,
3687
+ "totalLiquidVolume": 40,
3688
+ "shape": "circular",
3689
+ "diameter": 3.17,
3690
+ "x": 102.15,
3691
+ "y": 63,
3692
+ "z": 0.61,
3693
+ "geometryDefinitionId": "conicalWell"
3694
+ },
3695
+ "E21": {
3696
+ "depth": 9.09,
3697
+ "totalLiquidVolume": 40,
3698
+ "shape": "circular",
3699
+ "diameter": 3.17,
3700
+ "x": 102.15,
3701
+ "y": 58.5,
3702
+ "z": 0.61,
3703
+ "geometryDefinitionId": "conicalWell"
3704
+ },
3705
+ "F21": {
3706
+ "depth": 9.09,
3707
+ "totalLiquidVolume": 40,
3708
+ "shape": "circular",
3709
+ "diameter": 3.17,
3710
+ "x": 102.15,
3711
+ "y": 54,
3712
+ "z": 0.61,
3713
+ "geometryDefinitionId": "conicalWell"
3714
+ },
3715
+ "G21": {
3716
+ "depth": 9.09,
3717
+ "totalLiquidVolume": 40,
3718
+ "shape": "circular",
3719
+ "diameter": 3.17,
3720
+ "x": 102.15,
3721
+ "y": 49.5,
3722
+ "z": 0.61,
3723
+ "geometryDefinitionId": "conicalWell"
3724
+ },
3725
+ "H21": {
3726
+ "depth": 9.09,
3727
+ "totalLiquidVolume": 40,
3728
+ "shape": "circular",
3729
+ "diameter": 3.17,
3730
+ "x": 102.15,
3731
+ "y": 45,
3732
+ "z": 0.61,
3733
+ "geometryDefinitionId": "conicalWell"
3734
+ },
3735
+ "I21": {
3736
+ "depth": 9.09,
3737
+ "totalLiquidVolume": 40,
3738
+ "shape": "circular",
3739
+ "diameter": 3.17,
3740
+ "x": 102.15,
3741
+ "y": 40.5,
3742
+ "z": 0.61,
3743
+ "geometryDefinitionId": "conicalWell"
3744
+ },
3745
+ "J21": {
3746
+ "depth": 9.09,
3747
+ "totalLiquidVolume": 40,
3748
+ "shape": "circular",
3749
+ "diameter": 3.17,
3750
+ "x": 102.15,
3751
+ "y": 36,
3752
+ "z": 0.61,
3753
+ "geometryDefinitionId": "conicalWell"
3754
+ },
3755
+ "K21": {
3756
+ "depth": 9.09,
3757
+ "totalLiquidVolume": 40,
3758
+ "shape": "circular",
3759
+ "diameter": 3.17,
3760
+ "x": 102.15,
3761
+ "y": 31.5,
3762
+ "z": 0.61,
3763
+ "geometryDefinitionId": "conicalWell"
3764
+ },
3765
+ "L21": {
3766
+ "depth": 9.09,
3767
+ "totalLiquidVolume": 40,
3768
+ "shape": "circular",
3769
+ "diameter": 3.17,
3770
+ "x": 102.15,
3771
+ "y": 27,
3772
+ "z": 0.61,
3773
+ "geometryDefinitionId": "conicalWell"
3774
+ },
3775
+ "M21": {
3776
+ "depth": 9.09,
3777
+ "totalLiquidVolume": 40,
3778
+ "shape": "circular",
3779
+ "diameter": 3.17,
3780
+ "x": 102.15,
3781
+ "y": 22.5,
3782
+ "z": 0.61,
3783
+ "geometryDefinitionId": "conicalWell"
3784
+ },
3785
+ "N21": {
3786
+ "depth": 9.09,
3787
+ "totalLiquidVolume": 40,
3788
+ "shape": "circular",
3789
+ "diameter": 3.17,
3790
+ "x": 102.15,
3791
+ "y": 18,
3792
+ "z": 0.61,
3793
+ "geometryDefinitionId": "conicalWell"
3794
+ },
3795
+ "O21": {
3796
+ "depth": 9.09,
3797
+ "totalLiquidVolume": 40,
3798
+ "shape": "circular",
3799
+ "diameter": 3.17,
3800
+ "x": 102.15,
3801
+ "y": 13.5,
3802
+ "z": 0.61,
3803
+ "geometryDefinitionId": "conicalWell"
3804
+ },
3805
+ "P21": {
3806
+ "depth": 9.09,
3807
+ "totalLiquidVolume": 40,
3808
+ "shape": "circular",
3809
+ "diameter": 3.17,
3810
+ "x": 102.15,
3811
+ "y": 9,
3812
+ "z": 0.61,
3813
+ "geometryDefinitionId": "conicalWell"
3814
+ },
3815
+ "A22": {
3816
+ "depth": 9.09,
3817
+ "totalLiquidVolume": 40,
3818
+ "shape": "circular",
3819
+ "diameter": 3.17,
3820
+ "x": 106.65,
3821
+ "y": 76.5,
3822
+ "z": 0.61,
3823
+ "geometryDefinitionId": "conicalWell"
3824
+ },
3825
+ "B22": {
3826
+ "depth": 9.09,
3827
+ "totalLiquidVolume": 40,
3828
+ "shape": "circular",
3829
+ "diameter": 3.17,
3830
+ "x": 106.65,
3831
+ "y": 72,
3832
+ "z": 0.61,
3833
+ "geometryDefinitionId": "conicalWell"
3834
+ },
3835
+ "C22": {
3836
+ "depth": 9.09,
3837
+ "totalLiquidVolume": 40,
3838
+ "shape": "circular",
3839
+ "diameter": 3.17,
3840
+ "x": 106.65,
3841
+ "y": 67.5,
3842
+ "z": 0.61,
3843
+ "geometryDefinitionId": "conicalWell"
3844
+ },
3845
+ "D22": {
3846
+ "depth": 9.09,
3847
+ "totalLiquidVolume": 40,
3848
+ "shape": "circular",
3849
+ "diameter": 3.17,
3850
+ "x": 106.65,
3851
+ "y": 63,
3852
+ "z": 0.61,
3853
+ "geometryDefinitionId": "conicalWell"
3854
+ },
3855
+ "E22": {
3856
+ "depth": 9.09,
3857
+ "totalLiquidVolume": 40,
3858
+ "shape": "circular",
3859
+ "diameter": 3.17,
3860
+ "x": 106.65,
3861
+ "y": 58.5,
3862
+ "z": 0.61,
3863
+ "geometryDefinitionId": "conicalWell"
3864
+ },
3865
+ "F22": {
3866
+ "depth": 9.09,
3867
+ "totalLiquidVolume": 40,
3868
+ "shape": "circular",
3869
+ "diameter": 3.17,
3870
+ "x": 106.65,
3871
+ "y": 54,
3872
+ "z": 0.61,
3873
+ "geometryDefinitionId": "conicalWell"
3874
+ },
3875
+ "G22": {
3876
+ "depth": 9.09,
3877
+ "totalLiquidVolume": 40,
3878
+ "shape": "circular",
3879
+ "diameter": 3.17,
3880
+ "x": 106.65,
3881
+ "y": 49.5,
3882
+ "z": 0.61,
3883
+ "geometryDefinitionId": "conicalWell"
3884
+ },
3885
+ "H22": {
3886
+ "depth": 9.09,
3887
+ "totalLiquidVolume": 40,
3888
+ "shape": "circular",
3889
+ "diameter": 3.17,
3890
+ "x": 106.65,
3891
+ "y": 45,
3892
+ "z": 0.61,
3893
+ "geometryDefinitionId": "conicalWell"
3894
+ },
3895
+ "I22": {
3896
+ "depth": 9.09,
3897
+ "totalLiquidVolume": 40,
3898
+ "shape": "circular",
3899
+ "diameter": 3.17,
3900
+ "x": 106.65,
3901
+ "y": 40.5,
3902
+ "z": 0.61,
3903
+ "geometryDefinitionId": "conicalWell"
3904
+ },
3905
+ "J22": {
3906
+ "depth": 9.09,
3907
+ "totalLiquidVolume": 40,
3908
+ "shape": "circular",
3909
+ "diameter": 3.17,
3910
+ "x": 106.65,
3911
+ "y": 36,
3912
+ "z": 0.61,
3913
+ "geometryDefinitionId": "conicalWell"
3914
+ },
3915
+ "K22": {
3916
+ "depth": 9.09,
3917
+ "totalLiquidVolume": 40,
3918
+ "shape": "circular",
3919
+ "diameter": 3.17,
3920
+ "x": 106.65,
3921
+ "y": 31.5,
3922
+ "z": 0.61,
3923
+ "geometryDefinitionId": "conicalWell"
3924
+ },
3925
+ "L22": {
3926
+ "depth": 9.09,
3927
+ "totalLiquidVolume": 40,
3928
+ "shape": "circular",
3929
+ "diameter": 3.17,
3930
+ "x": 106.65,
3931
+ "y": 27,
3932
+ "z": 0.61,
3933
+ "geometryDefinitionId": "conicalWell"
3934
+ },
3935
+ "M22": {
3936
+ "depth": 9.09,
3937
+ "totalLiquidVolume": 40,
3938
+ "shape": "circular",
3939
+ "diameter": 3.17,
3940
+ "x": 106.65,
3941
+ "y": 22.5,
3942
+ "z": 0.61,
3943
+ "geometryDefinitionId": "conicalWell"
3944
+ },
3945
+ "N22": {
3946
+ "depth": 9.09,
3947
+ "totalLiquidVolume": 40,
3948
+ "shape": "circular",
3949
+ "diameter": 3.17,
3950
+ "x": 106.65,
3951
+ "y": 18,
3952
+ "z": 0.61,
3953
+ "geometryDefinitionId": "conicalWell"
3954
+ },
3955
+ "O22": {
3956
+ "depth": 9.09,
3957
+ "totalLiquidVolume": 40,
3958
+ "shape": "circular",
3959
+ "diameter": 3.17,
3960
+ "x": 106.65,
3961
+ "y": 13.5,
3962
+ "z": 0.61,
3963
+ "geometryDefinitionId": "conicalWell"
3964
+ },
3965
+ "P22": {
3966
+ "depth": 9.09,
3967
+ "totalLiquidVolume": 40,
3968
+ "shape": "circular",
3969
+ "diameter": 3.17,
3970
+ "x": 106.65,
3971
+ "y": 9,
3972
+ "z": 0.61,
3973
+ "geometryDefinitionId": "conicalWell"
3974
+ },
3975
+ "A23": {
3976
+ "depth": 9.09,
3977
+ "totalLiquidVolume": 40,
3978
+ "shape": "circular",
3979
+ "diameter": 3.17,
3980
+ "x": 111.15,
3981
+ "y": 76.5,
3982
+ "z": 0.61,
3983
+ "geometryDefinitionId": "conicalWell"
3984
+ },
3985
+ "B23": {
3986
+ "depth": 9.09,
3987
+ "totalLiquidVolume": 40,
3988
+ "shape": "circular",
3989
+ "diameter": 3.17,
3990
+ "x": 111.15,
3991
+ "y": 72,
3992
+ "z": 0.61,
3993
+ "geometryDefinitionId": "conicalWell"
3994
+ },
3995
+ "C23": {
3996
+ "depth": 9.09,
3997
+ "totalLiquidVolume": 40,
3998
+ "shape": "circular",
3999
+ "diameter": 3.17,
4000
+ "x": 111.15,
4001
+ "y": 67.5,
4002
+ "z": 0.61,
4003
+ "geometryDefinitionId": "conicalWell"
4004
+ },
4005
+ "D23": {
4006
+ "depth": 9.09,
4007
+ "totalLiquidVolume": 40,
4008
+ "shape": "circular",
4009
+ "diameter": 3.17,
4010
+ "x": 111.15,
4011
+ "y": 63,
4012
+ "z": 0.61,
4013
+ "geometryDefinitionId": "conicalWell"
4014
+ },
4015
+ "E23": {
4016
+ "depth": 9.09,
4017
+ "totalLiquidVolume": 40,
4018
+ "shape": "circular",
4019
+ "diameter": 3.17,
4020
+ "x": 111.15,
4021
+ "y": 58.5,
4022
+ "z": 0.61,
4023
+ "geometryDefinitionId": "conicalWell"
4024
+ },
4025
+ "F23": {
4026
+ "depth": 9.09,
4027
+ "totalLiquidVolume": 40,
4028
+ "shape": "circular",
4029
+ "diameter": 3.17,
4030
+ "x": 111.15,
4031
+ "y": 54,
4032
+ "z": 0.61,
4033
+ "geometryDefinitionId": "conicalWell"
4034
+ },
4035
+ "G23": {
4036
+ "depth": 9.09,
4037
+ "totalLiquidVolume": 40,
4038
+ "shape": "circular",
4039
+ "diameter": 3.17,
4040
+ "x": 111.15,
4041
+ "y": 49.5,
4042
+ "z": 0.61,
4043
+ "geometryDefinitionId": "conicalWell"
4044
+ },
4045
+ "H23": {
4046
+ "depth": 9.09,
4047
+ "totalLiquidVolume": 40,
4048
+ "shape": "circular",
4049
+ "diameter": 3.17,
4050
+ "x": 111.15,
4051
+ "y": 45,
4052
+ "z": 0.61,
4053
+ "geometryDefinitionId": "conicalWell"
4054
+ },
4055
+ "I23": {
4056
+ "depth": 9.09,
4057
+ "totalLiquidVolume": 40,
4058
+ "shape": "circular",
4059
+ "diameter": 3.17,
4060
+ "x": 111.15,
4061
+ "y": 40.5,
4062
+ "z": 0.61,
4063
+ "geometryDefinitionId": "conicalWell"
4064
+ },
4065
+ "J23": {
4066
+ "depth": 9.09,
4067
+ "totalLiquidVolume": 40,
4068
+ "shape": "circular",
4069
+ "diameter": 3.17,
4070
+ "x": 111.15,
4071
+ "y": 36,
4072
+ "z": 0.61,
4073
+ "geometryDefinitionId": "conicalWell"
4074
+ },
4075
+ "K23": {
4076
+ "depth": 9.09,
4077
+ "totalLiquidVolume": 40,
4078
+ "shape": "circular",
4079
+ "diameter": 3.17,
4080
+ "x": 111.15,
4081
+ "y": 31.5,
4082
+ "z": 0.61,
4083
+ "geometryDefinitionId": "conicalWell"
4084
+ },
4085
+ "L23": {
4086
+ "depth": 9.09,
4087
+ "totalLiquidVolume": 40,
4088
+ "shape": "circular",
4089
+ "diameter": 3.17,
4090
+ "x": 111.15,
4091
+ "y": 27,
4092
+ "z": 0.61,
4093
+ "geometryDefinitionId": "conicalWell"
4094
+ },
4095
+ "M23": {
4096
+ "depth": 9.09,
4097
+ "totalLiquidVolume": 40,
4098
+ "shape": "circular",
4099
+ "diameter": 3.17,
4100
+ "x": 111.15,
4101
+ "y": 22.5,
4102
+ "z": 0.61,
4103
+ "geometryDefinitionId": "conicalWell"
4104
+ },
4105
+ "N23": {
4106
+ "depth": 9.09,
4107
+ "totalLiquidVolume": 40,
4108
+ "shape": "circular",
4109
+ "diameter": 3.17,
4110
+ "x": 111.15,
4111
+ "y": 18,
4112
+ "z": 0.61,
4113
+ "geometryDefinitionId": "conicalWell"
4114
+ },
4115
+ "O23": {
4116
+ "depth": 9.09,
4117
+ "totalLiquidVolume": 40,
4118
+ "shape": "circular",
4119
+ "diameter": 3.17,
4120
+ "x": 111.15,
4121
+ "y": 13.5,
4122
+ "z": 0.61,
4123
+ "geometryDefinitionId": "conicalWell"
4124
+ },
4125
+ "P23": {
4126
+ "depth": 9.09,
4127
+ "totalLiquidVolume": 40,
4128
+ "shape": "circular",
4129
+ "diameter": 3.17,
4130
+ "x": 111.15,
4131
+ "y": 9,
4132
+ "z": 0.61,
4133
+ "geometryDefinitionId": "conicalWell"
4134
+ },
4135
+ "A24": {
4136
+ "depth": 9.09,
4137
+ "totalLiquidVolume": 40,
4138
+ "shape": "circular",
4139
+ "diameter": 3.17,
4140
+ "x": 115.65,
4141
+ "y": 76.5,
4142
+ "z": 0.61,
4143
+ "geometryDefinitionId": "conicalWell"
4144
+ },
4145
+ "B24": {
4146
+ "depth": 9.09,
4147
+ "totalLiquidVolume": 40,
4148
+ "shape": "circular",
4149
+ "diameter": 3.17,
4150
+ "x": 115.65,
4151
+ "y": 72,
4152
+ "z": 0.61,
4153
+ "geometryDefinitionId": "conicalWell"
4154
+ },
4155
+ "C24": {
4156
+ "depth": 9.09,
4157
+ "totalLiquidVolume": 40,
4158
+ "shape": "circular",
4159
+ "diameter": 3.17,
4160
+ "x": 115.65,
4161
+ "y": 67.5,
4162
+ "z": 0.61,
4163
+ "geometryDefinitionId": "conicalWell"
4164
+ },
4165
+ "D24": {
4166
+ "depth": 9.09,
4167
+ "totalLiquidVolume": 40,
4168
+ "shape": "circular",
4169
+ "diameter": 3.17,
4170
+ "x": 115.65,
4171
+ "y": 63,
4172
+ "z": 0.61,
4173
+ "geometryDefinitionId": "conicalWell"
4174
+ },
4175
+ "E24": {
4176
+ "depth": 9.09,
4177
+ "totalLiquidVolume": 40,
4178
+ "shape": "circular",
4179
+ "diameter": 3.17,
4180
+ "x": 115.65,
4181
+ "y": 58.5,
4182
+ "z": 0.61,
4183
+ "geometryDefinitionId": "conicalWell"
4184
+ },
4185
+ "F24": {
4186
+ "depth": 9.09,
4187
+ "totalLiquidVolume": 40,
4188
+ "shape": "circular",
4189
+ "diameter": 3.17,
4190
+ "x": 115.65,
4191
+ "y": 54,
4192
+ "z": 0.61,
4193
+ "geometryDefinitionId": "conicalWell"
4194
+ },
4195
+ "G24": {
4196
+ "depth": 9.09,
4197
+ "totalLiquidVolume": 40,
4198
+ "shape": "circular",
4199
+ "diameter": 3.17,
4200
+ "x": 115.65,
4201
+ "y": 49.5,
4202
+ "z": 0.61,
4203
+ "geometryDefinitionId": "conicalWell"
4204
+ },
4205
+ "H24": {
4206
+ "depth": 9.09,
4207
+ "totalLiquidVolume": 40,
4208
+ "shape": "circular",
4209
+ "diameter": 3.17,
4210
+ "x": 115.65,
4211
+ "y": 45,
4212
+ "z": 0.61,
4213
+ "geometryDefinitionId": "conicalWell"
4214
+ },
4215
+ "I24": {
4216
+ "depth": 9.09,
4217
+ "totalLiquidVolume": 40,
4218
+ "shape": "circular",
4219
+ "diameter": 3.17,
4220
+ "x": 115.65,
4221
+ "y": 40.5,
4222
+ "z": 0.61,
4223
+ "geometryDefinitionId": "conicalWell"
4224
+ },
4225
+ "J24": {
4226
+ "depth": 9.09,
4227
+ "totalLiquidVolume": 40,
4228
+ "shape": "circular",
4229
+ "diameter": 3.17,
4230
+ "x": 115.65,
4231
+ "y": 36,
4232
+ "z": 0.61,
4233
+ "geometryDefinitionId": "conicalWell"
4234
+ },
4235
+ "K24": {
4236
+ "depth": 9.09,
4237
+ "totalLiquidVolume": 40,
4238
+ "shape": "circular",
4239
+ "diameter": 3.17,
4240
+ "x": 115.65,
4241
+ "y": 31.5,
4242
+ "z": 0.61,
4243
+ "geometryDefinitionId": "conicalWell"
4244
+ },
4245
+ "L24": {
4246
+ "depth": 9.09,
4247
+ "totalLiquidVolume": 40,
4248
+ "shape": "circular",
4249
+ "diameter": 3.17,
4250
+ "x": 115.65,
4251
+ "y": 27,
4252
+ "z": 0.61,
4253
+ "geometryDefinitionId": "conicalWell"
4254
+ },
4255
+ "M24": {
4256
+ "depth": 9.09,
4257
+ "totalLiquidVolume": 40,
4258
+ "shape": "circular",
4259
+ "diameter": 3.17,
4260
+ "x": 115.65,
4261
+ "y": 22.5,
4262
+ "z": 0.61,
4263
+ "geometryDefinitionId": "conicalWell"
4264
+ },
4265
+ "N24": {
4266
+ "depth": 9.09,
4267
+ "totalLiquidVolume": 40,
4268
+ "shape": "circular",
4269
+ "diameter": 3.17,
4270
+ "x": 115.65,
4271
+ "y": 18,
4272
+ "z": 0.61,
4273
+ "geometryDefinitionId": "conicalWell"
4274
+ },
4275
+ "O24": {
4276
+ "depth": 9.09,
4277
+ "totalLiquidVolume": 40,
4278
+ "shape": "circular",
4279
+ "diameter": 3.17,
4280
+ "x": 115.65,
4281
+ "y": 13.5,
4282
+ "z": 0.61,
4283
+ "geometryDefinitionId": "conicalWell"
4284
+ },
4285
+ "P24": {
4286
+ "depth": 9.09,
4287
+ "totalLiquidVolume": 40,
4288
+ "shape": "circular",
4289
+ "diameter": 3.17,
4290
+ "x": 115.65,
4291
+ "y": 9,
4292
+ "z": 0.61,
4293
+ "geometryDefinitionId": "conicalWell"
4294
+ }
4295
+ },
4296
+ "groups": [
4297
+ {
4298
+ "metadata": {
4299
+ "wellBottomShape": "v"
4300
+ },
4301
+ "wells": [
4302
+ "A1",
4303
+ "B1",
4304
+ "C1",
4305
+ "D1",
4306
+ "E1",
4307
+ "F1",
4308
+ "G1",
4309
+ "H1",
4310
+ "I1",
4311
+ "J1",
4312
+ "K1",
4313
+ "L1",
4314
+ "M1",
4315
+ "N1",
4316
+ "O1",
4317
+ "P1",
4318
+ "A2",
4319
+ "B2",
4320
+ "C2",
4321
+ "D2",
4322
+ "E2",
4323
+ "F2",
4324
+ "G2",
4325
+ "H2",
4326
+ "I2",
4327
+ "J2",
4328
+ "K2",
4329
+ "L2",
4330
+ "M2",
4331
+ "N2",
4332
+ "O2",
4333
+ "P2",
4334
+ "A3",
4335
+ "B3",
4336
+ "C3",
4337
+ "D3",
4338
+ "E3",
4339
+ "F3",
4340
+ "G3",
4341
+ "H3",
4342
+ "I3",
4343
+ "J3",
4344
+ "K3",
4345
+ "L3",
4346
+ "M3",
4347
+ "N3",
4348
+ "O3",
4349
+ "P3",
4350
+ "A4",
4351
+ "B4",
4352
+ "C4",
4353
+ "D4",
4354
+ "E4",
4355
+ "F4",
4356
+ "G4",
4357
+ "H4",
4358
+ "I4",
4359
+ "J4",
4360
+ "K4",
4361
+ "L4",
4362
+ "M4",
4363
+ "N4",
4364
+ "O4",
4365
+ "P4",
4366
+ "A5",
4367
+ "B5",
4368
+ "C5",
4369
+ "D5",
4370
+ "E5",
4371
+ "F5",
4372
+ "G5",
4373
+ "H5",
4374
+ "I5",
4375
+ "J5",
4376
+ "K5",
4377
+ "L5",
4378
+ "M5",
4379
+ "N5",
4380
+ "O5",
4381
+ "P5",
4382
+ "A6",
4383
+ "B6",
4384
+ "C6",
4385
+ "D6",
4386
+ "E6",
4387
+ "F6",
4388
+ "G6",
4389
+ "H6",
4390
+ "I6",
4391
+ "J6",
4392
+ "K6",
4393
+ "L6",
4394
+ "M6",
4395
+ "N6",
4396
+ "O6",
4397
+ "P6",
4398
+ "A7",
4399
+ "B7",
4400
+ "C7",
4401
+ "D7",
4402
+ "E7",
4403
+ "F7",
4404
+ "G7",
4405
+ "H7",
4406
+ "I7",
4407
+ "J7",
4408
+ "K7",
4409
+ "L7",
4410
+ "M7",
4411
+ "N7",
4412
+ "O7",
4413
+ "P7",
4414
+ "A8",
4415
+ "B8",
4416
+ "C8",
4417
+ "D8",
4418
+ "E8",
4419
+ "F8",
4420
+ "G8",
4421
+ "H8",
4422
+ "I8",
4423
+ "J8",
4424
+ "K8",
4425
+ "L8",
4426
+ "M8",
4427
+ "N8",
4428
+ "O8",
4429
+ "P8",
4430
+ "A9",
4431
+ "B9",
4432
+ "C9",
4433
+ "D9",
4434
+ "E9",
4435
+ "F9",
4436
+ "G9",
4437
+ "H9",
4438
+ "I9",
4439
+ "J9",
4440
+ "K9",
4441
+ "L9",
4442
+ "M9",
4443
+ "N9",
4444
+ "O9",
4445
+ "P9",
4446
+ "A10",
4447
+ "B10",
4448
+ "C10",
4449
+ "D10",
4450
+ "E10",
4451
+ "F10",
4452
+ "G10",
4453
+ "H10",
4454
+ "I10",
4455
+ "J10",
4456
+ "K10",
4457
+ "L10",
4458
+ "M10",
4459
+ "N10",
4460
+ "O10",
4461
+ "P10",
4462
+ "A11",
4463
+ "B11",
4464
+ "C11",
4465
+ "D11",
4466
+ "E11",
4467
+ "F11",
4468
+ "G11",
4469
+ "H11",
4470
+ "I11",
4471
+ "J11",
4472
+ "K11",
4473
+ "L11",
4474
+ "M11",
4475
+ "N11",
4476
+ "O11",
4477
+ "P11",
4478
+ "A12",
4479
+ "B12",
4480
+ "C12",
4481
+ "D12",
4482
+ "E12",
4483
+ "F12",
4484
+ "G12",
4485
+ "H12",
4486
+ "I12",
4487
+ "J12",
4488
+ "K12",
4489
+ "L12",
4490
+ "M12",
4491
+ "N12",
4492
+ "O12",
4493
+ "P12",
4494
+ "A13",
4495
+ "B13",
4496
+ "C13",
4497
+ "D13",
4498
+ "E13",
4499
+ "F13",
4500
+ "G13",
4501
+ "H13",
4502
+ "I13",
4503
+ "J13",
4504
+ "K13",
4505
+ "L13",
4506
+ "M13",
4507
+ "N13",
4508
+ "O13",
4509
+ "P13",
4510
+ "A14",
4511
+ "B14",
4512
+ "C14",
4513
+ "D14",
4514
+ "E14",
4515
+ "F14",
4516
+ "G14",
4517
+ "H14",
4518
+ "I14",
4519
+ "J14",
4520
+ "K14",
4521
+ "L14",
4522
+ "M14",
4523
+ "N14",
4524
+ "O14",
4525
+ "P14",
4526
+ "A15",
4527
+ "B15",
4528
+ "C15",
4529
+ "D15",
4530
+ "E15",
4531
+ "F15",
4532
+ "G15",
4533
+ "H15",
4534
+ "I15",
4535
+ "J15",
4536
+ "K15",
4537
+ "L15",
4538
+ "M15",
4539
+ "N15",
4540
+ "O15",
4541
+ "P15",
4542
+ "A16",
4543
+ "B16",
4544
+ "C16",
4545
+ "D16",
4546
+ "E16",
4547
+ "F16",
4548
+ "G16",
4549
+ "H16",
4550
+ "I16",
4551
+ "J16",
4552
+ "K16",
4553
+ "L16",
4554
+ "M16",
4555
+ "N16",
4556
+ "O16",
4557
+ "P16",
4558
+ "A17",
4559
+ "B17",
4560
+ "C17",
4561
+ "D17",
4562
+ "E17",
4563
+ "F17",
4564
+ "G17",
4565
+ "H17",
4566
+ "I17",
4567
+ "J17",
4568
+ "K17",
4569
+ "L17",
4570
+ "M17",
4571
+ "N17",
4572
+ "O17",
4573
+ "P17",
4574
+ "A18",
4575
+ "B18",
4576
+ "C18",
4577
+ "D18",
4578
+ "E18",
4579
+ "F18",
4580
+ "G18",
4581
+ "H18",
4582
+ "I18",
4583
+ "J18",
4584
+ "K18",
4585
+ "L18",
4586
+ "M18",
4587
+ "N18",
4588
+ "O18",
4589
+ "P18",
4590
+ "A19",
4591
+ "B19",
4592
+ "C19",
4593
+ "D19",
4594
+ "E19",
4595
+ "F19",
4596
+ "G19",
4597
+ "H19",
4598
+ "I19",
4599
+ "J19",
4600
+ "K19",
4601
+ "L19",
4602
+ "M19",
4603
+ "N19",
4604
+ "O19",
4605
+ "P19",
4606
+ "A20",
4607
+ "B20",
4608
+ "C20",
4609
+ "D20",
4610
+ "E20",
4611
+ "F20",
4612
+ "G20",
4613
+ "H20",
4614
+ "I20",
4615
+ "J20",
4616
+ "K20",
4617
+ "L20",
4618
+ "M20",
4619
+ "N20",
4620
+ "O20",
4621
+ "P20",
4622
+ "A21",
4623
+ "B21",
4624
+ "C21",
4625
+ "D21",
4626
+ "E21",
4627
+ "F21",
4628
+ "G21",
4629
+ "H21",
4630
+ "I21",
4631
+ "J21",
4632
+ "K21",
4633
+ "L21",
4634
+ "M21",
4635
+ "N21",
4636
+ "O21",
4637
+ "P21",
4638
+ "A22",
4639
+ "B22",
4640
+ "C22",
4641
+ "D22",
4642
+ "E22",
4643
+ "F22",
4644
+ "G22",
4645
+ "H22",
4646
+ "I22",
4647
+ "J22",
4648
+ "K22",
4649
+ "L22",
4650
+ "M22",
4651
+ "N22",
4652
+ "O22",
4653
+ "P22",
4654
+ "A23",
4655
+ "B23",
4656
+ "C23",
4657
+ "D23",
4658
+ "E23",
4659
+ "F23",
4660
+ "G23",
4661
+ "H23",
4662
+ "I23",
4663
+ "J23",
4664
+ "K23",
4665
+ "L23",
4666
+ "M23",
4667
+ "N23",
4668
+ "O23",
4669
+ "P23",
4670
+ "A24",
4671
+ "B24",
4672
+ "C24",
4673
+ "D24",
4674
+ "E24",
4675
+ "F24",
4676
+ "G24",
4677
+ "H24",
4678
+ "I24",
4679
+ "J24",
4680
+ "K24",
4681
+ "L24",
4682
+ "M24",
4683
+ "N24",
4684
+ "O24",
4685
+ "P24"
4686
+ ]
4687
+ }
4688
+ ],
4689
+ "parameters": {
4690
+ "format": "384Standard",
4691
+ "quirks": [],
4692
+ "isTiprack": false,
4693
+ "isMagneticModuleCompatible": false,
4694
+ "loadName": "appliedbiosystemsmicroamp_384_wellplate_40ul"
4695
+ },
4696
+ "namespace": "opentrons",
4697
+ "version": 2,
4698
+ "schemaVersion": 2,
4699
+ "cornerOffsetFromSlot": {
4700
+ "x": 0,
4701
+ "y": 0,
4702
+ "z": 0
4703
+ },
4704
+ "innerLabwareGeometry": {
4705
+ "conicalWell": {
4706
+ "sections": [
4707
+ {
4708
+ "shape": "conical",
4709
+ "bottomDiameter": 3.17,
4710
+ "topDiameter": 3.17,
4711
+ "topHeight": 9.09,
4712
+ "bottomHeight": 5.77
4713
+ },
4714
+ {
4715
+ "shape": "conical",
4716
+ "topDiameter": 3.17,
4717
+ "bottomDiameter": 1.4,
4718
+ "topHeight": 5.77,
4719
+ "bottomHeight": 0.34
4720
+ },
4721
+ {
4722
+ "shape": "spherical",
4723
+ "radiusOfCurvature": 0.89,
4724
+ "topHeight": 0.34,
4725
+ "bottomHeight": 0.0
4726
+ }
4727
+ ]
4728
+ }
4729
+ }
4730
+ }