osdu-python-models 0.5.0__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.
- osdu_models/__init__.py +0 -0
- osdu_models/abstract/__init__.py +2 -0
- osdu_models/abstract/abstract_access_control_list/__init__.py +2 -0
- osdu_models/abstract/abstract_access_control_list/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_activity_parameter/__init__.py +2 -0
- osdu_models/abstract/abstract_activity_parameter/v1_0_0.py +113 -0
- osdu_models/abstract/abstract_activity_parameter/v1_1_0.py +117 -0
- osdu_models/abstract/abstract_activity_state/__init__.py +2 -0
- osdu_models/abstract/abstract_activity_state/v1_0_0.py +36 -0
- osdu_models/abstract/abstract_alias_names/__init__.py +2 -0
- osdu_models/abstract/abstract_alias_names/v1_0_0.py +45 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/v1_0_0.py +282 -0
- osdu_models/abstract/abstract_any_crs_feature_collection/v1_1_0.py +300 -0
- osdu_models/abstract/abstract_bin_grid/__init__.py +2 -0
- osdu_models/abstract/abstract_bin_grid/v1_0_0.py +103 -0
- osdu_models/abstract/abstract_bin_grid/v1_1_0.py +103 -0
- osdu_models/abstract/abstract_business_rule/__init__.py +2 -0
- osdu_models/abstract/abstract_business_rule/v1_0_0.py +69 -0
- osdu_models/abstract/abstract_collaboration_lifecycle_event/__init__.py +2 -0
- osdu_models/abstract/abstract_collaboration_lifecycle_event/v1_0_0.py +49 -0
- osdu_models/abstract/abstract_column_based_table/__init__.py +2 -0
- osdu_models/abstract/abstract_column_based_table/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_column_based_table/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_column_based_table/v1_2_0.py +103 -0
- osdu_models/abstract/abstract_column_based_table/v1_2_1.py +103 -0
- osdu_models/abstract/abstract_column_layer_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_column_layer_grid_patch/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_common_resources/__init__.py +2 -0
- osdu_models/abstract/abstract_common_resources/v1_0_0.py +82 -0
- osdu_models/abstract/abstract_common_resources/v1_0_1.py +82 -0
- osdu_models/abstract/abstract_compression_info/__init__.py +2 -0
- osdu_models/abstract/abstract_compression_info/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_compression_info/v1_1_0.py +44 -0
- osdu_models/abstract/abstract_contact/__init__.py +2 -0
- osdu_models/abstract/abstract_contact/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_contact/v1_1_0.py +69 -0
- osdu_models/abstract/abstract_contact_user_profile/__init__.py +2 -0
- osdu_models/abstract/abstract_contact_user_profile/v1_0_0.py +27 -0
- osdu_models/abstract/abstract_coordinates/__init__.py +2 -0
- osdu_models/abstract/abstract_coordinates/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_dataset/__init__.py +2 -0
- osdu_models/abstract/abstract_dataset/v1_0_0.py +78 -0
- osdu_models/abstract/abstract_dataset/v1_0_1.py +78 -0
- osdu_models/abstract/abstract_decision_quality_element/__init__.py +2 -0
- osdu_models/abstract/abstract_decision_quality_element/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_downtime_context/__init__.py +2 -0
- osdu_models/abstract/abstract_downtime_context/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_facet/__init__.py +2 -0
- osdu_models/abstract/abstract_facet/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_facility/__init__.py +2 -0
- osdu_models/abstract/abstract_facility/v1_0_0.py +87 -0
- osdu_models/abstract/abstract_facility/v1_1_0.py +91 -0
- osdu_models/abstract/abstract_facility_event/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_event/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_facility_event/v1_1_0.py +36 -0
- osdu_models/abstract/abstract_facility_operator/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_operator/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_facility_operator/v1_1_0.py +38 -0
- osdu_models/abstract/abstract_facility_specification/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_specification/v1_0_0.py +57 -0
- osdu_models/abstract/abstract_facility_state/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_state/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_facility_state/v1_1_0.py +36 -0
- osdu_models/abstract/abstract_facility_vertical_measurement/__init__.py +2 -0
- osdu_models/abstract/abstract_facility_vertical_measurement/v1_0_0.py +98 -0
- osdu_models/abstract/abstract_feature_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_feature_collection/v1_0_0.py +227 -0
- osdu_models/abstract/abstract_file/__init__.py +2 -0
- osdu_models/abstract/abstract_file/v1_0_0.py +44 -0
- osdu_models/abstract/abstract_file/v1_0_1.py +44 -0
- osdu_models/abstract/abstract_file_collection/__init__.py +2 -0
- osdu_models/abstract/abstract_file_collection/v1_0_0.py +89 -0
- osdu_models/abstract/abstract_file_collection/v1_0_1.py +89 -0
- osdu_models/abstract/abstract_file_source_info/__init__.py +2 -0
- osdu_models/abstract/abstract_file_source_info/v1_0_0.py +92 -0
- osdu_models/abstract/abstract_file_source_info/v1_0_1.py +92 -0
- osdu_models/abstract/abstract_fluid_additive/__init__.py +2 -0
- osdu_models/abstract/abstract_fluid_additive/v1_0_0.py +79 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/__init__.py +2 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v1_0_0.py +131 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v1_1_0.py +131 -0
- osdu_models/abstract/abstract_generic_reservoir_unit/v2_0_0.py +133 -0
- osdu_models/abstract/abstract_geo_basin_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_basin_context/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_geo_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_context/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_geo_field_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_field_context/v1_0_0.py +26 -0
- osdu_models/abstract/abstract_geo_play_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_play_context/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_geo_political_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_political_context/v1_0_0.py +33 -0
- osdu_models/abstract/abstract_geo_prospect_context/__init__.py +2 -0
- osdu_models/abstract/abstract_geo_prospect_context/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/__init__.py +2 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/v1_0_0.py +45 -0
- osdu_models/abstract/abstract_geologic_unit_interpretation/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_grid_representation/__init__.py +2 -0
- osdu_models/abstract/abstract_grid_representation/v1_0_0.py +117 -0
- osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/__init__.py +2 -0
- osdu_models/abstract/abstract_ijk_grid_flow_simulation_boundary_connection/v1_0_0.py +71 -0
- osdu_models/abstract/abstract_ijk_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_ijk_grid_patch/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_interpretation/__init__.py +2 -0
- osdu_models/abstract/abstract_interpretation/v1_0_0.py +51 -0
- osdu_models/abstract/abstract_interpretation/v1_1_0.py +55 -0
- osdu_models/abstract/abstract_label_and_value/__init__.py +2 -0
- osdu_models/abstract/abstract_label_and_value/v1_0_0.py +109 -0
- osdu_models/abstract/abstract_legal_tags/__init__.py +2 -0
- osdu_models/abstract/abstract_legal_tags/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_location_uncertainty/__init__.py +2 -0
- osdu_models/abstract/abstract_location_uncertainty/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_master/__init__.py +2 -0
- osdu_models/abstract/abstract_master/v1_0_0.py +47 -0
- osdu_models/abstract/abstract_master/v1_1_0.py +47 -0
- osdu_models/abstract/abstract_master/v1_2_0.py +54 -0
- osdu_models/abstract/abstract_project/__init__.py +2 -0
- osdu_models/abstract/abstract_project/v1_0_0.py +244 -0
- osdu_models/abstract/abstract_project_activity/__init__.py +2 -0
- osdu_models/abstract/abstract_project_activity/v1_0_0.py +40 -0
- osdu_models/abstract/abstract_project_activity/v1_1_0.py +51 -0
- osdu_models/abstract/abstract_project_activity/v1_2_0.py +51 -0
- osdu_models/abstract/abstract_property_type/__init__.py +2 -0
- osdu_models/abstract/abstract_property_type/v1_0_0.py +34 -0
- osdu_models/abstract/abstract_proppant_agent/__init__.py +2 -0
- osdu_models/abstract/abstract_proppant_agent/v1_0_0.py +233 -0
- osdu_models/abstract/abstract_ptcondition/__init__.py +2 -0
- osdu_models/abstract/abstract_ptcondition/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_ptcondition/v1_1_0.py +35 -0
- osdu_models/abstract/abstract_quality_metric/__init__.py +2 -0
- osdu_models/abstract/abstract_quality_metric/v1_0_0.py +59 -0
- osdu_models/abstract/abstract_quality_metric/v1_1_0.py +63 -0
- osdu_models/abstract/abstract_reference_level/__init__.py +2 -0
- osdu_models/abstract/abstract_reference_level/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_reference_property_type/__init__.py +2 -0
- osdu_models/abstract/abstract_reference_property_type/v1_1_0.py +72 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_0.py +89 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_1.py +91 -0
- osdu_models/abstract/abstract_reference_property_type/v1_2_2.py +91 -0
- osdu_models/abstract/abstract_remark/__init__.py +2 -0
- osdu_models/abstract/abstract_remark/v1_0_0.py +33 -0
- osdu_models/abstract/abstract_representation/__init__.py +2 -0
- osdu_models/abstract/abstract_representation/v1_0_0.py +104 -0
- osdu_models/abstract/abstract_sample_properties/__init__.py +2 -0
- osdu_models/abstract/abstract_sample_properties/v1_0_0.py +15 -0
- osdu_models/abstract/abstract_sample_properties/v1_1_0.py +44 -0
- osdu_models/abstract/abstract_seismic_precision/__init__.py +2 -0
- osdu_models/abstract/abstract_seismic_precision/v1_0_0.py +28 -0
- osdu_models/abstract/abstract_spatial_location/__init__.py +2 -0
- osdu_models/abstract/abstract_spatial_location/v1_0_0.py +94 -0
- osdu_models/abstract/abstract_spatial_location/v1_1_0.py +94 -0
- osdu_models/abstract/abstract_spatial_reference/__init__.py +2 -0
- osdu_models/abstract/abstract_spatial_reference/v1_0_0.py +75 -0
- osdu_models/abstract/abstract_stim_material_quantity/__init__.py +2 -0
- osdu_models/abstract/abstract_stim_material_quantity/v1_0_0.py +66 -0
- osdu_models/abstract/abstract_storage_location/__init__.py +2 -0
- osdu_models/abstract/abstract_storage_location/v1_0_0.py +47 -0
- osdu_models/abstract/abstract_technical_assurance/__init__.py +2 -0
- osdu_models/abstract/abstract_technical_assurance/v1_0_0.py +158 -0
- osdu_models/abstract/abstract_technical_assurance/v1_1_0.py +200 -0
- osdu_models/abstract/abstract_technical_assurance/v1_2_0.py +290 -0
- osdu_models/abstract/abstract_time_series_link/__init__.py +2 -0
- osdu_models/abstract/abstract_time_series_link/v1_0_0.py +31 -0
- osdu_models/abstract/abstract_trigger/__init__.py +2 -0
- osdu_models/abstract/abstract_trigger/v1_0_0.py +35 -0
- osdu_models/abstract/abstract_tubular_component_bend/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_bend/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_tubular_component_bit_record/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_bit_record/v1_1_0.py +307 -0
- osdu_models/abstract/abstract_tubular_component_connection/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_connection/v1_0_0.py +81 -0
- osdu_models/abstract/abstract_tubular_component_hole_opener/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_hole_opener/v1_0_0.py +54 -0
- osdu_models/abstract/abstract_tubular_component_jar/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_jar/v1_0_0.py +55 -0
- osdu_models/abstract/abstract_tubular_component_motor/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_motor/v1_0_0.py +97 -0
- osdu_models/abstract/abstract_tubular_component_pressure_loss/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_pressure_loss/v1_0_0.py +23 -0
- osdu_models/abstract/abstract_tubular_component_rss/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_rss/v1_0_0.py +107 -0
- osdu_models/abstract/abstract_tubular_component_stabiliser/__init__.py +2 -0
- osdu_models/abstract/abstract_tubular_component_stabiliser/v1_0_0.py +90 -0
- osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_unstructured_column_layer_grid_patch/v1_0_0.py +29 -0
- osdu_models/abstract/abstract_unstructured_grid_patch/__init__.py +2 -0
- osdu_models/abstract/abstract_unstructured_grid_patch/v1_0_0.py +36 -0
- osdu_models/abstract/abstract_vector_header_mapping/__init__.py +2 -0
- osdu_models/abstract/abstract_vector_header_mapping/v1_0_0.py +85 -0
- osdu_models/abstract/abstract_vector_header_mapping/v1_1_0.py +236 -0
- osdu_models/abstract/abstract_well_license_condition/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_condition/v1_0_0.py +165 -0
- osdu_models/abstract/abstract_well_license_service/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_service/v1_0_0.py +101 -0
- osdu_models/abstract/abstract_well_license_status/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_status/v1_0_0.py +67 -0
- osdu_models/abstract/abstract_well_license_violation/__init__.py +2 -0
- osdu_models/abstract/abstract_well_license_violation/v1_0_0.py +105 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/__init__.py +2 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_0_0.py +32 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_0.py +43 -0
- osdu_models/abstract/abstract_wellbore_drilling_reason/v1_1_1.py +43 -0
- osdu_models/abstract/abstract_work_product_component/__init__.py +2 -0
- osdu_models/abstract/abstract_work_product_component/v1_0_0.py +84 -0
- osdu_models/abstract/abstract_work_product_component/v1_1_0.py +84 -0
- osdu_models/abstract/abstract_wpcactivity/__init__.py +2 -0
- osdu_models/abstract/abstract_wpcactivity/v1_0_0.py +82 -0
- osdu_models/abstract/abstract_wpcactivity/v1_1_0.py +93 -0
- osdu_models/abstract/abstract_wpcactivity/v1_2_0.py +93 -0
- osdu_models/abstract/abstract_wpcactivity/v1_2_1.py +93 -0
- osdu_models/abstract/abstract_wpcgroup_type/__init__.py +2 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_0_0.py +72 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_1_0.py +97 -0
- osdu_models/abstract/abstract_wpcgroup_type/v1_2_0.py +97 -0
- osdu_models/dataset/__init__.py +2 -0
- osdu_models/dataset/connected_source_generic/__init__.py +2 -0
- osdu_models/dataset/connected_source_generic/v1_0_0.py +176 -0
- osdu_models/dataset/connected_source_generic/v1_0_1.py +176 -0
- osdu_models/dataset/etpdataspace/__init__.py +2 -0
- osdu_models/dataset/etpdataspace/v1_0_0.py +174 -0
- osdu_models/dataset/etpdataspace/v1_0_1.py +174 -0
- osdu_models/dataset/file_collection_bluware_open_vds/__init__.py +2 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_0_0.py +220 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_1_0.py +264 -0
- osdu_models/dataset/file_collection_bluware_open_vds/v1_2_0.py +264 -0
- osdu_models/dataset/file_collection_epc/__init__.py +2 -0
- osdu_models/dataset/file_collection_epc/v1_0_0.py +167 -0
- osdu_models/dataset/file_collection_epc/v1_0_1.py +167 -0
- osdu_models/dataset/file_collection_epc/v1_0_2.py +167 -0
- osdu_models/dataset/file_collection_esri_shape/__init__.py +2 -0
- osdu_models/dataset/file_collection_esri_shape/v1_0_0.py +221 -0
- osdu_models/dataset/file_collection_esri_shape/v1_1_0.py +221 -0
- osdu_models/dataset/file_collection_generic/__init__.py +2 -0
- osdu_models/dataset/file_collection_generic/v1_0_0.py +214 -0
- osdu_models/dataset/file_collection_generic/v1_1_0.py +214 -0
- osdu_models/dataset/file_collection_sega/__init__.py +2 -0
- osdu_models/dataset/file_collection_sega/v1_0_0.py +304 -0
- osdu_models/dataset/file_collection_sega/v1_1_0.py +455 -0
- osdu_models/dataset/file_collection_segb/__init__.py +2 -0
- osdu_models/dataset/file_collection_segb/v1_0_0.py +304 -0
- osdu_models/dataset/file_collection_segb/v1_1_0.py +455 -0
- osdu_models/dataset/file_collection_segd/__init__.py +2 -0
- osdu_models/dataset/file_collection_segd/v1_0_0.py +308 -0
- osdu_models/dataset/file_collection_segd/v1_1_0.py +313 -0
- osdu_models/dataset/file_collection_segd/v1_2_0.py +464 -0
- osdu_models/dataset/file_collection_segy/__init__.py +2 -0
- osdu_models/dataset/file_collection_segy/v1_0_0.py +287 -0
- osdu_models/dataset/file_collection_segy/v1_1_0.py +292 -0
- osdu_models/dataset/file_collection_segy/v1_2_0.py +464 -0
- osdu_models/dataset/file_collection_segy/v1_3_0.py +464 -0
- osdu_models/dataset/file_collection_slb_open_zgy/__init__.py +2 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_0_0.py +214 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_1_0.py +224 -0
- osdu_models/dataset/file_collection_slb_open_zgy/v1_2_0.py +224 -0
- osdu_models/dataset/file_collection_tgs_mdio/__init__.py +2 -0
- osdu_models/dataset/file_collection_tgs_mdio/v1_0_0.py +262 -0
- osdu_models/dataset/file_compressed_vector_headers/__init__.py +2 -0
- osdu_models/dataset/file_compressed_vector_headers/v1_0_0.py +255 -0
- osdu_models/dataset/file_compressed_vector_headers/v1_1_0.py +418 -0
- osdu_models/dataset/file_eml/__init__.py +2 -0
- osdu_models/dataset/file_eml/v1_0_0.py +169 -0
- osdu_models/dataset/file_eml/v1_1_0.py +169 -0
- osdu_models/dataset/file_generic/__init__.py +2 -0
- osdu_models/dataset/file_generic/v1_0_0.py +169 -0
- osdu_models/dataset/file_generic/v1_1_0.py +169 -0
- osdu_models/dataset/file_geo_json/__init__.py +2 -0
- osdu_models/dataset/file_geo_json/v1_0_0.py +169 -0
- osdu_models/dataset/file_geo_json/v1_1_0.py +169 -0
- osdu_models/dataset/file_hdf5/__init__.py +2 -0
- osdu_models/dataset/file_hdf5/v1_0_0.py +169 -0
- osdu_models/dataset/file_hdf5/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_jpeg/__init__.py +2 -0
- osdu_models/dataset/file_image_jpeg/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_jpeg/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_png/__init__.py +2 -0
- osdu_models/dataset/file_image_png/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_png/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_tiff/__init__.py +2 -0
- osdu_models/dataset/file_image_tiff/v1_0_0.py +169 -0
- osdu_models/dataset/file_image_tiff/v1_1_0.py +169 -0
- osdu_models/dataset/file_image_world_file/__init__.py +2 -0
- osdu_models/dataset/file_image_world_file/v1_0_0.py +176 -0
- osdu_models/dataset/file_image_world_file/v1_1_0.py +176 -0
- osdu_models/dataset/file_ogc_geo_tiff/__init__.py +2 -0
- osdu_models/dataset/file_ogc_geo_tiff/v1_0_0.py +219 -0
- osdu_models/dataset/file_ogc_geo_tiff/v1_1_0.py +219 -0
- osdu_models/dataset/file_prodml/__init__.py +2 -0
- osdu_models/dataset/file_prodml/v1_0_0.py +169 -0
- osdu_models/dataset/file_prodml/v1_1_0.py +169 -0
- osdu_models/dataset/file_seismic_histogram/__init__.py +2 -0
- osdu_models/dataset/file_seismic_histogram/v1_0_0.py +179 -0
- osdu_models/dataset/file_seismic_histogram/v1_1_0.py +179 -0
- osdu_models/dataset/file_seismic_line_geometry/__init__.py +2 -0
- osdu_models/dataset/file_seismic_line_geometry/v1_0_0.py +179 -0
- osdu_models/dataset/file_seismic_line_geometry/v1_1_0.py +179 -0
- osdu_models/dataset/file_tabular_data/__init__.py +2 -0
- osdu_models/dataset/file_tabular_data/v1_0_0.py +264 -0
- osdu_models/dataset/file_witsml/__init__.py +2 -0
- osdu_models/dataset/file_witsml/v1_0_0.py +175 -0
- osdu_models/dataset/file_witsml/v1_1_0.py +175 -0
- osdu_models/dataset/physical_media/__init__.py +2 -0
- osdu_models/dataset/physical_media/v1_0_0.py +194 -0
- osdu_models/dataset/physical_media/v1_0_1.py +194 -0
- osdu_models/masterdata/__init__.py +2 -0
- osdu_models/masterdata/activity_plan/__init__.py +2 -0
- osdu_models/masterdata/activity_plan/v1_0_0.py +236 -0
- osdu_models/masterdata/activity_plan/v1_1_0.py +240 -0
- osdu_models/masterdata/activity_plan/v1_2_0.py +240 -0
- osdu_models/masterdata/activity_template/__init__.py +2 -0
- osdu_models/masterdata/activity_template/v1_0_0.py +111 -0
- osdu_models/masterdata/activity_template/v1_1_0.py +111 -0
- osdu_models/masterdata/activity_template_arc/__init__.py +2 -0
- osdu_models/masterdata/activity_template_arc/v1_0_0.py +89 -0
- osdu_models/masterdata/activity_template_arc/v1_1_0.py +89 -0
- osdu_models/masterdata/agreement/__init__.py +2 -0
- osdu_models/masterdata/agreement/v1_0_0.py +113 -0
- osdu_models/masterdata/agreement/v1_1_0.py +121 -0
- osdu_models/masterdata/basin/__init__.py +2 -0
- osdu_models/masterdata/basin/v1_0_0.py +53 -0
- osdu_models/masterdata/basin/v1_1_0.py +53 -0
- osdu_models/masterdata/basin/v1_2_0.py +61 -0
- osdu_models/masterdata/bharun/__init__.py +2 -0
- osdu_models/masterdata/bharun/v1_0_0.py +1353 -0
- osdu_models/masterdata/bharun/v1_1_0.py +1353 -0
- osdu_models/masterdata/bharun/v1_2_0.py +1357 -0
- osdu_models/masterdata/bharun/v2_0_0.py +1504 -0
- osdu_models/masterdata/bharun/v2_1_0.py +1539 -0
- osdu_models/masterdata/blowout_preventer/__init__.py +2 -0
- osdu_models/masterdata/blowout_preventer/v1_0_0.py +319 -0
- osdu_models/masterdata/blowout_preventer_component/__init__.py +2 -0
- osdu_models/masterdata/blowout_preventer_component/v1_0_0.py +162 -0
- osdu_models/masterdata/boundary_feature/__init__.py +2 -0
- osdu_models/masterdata/boundary_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/boundary_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/business_associate/__init__.py +2 -0
- osdu_models/masterdata/business_associate/v1_0_0.py +348 -0
- osdu_models/masterdata/business_decision/__init__.py +2 -0
- osdu_models/masterdata/business_decision/v1_0_0.py +188 -0
- osdu_models/masterdata/casing_design/__init__.py +2 -0
- osdu_models/masterdata/casing_design/v1_0_0.py +59 -0
- osdu_models/masterdata/casing_design/v1_1_0.py +59 -0
- osdu_models/masterdata/casing_design/v1_2_0.py +63 -0
- osdu_models/masterdata/collaboration_project/__init__.py +2 -0
- osdu_models/masterdata/collaboration_project/v1_0_0.py +107 -0
- osdu_models/masterdata/column_based_table_template/__init__.py +2 -0
- osdu_models/masterdata/column_based_table_template/v1_0_0.py +46 -0
- osdu_models/masterdata/column_based_table_template/v1_0_1.py +46 -0
- osdu_models/masterdata/connected_source_data_job/__init__.py +2 -0
- osdu_models/masterdata/connected_source_data_job/v1_0_0.py +182 -0
- osdu_models/masterdata/connected_source_data_job/v1_1_0.py +197 -0
- osdu_models/masterdata/connected_source_data_job/v1_2_0.py +209 -0
- osdu_models/masterdata/connected_source_data_job/v1_3_0.py +183 -0
- osdu_models/masterdata/connected_source_data_job/v1_4_0.py +186 -0
- osdu_models/masterdata/connected_source_data_job/v1_5_0.py +222 -0
- osdu_models/masterdata/connected_source_data_job/v1_6_0.py +228 -0
- osdu_models/masterdata/connected_source_data_job/v1_7_0.py +258 -0
- osdu_models/masterdata/connected_source_data_job/v1_8_0.py +285 -0
- osdu_models/masterdata/connected_source_registry_entry/__init__.py +2 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_0_0.py +180 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_1_0.py +288 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_2_0.py +289 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_3_0.py +292 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_4_0.py +316 -0
- osdu_models/masterdata/connected_source_registry_entry/v1_5_0.py +386 -0
- osdu_models/masterdata/coring/__init__.py +2 -0
- osdu_models/masterdata/coring/v1_0_0.py +332 -0
- osdu_models/masterdata/coring/v1_1_0.py +332 -0
- osdu_models/masterdata/coring/v1_1_1.py +332 -0
- osdu_models/masterdata/evaluation_plan/__init__.py +2 -0
- osdu_models/masterdata/evaluation_plan/v1_0_0.py +232 -0
- osdu_models/masterdata/evaluation_plan/v1_1_0.py +232 -0
- osdu_models/masterdata/field/__init__.py +2 -0
- osdu_models/masterdata/field/v1_0_0.py +44 -0
- osdu_models/masterdata/field/v1_1_0.py +44 -0
- osdu_models/masterdata/fluids_program/__init__.py +2 -0
- osdu_models/masterdata/fluids_program/v1_0_0.py +262 -0
- osdu_models/masterdata/fluids_program/v1_1_0.py +262 -0
- osdu_models/masterdata/fluids_program/v1_2_0.py +270 -0
- osdu_models/masterdata/fluids_program/v1_3_0.py +296 -0
- osdu_models/masterdata/fluids_report/__init__.py +2 -0
- osdu_models/masterdata/fluids_report/v1_0_0.py +458 -0
- osdu_models/masterdata/fluids_report/v1_1_0.py +465 -0
- osdu_models/masterdata/fluids_report/v1_2_0.py +465 -0
- osdu_models/masterdata/generic_facility/__init__.py +2 -0
- osdu_models/masterdata/generic_facility/v1_0_0.py +20 -0
- osdu_models/masterdata/generic_facility/v1_0_1.py +20 -0
- osdu_models/masterdata/generic_site/__init__.py +2 -0
- osdu_models/masterdata/generic_site/v1_0_0.py +35 -0
- osdu_models/masterdata/generic_site/v1_1_0.py +42 -0
- osdu_models/masterdata/generic_site/v1_1_1.py +42 -0
- osdu_models/masterdata/geo_political_entity/__init__.py +2 -0
- osdu_models/masterdata/geo_political_entity/v1_0_0.py +72 -0
- osdu_models/masterdata/geo_political_entity/v1_1_0.py +72 -0
- osdu_models/masterdata/geometric_target_set/__init__.py +2 -0
- osdu_models/masterdata/geometric_target_set/v1_0_0.py +190 -0
- osdu_models/masterdata/geometric_target_set/v1_1_0.py +190 -0
- osdu_models/masterdata/gravity_magnetic_acquisition_survey/__init__.py +2 -0
- osdu_models/masterdata/gravity_magnetic_acquisition_survey/v1_0_0.py +271 -0
- osdu_models/masterdata/hole_section/__init__.py +2 -0
- osdu_models/masterdata/hole_section/v1_0_0.py +45 -0
- osdu_models/masterdata/hole_section/v1_1_0.py +52 -0
- osdu_models/masterdata/hole_section/v1_2_0.py +105 -0
- osdu_models/masterdata/hole_section/v1_3_0.py +105 -0
- osdu_models/masterdata/hole_section/v1_4_0.py +122 -0
- osdu_models/masterdata/isolated_interval/__init__.py +2 -0
- osdu_models/masterdata/isolated_interval/v1_0_0.py +110 -0
- osdu_models/masterdata/isolated_interval/v1_1_0.py +110 -0
- osdu_models/masterdata/isolated_interval/v1_2_0.py +211 -0
- osdu_models/masterdata/model_feature/__init__.py +2 -0
- osdu_models/masterdata/model_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/model_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/operations_report/__init__.py +2 -0
- osdu_models/masterdata/operations_report/v1_0_0.py +1784 -0
- osdu_models/masterdata/operations_report/v1_1_0.py +2014 -0
- osdu_models/masterdata/operations_report/v1_2_0.py +2026 -0
- osdu_models/masterdata/operations_report/v1_3_0.py +2030 -0
- osdu_models/masterdata/operations_report/v1_4_0.py +2030 -0
- osdu_models/masterdata/organisation/__init__.py +2 -0
- osdu_models/masterdata/organisation/v1_0_0.py +61 -0
- osdu_models/masterdata/organisation/v1_1_0.py +68 -0
- osdu_models/masterdata/organisation/v1_2_0.py +68 -0
- osdu_models/masterdata/perforation_interval/__init__.py +2 -0
- osdu_models/masterdata/perforation_interval/v1_0_0.py +305 -0
- osdu_models/masterdata/perforation_interval/v1_1_0.py +305 -0
- osdu_models/masterdata/perforation_interval/v1_2_0.py +444 -0
- osdu_models/masterdata/perforation_job/__init__.py +2 -0
- osdu_models/masterdata/perforation_job/v1_0_0.py +259 -0
- osdu_models/masterdata/perforation_job/v1_1_0.py +259 -0
- osdu_models/masterdata/perforation_job/v1_2_0.py +263 -0
- osdu_models/masterdata/planned_cement_job/__init__.py +2 -0
- osdu_models/masterdata/planned_cement_job/v1_0_0.py +559 -0
- osdu_models/masterdata/planned_cement_job/v1_1_0.py +568 -0
- osdu_models/masterdata/planned_cement_job/v1_2_0.py +568 -0
- osdu_models/masterdata/planned_cement_job/v1_3_0.py +580 -0
- osdu_models/masterdata/planned_cement_job/v1_4_0.py +615 -0
- osdu_models/masterdata/play/__init__.py +2 -0
- osdu_models/masterdata/play/v1_0_0.py +51 -0
- osdu_models/masterdata/play/v1_1_0.py +51 -0
- osdu_models/masterdata/prospect/__init__.py +2 -0
- osdu_models/masterdata/prospect/v1_0_0.py +53 -0
- osdu_models/masterdata/prospect/v1_1_0.py +53 -0
- osdu_models/masterdata/reference_level/__init__.py +2 -0
- osdu_models/masterdata/reference_level/v1_0_0.py +32 -0
- osdu_models/masterdata/reference_level/v1_1_0.py +32 -0
- osdu_models/masterdata/reservoir/__init__.py +2 -0
- osdu_models/masterdata/reservoir/v0_0_0.py +23 -0
- osdu_models/masterdata/reservoir/v1_0_0.py +38 -0
- osdu_models/masterdata/reservoir/v1_1_0.py +38 -0
- osdu_models/masterdata/reservoir/v1_2_0.py +43 -0
- osdu_models/masterdata/reservoir/v2_0_0.py +38 -0
- osdu_models/masterdata/reservoir_segment/__init__.py +2 -0
- osdu_models/masterdata/reservoir_segment/v0_0_0.py +30 -0
- osdu_models/masterdata/reservoir_segment/v1_0_0.py +60 -0
- osdu_models/masterdata/reservoir_segment/v1_1_0.py +292 -0
- osdu_models/masterdata/reservoir_segment/v1_2_0.py +298 -0
- osdu_models/masterdata/reservoir_segment/v2_0_0.py +83 -0
- osdu_models/masterdata/rig/__init__.py +2 -0
- osdu_models/masterdata/rig/v1_0_0.py +38 -0
- osdu_models/masterdata/rig/v1_1_0.py +38 -0
- osdu_models/masterdata/rig/v1_2_0.py +38 -0
- osdu_models/masterdata/rig_utilization/__init__.py +2 -0
- osdu_models/masterdata/rig_utilization/v1_0_0.py +119 -0
- osdu_models/masterdata/rig_utilization/v1_1_0.py +119 -0
- osdu_models/masterdata/risk/__init__.py +2 -0
- osdu_models/masterdata/risk/v1_0_0.py +284 -0
- osdu_models/masterdata/risk/v1_1_0.py +284 -0
- osdu_models/masterdata/risk/v1_2_0.py +317 -0
- osdu_models/masterdata/rock_sample/__init__.py +2 -0
- osdu_models/masterdata/rock_sample/v1_0_0.py +187 -0
- osdu_models/masterdata/rock_sample/v1_1_0.py +187 -0
- osdu_models/masterdata/rock_sample/v1_1_1.py +187 -0
- osdu_models/masterdata/rock_volume_feature/__init__.py +2 -0
- osdu_models/masterdata/rock_volume_feature/v1_0_0.py +23 -0
- osdu_models/masterdata/rock_volume_feature/v1_1_0.py +23 -0
- osdu_models/masterdata/sample/__init__.py +2 -0
- osdu_models/masterdata/sample/v1_0_0.py +19 -0
- osdu_models/masterdata/sample/v2_0_0.py +740 -0
- osdu_models/masterdata/sample/v2_1_0.py +740 -0
- osdu_models/masterdata/sample/v3_0_0.py +775 -0
- osdu_models/masterdata/sample_acquisition_job/__init__.py +2 -0
- osdu_models/masterdata/sample_acquisition_job/v1_0_0.py +31 -0
- osdu_models/masterdata/sample_chain_of_custody_event/__init__.py +2 -0
- osdu_models/masterdata/sample_chain_of_custody_event/v1_0_0.py +189 -0
- osdu_models/masterdata/sample_chain_of_custody_event/v1_1_0.py +189 -0
- osdu_models/masterdata/sample_container/__init__.py +2 -0
- osdu_models/masterdata/sample_container/v1_0_0.py +188 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/__init__.py +2 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_0_0.py +43 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_1_0.py +50 -0
- osdu_models/masterdata/seismic2_dinterpretation_set/v1_2_0.py +50 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/__init__.py +2 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_0_0.py +29 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_1_0.py +32 -0
- osdu_models/masterdata/seismic3_dinterpretation_set/v1_2_0.py +32 -0
- osdu_models/masterdata/seismic_acquisition_survey/__init__.py +2 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_0_0.py +107 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_1_0.py +247 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_2_0.py +286 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_3_0.py +295 -0
- osdu_models/masterdata/seismic_acquisition_survey/v1_4_0.py +295 -0
- osdu_models/masterdata/seismic_processing_project/__init__.py +2 -0
- osdu_models/masterdata/seismic_processing_project/v1_0_0.py +31 -0
- osdu_models/masterdata/seismic_processing_project/v1_1_0.py +34 -0
- osdu_models/masterdata/seismic_processing_project/v1_2_0.py +43 -0
- osdu_models/masterdata/seismic_processing_project/v1_3_0.py +43 -0
- osdu_models/masterdata/seismic_processing_project/v1_4_0.py +64 -0
- osdu_models/masterdata/storage_facility/__init__.py +2 -0
- osdu_models/masterdata/storage_facility/v1_0_0.py +24 -0
- osdu_models/masterdata/storage_facility/v1_1_0.py +24 -0
- osdu_models/masterdata/storage_facility/v1_2_0.py +24 -0
- osdu_models/masterdata/survey_program/__init__.py +2 -0
- osdu_models/masterdata/survey_program/v1_0_0.py +104 -0
- osdu_models/masterdata/survey_program/v1_1_0.py +130 -0
- osdu_models/masterdata/survey_program/v1_2_0.py +137 -0
- osdu_models/masterdata/tubular_assembly/__init__.py +2 -0
- osdu_models/masterdata/tubular_assembly/v2_0_0.py +286 -0
- osdu_models/masterdata/tubular_assembly/v2_1_0.py +398 -0
- osdu_models/masterdata/tubular_component/__init__.py +2 -0
- osdu_models/masterdata/tubular_component/v2_0_0.py +188 -0
- osdu_models/masterdata/tubular_component/v2_1_0.py +382 -0
- osdu_models/masterdata/tubular_component/v2_2_0.py +482 -0
- osdu_models/masterdata/tubular_component/v2_3_0.py +533 -0
- osdu_models/masterdata/tubular_component/v2_4_0.py +587 -0
- osdu_models/masterdata/tubular_external_component/__init__.py +2 -0
- osdu_models/masterdata/tubular_external_component/v2_0_0.py +132 -0
- osdu_models/masterdata/tubular_umbilical/__init__.py +2 -0
- osdu_models/masterdata/tubular_umbilical/v2_0_0.py +130 -0
- osdu_models/masterdata/user_profile/__init__.py +2 -0
- osdu_models/masterdata/user_profile/v1_0_0.py +133 -0
- osdu_models/masterdata/well/__init__.py +2 -0
- osdu_models/masterdata/well/v1_0_0.py +59 -0
- osdu_models/masterdata/well/v1_1_0.py +165 -0
- osdu_models/masterdata/well/v1_2_0.py +165 -0
- osdu_models/masterdata/well/v1_3_0.py +165 -0
- osdu_models/masterdata/well/v1_4_0.py +189 -0
- osdu_models/masterdata/well_activity/__init__.py +2 -0
- osdu_models/masterdata/well_activity/v1_0_0.py +131 -0
- osdu_models/masterdata/well_activity/v1_1_0.py +163 -0
- osdu_models/masterdata/well_activity/v1_2_0.py +167 -0
- osdu_models/masterdata/well_activity_program/__init__.py +2 -0
- osdu_models/masterdata/well_activity_program/v1_0_0.py +157 -0
- osdu_models/masterdata/well_activity_program/v1_1_0.py +157 -0
- osdu_models/masterdata/well_barrier_element_test/__init__.py +2 -0
- osdu_models/masterdata/well_barrier_element_test/v1_0_0.py +383 -0
- osdu_models/masterdata/well_barrier_element_test/v1_1_0.py +383 -0
- osdu_models/masterdata/well_barrier_element_test/v1_2_0.py +385 -0
- osdu_models/masterdata/well_barrier_element_test/v1_3_0.py +592 -0
- osdu_models/masterdata/well_license/__init__.py +2 -0
- osdu_models/masterdata/well_license/v1_0_0.py +256 -0
- osdu_models/masterdata/well_log_acquisition/__init__.py +2 -0
- osdu_models/masterdata/well_log_acquisition/v1_0_0.py +239 -0
- osdu_models/masterdata/well_planning_well/__init__.py +2 -0
- osdu_models/masterdata/well_planning_well/v1_0_0.py +63 -0
- osdu_models/masterdata/well_planning_well/v1_1_0.py +64 -0
- osdu_models/masterdata/well_planning_wellbore/__init__.py +2 -0
- osdu_models/masterdata/well_planning_wellbore/v1_0_0.py +99 -0
- osdu_models/masterdata/well_planning_wellbore/v1_1_0.py +100 -0
- osdu_models/masterdata/well_planning_wellbore/v1_2_0.py +111 -0
- osdu_models/masterdata/well_planning_wellbore/v1_3_0.py +131 -0
- osdu_models/masterdata/well_planning_wellbore/v1_4_0.py +138 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/__init__.py +2 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_0_0.py +202 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_1_0.py +218 -0
- osdu_models/masterdata/well_pressure_test_acquisition_job/v1_2_0.py +250 -0
- osdu_models/masterdata/well_site_structure/__init__.py +2 -0
- osdu_models/masterdata/well_site_structure/v1_0_0.py +164 -0
- osdu_models/masterdata/wellbore/__init__.py +2 -0
- osdu_models/masterdata/wellbore/v1_0_0.py +105 -0
- osdu_models/masterdata/wellbore/v1_1_0.py +264 -0
- osdu_models/masterdata/wellbore/v1_1_1.py +264 -0
- osdu_models/masterdata/wellbore/v1_2_0.py +264 -0
- osdu_models/masterdata/wellbore/v1_3_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_4_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_5_0.py +304 -0
- osdu_models/masterdata/wellbore/v1_5_1.py +304 -0
- osdu_models/masterdata/wellbore_architecture/__init__.py +2 -0
- osdu_models/masterdata/wellbore_architecture/v1_0_0.py +75 -0
- osdu_models/masterdata/wellbore_architecture/v1_1_0.py +75 -0
- osdu_models/masterdata/wellbore_architecture/v1_2_0.py +79 -0
- osdu_models/masterdata/wellbore_hold_up_depth/__init__.py +2 -0
- osdu_models/masterdata/wellbore_hold_up_depth/v1_0_0.py +218 -0
- osdu_models/masterdata/wellbore_opening/__init__.py +2 -0
- osdu_models/masterdata/wellbore_opening/v1_0_0.py +129 -0
- osdu_models/masterdata/wellbore_opening/v1_1_0.py +138 -0
- osdu_models/masterdata/wellbore_opening/v1_2_0.py +138 -0
- osdu_models/workproductcomponent/__init__.py +2 -0
- osdu_models/workproductcomponent/activity/__init__.py +2 -0
- osdu_models/workproductcomponent/activity/v1_0_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_1_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_2_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_3_0.py +28 -0
- osdu_models/workproductcomponent/activity/v1_4_0.py +28 -0
- osdu_models/workproductcomponent/aquifer_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_0_0.py +246 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_1_0.py +271 -0
- osdu_models/workproductcomponent/aquifer_interpretation/v1_2_0.py +275 -0
- osdu_models/workproductcomponent/biostratigraphic_study/__init__.py +2 -0
- osdu_models/workproductcomponent/biostratigraphic_study/v1_0_0.py +96 -0
- osdu_models/workproductcomponent/cement_job/__init__.py +2 -0
- osdu_models/workproductcomponent/cement_job/v1_0_0.py +2855 -0
- osdu_models/workproductcomponent/cement_job/v1_1_0.py +2875 -0
- osdu_models/workproductcomponent/cement_job/v1_2_0.py +2875 -0
- osdu_models/workproductcomponent/cement_job/v1_3_0.py +2934 -0
- osdu_models/workproductcomponent/collaboration_project_collection/__init__.py +2 -0
- osdu_models/workproductcomponent/collaboration_project_collection/v1_0_0.py +43 -0
- osdu_models/workproductcomponent/column_based_table/__init__.py +2 -0
- osdu_models/workproductcomponent/column_based_table/v1_0_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_1_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_2_0.py +101 -0
- osdu_models/workproductcomponent/column_based_table/v1_3_0.py +110 -0
- osdu_models/workproductcomponent/column_based_table/v1_4_0.py +126 -0
- osdu_models/workproductcomponent/data_quality/__init__.py +2 -0
- osdu_models/workproductcomponent/data_quality/v1_0_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_1_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_2_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v1_3_0.py +41 -0
- osdu_models/workproductcomponent/data_quality/v2_0_0.py +209 -0
- osdu_models/workproductcomponent/data_quality_summary/__init__.py +2 -0
- osdu_models/workproductcomponent/data_quality_summary/v1_0_0.py +151 -0
- osdu_models/workproductcomponent/document/__init__.py +2 -0
- osdu_models/workproductcomponent/document/v1_0_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_1_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_2_0.py +55 -0
- osdu_models/workproductcomponent/document/v1_3_0.py +88 -0
- osdu_models/workproductcomponent/document/v2_0_0.py +95 -0
- osdu_models/workproductcomponent/downtime_event/__init__.py +2 -0
- osdu_models/workproductcomponent/downtime_event/v1_0_0.py +323 -0
- osdu_models/workproductcomponent/earth_model_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_0_0.py +338 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_1_0.py +363 -0
- osdu_models/workproductcomponent/earth_model_interpretation/v1_2_0.py +367 -0
- osdu_models/workproductcomponent/fault_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_0_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_1_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_2_0.py +118 -0
- osdu_models/workproductcomponent/fault_interpretation/v1_3_0.py +132 -0
- osdu_models/workproductcomponent/fault_system/__init__.py +2 -0
- osdu_models/workproductcomponent/fault_system/v1_0_0.py +217 -0
- osdu_models/workproductcomponent/fault_system/v1_1_0.py +256 -0
- osdu_models/workproductcomponent/fault_system/v1_2_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_3_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_4_0.py +267 -0
- osdu_models/workproductcomponent/fault_system/v1_4_1.py +267 -0
- osdu_models/workproductcomponent/flow_test/__init__.py +2 -0
- osdu_models/workproductcomponent/flow_test/v1_0_0.py +170 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_0_0.py +261 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_1_0.py +286 -0
- osdu_models/workproductcomponent/fluid_boundary_interpretation/v1_2_0.py +290 -0
- osdu_models/workproductcomponent/fluid_model/__init__.py +2 -0
- osdu_models/workproductcomponent/fluid_model/v1_0_0.py +203 -0
- osdu_models/workproductcomponent/formation_integrity_test/__init__.py +2 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_0_0.py +745 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_1_0.py +745 -0
- osdu_models/workproductcomponent/formation_integrity_test/v1_2_0.py +757 -0
- osdu_models/workproductcomponent/generic_image/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_image/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/generic_image/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/generic_image/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/generic_property/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_property/v1_0_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_1_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_2_0.py +111 -0
- osdu_models/workproductcomponent/generic_property/v1_3_0.py +111 -0
- osdu_models/workproductcomponent/generic_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/generic_representation/v1_0_0.py +54 -0
- osdu_models/workproductcomponent/generic_representation/v1_1_0.py +54 -0
- osdu_models/workproductcomponent/generic_representation/v1_2_0.py +54 -0
- osdu_models/workproductcomponent/geo_label_set/__init__.py +2 -0
- osdu_models/workproductcomponent/geo_label_set/v1_0_0.py +38 -0
- osdu_models/workproductcomponent/geo_label_set/v1_1_0.py +46 -0
- osdu_models/workproductcomponent/geo_referenced_image/__init__.py +2 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_0_0.py +86 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_1_0.py +83 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_2_0.py +83 -0
- osdu_models/workproductcomponent/geo_referenced_image/v1_3_0.py +83 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_0_0.py +37 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_1_0.py +37 -0
- osdu_models/workproductcomponent/geobody_boundary_interpretation/v1_2_0.py +37 -0
- osdu_models/workproductcomponent/geobody_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_0_0.py +276 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_1_0.py +301 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_2_0.py +305 -0
- osdu_models/workproductcomponent/geobody_interpretation/v1_3_0.py +354 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_0_0.py +76 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_1_0.py +76 -0
- osdu_models/workproductcomponent/geologic_unit_occurrence_interpretation/v1_2_0.py +76 -0
- osdu_models/workproductcomponent/gp_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_0_0.py +49 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_1_0.py +49 -0
- osdu_models/workproductcomponent/gp_grid_representation/v1_2_0.py +49 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_0_0.py +72 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_1_0.py +72 -0
- osdu_models/workproductcomponent/grid_connection_set_representation/v1_2_0.py +72 -0
- osdu_models/workproductcomponent/horizon_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_0_0.py +66 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_1_0.py +66 -0
- osdu_models/workproductcomponent/horizon_interpretation/v1_2_0.py +66 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_0_0.py +375 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_1_0.py +400 -0
- osdu_models/workproductcomponent/ijk_grid_numerical_aquifer_representation/v1_2_0.py +400 -0
- osdu_models/workproductcomponent/ijk_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_0_0.py +30 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_1_0.py +30 -0
- osdu_models/workproductcomponent/ijk_grid_representation/v1_2_0.py +30 -0
- osdu_models/workproductcomponent/local_boundary_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/local_boundary_feature/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/local_model_compound_crs/__init__.py +2 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_0_0.py +22 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_1_0.py +22 -0
- osdu_models/workproductcomponent/local_model_compound_crs/v1_2_0.py +22 -0
- osdu_models/workproductcomponent/local_model_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_model_feature/v1_0_0.py +29 -0
- osdu_models/workproductcomponent/local_model_feature/v1_1_0.py +29 -0
- osdu_models/workproductcomponent/local_model_feature/v1_2_0.py +29 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/__init__.py +2 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/local_rock_volume_feature/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/notional_seismic_line/__init__.py +2 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_0_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_1_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_line/v1_2_0.py +26 -0
- osdu_models/workproductcomponent/notional_seismic_processing_product/__init__.py +2 -0
- osdu_models/workproductcomponent/notional_seismic_processing_product/v1_0_0.py +33 -0
- osdu_models/workproductcomponent/persisted_collection/__init__.py +2 -0
- osdu_models/workproductcomponent/persisted_collection/v1_0_0.py +260 -0
- osdu_models/workproductcomponent/persisted_collection/v1_1_0.py +285 -0
- osdu_models/workproductcomponent/persisted_collection/v1_2_0.py +285 -0
- osdu_models/workproductcomponent/planned_lithology/__init__.py +2 -0
- osdu_models/workproductcomponent/planned_lithology/v1_0_0.py +141 -0
- osdu_models/workproductcomponent/planned_lithology/v1_1_0.py +141 -0
- osdu_models/workproductcomponent/planned_lithology/v1_2_0.py +141 -0
- osdu_models/workproductcomponent/ppfgdataset/__init__.py +2 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_0_0.py +199 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_1_0.py +203 -0
- osdu_models/workproductcomponent/ppfgdataset/v1_2_0.py +203 -0
- osdu_models/workproductcomponent/processed_in_sar/__init__.py +2 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_0_0.py +223 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_1_0.py +223 -0
- osdu_models/workproductcomponent/processed_in_sar/v1_2_0.py +223 -0
- osdu_models/workproductcomponent/production_values/__init__.py +2 -0
- osdu_models/workproductcomponent/production_values/v1_0_0.py +212 -0
- osdu_models/workproductcomponent/production_values/v1_1_0.py +212 -0
- osdu_models/workproductcomponent/production_values/v1_1_1.py +212 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_0_0.py +314 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_1_0.py +339 -0
- osdu_models/workproductcomponent/reservoir_compartment_interpretation/v1_2_0.py +343 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_0_0.py +67 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_0.py +67 -0
- osdu_models/workproductcomponent/reservoir_estimated_volumes/v1_1_1.py +67 -0
- osdu_models/workproductcomponent/reservoir_model_scenario/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_model_scenario/v1_0_0.py +58 -0
- osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_equilibrium_model/v1_0_0.py +397 -0
- osdu_models/workproductcomponent/reservoir_simulation_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_model/v1_0_0.py +230 -0
- osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_rock_physics_model/v1_0_0.py +131 -0
- osdu_models/workproductcomponent/reservoir_simulation_run_configuration/__init__.py +2 -0
- osdu_models/workproductcomponent/reservoir_simulation_run_configuration/v1_0_0.py +90 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_0_0.py +263 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_1_0.py +288 -0
- osdu_models/workproductcomponent/rock_fluid_organization_interpretation/v1_2_0.py +292 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_0_0.py +285 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_1_0.py +310 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_2_0.py +314 -0
- osdu_models/workproductcomponent/rock_fluid_unit_interpretation/v1_3_0.py +363 -0
- osdu_models/workproductcomponent/rock_image/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_image/v1_0_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_1_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_2_0.py +130 -0
- osdu_models/workproductcomponent/rock_image/v1_3_0.py +137 -0
- osdu_models/workproductcomponent/rock_image/v1_3_1.py +137 -0
- osdu_models/workproductcomponent/rock_sample_analysis/__init__.py +2 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_0_0.py +327 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_1_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_2_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_3_0.py +391 -0
- osdu_models/workproductcomponent/rock_sample_analysis/v1_3_1.py +391 -0
- osdu_models/workproductcomponent/sample_image/__init__.py +2 -0
- osdu_models/workproductcomponent/sample_image/v1_0_0.py +129 -0
- osdu_models/workproductcomponent/sample_image/v1_1_0.py +269 -0
- osdu_models/workproductcomponent/samples_analyses_report/__init__.py +2 -0
- osdu_models/workproductcomponent/samples_analyses_report/v1_0_0.py +129 -0
- osdu_models/workproductcomponent/samples_analysis/__init__.py +2 -0
- osdu_models/workproductcomponent/samples_analysis/v1_0_0.py +143 -0
- osdu_models/workproductcomponent/samples_analysis/v2_0_0.py +137 -0
- osdu_models/workproductcomponent/saturation_function_set/__init__.py +2 -0
- osdu_models/workproductcomponent/saturation_function_set/v1_0_0.py +174 -0
- osdu_models/workproductcomponent/sealed_surface_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_0_0.py +310 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_1_0.py +335 -0
- osdu_models/workproductcomponent/sealed_surface_framework/v1_2_0.py +335 -0
- osdu_models/workproductcomponent/sealed_volume_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_0_0.py +308 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_1_0.py +333 -0
- osdu_models/workproductcomponent/sealed_volume_framework/v1_2_0.py +333 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v1_0_0.py +116 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v1_1_0.py +116 -0
- osdu_models/workproductcomponent/seismic_acquisition_documents/v2_0_0.py +139 -0
- osdu_models/workproductcomponent/seismic_bin_grid/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_0_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_1_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_2_0.py +28 -0
- osdu_models/workproductcomponent/seismic_bin_grid/v1_3_0.py +28 -0
- osdu_models/workproductcomponent/seismic_fault/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_fault/v1_0_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_1_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_2_0.py +160 -0
- osdu_models/workproductcomponent/seismic_fault/v1_3_0.py +179 -0
- osdu_models/workproductcomponent/seismic_fault/v2_0_0.py +433 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/v1_0_0.py +272 -0
- osdu_models/workproductcomponent/seismic_field_trace_data/v1_1_0.py +272 -0
- osdu_models/workproductcomponent/seismic_horizon/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_0_0.py +226 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_1_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_2_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v1_3_0.py +258 -0
- osdu_models/workproductcomponent/seismic_horizon/v2_0_0.py +475 -0
- osdu_models/workproductcomponent/seismic_line_geometry/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_0_0.py +82 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_1_0.py +82 -0
- osdu_models/workproductcomponent/seismic_line_geometry/v1_2_0.py +82 -0
- osdu_models/workproductcomponent/seismic_trace_data/__init__.py +2 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_0_0.py +376 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_1_0.py +470 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_2_0.py +497 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_3_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_4_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_5_0.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_5_1.py +515 -0
- osdu_models/workproductcomponent/seismic_trace_data/v1_6_0.py +535 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/__init__.py +2 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/v1_0_0.py +119 -0
- osdu_models/workproductcomponent/soil_gas_monitoring/v1_1_0.py +119 -0
- osdu_models/workproductcomponent/stimulation_job/__init__.py +2 -0
- osdu_models/workproductcomponent/stimulation_job/v1_0_0.py +285 -0
- osdu_models/workproductcomponent/stimulation_job/v1_1_0.py +333 -0
- osdu_models/workproductcomponent/stimulation_stage/__init__.py +2 -0
- osdu_models/workproductcomponent/stimulation_stage/v1_0_0.py +1768 -0
- osdu_models/workproductcomponent/stratigraphic_column/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_0_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_1_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column/v1_2_0.py +57 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_0_0.py +89 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_1_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_2_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_column_rank_interpretation/v1_3_0.py +110 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_0_0.py +340 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_1_0.py +365 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_2_0.py +369 -0
- osdu_models/workproductcomponent/stratigraphic_unit_interpretation/v1_3_0.py +418 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_0_0.py +280 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_1_0.py +305 -0
- osdu_models/workproductcomponent/structural_organization_interpretation/v1_2_0.py +309 -0
- osdu_models/workproductcomponent/sub_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/sub_representation/v1_0_0.py +77 -0
- osdu_models/workproductcomponent/sub_representation/v1_1_0.py +77 -0
- osdu_models/workproductcomponent/sub_representation/v1_2_0.py +77 -0
- osdu_models/workproductcomponent/time_series/__init__.py +2 -0
- osdu_models/workproductcomponent/time_series/v1_0_0.py +31 -0
- osdu_models/workproductcomponent/time_series/v1_1_0.py +31 -0
- osdu_models/workproductcomponent/time_series/v1_2_0.py +31 -0
- osdu_models/workproductcomponent/tubular_assembly/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_0_0.py +178 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_1_0.py +183 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_2_0.py +216 -0
- osdu_models/workproductcomponent/tubular_assembly/v1_3_0.py +216 -0
- osdu_models/workproductcomponent/tubular_component/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_component/v1_0_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_1_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_2_0.py +187 -0
- osdu_models/workproductcomponent/tubular_component/v1_3_0.py +187 -0
- osdu_models/workproductcomponent/tubular_external_component/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_external_component/v1_0_0.py +317 -0
- osdu_models/workproductcomponent/tubular_external_component/v1_1_0.py +342 -0
- osdu_models/workproductcomponent/tubular_umbilical/__init__.py +2 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_0_0.py +74 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_1_0.py +74 -0
- osdu_models/workproductcomponent/tubular_umbilical/v1_2_0.py +74 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/__init__.py +2 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_0_0.py +330 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_1_0.py +350 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_2_0.py +375 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_0.py +375 -0
- osdu_models/workproductcomponent/unsealed_surface_framework/v1_3_1.py +375 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_0_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_1_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_column_layer_grid_representation/v1_2_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/__init__.py +2 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_0_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_1_0.py +32 -0
- osdu_models/workproductcomponent/unstructured_grid_representation/v1_2_0.py +32 -0
- osdu_models/workproductcomponent/velocity_modeling/__init__.py +2 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_0_0.py +218 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_1_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_2_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_3_0.py +229 -0
- osdu_models/workproductcomponent/velocity_modeling/v1_4_0.py +265 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_0_0.py +302 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_1_0.py +327 -0
- osdu_models/workproductcomponent/voidage_group_interpretation/v1_2_0.py +331 -0
- osdu_models/workproductcomponent/well_fluids_report/__init__.py +2 -0
- osdu_models/workproductcomponent/well_fluids_report/v2_0_0.py +679 -0
- osdu_models/workproductcomponent/well_log/__init__.py +2 -0
- osdu_models/workproductcomponent/well_log/v1_0_0.py +231 -0
- osdu_models/workproductcomponent/well_log/v1_1_0.py +295 -0
- osdu_models/workproductcomponent/well_log/v1_2_0.py +324 -0
- osdu_models/workproductcomponent/well_log/v1_3_0.py +342 -0
- osdu_models/workproductcomponent/well_log/v1_4_0.py +342 -0
- osdu_models/workproductcomponent/well_log/v1_5_0.py +424 -0
- osdu_models/workproductcomponent/well_maasp/__init__.py +2 -0
- osdu_models/workproductcomponent/well_maasp/v1_0_0.py +70 -0
- osdu_models/workproductcomponent/well_operations_report/__init__.py +2 -0
- osdu_models/workproductcomponent/well_operations_report/v2_0_0.py +1994 -0
- osdu_models/workproductcomponent/well_operations_report/v2_1_0.py +2063 -0
- osdu_models/workproductcomponent/well_ops_non_productive_time/__init__.py +2 -0
- osdu_models/workproductcomponent/well_ops_non_productive_time/v1_0_0.py +856 -0
- osdu_models/workproductcomponent/well_pressure_test_interpretation/__init__.py +2 -0
- osdu_models/workproductcomponent/well_pressure_test_interpretation/v1_0_0.py +354 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/__init__.py +2 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_0_0.py +231 -0
- osdu_models/workproductcomponent/well_pressure_test_raw_measurement/v1_1_0.py +279 -0
- osdu_models/workproductcomponent/wellbore_interval_set/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_0_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_1_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_2_0.py +222 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_3_0.py +229 -0
- osdu_models/workproductcomponent/wellbore_interval_set/v1_3_1.py +229 -0
- osdu_models/workproductcomponent/wellbore_marker_set/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_0_0.py +102 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_1_0.py +157 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_2_0.py +192 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_2_1.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_3_0.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_4_0.py +195 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_5_0.py +209 -0
- osdu_models/workproductcomponent/wellbore_marker_set/v1_5_1.py +209 -0
- osdu_models/workproductcomponent/wellbore_trajectory/__init__.py +2 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_0_0.py +136 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_1_0.py +200 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_2_0.py +276 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_3_0.py +282 -0
- osdu_models/workproductcomponent/wellbore_trajectory/v1_4_0.py +427 -0
- osdu_python_models-0.5.0.dist-info/METADATA +182 -0
- osdu_python_models-0.5.0.dist-info/RECORD +968 -0
- osdu_python_models-0.5.0.dist-info/WHEEL +5 -0
- osdu_python_models-0.5.0.dist-info/licenses/LICENSE +201 -0
- osdu_python_models-0.5.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,1353 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/bharun/v1_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, constr
|
|
6
|
+
from typing import Any
|
|
7
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
8
|
+
from ...abstract.abstract_master.v1_0_0 import AbstractMaster
|
|
9
|
+
from ...abstract.abstract_project.v1_0_0 import AbstractProject
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class PointsSource(BaseModel):
|
|
13
|
+
"""
|
|
14
|
+
The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
model_config = ConfigDict(
|
|
18
|
+
extra='allow',
|
|
19
|
+
)
|
|
20
|
+
Name: str = Field(..., title='Name')
|
|
21
|
+
"""
|
|
22
|
+
The name of the Source Indicator Type. For example Manual Input
|
|
23
|
+
"""
|
|
24
|
+
Value: float = Field(..., title='Value')
|
|
25
|
+
"""
|
|
26
|
+
The value at that point.
|
|
27
|
+
"""
|
|
28
|
+
ValueUnitID: constr(
|
|
29
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
30
|
+
) = Field(..., title='Value Unit I D')
|
|
31
|
+
"""
|
|
32
|
+
Unit of measure of the Value value
|
|
33
|
+
"""
|
|
34
|
+
Description: str | None = Field(None, title='Description')
|
|
35
|
+
"""
|
|
36
|
+
Description associated with the source indicator type.
|
|
37
|
+
"""
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
class PointItem(BaseModel):
|
|
41
|
+
"""
|
|
42
|
+
The definition of the point
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
model_config = ConfigDict(
|
|
46
|
+
extra='allow',
|
|
47
|
+
)
|
|
48
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
49
|
+
"""
|
|
50
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
51
|
+
"""
|
|
52
|
+
Value: float = Field(..., title='Value')
|
|
53
|
+
"""
|
|
54
|
+
The value observed at the measured depth
|
|
55
|
+
"""
|
|
56
|
+
ValueUnitID: constr(
|
|
57
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
58
|
+
) = Field(..., title='Value Unit ID')
|
|
59
|
+
"""
|
|
60
|
+
Unit of measure of the Value value
|
|
61
|
+
"""
|
|
62
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
63
|
+
"""
|
|
64
|
+
The source indicator associated with this point.
|
|
65
|
+
"""
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
class MaximumTorqueOnBottom(BaseModel):
|
|
69
|
+
"""
|
|
70
|
+
The planned maximum torque while on bottom
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
model_config = ConfigDict(
|
|
74
|
+
extra='allow',
|
|
75
|
+
)
|
|
76
|
+
Point: list[PointItem] = Field(..., title='Point')
|
|
77
|
+
"""
|
|
78
|
+
the pair of points associated with the parameter group.
|
|
79
|
+
"""
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
class PointItem1(BaseModel):
|
|
83
|
+
"""
|
|
84
|
+
The definition of the point
|
|
85
|
+
"""
|
|
86
|
+
|
|
87
|
+
model_config = ConfigDict(
|
|
88
|
+
extra='allow',
|
|
89
|
+
)
|
|
90
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
91
|
+
"""
|
|
92
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
93
|
+
"""
|
|
94
|
+
Value: float = Field(..., title='Value')
|
|
95
|
+
"""
|
|
96
|
+
The value observed at the measured depth
|
|
97
|
+
"""
|
|
98
|
+
ValueUnitID: constr(
|
|
99
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
100
|
+
) = Field(..., title='Value Unit ID')
|
|
101
|
+
"""
|
|
102
|
+
Unit of measure of the Value value
|
|
103
|
+
"""
|
|
104
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
105
|
+
"""
|
|
106
|
+
The source indicator associated with this point.
|
|
107
|
+
"""
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
class MinimumTorqueOnBottom(BaseModel):
|
|
111
|
+
"""
|
|
112
|
+
The planned minimum torque while on bottom
|
|
113
|
+
"""
|
|
114
|
+
|
|
115
|
+
model_config = ConfigDict(
|
|
116
|
+
extra='allow',
|
|
117
|
+
)
|
|
118
|
+
Point: list[PointItem1] = Field(..., title='Point')
|
|
119
|
+
"""
|
|
120
|
+
the pair of points associated with the parameter group.
|
|
121
|
+
"""
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
class TorqueOnBottomGroup(BaseModel):
|
|
125
|
+
"""
|
|
126
|
+
A group of parameters that refer to Torque on Bottom
|
|
127
|
+
"""
|
|
128
|
+
|
|
129
|
+
model_config = ConfigDict(
|
|
130
|
+
extra='allow',
|
|
131
|
+
)
|
|
132
|
+
MaximumTorqueOnBottom_1: MaximumTorqueOnBottom = Field(
|
|
133
|
+
..., alias='MaximumTorqueOnBottom', title='Maximum Torque On Bottom'
|
|
134
|
+
)
|
|
135
|
+
"""
|
|
136
|
+
The planned maximum torque while on bottom
|
|
137
|
+
"""
|
|
138
|
+
MinimumTorqueOnBottom_1: MinimumTorqueOnBottom = Field(
|
|
139
|
+
..., alias='MinimumTorqueOnBottom', title='Minimum Torque On Bottom'
|
|
140
|
+
)
|
|
141
|
+
"""
|
|
142
|
+
The planned minimum torque while on bottom
|
|
143
|
+
"""
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
class PointItem2(BaseModel):
|
|
147
|
+
"""
|
|
148
|
+
The definition of the point
|
|
149
|
+
"""
|
|
150
|
+
|
|
151
|
+
model_config = ConfigDict(
|
|
152
|
+
extra='allow',
|
|
153
|
+
)
|
|
154
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
155
|
+
"""
|
|
156
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
157
|
+
"""
|
|
158
|
+
Value: float = Field(..., title='Value')
|
|
159
|
+
"""
|
|
160
|
+
The value observed at the measured depth
|
|
161
|
+
"""
|
|
162
|
+
ValueUnitID: constr(
|
|
163
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
164
|
+
) = Field(..., title='Value Unit ID')
|
|
165
|
+
"""
|
|
166
|
+
Unit of measure of the Value value
|
|
167
|
+
"""
|
|
168
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
169
|
+
"""
|
|
170
|
+
The source indicator associated with this point.
|
|
171
|
+
"""
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
class MaximumRPM(BaseModel):
|
|
175
|
+
"""
|
|
176
|
+
The planned maximum rotary speed for the run
|
|
177
|
+
"""
|
|
178
|
+
|
|
179
|
+
model_config = ConfigDict(
|
|
180
|
+
extra='allow',
|
|
181
|
+
)
|
|
182
|
+
Point: list[PointItem2] = Field(..., title='Point')
|
|
183
|
+
"""
|
|
184
|
+
the pair of points associated with the parameter group.
|
|
185
|
+
"""
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
class PointItem3(BaseModel):
|
|
189
|
+
"""
|
|
190
|
+
The definition of the point
|
|
191
|
+
"""
|
|
192
|
+
|
|
193
|
+
model_config = ConfigDict(
|
|
194
|
+
extra='allow',
|
|
195
|
+
)
|
|
196
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
197
|
+
"""
|
|
198
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
199
|
+
"""
|
|
200
|
+
Value: float = Field(..., title='Value')
|
|
201
|
+
"""
|
|
202
|
+
The value observed at the measured depth
|
|
203
|
+
"""
|
|
204
|
+
ValueUnitID: constr(
|
|
205
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
206
|
+
) = Field(..., title='Value Unit ID')
|
|
207
|
+
"""
|
|
208
|
+
Unit of measure of the Value value
|
|
209
|
+
"""
|
|
210
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
211
|
+
"""
|
|
212
|
+
The source indicator associated with this point.
|
|
213
|
+
"""
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
class MinimumRPM(BaseModel):
|
|
217
|
+
"""
|
|
218
|
+
The planned minimum rotary speed for the run
|
|
219
|
+
"""
|
|
220
|
+
|
|
221
|
+
model_config = ConfigDict(
|
|
222
|
+
extra='allow',
|
|
223
|
+
)
|
|
224
|
+
Point: list[PointItem3] = Field(..., title='Point')
|
|
225
|
+
"""
|
|
226
|
+
the pair of points associated with the parameter group.
|
|
227
|
+
"""
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
class PointItem4(BaseModel):
|
|
231
|
+
"""
|
|
232
|
+
The definition of the point
|
|
233
|
+
"""
|
|
234
|
+
|
|
235
|
+
model_config = ConfigDict(
|
|
236
|
+
extra='allow',
|
|
237
|
+
)
|
|
238
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
239
|
+
"""
|
|
240
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
241
|
+
"""
|
|
242
|
+
Value: float = Field(..., title='Value')
|
|
243
|
+
"""
|
|
244
|
+
The value observed at the measured depth
|
|
245
|
+
"""
|
|
246
|
+
ValueUnitID: constr(
|
|
247
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
248
|
+
) = Field(..., title='Value Unit ID')
|
|
249
|
+
"""
|
|
250
|
+
Unit of measure of the Value value
|
|
251
|
+
"""
|
|
252
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
253
|
+
"""
|
|
254
|
+
The source indicator associated with this point.
|
|
255
|
+
"""
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
class RecommendedRPM(BaseModel):
|
|
259
|
+
"""
|
|
260
|
+
The recommended rotary speed for the run
|
|
261
|
+
"""
|
|
262
|
+
|
|
263
|
+
model_config = ConfigDict(
|
|
264
|
+
extra='allow',
|
|
265
|
+
)
|
|
266
|
+
Point: list[PointItem4] = Field(..., title='Point')
|
|
267
|
+
"""
|
|
268
|
+
the pair of points associated with the parameter group.
|
|
269
|
+
"""
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
class PointItem5(BaseModel):
|
|
273
|
+
"""
|
|
274
|
+
The definition of the point
|
|
275
|
+
"""
|
|
276
|
+
|
|
277
|
+
model_config = ConfigDict(
|
|
278
|
+
extra='allow',
|
|
279
|
+
)
|
|
280
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
281
|
+
"""
|
|
282
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
283
|
+
"""
|
|
284
|
+
Value: float = Field(..., title='Value')
|
|
285
|
+
"""
|
|
286
|
+
The value observed at the measured depth
|
|
287
|
+
"""
|
|
288
|
+
ValueUnitID: constr(
|
|
289
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
290
|
+
) = Field(..., title='Value Unit ID')
|
|
291
|
+
"""
|
|
292
|
+
Unit of measure of the Value value
|
|
293
|
+
"""
|
|
294
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
295
|
+
"""
|
|
296
|
+
The source indicator associated with this point.
|
|
297
|
+
"""
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
class DownHoleMaximumRPM(BaseModel):
|
|
301
|
+
"""
|
|
302
|
+
The down-hole planned maximum rotary speed for the run
|
|
303
|
+
"""
|
|
304
|
+
|
|
305
|
+
model_config = ConfigDict(
|
|
306
|
+
extra='allow',
|
|
307
|
+
)
|
|
308
|
+
Point: list[PointItem5] = Field(..., title='Point')
|
|
309
|
+
"""
|
|
310
|
+
the pair of points associated with the parameter group.
|
|
311
|
+
"""
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
class PointItem6(BaseModel):
|
|
315
|
+
"""
|
|
316
|
+
The definition of the point
|
|
317
|
+
"""
|
|
318
|
+
|
|
319
|
+
model_config = ConfigDict(
|
|
320
|
+
extra='allow',
|
|
321
|
+
)
|
|
322
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
323
|
+
"""
|
|
324
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
325
|
+
"""
|
|
326
|
+
Value: float = Field(..., title='Value')
|
|
327
|
+
"""
|
|
328
|
+
The value observed at the measured depth
|
|
329
|
+
"""
|
|
330
|
+
ValueUnitID: constr(
|
|
331
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
332
|
+
) = Field(..., title='Value Unit ID')
|
|
333
|
+
"""
|
|
334
|
+
Unit of measure of the Value value
|
|
335
|
+
"""
|
|
336
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
337
|
+
"""
|
|
338
|
+
The source indicator associated with this point.
|
|
339
|
+
"""
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
class DownHoleMinimumRPM(BaseModel):
|
|
343
|
+
"""
|
|
344
|
+
The down-hole planned minimum rotary speed for the run
|
|
345
|
+
"""
|
|
346
|
+
|
|
347
|
+
model_config = ConfigDict(
|
|
348
|
+
extra='allow',
|
|
349
|
+
)
|
|
350
|
+
Point: list[PointItem6] = Field(..., title='Point')
|
|
351
|
+
"""
|
|
352
|
+
the pair of points associated with the parameter group.
|
|
353
|
+
"""
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
class PointItem7(BaseModel):
|
|
357
|
+
"""
|
|
358
|
+
The definition of the point
|
|
359
|
+
"""
|
|
360
|
+
|
|
361
|
+
model_config = ConfigDict(
|
|
362
|
+
extra='allow',
|
|
363
|
+
)
|
|
364
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
365
|
+
"""
|
|
366
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
367
|
+
"""
|
|
368
|
+
Value: float = Field(..., title='Value')
|
|
369
|
+
"""
|
|
370
|
+
The value observed at the measured depth
|
|
371
|
+
"""
|
|
372
|
+
ValueUnitID: constr(
|
|
373
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
374
|
+
) = Field(..., title='Value Unit ID')
|
|
375
|
+
"""
|
|
376
|
+
Unit of measure of the Value value
|
|
377
|
+
"""
|
|
378
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
379
|
+
"""
|
|
380
|
+
The source indicator associated with this point.
|
|
381
|
+
"""
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
class DownHoleRecommendedRPM(BaseModel):
|
|
385
|
+
"""
|
|
386
|
+
The down-hole recommended rotary speed for the run
|
|
387
|
+
"""
|
|
388
|
+
|
|
389
|
+
model_config = ConfigDict(
|
|
390
|
+
extra='allow',
|
|
391
|
+
)
|
|
392
|
+
Point: list[PointItem7] = Field(..., title='Point')
|
|
393
|
+
"""
|
|
394
|
+
the pair of points associated with the parameter group.
|
|
395
|
+
"""
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
class RPMGroup(BaseModel):
|
|
399
|
+
"""
|
|
400
|
+
A group of parameters that refer to RPM (rotations per minute)
|
|
401
|
+
"""
|
|
402
|
+
|
|
403
|
+
model_config = ConfigDict(
|
|
404
|
+
extra='allow',
|
|
405
|
+
)
|
|
406
|
+
MaximumRPM_1: MaximumRPM | None = Field(
|
|
407
|
+
None, alias='MaximumRPM', title='Maximum RPM'
|
|
408
|
+
)
|
|
409
|
+
"""
|
|
410
|
+
The planned maximum rotary speed for the run
|
|
411
|
+
"""
|
|
412
|
+
MinimumRPM_1: MinimumRPM | None = Field(
|
|
413
|
+
None, alias='MinimumRPM', title='Minimum RPM'
|
|
414
|
+
)
|
|
415
|
+
"""
|
|
416
|
+
The planned minimum rotary speed for the run
|
|
417
|
+
"""
|
|
418
|
+
RecommendedRPM_1: RecommendedRPM | None = Field(
|
|
419
|
+
None, alias='RecommendedRPM', title='Recommended RPM'
|
|
420
|
+
)
|
|
421
|
+
"""
|
|
422
|
+
The recommended rotary speed for the run
|
|
423
|
+
"""
|
|
424
|
+
DownHoleMaximumRPM_1: DownHoleMaximumRPM | None = Field(
|
|
425
|
+
None, alias='DownHoleMaximumRPM', title='DownHole Maximum RPM'
|
|
426
|
+
)
|
|
427
|
+
"""
|
|
428
|
+
The down-hole planned maximum rotary speed for the run
|
|
429
|
+
"""
|
|
430
|
+
DownHoleMinimumRPM_1: DownHoleMinimumRPM | None = Field(
|
|
431
|
+
None, alias='DownHoleMinimumRPM', title='DownHole Minimum RPM'
|
|
432
|
+
)
|
|
433
|
+
"""
|
|
434
|
+
The down-hole planned minimum rotary speed for the run
|
|
435
|
+
"""
|
|
436
|
+
DownHoleRecommendedRPM_1: DownHoleRecommendedRPM | None = Field(
|
|
437
|
+
None, alias='DownHoleRecommendedRPM', title='DownHole Recommended RPM'
|
|
438
|
+
)
|
|
439
|
+
"""
|
|
440
|
+
The down-hole recommended rotary speed for the run
|
|
441
|
+
"""
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
class PointItem8(BaseModel):
|
|
445
|
+
"""
|
|
446
|
+
The definition of the point
|
|
447
|
+
"""
|
|
448
|
+
|
|
449
|
+
model_config = ConfigDict(
|
|
450
|
+
extra='allow',
|
|
451
|
+
)
|
|
452
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
453
|
+
"""
|
|
454
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
455
|
+
"""
|
|
456
|
+
Value: float = Field(..., title='Value')
|
|
457
|
+
"""
|
|
458
|
+
The value observed at the measured depth
|
|
459
|
+
"""
|
|
460
|
+
ValueUnitID: constr(
|
|
461
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
462
|
+
) = Field(..., title='Value Unit ID')
|
|
463
|
+
"""
|
|
464
|
+
Unit of measure of the Value value
|
|
465
|
+
"""
|
|
466
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
467
|
+
"""
|
|
468
|
+
The source indicator associated with this point.
|
|
469
|
+
"""
|
|
470
|
+
|
|
471
|
+
|
|
472
|
+
class MaximumROP(BaseModel):
|
|
473
|
+
"""
|
|
474
|
+
The planned maximum rate of penetration for the run
|
|
475
|
+
"""
|
|
476
|
+
|
|
477
|
+
model_config = ConfigDict(
|
|
478
|
+
extra='allow',
|
|
479
|
+
)
|
|
480
|
+
Point: list[PointItem8] = Field(..., title='Point')
|
|
481
|
+
"""
|
|
482
|
+
the pair of points associated with the parameter group.
|
|
483
|
+
"""
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
class PointItem9(BaseModel):
|
|
487
|
+
"""
|
|
488
|
+
The definition of the point
|
|
489
|
+
"""
|
|
490
|
+
|
|
491
|
+
model_config = ConfigDict(
|
|
492
|
+
extra='allow',
|
|
493
|
+
)
|
|
494
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
495
|
+
"""
|
|
496
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
497
|
+
"""
|
|
498
|
+
Value: float = Field(..., title='Value')
|
|
499
|
+
"""
|
|
500
|
+
The value observed at the measured depth
|
|
501
|
+
"""
|
|
502
|
+
ValueUnitID: constr(
|
|
503
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
504
|
+
) = Field(..., title='Value Unit ID')
|
|
505
|
+
"""
|
|
506
|
+
Unit of measure of the Value value
|
|
507
|
+
"""
|
|
508
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
509
|
+
"""
|
|
510
|
+
The source indicator associated with this point.
|
|
511
|
+
"""
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
class MinimumROP(BaseModel):
|
|
515
|
+
"""
|
|
516
|
+
The planned minimum rate of penetration for the run
|
|
517
|
+
"""
|
|
518
|
+
|
|
519
|
+
model_config = ConfigDict(
|
|
520
|
+
extra='allow',
|
|
521
|
+
)
|
|
522
|
+
Point: list[PointItem9] = Field(..., title='Point')
|
|
523
|
+
"""
|
|
524
|
+
the pair of points associated with the parameter group.
|
|
525
|
+
"""
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
class PointItem10(BaseModel):
|
|
529
|
+
"""
|
|
530
|
+
The definition of the point
|
|
531
|
+
"""
|
|
532
|
+
|
|
533
|
+
model_config = ConfigDict(
|
|
534
|
+
extra='allow',
|
|
535
|
+
)
|
|
536
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
537
|
+
"""
|
|
538
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
539
|
+
"""
|
|
540
|
+
Value: float = Field(..., title='Value')
|
|
541
|
+
"""
|
|
542
|
+
The value observed at the measured depth
|
|
543
|
+
"""
|
|
544
|
+
ValueUnitID: constr(
|
|
545
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
546
|
+
) = Field(..., title='Value Unit ID')
|
|
547
|
+
"""
|
|
548
|
+
Unit of measure of the Value value
|
|
549
|
+
"""
|
|
550
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
551
|
+
"""
|
|
552
|
+
The source indicator associated with this point.
|
|
553
|
+
"""
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
class RecommendedROP(BaseModel):
|
|
557
|
+
"""
|
|
558
|
+
The recommended rate of penetration for the run
|
|
559
|
+
"""
|
|
560
|
+
|
|
561
|
+
model_config = ConfigDict(
|
|
562
|
+
extra='allow',
|
|
563
|
+
)
|
|
564
|
+
Point: list[PointItem10] = Field(..., title='Point')
|
|
565
|
+
"""
|
|
566
|
+
the pair of points associated with the parameter group.
|
|
567
|
+
"""
|
|
568
|
+
|
|
569
|
+
|
|
570
|
+
class ROPGroup(BaseModel):
|
|
571
|
+
"""
|
|
572
|
+
A group of parameters that refer to ROP (rate of penetration)
|
|
573
|
+
"""
|
|
574
|
+
|
|
575
|
+
model_config = ConfigDict(
|
|
576
|
+
extra='allow',
|
|
577
|
+
)
|
|
578
|
+
MaximumROP_1: MaximumROP = Field(..., alias='MaximumROP', title='Maximum R.O.P.')
|
|
579
|
+
"""
|
|
580
|
+
The planned maximum rate of penetration for the run
|
|
581
|
+
"""
|
|
582
|
+
MinimumROP_1: MinimumROP = Field(..., alias='MinimumROP', title='Minimum R.O.P.')
|
|
583
|
+
"""
|
|
584
|
+
The planned minimum rate of penetration for the run
|
|
585
|
+
"""
|
|
586
|
+
RecommendedROP_1: RecommendedROP | None = Field(
|
|
587
|
+
None, alias='RecommendedROP', title='Recommended R.O.P.'
|
|
588
|
+
)
|
|
589
|
+
"""
|
|
590
|
+
The recommended rate of penetration for the run
|
|
591
|
+
"""
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
class PointItem11(BaseModel):
|
|
595
|
+
"""
|
|
596
|
+
The definition of the point
|
|
597
|
+
"""
|
|
598
|
+
|
|
599
|
+
model_config = ConfigDict(
|
|
600
|
+
extra='allow',
|
|
601
|
+
)
|
|
602
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
603
|
+
"""
|
|
604
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
605
|
+
"""
|
|
606
|
+
Value: float = Field(..., title='Value')
|
|
607
|
+
"""
|
|
608
|
+
The value observed at the measured depth
|
|
609
|
+
"""
|
|
610
|
+
ValueUnitID: constr(
|
|
611
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
612
|
+
) = Field(..., title='Value Unit ID')
|
|
613
|
+
"""
|
|
614
|
+
Unit of measure of the Value value
|
|
615
|
+
"""
|
|
616
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
617
|
+
"""
|
|
618
|
+
The source indicator associated with this point.
|
|
619
|
+
"""
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
class MaximumWOB(BaseModel):
|
|
623
|
+
"""
|
|
624
|
+
The planned maximum weight on bit for this run
|
|
625
|
+
"""
|
|
626
|
+
|
|
627
|
+
model_config = ConfigDict(
|
|
628
|
+
extra='allow',
|
|
629
|
+
)
|
|
630
|
+
Point: list[PointItem11] = Field(..., title='Point')
|
|
631
|
+
"""
|
|
632
|
+
the pair of points associated with the parameter group.
|
|
633
|
+
"""
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
class PointItem12(BaseModel):
|
|
637
|
+
"""
|
|
638
|
+
The definition of the point
|
|
639
|
+
"""
|
|
640
|
+
|
|
641
|
+
model_config = ConfigDict(
|
|
642
|
+
extra='allow',
|
|
643
|
+
)
|
|
644
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
645
|
+
"""
|
|
646
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
647
|
+
"""
|
|
648
|
+
Value: float = Field(..., title='Value')
|
|
649
|
+
"""
|
|
650
|
+
The value observed at the measured depth
|
|
651
|
+
"""
|
|
652
|
+
ValueUnitID: constr(
|
|
653
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
654
|
+
) = Field(..., title='Value Unit ID')
|
|
655
|
+
"""
|
|
656
|
+
Unit of measure of the Value value
|
|
657
|
+
"""
|
|
658
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
659
|
+
"""
|
|
660
|
+
The source indicator associated with this point.
|
|
661
|
+
"""
|
|
662
|
+
|
|
663
|
+
|
|
664
|
+
class MinimumWOB(BaseModel):
|
|
665
|
+
"""
|
|
666
|
+
The planned minimum weight on bit for this run
|
|
667
|
+
"""
|
|
668
|
+
|
|
669
|
+
model_config = ConfigDict(
|
|
670
|
+
extra='allow',
|
|
671
|
+
)
|
|
672
|
+
Point: list[PointItem12] = Field(..., title='Point')
|
|
673
|
+
"""
|
|
674
|
+
the pair of points associated with the parameter group.
|
|
675
|
+
"""
|
|
676
|
+
|
|
677
|
+
|
|
678
|
+
class PointItem13(BaseModel):
|
|
679
|
+
"""
|
|
680
|
+
The definition of the point
|
|
681
|
+
"""
|
|
682
|
+
|
|
683
|
+
model_config = ConfigDict(
|
|
684
|
+
extra='allow',
|
|
685
|
+
)
|
|
686
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
687
|
+
"""
|
|
688
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
689
|
+
"""
|
|
690
|
+
Value: float = Field(..., title='Value')
|
|
691
|
+
"""
|
|
692
|
+
The value observed at the measured depth
|
|
693
|
+
"""
|
|
694
|
+
ValueUnitID: constr(
|
|
695
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
696
|
+
) = Field(..., title='Value Unit ID')
|
|
697
|
+
"""
|
|
698
|
+
Unit of measure of the Value value
|
|
699
|
+
"""
|
|
700
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
701
|
+
"""
|
|
702
|
+
The source indicator associated with this point.
|
|
703
|
+
"""
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
class RecommendedWOB(BaseModel):
|
|
707
|
+
"""
|
|
708
|
+
The recommended weight on bit for this run
|
|
709
|
+
"""
|
|
710
|
+
|
|
711
|
+
model_config = ConfigDict(
|
|
712
|
+
extra='allow',
|
|
713
|
+
)
|
|
714
|
+
Point: list[PointItem13] = Field(..., title='Point')
|
|
715
|
+
"""
|
|
716
|
+
the pair of points associated with the parameter group.
|
|
717
|
+
"""
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
class WOBGroup(BaseModel):
|
|
721
|
+
"""
|
|
722
|
+
A group of parameters that refer to WOB (weight on bit)
|
|
723
|
+
"""
|
|
724
|
+
|
|
725
|
+
model_config = ConfigDict(
|
|
726
|
+
extra='allow',
|
|
727
|
+
)
|
|
728
|
+
MaximumWOB_1: MaximumWOB = Field(..., alias='MaximumWOB', title='Maximum W.O.B.')
|
|
729
|
+
"""
|
|
730
|
+
The planned maximum weight on bit for this run
|
|
731
|
+
"""
|
|
732
|
+
MinimumWOB_1: MinimumWOB = Field(..., alias='MinimumWOB', title='Minimum W.O.B.')
|
|
733
|
+
"""
|
|
734
|
+
The planned minimum weight on bit for this run
|
|
735
|
+
"""
|
|
736
|
+
RecommendedWOB_1: RecommendedWOB | None = Field(
|
|
737
|
+
None, alias='RecommendedWOB', title='Recommended W.O.B.'
|
|
738
|
+
)
|
|
739
|
+
"""
|
|
740
|
+
The recommended weight on bit for this run
|
|
741
|
+
"""
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
class PointItem14(BaseModel):
|
|
745
|
+
"""
|
|
746
|
+
The definition of the point
|
|
747
|
+
"""
|
|
748
|
+
|
|
749
|
+
model_config = ConfigDict(
|
|
750
|
+
extra='allow',
|
|
751
|
+
)
|
|
752
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
753
|
+
"""
|
|
754
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
755
|
+
"""
|
|
756
|
+
Value: float = Field(..., title='Value')
|
|
757
|
+
"""
|
|
758
|
+
The value observed at the measured depth
|
|
759
|
+
"""
|
|
760
|
+
ValueUnitID: constr(
|
|
761
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
762
|
+
) = Field(..., title='Value Unit ID')
|
|
763
|
+
"""
|
|
764
|
+
Unit of measure of the Value value
|
|
765
|
+
"""
|
|
766
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
767
|
+
"""
|
|
768
|
+
The source indicator associated with this point.
|
|
769
|
+
"""
|
|
770
|
+
|
|
771
|
+
|
|
772
|
+
class MaximumFlowratePump(BaseModel):
|
|
773
|
+
"""
|
|
774
|
+
The planned maximum flowrate for the run
|
|
775
|
+
"""
|
|
776
|
+
|
|
777
|
+
model_config = ConfigDict(
|
|
778
|
+
extra='allow',
|
|
779
|
+
)
|
|
780
|
+
Point: list[PointItem14] = Field(..., title='Point')
|
|
781
|
+
"""
|
|
782
|
+
the pair of points associated with the parameter group.
|
|
783
|
+
"""
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
class PointItem15(BaseModel):
|
|
787
|
+
"""
|
|
788
|
+
The definition of the point
|
|
789
|
+
"""
|
|
790
|
+
|
|
791
|
+
model_config = ConfigDict(
|
|
792
|
+
extra='allow',
|
|
793
|
+
)
|
|
794
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
795
|
+
"""
|
|
796
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
797
|
+
"""
|
|
798
|
+
Value: float = Field(..., title='Value')
|
|
799
|
+
"""
|
|
800
|
+
The value observed at the measured depth
|
|
801
|
+
"""
|
|
802
|
+
ValueUnitID: constr(
|
|
803
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
804
|
+
) = Field(..., title='Value Unit ID')
|
|
805
|
+
"""
|
|
806
|
+
Unit of measure of the Value value
|
|
807
|
+
"""
|
|
808
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
809
|
+
"""
|
|
810
|
+
The source indicator associated with this point.
|
|
811
|
+
"""
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
class MinimumFlowratePump(BaseModel):
|
|
815
|
+
"""
|
|
816
|
+
The planned minimum flowrate for the run
|
|
817
|
+
"""
|
|
818
|
+
|
|
819
|
+
model_config = ConfigDict(
|
|
820
|
+
extra='allow',
|
|
821
|
+
)
|
|
822
|
+
Point: list[PointItem15] = Field(..., title='Point')
|
|
823
|
+
"""
|
|
824
|
+
the pair of points associated with the parameter group.
|
|
825
|
+
"""
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
class PointItem16(BaseModel):
|
|
829
|
+
"""
|
|
830
|
+
The definition of the point
|
|
831
|
+
"""
|
|
832
|
+
|
|
833
|
+
model_config = ConfigDict(
|
|
834
|
+
extra='allow',
|
|
835
|
+
)
|
|
836
|
+
ObservationMeasuredDepth: float = Field(..., title='M D')
|
|
837
|
+
"""
|
|
838
|
+
The measured depth at which the measurement was observed. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
839
|
+
"""
|
|
840
|
+
Value: float = Field(..., title='Value')
|
|
841
|
+
"""
|
|
842
|
+
The value observed at the measured depth
|
|
843
|
+
"""
|
|
844
|
+
ValueUnitID: constr(
|
|
845
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
846
|
+
) = Field(..., title='Value Unit ID')
|
|
847
|
+
"""
|
|
848
|
+
Unit of measure of the Value value
|
|
849
|
+
"""
|
|
850
|
+
PointsSources: list[PointsSource] = Field(..., title='Points Sources')
|
|
851
|
+
"""
|
|
852
|
+
The source indicator associated with this point.
|
|
853
|
+
"""
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
class RecommendedFlowratePump(BaseModel):
|
|
857
|
+
"""
|
|
858
|
+
The recommended flowrate for the run
|
|
859
|
+
"""
|
|
860
|
+
|
|
861
|
+
model_config = ConfigDict(
|
|
862
|
+
extra='allow',
|
|
863
|
+
)
|
|
864
|
+
Point: list[PointItem16] = Field(..., title='Point')
|
|
865
|
+
"""
|
|
866
|
+
the pair of points associated with the parameter group.
|
|
867
|
+
"""
|
|
868
|
+
|
|
869
|
+
|
|
870
|
+
class FlowratePumpGroup(BaseModel):
|
|
871
|
+
"""
|
|
872
|
+
A group of parameters that refer to flowrate
|
|
873
|
+
"""
|
|
874
|
+
|
|
875
|
+
model_config = ConfigDict(
|
|
876
|
+
extra='allow',
|
|
877
|
+
)
|
|
878
|
+
MaximumFlowratePump_1: MaximumFlowratePump = Field(
|
|
879
|
+
..., alias='MaximumFlowratePump', title='Flowrate Pump Maximum'
|
|
880
|
+
)
|
|
881
|
+
"""
|
|
882
|
+
The planned maximum flowrate for the run
|
|
883
|
+
"""
|
|
884
|
+
MinimumFlowratePump_1: MinimumFlowratePump = Field(
|
|
885
|
+
..., alias='MinimumFlowratePump', title='Flowrate Pump Minimum'
|
|
886
|
+
)
|
|
887
|
+
"""
|
|
888
|
+
The planned minimum flowrate for the run
|
|
889
|
+
"""
|
|
890
|
+
RecommendedFlowratePump_1: RecommendedFlowratePump | None = Field(
|
|
891
|
+
None, alias='RecommendedFlowratePump', title='Flowrate Pump Recommended'
|
|
892
|
+
)
|
|
893
|
+
"""
|
|
894
|
+
The recommended flowrate for the run
|
|
895
|
+
"""
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
class OperationParameterPlan(BaseModel):
|
|
899
|
+
"""
|
|
900
|
+
A series of operating parameters observed during the run
|
|
901
|
+
"""
|
|
902
|
+
|
|
903
|
+
model_config = ConfigDict(
|
|
904
|
+
extra='allow',
|
|
905
|
+
)
|
|
906
|
+
RealizationStrategy: str = Field(
|
|
907
|
+
..., examples=['linearInterpolation'], title='Realization Strategy'
|
|
908
|
+
)
|
|
909
|
+
"""
|
|
910
|
+
The realization strategy utilized in this series of operation parameters
|
|
911
|
+
"""
|
|
912
|
+
TorqueOnBottomGroup_1: TorqueOnBottomGroup = Field(
|
|
913
|
+
..., alias='TorqueOnBottomGroup', title='Torque On Bottom Group'
|
|
914
|
+
)
|
|
915
|
+
"""
|
|
916
|
+
A group of parameters that refer to Torque on Bottom
|
|
917
|
+
"""
|
|
918
|
+
RPMGroup_1: RPMGroup = Field(..., alias='RPMGroup', title='R.P.M. Group')
|
|
919
|
+
"""
|
|
920
|
+
A group of parameters that refer to RPM (rotations per minute)
|
|
921
|
+
"""
|
|
922
|
+
ROPGroup_1: ROPGroup = Field(..., alias='ROPGroup', title='R.O.P. Group')
|
|
923
|
+
"""
|
|
924
|
+
A group of parameters that refer to ROP (rate of penetration)
|
|
925
|
+
"""
|
|
926
|
+
WOBGroup_1: WOBGroup = Field(..., alias='WOBGroup', title='W.O.B. Group')
|
|
927
|
+
"""
|
|
928
|
+
A group of parameters that refer to WOB (weight on bit)
|
|
929
|
+
"""
|
|
930
|
+
FlowratePumpGroup_1: FlowratePumpGroup = Field(
|
|
931
|
+
..., alias='FlowratePumpGroup', title='Flowrate Pump Group'
|
|
932
|
+
)
|
|
933
|
+
"""
|
|
934
|
+
A group of parameters that refer to flowrate
|
|
935
|
+
"""
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
class RunParameterPlan(BaseModel):
|
|
939
|
+
"""
|
|
940
|
+
Operating parameters of a drill string run
|
|
941
|
+
"""
|
|
942
|
+
|
|
943
|
+
model_config = ConfigDict(
|
|
944
|
+
extra='allow',
|
|
945
|
+
)
|
|
946
|
+
RunStartHoleMeasuredDepth: float | None = Field(
|
|
947
|
+
None, title='Run-Start Hole Measured-Depth'
|
|
948
|
+
)
|
|
949
|
+
"""
|
|
950
|
+
The start measured depth of the hole section at the start of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
951
|
+
"""
|
|
952
|
+
RunEndHoleMeasuredDepth: float | None = Field(
|
|
953
|
+
None, title='Run-End Hole Measured-Depth'
|
|
954
|
+
)
|
|
955
|
+
"""
|
|
956
|
+
The end measured depth of the hole section at the end of the run. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
957
|
+
"""
|
|
958
|
+
OperationParameterPlan_1: OperationParameterPlan | None = Field(
|
|
959
|
+
None, alias='OperationParameterPlan', title='Operation Parameter Plan'
|
|
960
|
+
)
|
|
961
|
+
"""
|
|
962
|
+
A series of operating parameters observed during the run
|
|
963
|
+
"""
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
class DrillingParam(BaseModel):
|
|
967
|
+
"""
|
|
968
|
+
The bottomhole assembly drilling parameters schema, which contains statistical and calculated operations data for the run, related to depths, activities, temperature, pressure, flow rates, torque, etc.
|
|
969
|
+
"""
|
|
970
|
+
|
|
971
|
+
model_config = ConfigDict(
|
|
972
|
+
extra='allow',
|
|
973
|
+
)
|
|
974
|
+
BitRunTIme: str | None = Field(None, title='Operating Time Bit')
|
|
975
|
+
"""
|
|
976
|
+
Operating time spent by bit for run.
|
|
977
|
+
|
|
978
|
+
BUSINESS RULE: When reporting an actual as opposed to design, this is required.
|
|
979
|
+
"""
|
|
980
|
+
RunStartHoleMeasuredDepth: float | None = Field(
|
|
981
|
+
None, title='Measured Depth Hole Start'
|
|
982
|
+
)
|
|
983
|
+
"""
|
|
984
|
+
Measured depth at start of the run.
|
|
985
|
+
"""
|
|
986
|
+
RunEndHoleMeasuredDepth: float | None = Field(
|
|
987
|
+
None, title='Measured Depth Hole Stop'
|
|
988
|
+
)
|
|
989
|
+
"""
|
|
990
|
+
Measured depth at the end of the run.
|
|
991
|
+
"""
|
|
992
|
+
RotatingHookload: float | None = Field(None, title='Rotating Hookload')
|
|
993
|
+
"""
|
|
994
|
+
Hookload rotating.
|
|
995
|
+
"""
|
|
996
|
+
OverPull: float | None = Field(None, title='Over Pull')
|
|
997
|
+
"""
|
|
998
|
+
Overpull = HookloadUp - HookloadRotating
|
|
999
|
+
"""
|
|
1000
|
+
SlackOff: float | None = Field(None, title='Slack Off')
|
|
1001
|
+
"""
|
|
1002
|
+
Slackoff = HookloadRotating - HookloadDown.
|
|
1003
|
+
"""
|
|
1004
|
+
HookloadUp: float | None = Field(None, title='Hookload Up')
|
|
1005
|
+
"""
|
|
1006
|
+
Hookload when the string is moving up.
|
|
1007
|
+
"""
|
|
1008
|
+
HookloadDown: float | None = Field(None, title='Hookload Down')
|
|
1009
|
+
"""
|
|
1010
|
+
Hookload when the string is moving down.
|
|
1011
|
+
"""
|
|
1012
|
+
AverageTorqueOnBottom: float | None = Field(None, title='Average Torque On Bottom')
|
|
1013
|
+
"""
|
|
1014
|
+
Average Torque: on bottom.
|
|
1015
|
+
"""
|
|
1016
|
+
MaximumTorqueOnBottom: float | None = Field(None, title='Maximum Torque On Bottom')
|
|
1017
|
+
"""
|
|
1018
|
+
Maximum torque: on bottom.
|
|
1019
|
+
"""
|
|
1020
|
+
MinimumTorqueOnBottom: float | None = Field(None, title='Minimum Torque On Bottom')
|
|
1021
|
+
"""
|
|
1022
|
+
Minimum torque: on bottom.
|
|
1023
|
+
"""
|
|
1024
|
+
AverageTorqueOffBottom: float | None = Field(
|
|
1025
|
+
None, title='Average Torque Off Bottom'
|
|
1026
|
+
)
|
|
1027
|
+
"""
|
|
1028
|
+
Average torque: off bottom.
|
|
1029
|
+
"""
|
|
1030
|
+
AverageTorqueDownhole: float | None = Field(None, title='Average Torque Downhole')
|
|
1031
|
+
"""
|
|
1032
|
+
Average torque: downhole.
|
|
1033
|
+
"""
|
|
1034
|
+
WeightAboveJar: float | None = Field(None, title='Weight Above Jar')
|
|
1035
|
+
"""
|
|
1036
|
+
Weight of the string above the jars.
|
|
1037
|
+
"""
|
|
1038
|
+
WeightBelowJar: float | None = Field(None, title='Weight Below Jar')
|
|
1039
|
+
"""
|
|
1040
|
+
Weight of the string below the jars.
|
|
1041
|
+
"""
|
|
1042
|
+
WeightMud: float | None = Field(None, title='Weight Mud')
|
|
1043
|
+
"""
|
|
1044
|
+
Drilling fluid density.
|
|
1045
|
+
"""
|
|
1046
|
+
AverageFlowratePump: float | None = Field(None, title='Average Flowrate Pump')
|
|
1047
|
+
"""
|
|
1048
|
+
Average mud pump flow rate.
|
|
1049
|
+
"""
|
|
1050
|
+
MaximumFlowratePump: float | None = Field(None, title='Maximum Flowrate Pump')
|
|
1051
|
+
"""
|
|
1052
|
+
Maximum mud pump flow rate.
|
|
1053
|
+
"""
|
|
1054
|
+
MinimumFlowratePump: float | None = Field(None, title='Minimum Flowrate Pump')
|
|
1055
|
+
"""
|
|
1056
|
+
Minimum mud pump flow rate.
|
|
1057
|
+
"""
|
|
1058
|
+
AverageVelocityBitNozzle: float | None = Field(
|
|
1059
|
+
None, title='Average Velocity Nozzle'
|
|
1060
|
+
)
|
|
1061
|
+
"""
|
|
1062
|
+
Bit nozzle average velocity.
|
|
1063
|
+
"""
|
|
1064
|
+
PowerBit: float | None = Field(None, title='Power Bit')
|
|
1065
|
+
"""
|
|
1066
|
+
Bit hydraulic.
|
|
1067
|
+
"""
|
|
1068
|
+
PressureDropBit: float | None = Field(None, title='Pressure Drop Bit')
|
|
1069
|
+
"""
|
|
1070
|
+
Pressure drop in bit.
|
|
1071
|
+
"""
|
|
1072
|
+
TimeHolding: float | None = Field(None, title='Cumulative Time Hold')
|
|
1073
|
+
"""
|
|
1074
|
+
Time spent on hold from start of bit run.
|
|
1075
|
+
"""
|
|
1076
|
+
TimeSteering: float | None = Field(None, title='Cumulative Time Steering')
|
|
1077
|
+
"""
|
|
1078
|
+
Time spent steering from start of bit run.
|
|
1079
|
+
"""
|
|
1080
|
+
TimeDrillingRotating: float | None = Field(
|
|
1081
|
+
None, title='Cumulative Time Drill Rotating'
|
|
1082
|
+
)
|
|
1083
|
+
"""
|
|
1084
|
+
Time spent rotary drilling from start of bit run.
|
|
1085
|
+
"""
|
|
1086
|
+
TimeDrillingSliding: float | None = Field(
|
|
1087
|
+
None, title='Cumulative Time Drill Sliding'
|
|
1088
|
+
)
|
|
1089
|
+
"""
|
|
1090
|
+
Time spent slide drilling from start of bit run.
|
|
1091
|
+
"""
|
|
1092
|
+
TimeCirculating: float | None = Field(None, title='Cumulative Time Circulating')
|
|
1093
|
+
"""
|
|
1094
|
+
Time spent circulating from start of bit run.
|
|
1095
|
+
"""
|
|
1096
|
+
TimeReaming: float | None = Field(None, title='Cumulative Time Reaming')
|
|
1097
|
+
"""
|
|
1098
|
+
Time spent reaming from start of bit run.
|
|
1099
|
+
"""
|
|
1100
|
+
DistanceDrilledRotating: float | None = Field(None, title='Distance Drill Rotating')
|
|
1101
|
+
"""
|
|
1102
|
+
Distance drilled - rotating.
|
|
1103
|
+
"""
|
|
1104
|
+
DistanceDrilledSliding: float | None = Field(None, title='Distance Drill Sliding')
|
|
1105
|
+
"""
|
|
1106
|
+
Distance drilled - sliding
|
|
1107
|
+
"""
|
|
1108
|
+
DistanceReamed: float | None = Field(None, title='Distance Reaming')
|
|
1109
|
+
"""
|
|
1110
|
+
Distance reamed.
|
|
1111
|
+
"""
|
|
1112
|
+
DistanceHolding: float | None = Field(None, title='Distance Holding')
|
|
1113
|
+
"""
|
|
1114
|
+
Distance covered while holding angle with a steerable drilling assembly.
|
|
1115
|
+
"""
|
|
1116
|
+
DistanceSteering: float | None = Field(None, title='Distance Steering')
|
|
1117
|
+
"""
|
|
1118
|
+
Distance covered while actively steering with a steerable drilling assembly.
|
|
1119
|
+
"""
|
|
1120
|
+
AverageRpm: float | None = Field(None, title='Rpm Average')
|
|
1121
|
+
"""
|
|
1122
|
+
Average surface turn rate (commonly in rpm) through Interval.
|
|
1123
|
+
"""
|
|
1124
|
+
MaximumRpm: float | None = Field(None, title='Rpm Max')
|
|
1125
|
+
"""
|
|
1126
|
+
Maximum turn rate (commonly in rpm).
|
|
1127
|
+
"""
|
|
1128
|
+
MinimumRpm: float | None = Field(None, title='Rpm Min')
|
|
1129
|
+
"""
|
|
1130
|
+
Minimum turn rate (commonly in rpm).
|
|
1131
|
+
"""
|
|
1132
|
+
AverageRpmDownhole: float | None = Field(None, title='Rpm Average Downhole')
|
|
1133
|
+
"""
|
|
1134
|
+
Average turn rate (commonly in rpm) downhole.
|
|
1135
|
+
"""
|
|
1136
|
+
AverageROP: float | None = Field(None, title='Rop Average')
|
|
1137
|
+
"""
|
|
1138
|
+
Average rate of penetration through Interval.
|
|
1139
|
+
"""
|
|
1140
|
+
MaximumROP: float | None = Field(None, title='Rop Max')
|
|
1141
|
+
"""
|
|
1142
|
+
Maximum rate of penetration through Interval.
|
|
1143
|
+
"""
|
|
1144
|
+
MinimumROP: float | None = Field(None, title='Rop Min')
|
|
1145
|
+
"""
|
|
1146
|
+
Minimum rate of penetration through Interval.
|
|
1147
|
+
"""
|
|
1148
|
+
AverageWOB: float | None = Field(None, title='Wob Average')
|
|
1149
|
+
"""
|
|
1150
|
+
Surface weight on bit - average through interval.
|
|
1151
|
+
"""
|
|
1152
|
+
MaximumWOB: float | None = Field(None, title='Wob Max')
|
|
1153
|
+
"""
|
|
1154
|
+
Weight on bit - maximum.
|
|
1155
|
+
"""
|
|
1156
|
+
MinimumWOB: float | None = Field(None, title='Wob Min')
|
|
1157
|
+
"""
|
|
1158
|
+
Weight on bit - minimum.
|
|
1159
|
+
"""
|
|
1160
|
+
AverageWOBDownhole: float | None = Field(None, title='Average Downhole WOB')
|
|
1161
|
+
"""
|
|
1162
|
+
Weight on bit - average downhole.
|
|
1163
|
+
"""
|
|
1164
|
+
AzimuthTop: float | None = Field(None, title='Azimuth Top')
|
|
1165
|
+
"""
|
|
1166
|
+
Azimuth at start measured depth.
|
|
1167
|
+
"""
|
|
1168
|
+
AzimuthBottom: float | None = Field(None, title='Azimuth Bottom')
|
|
1169
|
+
"""
|
|
1170
|
+
Azimuth at stop measured depth.
|
|
1171
|
+
"""
|
|
1172
|
+
InclinationStart: float | None = Field(None, title='Inclination Start')
|
|
1173
|
+
"""
|
|
1174
|
+
Inclination at start measured depth.
|
|
1175
|
+
"""
|
|
1176
|
+
MaximumInclination: float | None = Field(None, title='Inclination Max')
|
|
1177
|
+
"""
|
|
1178
|
+
Maximum inclination.
|
|
1179
|
+
"""
|
|
1180
|
+
MinimumInclination: float | None = Field(None, title='Inclination Min')
|
|
1181
|
+
"""
|
|
1182
|
+
Minimum inclination.
|
|
1183
|
+
"""
|
|
1184
|
+
InclinationStop: float | None = Field(None, title='Inclination Stop')
|
|
1185
|
+
"""
|
|
1186
|
+
Inclination at stop measured depth.
|
|
1187
|
+
"""
|
|
1188
|
+
MaximumMudTemperatureDownhole: float | None = Field(
|
|
1189
|
+
None, title='Maximum Mud Temperature Downhole'
|
|
1190
|
+
)
|
|
1191
|
+
"""
|
|
1192
|
+
Maximum mud temperature downhole during run.
|
|
1193
|
+
"""
|
|
1194
|
+
MinimumPumpPressure: float | None = Field(None, title='Minimum Pump Pressure')
|
|
1195
|
+
"""
|
|
1196
|
+
The minimum pump pressure used during the run
|
|
1197
|
+
"""
|
|
1198
|
+
MaximumPumpPressure: float | None = Field(None, title='Maximum Pump Pressure')
|
|
1199
|
+
"""
|
|
1200
|
+
The maximum pump pressure used during the run
|
|
1201
|
+
"""
|
|
1202
|
+
AveragePumpPressure: float | None = Field(None, title='Average Pump Pressure')
|
|
1203
|
+
"""
|
|
1204
|
+
The average pump pressure used during the run
|
|
1205
|
+
"""
|
|
1206
|
+
MinimumBitFlowrate: float | None = Field(None, title='Minimum Bit Flowrate')
|
|
1207
|
+
"""
|
|
1208
|
+
The minimum flowrate at the bit during the run
|
|
1209
|
+
"""
|
|
1210
|
+
MaximumBitFlowrate: float | None = Field(None, title='Maximum Bit Flowrate')
|
|
1211
|
+
"""
|
|
1212
|
+
The maximum flowrate at the bit during the run
|
|
1213
|
+
"""
|
|
1214
|
+
AverageBitFlowrate: float | None = Field(None, title='Average Bit Flowrate')
|
|
1215
|
+
"""
|
|
1216
|
+
The average flowrate at the bit during the run
|
|
1217
|
+
"""
|
|
1218
|
+
MudClass: (
|
|
1219
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-MudClass:[\w\-\.\:\%]+:[0-9]*$')
|
|
1220
|
+
| None
|
|
1221
|
+
) = Field(None, title='Mud Class')
|
|
1222
|
+
"""
|
|
1223
|
+
The class of the drilling fluid.
|
|
1224
|
+
"""
|
|
1225
|
+
Comments: str | None = Field(None, title='Comments')
|
|
1226
|
+
"""
|
|
1227
|
+
Comments and remarks.
|
|
1228
|
+
"""
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
class Data(OsduCommonResources, AbstractMaster, AbstractProject):
|
|
1232
|
+
"""
|
|
1233
|
+
`data` payload for BHARun 1.0.0.
|
|
1234
|
+
"""
|
|
1235
|
+
|
|
1236
|
+
model_config = ConfigDict(
|
|
1237
|
+
extra='allow',
|
|
1238
|
+
)
|
|
1239
|
+
WellboreID: (
|
|
1240
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
|
|
1241
|
+
| None
|
|
1242
|
+
) = Field(None, title='Wellbore ID')
|
|
1243
|
+
"""
|
|
1244
|
+
Unique identifier for the wellbore. This uniquely represents
|
|
1245
|
+
the wellbore referenced by the (possibly non-unique) nameWellbore.
|
|
1246
|
+
"""
|
|
1247
|
+
Name: str = Field(..., title='Name')
|
|
1248
|
+
"""
|
|
1249
|
+
Human recognizable context for the run.
|
|
1250
|
+
"""
|
|
1251
|
+
TubularID: constr(
|
|
1252
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-TubularAssembly:[\w\-\.\:\%]+:[0-9]*$'
|
|
1253
|
+
) = Field(..., title='Tubular ID')
|
|
1254
|
+
"""
|
|
1255
|
+
This represents a foreign key to the tubular (assembly)
|
|
1256
|
+
that was utilized in this run.
|
|
1257
|
+
"""
|
|
1258
|
+
HoleSectionID: (
|
|
1259
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-HoleSection:[\w\-\.\:\%]+:[0-9]*$')
|
|
1260
|
+
| None
|
|
1261
|
+
) = Field(None, title='Hole Section ID')
|
|
1262
|
+
"""
|
|
1263
|
+
This represents a foreign key to the Hole Section in which this BHA Run was performed.
|
|
1264
|
+
"""
|
|
1265
|
+
ActivityStartDateTime: str | None = Field(None, title='Activity Start Date-Time')
|
|
1266
|
+
"""
|
|
1267
|
+
Date and time that activities started.
|
|
1268
|
+
"""
|
|
1269
|
+
ActivityStopDateTime: str | None = Field(None, title='Activity Stop Date-Time')
|
|
1270
|
+
"""
|
|
1271
|
+
Date and time that activities stopped.
|
|
1272
|
+
"""
|
|
1273
|
+
DrillingStartDateTime: str | None = Field(None, title='Drilling Start Date-Time')
|
|
1274
|
+
"""
|
|
1275
|
+
Start on bottom - date and time.
|
|
1276
|
+
"""
|
|
1277
|
+
DrillingStopDateTime: str | None = Field(None, title='Drilling Stop Date-Time')
|
|
1278
|
+
"""
|
|
1279
|
+
Start off bottom - date and time.
|
|
1280
|
+
"""
|
|
1281
|
+
Dogleg: float | None = Field(None, title='Dogleg')
|
|
1282
|
+
"""
|
|
1283
|
+
Dogleg severity.
|
|
1284
|
+
"""
|
|
1285
|
+
MaximumDogleg: float | None = Field(None, title='Dogleg Maximum')
|
|
1286
|
+
"""
|
|
1287
|
+
Dogleg severity - Maximum.
|
|
1288
|
+
"""
|
|
1289
|
+
StatusBhaID: (
|
|
1290
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-BhaStatus:[\w\-\.\:\%]+:[0-9]*$')
|
|
1291
|
+
| None
|
|
1292
|
+
) = Field(None, title='Status Bha')
|
|
1293
|
+
"""
|
|
1294
|
+
Bottom hole assembly status.
|
|
1295
|
+
"""
|
|
1296
|
+
BitRunNumber: str | None = Field(None, title='Bit Run Number')
|
|
1297
|
+
"""
|
|
1298
|
+
Bit run number.
|
|
1299
|
+
"""
|
|
1300
|
+
StringRunNumber: float | None = Field(None, title='String Run Number')
|
|
1301
|
+
"""
|
|
1302
|
+
The BHA (drilling string) run number.
|
|
1303
|
+
"""
|
|
1304
|
+
TripReasonID: (
|
|
1305
|
+
constr(
|
|
1306
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-ReasonTripType:[\w\-\.\:\%]+:[0-9]*$'
|
|
1307
|
+
)
|
|
1308
|
+
| None
|
|
1309
|
+
) = Field(None, title='Trip Reason ID')
|
|
1310
|
+
"""
|
|
1311
|
+
Reason for trip.
|
|
1312
|
+
"""
|
|
1313
|
+
ObjectiveBha: str | None = Field(None, title='Objective Bha')
|
|
1314
|
+
"""
|
|
1315
|
+
Objective of bottom hole assembly.
|
|
1316
|
+
"""
|
|
1317
|
+
RunParameterPlans: list[RunParameterPlan] | None = Field(
|
|
1318
|
+
None, title='Run Parameter Plans'
|
|
1319
|
+
)
|
|
1320
|
+
"""
|
|
1321
|
+
Identifiers of the associated run parameter plans.
|
|
1322
|
+
"""
|
|
1323
|
+
RunComment: str | None = Field(None, title='Run Comment')
|
|
1324
|
+
"""
|
|
1325
|
+
Free text allowing any comment associated to the run
|
|
1326
|
+
"""
|
|
1327
|
+
MeasuredDepthRunStart: float | None = Field(None, title='Measured Depth Run Start')
|
|
1328
|
+
"""
|
|
1329
|
+
Measured depth at run start. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
1330
|
+
"""
|
|
1331
|
+
MeasuredDepthRunStop: float | None = Field(None, title='Measured Depth Run Stop')
|
|
1332
|
+
"""
|
|
1333
|
+
Measured depth at run stop. Depth relative to Planned wellbore ZDP. Navigate via WellboreID to the side-car WellPlanningWellbore, which holds the depth reference in data.VerticalMeasurement.
|
|
1334
|
+
"""
|
|
1335
|
+
HoleDiameter: float | None = Field(None, title='Hole Diameter')
|
|
1336
|
+
"""
|
|
1337
|
+
Diameter of the hole
|
|
1338
|
+
"""
|
|
1339
|
+
WtAboveJar: float | None = Field(None, title='Weight Above Jar')
|
|
1340
|
+
"""
|
|
1341
|
+
Desired weight to be placed above the Jar - to optimize its efficiency
|
|
1342
|
+
"""
|
|
1343
|
+
WtBelowJar: float | None = Field(None, title='Weight Below Jar')
|
|
1344
|
+
"""
|
|
1345
|
+
Desired weight to be placed blow the Jar - to optimize its efficiency
|
|
1346
|
+
"""
|
|
1347
|
+
DrillingParams: list[DrillingParam] | None = Field(
|
|
1348
|
+
None, title='Drilling Parameters'
|
|
1349
|
+
)
|
|
1350
|
+
"""
|
|
1351
|
+
The parameters that were used during the BHA run
|
|
1352
|
+
"""
|
|
1353
|
+
ExtensionProperties: dict[str, Any] | None = None
|