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