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,1504 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/bharun/v2_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_facility_vertical_measurement import v1_0_0
|
|
8
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
9
|
+
from ...abstract.abstract_master.v1_2_0 import AbstractMaster
|
|
10
|
+
from ...abstract.abstract_project.v1_0_0 import AbstractProject
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
class PointsSource(BaseModel):
|
|
14
|
+
"""
|
|
15
|
+
The definition of the points used as a source for each individual critical point, resulting from parameters set or observed during a BHA run
|
|
16
|
+
"""
|
|
17
|
+
|
|
18
|
+
model_config = ConfigDict(
|
|
19
|
+
extra='allow',
|
|
20
|
+
)
|
|
21
|
+
Name: str | None = Field(None, title='Name')
|
|
22
|
+
"""
|
|
23
|
+
The name of the Source Indicator Type. For example Manual Input
|
|
24
|
+
"""
|
|
25
|
+
Value: float | None = Field(None, title='Value')
|
|
26
|
+
"""
|
|
27
|
+
The value at that point.
|
|
28
|
+
"""
|
|
29
|
+
ValueUnitID: (
|
|
30
|
+
constr(
|
|
31
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
32
|
+
)
|
|
33
|
+
| None
|
|
34
|
+
) = Field(None, title='Value Unit I D')
|
|
35
|
+
"""
|
|
36
|
+
Unit of measure of the Value value
|
|
37
|
+
"""
|
|
38
|
+
Description: str | None = Field(None, title='Description')
|
|
39
|
+
"""
|
|
40
|
+
Description associated with the source indicator type.
|
|
41
|
+
"""
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
class MaximumParameterItem(BaseModel):
|
|
45
|
+
"""
|
|
46
|
+
The definition of the point
|
|
47
|
+
"""
|
|
48
|
+
|
|
49
|
+
model_config = ConfigDict(
|
|
50
|
+
extra='allow',
|
|
51
|
+
)
|
|
52
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
53
|
+
"""
|
|
54
|
+
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.
|
|
55
|
+
"""
|
|
56
|
+
Value: float | None = Field(None, title='Value')
|
|
57
|
+
"""
|
|
58
|
+
The value observed at the measured depth
|
|
59
|
+
"""
|
|
60
|
+
ValueUnitID: (
|
|
61
|
+
constr(
|
|
62
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
63
|
+
)
|
|
64
|
+
| None
|
|
65
|
+
) = Field(None, title='Value Unit ID')
|
|
66
|
+
"""
|
|
67
|
+
Unit of measure of the Value value
|
|
68
|
+
"""
|
|
69
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
70
|
+
"""
|
|
71
|
+
The source indicator associated with this point.
|
|
72
|
+
"""
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
class MinimumParameterItem(BaseModel):
|
|
76
|
+
"""
|
|
77
|
+
The definition of the point
|
|
78
|
+
"""
|
|
79
|
+
|
|
80
|
+
model_config = ConfigDict(
|
|
81
|
+
extra='allow',
|
|
82
|
+
)
|
|
83
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
84
|
+
"""
|
|
85
|
+
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.
|
|
86
|
+
"""
|
|
87
|
+
Value: float | None = Field(None, title='Value')
|
|
88
|
+
"""
|
|
89
|
+
The value observed at the measured depth
|
|
90
|
+
"""
|
|
91
|
+
ValueUnitID: (
|
|
92
|
+
constr(
|
|
93
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
94
|
+
)
|
|
95
|
+
| None
|
|
96
|
+
) = Field(None, title='Value Unit ID')
|
|
97
|
+
"""
|
|
98
|
+
Unit of measure of the Value value
|
|
99
|
+
"""
|
|
100
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
101
|
+
"""
|
|
102
|
+
The source indicator associated with this point.
|
|
103
|
+
"""
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
class RecommendedParameterItem(BaseModel):
|
|
107
|
+
"""
|
|
108
|
+
The definition of the point
|
|
109
|
+
"""
|
|
110
|
+
|
|
111
|
+
model_config = ConfigDict(
|
|
112
|
+
extra='allow',
|
|
113
|
+
)
|
|
114
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
115
|
+
"""
|
|
116
|
+
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.
|
|
117
|
+
"""
|
|
118
|
+
Value: float | None = Field(None, title='Value')
|
|
119
|
+
"""
|
|
120
|
+
The value observed at the measured depth
|
|
121
|
+
"""
|
|
122
|
+
ValueUnitID: (
|
|
123
|
+
constr(
|
|
124
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
125
|
+
)
|
|
126
|
+
| None
|
|
127
|
+
) = Field(None, title='Value Unit ID')
|
|
128
|
+
"""
|
|
129
|
+
Unit of measure of the Value value
|
|
130
|
+
"""
|
|
131
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
132
|
+
"""
|
|
133
|
+
The source indicator associated with this point.
|
|
134
|
+
"""
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
class TorqueOnBottomGroup(BaseModel):
|
|
138
|
+
"""
|
|
139
|
+
A group of parameters that refer to Torque on Bottom
|
|
140
|
+
"""
|
|
141
|
+
|
|
142
|
+
model_config = ConfigDict(
|
|
143
|
+
extra='allow',
|
|
144
|
+
)
|
|
145
|
+
MaximumParameter: list[MaximumParameterItem] | None = Field(
|
|
146
|
+
None, title='Maximum Parameter'
|
|
147
|
+
)
|
|
148
|
+
"""
|
|
149
|
+
The planned maximum value for the considered parameter
|
|
150
|
+
"""
|
|
151
|
+
MinimumParameter: list[MinimumParameterItem] | None = Field(
|
|
152
|
+
None, title='Minimum Parameter'
|
|
153
|
+
)
|
|
154
|
+
"""
|
|
155
|
+
The planned minimum value for the considered parameter
|
|
156
|
+
"""
|
|
157
|
+
RecommendedParameter: list[RecommendedParameterItem] | None = Field(
|
|
158
|
+
None, title='Recommended Parameter'
|
|
159
|
+
)
|
|
160
|
+
"""
|
|
161
|
+
The planned recommended value for the considered parameter
|
|
162
|
+
"""
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
class MaximumParameterItem1(BaseModel):
|
|
166
|
+
"""
|
|
167
|
+
The definition of the point
|
|
168
|
+
"""
|
|
169
|
+
|
|
170
|
+
model_config = ConfigDict(
|
|
171
|
+
extra='allow',
|
|
172
|
+
)
|
|
173
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
174
|
+
"""
|
|
175
|
+
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.
|
|
176
|
+
"""
|
|
177
|
+
Value: float | None = Field(None, title='Value')
|
|
178
|
+
"""
|
|
179
|
+
The value observed at the measured depth
|
|
180
|
+
"""
|
|
181
|
+
ValueUnitID: (
|
|
182
|
+
constr(
|
|
183
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
184
|
+
)
|
|
185
|
+
| None
|
|
186
|
+
) = Field(None, title='Value Unit ID')
|
|
187
|
+
"""
|
|
188
|
+
Unit of measure of the Value value
|
|
189
|
+
"""
|
|
190
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
191
|
+
"""
|
|
192
|
+
The source indicator associated with this point.
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
class MinimumParameterItem1(BaseModel):
|
|
197
|
+
"""
|
|
198
|
+
The definition of the point
|
|
199
|
+
"""
|
|
200
|
+
|
|
201
|
+
model_config = ConfigDict(
|
|
202
|
+
extra='allow',
|
|
203
|
+
)
|
|
204
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
205
|
+
"""
|
|
206
|
+
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.
|
|
207
|
+
"""
|
|
208
|
+
Value: float | None = Field(None, title='Value')
|
|
209
|
+
"""
|
|
210
|
+
The value observed at the measured depth
|
|
211
|
+
"""
|
|
212
|
+
ValueUnitID: (
|
|
213
|
+
constr(
|
|
214
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
215
|
+
)
|
|
216
|
+
| None
|
|
217
|
+
) = Field(None, title='Value Unit ID')
|
|
218
|
+
"""
|
|
219
|
+
Unit of measure of the Value value
|
|
220
|
+
"""
|
|
221
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
222
|
+
"""
|
|
223
|
+
The source indicator associated with this point.
|
|
224
|
+
"""
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
class RecommendedParameterItem1(BaseModel):
|
|
228
|
+
"""
|
|
229
|
+
The definition of the point
|
|
230
|
+
"""
|
|
231
|
+
|
|
232
|
+
model_config = ConfigDict(
|
|
233
|
+
extra='allow',
|
|
234
|
+
)
|
|
235
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
236
|
+
"""
|
|
237
|
+
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.
|
|
238
|
+
"""
|
|
239
|
+
Value: float | None = Field(None, title='Value')
|
|
240
|
+
"""
|
|
241
|
+
The value observed at the measured depth
|
|
242
|
+
"""
|
|
243
|
+
ValueUnitID: (
|
|
244
|
+
constr(
|
|
245
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
246
|
+
)
|
|
247
|
+
| None
|
|
248
|
+
) = Field(None, title='Value Unit ID')
|
|
249
|
+
"""
|
|
250
|
+
Unit of measure of the Value value
|
|
251
|
+
"""
|
|
252
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
253
|
+
"""
|
|
254
|
+
The source indicator associated with this point.
|
|
255
|
+
"""
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
class SurfaceRPMGroup(BaseModel):
|
|
259
|
+
"""
|
|
260
|
+
The planned surface rotary speed values for the BHA run.
|
|
261
|
+
"""
|
|
262
|
+
|
|
263
|
+
model_config = ConfigDict(
|
|
264
|
+
extra='allow',
|
|
265
|
+
)
|
|
266
|
+
MaximumParameter: list[MaximumParameterItem1] | None = Field(
|
|
267
|
+
None, title='Maximum Parameter'
|
|
268
|
+
)
|
|
269
|
+
"""
|
|
270
|
+
The planned maximum value for the considered parameter
|
|
271
|
+
"""
|
|
272
|
+
MinimumParameter: list[MinimumParameterItem1] | None = Field(
|
|
273
|
+
None, title='Minimum Parameter'
|
|
274
|
+
)
|
|
275
|
+
"""
|
|
276
|
+
The planned minimum value for the considered parameter
|
|
277
|
+
"""
|
|
278
|
+
RecommendedParameter: list[RecommendedParameterItem1] | None = Field(
|
|
279
|
+
None, title='Recommended Parameter'
|
|
280
|
+
)
|
|
281
|
+
"""
|
|
282
|
+
The planned recommended value for the considered parameter
|
|
283
|
+
"""
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
class MaximumParameterItem2(BaseModel):
|
|
287
|
+
"""
|
|
288
|
+
The definition of the point
|
|
289
|
+
"""
|
|
290
|
+
|
|
291
|
+
model_config = ConfigDict(
|
|
292
|
+
extra='allow',
|
|
293
|
+
)
|
|
294
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
295
|
+
"""
|
|
296
|
+
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.
|
|
297
|
+
"""
|
|
298
|
+
Value: float | None = Field(None, title='Value')
|
|
299
|
+
"""
|
|
300
|
+
The value observed at the measured depth
|
|
301
|
+
"""
|
|
302
|
+
ValueUnitID: (
|
|
303
|
+
constr(
|
|
304
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
305
|
+
)
|
|
306
|
+
| None
|
|
307
|
+
) = Field(None, title='Value Unit ID')
|
|
308
|
+
"""
|
|
309
|
+
Unit of measure of the Value value
|
|
310
|
+
"""
|
|
311
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
312
|
+
"""
|
|
313
|
+
The source indicator associated with this point.
|
|
314
|
+
"""
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
class MinimumParameterItem2(BaseModel):
|
|
318
|
+
"""
|
|
319
|
+
The definition of the point
|
|
320
|
+
"""
|
|
321
|
+
|
|
322
|
+
model_config = ConfigDict(
|
|
323
|
+
extra='allow',
|
|
324
|
+
)
|
|
325
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
326
|
+
"""
|
|
327
|
+
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.
|
|
328
|
+
"""
|
|
329
|
+
Value: float | None = Field(None, title='Value')
|
|
330
|
+
"""
|
|
331
|
+
The value observed at the measured depth
|
|
332
|
+
"""
|
|
333
|
+
ValueUnitID: (
|
|
334
|
+
constr(
|
|
335
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
336
|
+
)
|
|
337
|
+
| None
|
|
338
|
+
) = Field(None, title='Value Unit ID')
|
|
339
|
+
"""
|
|
340
|
+
Unit of measure of the Value value
|
|
341
|
+
"""
|
|
342
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
343
|
+
"""
|
|
344
|
+
The source indicator associated with this point.
|
|
345
|
+
"""
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
class RecommendedParameterItem2(BaseModel):
|
|
349
|
+
"""
|
|
350
|
+
The definition of the point
|
|
351
|
+
"""
|
|
352
|
+
|
|
353
|
+
model_config = ConfigDict(
|
|
354
|
+
extra='allow',
|
|
355
|
+
)
|
|
356
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
357
|
+
"""
|
|
358
|
+
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.
|
|
359
|
+
"""
|
|
360
|
+
Value: float | None = Field(None, title='Value')
|
|
361
|
+
"""
|
|
362
|
+
The value observed at the measured depth
|
|
363
|
+
"""
|
|
364
|
+
ValueUnitID: (
|
|
365
|
+
constr(
|
|
366
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
367
|
+
)
|
|
368
|
+
| None
|
|
369
|
+
) = Field(None, title='Value Unit ID')
|
|
370
|
+
"""
|
|
371
|
+
Unit of measure of the Value value
|
|
372
|
+
"""
|
|
373
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
374
|
+
"""
|
|
375
|
+
The source indicator associated with this point.
|
|
376
|
+
"""
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
class DownHoleRPMGroup(BaseModel):
|
|
380
|
+
"""
|
|
381
|
+
The planned downhole rotary speed values for the BHA run.
|
|
382
|
+
"""
|
|
383
|
+
|
|
384
|
+
model_config = ConfigDict(
|
|
385
|
+
extra='allow',
|
|
386
|
+
)
|
|
387
|
+
MaximumParameter: list[MaximumParameterItem2] | None = Field(
|
|
388
|
+
None, title='Maximum Parameter'
|
|
389
|
+
)
|
|
390
|
+
"""
|
|
391
|
+
The planned maximum value for the considered parameter
|
|
392
|
+
"""
|
|
393
|
+
MinimumParameter: list[MinimumParameterItem2] | None = Field(
|
|
394
|
+
None, title='Minimum Parameter'
|
|
395
|
+
)
|
|
396
|
+
"""
|
|
397
|
+
The planned minimum value for the considered parameter
|
|
398
|
+
"""
|
|
399
|
+
RecommendedParameter: list[RecommendedParameterItem2] | None = Field(
|
|
400
|
+
None, title='Recommended Parameter'
|
|
401
|
+
)
|
|
402
|
+
"""
|
|
403
|
+
The planned recommended value for the considered parameter
|
|
404
|
+
"""
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
class RPMGroup(BaseModel):
|
|
408
|
+
"""
|
|
409
|
+
A group of parameters that refer to RPM (rotations per minute)
|
|
410
|
+
"""
|
|
411
|
+
|
|
412
|
+
model_config = ConfigDict(
|
|
413
|
+
extra='allow',
|
|
414
|
+
)
|
|
415
|
+
SurfaceRPMGroup_1: SurfaceRPMGroup | None = Field(
|
|
416
|
+
None, alias='SurfaceRPMGroup', title='Surface RPM Group'
|
|
417
|
+
)
|
|
418
|
+
"""
|
|
419
|
+
The planned surface rotary speed values for the BHA run.
|
|
420
|
+
"""
|
|
421
|
+
DownHoleRPMGroup_1: DownHoleRPMGroup | None = Field(
|
|
422
|
+
None, alias='DownHoleRPMGroup', title='DownHole RPM Group'
|
|
423
|
+
)
|
|
424
|
+
"""
|
|
425
|
+
The planned downhole rotary speed values for the BHA run.
|
|
426
|
+
"""
|
|
427
|
+
|
|
428
|
+
|
|
429
|
+
class MaximumParameterItem3(BaseModel):
|
|
430
|
+
"""
|
|
431
|
+
The definition of the point
|
|
432
|
+
"""
|
|
433
|
+
|
|
434
|
+
model_config = ConfigDict(
|
|
435
|
+
extra='allow',
|
|
436
|
+
)
|
|
437
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
438
|
+
"""
|
|
439
|
+
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.
|
|
440
|
+
"""
|
|
441
|
+
Value: float | None = Field(None, title='Value')
|
|
442
|
+
"""
|
|
443
|
+
The value observed at the measured depth
|
|
444
|
+
"""
|
|
445
|
+
ValueUnitID: (
|
|
446
|
+
constr(
|
|
447
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
448
|
+
)
|
|
449
|
+
| None
|
|
450
|
+
) = Field(None, title='Value Unit ID')
|
|
451
|
+
"""
|
|
452
|
+
Unit of measure of the Value value
|
|
453
|
+
"""
|
|
454
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
455
|
+
"""
|
|
456
|
+
The source indicator associated with this point.
|
|
457
|
+
"""
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
class MinimumParameterItem3(BaseModel):
|
|
461
|
+
"""
|
|
462
|
+
The definition of the point
|
|
463
|
+
"""
|
|
464
|
+
|
|
465
|
+
model_config = ConfigDict(
|
|
466
|
+
extra='allow',
|
|
467
|
+
)
|
|
468
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
469
|
+
"""
|
|
470
|
+
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.
|
|
471
|
+
"""
|
|
472
|
+
Value: float | None = Field(None, title='Value')
|
|
473
|
+
"""
|
|
474
|
+
The value observed at the measured depth
|
|
475
|
+
"""
|
|
476
|
+
ValueUnitID: (
|
|
477
|
+
constr(
|
|
478
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
479
|
+
)
|
|
480
|
+
| None
|
|
481
|
+
) = Field(None, title='Value Unit ID')
|
|
482
|
+
"""
|
|
483
|
+
Unit of measure of the Value value
|
|
484
|
+
"""
|
|
485
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
486
|
+
"""
|
|
487
|
+
The source indicator associated with this point.
|
|
488
|
+
"""
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
class RecommendedParameterItem3(BaseModel):
|
|
492
|
+
"""
|
|
493
|
+
The definition of the point
|
|
494
|
+
"""
|
|
495
|
+
|
|
496
|
+
model_config = ConfigDict(
|
|
497
|
+
extra='allow',
|
|
498
|
+
)
|
|
499
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
500
|
+
"""
|
|
501
|
+
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.
|
|
502
|
+
"""
|
|
503
|
+
Value: float | None = Field(None, title='Value')
|
|
504
|
+
"""
|
|
505
|
+
The value observed at the measured depth
|
|
506
|
+
"""
|
|
507
|
+
ValueUnitID: (
|
|
508
|
+
constr(
|
|
509
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
510
|
+
)
|
|
511
|
+
| None
|
|
512
|
+
) = Field(None, title='Value Unit ID')
|
|
513
|
+
"""
|
|
514
|
+
Unit of measure of the Value value
|
|
515
|
+
"""
|
|
516
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
517
|
+
"""
|
|
518
|
+
The source indicator associated with this point.
|
|
519
|
+
"""
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
class ROPGroup(BaseModel):
|
|
523
|
+
"""
|
|
524
|
+
A group of parameters that refer to ROP (rate of penetration)
|
|
525
|
+
"""
|
|
526
|
+
|
|
527
|
+
model_config = ConfigDict(
|
|
528
|
+
extra='allow',
|
|
529
|
+
)
|
|
530
|
+
MaximumParameter: list[MaximumParameterItem3] | None = Field(
|
|
531
|
+
None, title='Maximum Parameter'
|
|
532
|
+
)
|
|
533
|
+
"""
|
|
534
|
+
The planned maximum value for the considered parameter
|
|
535
|
+
"""
|
|
536
|
+
MinimumParameter: list[MinimumParameterItem3] | None = Field(
|
|
537
|
+
None, title='Minimum Parameter'
|
|
538
|
+
)
|
|
539
|
+
"""
|
|
540
|
+
The planned minimum value for the considered parameter
|
|
541
|
+
"""
|
|
542
|
+
RecommendedParameter: list[RecommendedParameterItem3] | None = Field(
|
|
543
|
+
None, title='Recommended Parameter'
|
|
544
|
+
)
|
|
545
|
+
"""
|
|
546
|
+
The planned recommended value for the considered parameter
|
|
547
|
+
"""
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
class MaximumParameterItem4(BaseModel):
|
|
551
|
+
"""
|
|
552
|
+
The definition of the point
|
|
553
|
+
"""
|
|
554
|
+
|
|
555
|
+
model_config = ConfigDict(
|
|
556
|
+
extra='allow',
|
|
557
|
+
)
|
|
558
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
559
|
+
"""
|
|
560
|
+
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.
|
|
561
|
+
"""
|
|
562
|
+
Value: float | None = Field(None, title='Value')
|
|
563
|
+
"""
|
|
564
|
+
The value observed at the measured depth
|
|
565
|
+
"""
|
|
566
|
+
ValueUnitID: (
|
|
567
|
+
constr(
|
|
568
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
569
|
+
)
|
|
570
|
+
| None
|
|
571
|
+
) = Field(None, title='Value Unit ID')
|
|
572
|
+
"""
|
|
573
|
+
Unit of measure of the Value value
|
|
574
|
+
"""
|
|
575
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
576
|
+
"""
|
|
577
|
+
The source indicator associated with this point.
|
|
578
|
+
"""
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
class MinimumParameterItem4(BaseModel):
|
|
582
|
+
"""
|
|
583
|
+
The definition of the point
|
|
584
|
+
"""
|
|
585
|
+
|
|
586
|
+
model_config = ConfigDict(
|
|
587
|
+
extra='allow',
|
|
588
|
+
)
|
|
589
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
590
|
+
"""
|
|
591
|
+
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.
|
|
592
|
+
"""
|
|
593
|
+
Value: float | None = Field(None, title='Value')
|
|
594
|
+
"""
|
|
595
|
+
The value observed at the measured depth
|
|
596
|
+
"""
|
|
597
|
+
ValueUnitID: (
|
|
598
|
+
constr(
|
|
599
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
600
|
+
)
|
|
601
|
+
| None
|
|
602
|
+
) = Field(None, title='Value Unit ID')
|
|
603
|
+
"""
|
|
604
|
+
Unit of measure of the Value value
|
|
605
|
+
"""
|
|
606
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
607
|
+
"""
|
|
608
|
+
The source indicator associated with this point.
|
|
609
|
+
"""
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
class RecommendedParameterItem4(BaseModel):
|
|
613
|
+
"""
|
|
614
|
+
The definition of the point
|
|
615
|
+
"""
|
|
616
|
+
|
|
617
|
+
model_config = ConfigDict(
|
|
618
|
+
extra='allow',
|
|
619
|
+
)
|
|
620
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
621
|
+
"""
|
|
622
|
+
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.
|
|
623
|
+
"""
|
|
624
|
+
Value: float | None = Field(None, title='Value')
|
|
625
|
+
"""
|
|
626
|
+
The value observed at the measured depth
|
|
627
|
+
"""
|
|
628
|
+
ValueUnitID: (
|
|
629
|
+
constr(
|
|
630
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
631
|
+
)
|
|
632
|
+
| None
|
|
633
|
+
) = Field(None, title='Value Unit ID')
|
|
634
|
+
"""
|
|
635
|
+
Unit of measure of the Value value
|
|
636
|
+
"""
|
|
637
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
638
|
+
"""
|
|
639
|
+
The source indicator associated with this point.
|
|
640
|
+
"""
|
|
641
|
+
|
|
642
|
+
|
|
643
|
+
class WOBGroup(BaseModel):
|
|
644
|
+
"""
|
|
645
|
+
A group of parameters that refer to WOB (weight on bit)
|
|
646
|
+
"""
|
|
647
|
+
|
|
648
|
+
model_config = ConfigDict(
|
|
649
|
+
extra='allow',
|
|
650
|
+
)
|
|
651
|
+
MaximumParameter: list[MaximumParameterItem4] | None = Field(
|
|
652
|
+
None, title='Maximum Parameter'
|
|
653
|
+
)
|
|
654
|
+
"""
|
|
655
|
+
The planned maximum value for the considered parameter
|
|
656
|
+
"""
|
|
657
|
+
MinimumParameter: list[MinimumParameterItem4] | None = Field(
|
|
658
|
+
None, title='Minimum Parameter'
|
|
659
|
+
)
|
|
660
|
+
"""
|
|
661
|
+
The planned minimum value for the considered parameter
|
|
662
|
+
"""
|
|
663
|
+
RecommendedParameter: list[RecommendedParameterItem4] | None = Field(
|
|
664
|
+
None, title='Recommended Parameter'
|
|
665
|
+
)
|
|
666
|
+
"""
|
|
667
|
+
The planned recommended value for the considered parameter
|
|
668
|
+
"""
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
class MaximumParameterItem5(BaseModel):
|
|
672
|
+
"""
|
|
673
|
+
The definition of the point
|
|
674
|
+
"""
|
|
675
|
+
|
|
676
|
+
model_config = ConfigDict(
|
|
677
|
+
extra='allow',
|
|
678
|
+
)
|
|
679
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
680
|
+
"""
|
|
681
|
+
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.
|
|
682
|
+
"""
|
|
683
|
+
Value: float | None = Field(None, title='Value')
|
|
684
|
+
"""
|
|
685
|
+
The value observed at the measured depth
|
|
686
|
+
"""
|
|
687
|
+
ValueUnitID: (
|
|
688
|
+
constr(
|
|
689
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
690
|
+
)
|
|
691
|
+
| None
|
|
692
|
+
) = Field(None, title='Value Unit ID')
|
|
693
|
+
"""
|
|
694
|
+
Unit of measure of the Value value
|
|
695
|
+
"""
|
|
696
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
697
|
+
"""
|
|
698
|
+
The source indicator associated with this point.
|
|
699
|
+
"""
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
class MinimumParameterItem5(BaseModel):
|
|
703
|
+
"""
|
|
704
|
+
The definition of the point
|
|
705
|
+
"""
|
|
706
|
+
|
|
707
|
+
model_config = ConfigDict(
|
|
708
|
+
extra='allow',
|
|
709
|
+
)
|
|
710
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
711
|
+
"""
|
|
712
|
+
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.
|
|
713
|
+
"""
|
|
714
|
+
Value: float | None = Field(None, title='Value')
|
|
715
|
+
"""
|
|
716
|
+
The value observed at the measured depth
|
|
717
|
+
"""
|
|
718
|
+
ValueUnitID: (
|
|
719
|
+
constr(
|
|
720
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
721
|
+
)
|
|
722
|
+
| None
|
|
723
|
+
) = Field(None, title='Value Unit ID')
|
|
724
|
+
"""
|
|
725
|
+
Unit of measure of the Value value
|
|
726
|
+
"""
|
|
727
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
728
|
+
"""
|
|
729
|
+
The source indicator associated with this point.
|
|
730
|
+
"""
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
class RecommendedParameterItem5(BaseModel):
|
|
734
|
+
"""
|
|
735
|
+
The definition of the point
|
|
736
|
+
"""
|
|
737
|
+
|
|
738
|
+
model_config = ConfigDict(
|
|
739
|
+
extra='allow',
|
|
740
|
+
)
|
|
741
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
742
|
+
"""
|
|
743
|
+
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.
|
|
744
|
+
"""
|
|
745
|
+
Value: float | None = Field(None, title='Value')
|
|
746
|
+
"""
|
|
747
|
+
The value observed at the measured depth
|
|
748
|
+
"""
|
|
749
|
+
ValueUnitID: (
|
|
750
|
+
constr(
|
|
751
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
752
|
+
)
|
|
753
|
+
| None
|
|
754
|
+
) = Field(None, title='Value Unit ID')
|
|
755
|
+
"""
|
|
756
|
+
Unit of measure of the Value value
|
|
757
|
+
"""
|
|
758
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
759
|
+
"""
|
|
760
|
+
The source indicator associated with this point.
|
|
761
|
+
"""
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
class FlowratePumpGroup(BaseModel):
|
|
765
|
+
"""
|
|
766
|
+
A group of parameters that refer to flowrate
|
|
767
|
+
"""
|
|
768
|
+
|
|
769
|
+
model_config = ConfigDict(
|
|
770
|
+
extra='allow',
|
|
771
|
+
)
|
|
772
|
+
MaximumParameter: list[MaximumParameterItem5] | None = Field(
|
|
773
|
+
None, title='Maximum Parameter'
|
|
774
|
+
)
|
|
775
|
+
"""
|
|
776
|
+
The planned maximum value for the considered parameter
|
|
777
|
+
"""
|
|
778
|
+
MinimumParameter: list[MinimumParameterItem5] | None = Field(
|
|
779
|
+
None, title='Minimum Parameter'
|
|
780
|
+
)
|
|
781
|
+
"""
|
|
782
|
+
The planned minimum value for the considered parameter
|
|
783
|
+
"""
|
|
784
|
+
RecommendedParameter: list[RecommendedParameterItem5] | None = Field(
|
|
785
|
+
None, title='Recommended Parameter'
|
|
786
|
+
)
|
|
787
|
+
"""
|
|
788
|
+
The planned recommended value for the considered parameter
|
|
789
|
+
"""
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
class MaximumParameterItem6(BaseModel):
|
|
793
|
+
"""
|
|
794
|
+
The definition of the point
|
|
795
|
+
"""
|
|
796
|
+
|
|
797
|
+
model_config = ConfigDict(
|
|
798
|
+
extra='allow',
|
|
799
|
+
)
|
|
800
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
801
|
+
"""
|
|
802
|
+
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.
|
|
803
|
+
"""
|
|
804
|
+
Value: float | None = Field(None, title='Value')
|
|
805
|
+
"""
|
|
806
|
+
The value observed at the measured depth
|
|
807
|
+
"""
|
|
808
|
+
ValueUnitID: (
|
|
809
|
+
constr(
|
|
810
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
811
|
+
)
|
|
812
|
+
| None
|
|
813
|
+
) = Field(None, title='Value Unit ID')
|
|
814
|
+
"""
|
|
815
|
+
Unit of measure of the Value value
|
|
816
|
+
"""
|
|
817
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
818
|
+
"""
|
|
819
|
+
The source indicator associated with this point.
|
|
820
|
+
"""
|
|
821
|
+
|
|
822
|
+
|
|
823
|
+
class MinimumParameterItem6(BaseModel):
|
|
824
|
+
"""
|
|
825
|
+
The definition of the point
|
|
826
|
+
"""
|
|
827
|
+
|
|
828
|
+
model_config = ConfigDict(
|
|
829
|
+
extra='allow',
|
|
830
|
+
)
|
|
831
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
832
|
+
"""
|
|
833
|
+
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.
|
|
834
|
+
"""
|
|
835
|
+
Value: float | None = Field(None, title='Value')
|
|
836
|
+
"""
|
|
837
|
+
The value observed at the measured depth
|
|
838
|
+
"""
|
|
839
|
+
ValueUnitID: (
|
|
840
|
+
constr(
|
|
841
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
842
|
+
)
|
|
843
|
+
| None
|
|
844
|
+
) = Field(None, title='Value Unit ID')
|
|
845
|
+
"""
|
|
846
|
+
Unit of measure of the Value value
|
|
847
|
+
"""
|
|
848
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
849
|
+
"""
|
|
850
|
+
The source indicator associated with this point.
|
|
851
|
+
"""
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
class RecommendedParameterItem6(BaseModel):
|
|
855
|
+
"""
|
|
856
|
+
The definition of the point
|
|
857
|
+
"""
|
|
858
|
+
|
|
859
|
+
model_config = ConfigDict(
|
|
860
|
+
extra='allow',
|
|
861
|
+
)
|
|
862
|
+
ObservationMeasuredDepth: float | None = Field(None, title='M D')
|
|
863
|
+
"""
|
|
864
|
+
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.
|
|
865
|
+
"""
|
|
866
|
+
Value: float | None = Field(None, title='Value')
|
|
867
|
+
"""
|
|
868
|
+
The value observed at the measured depth
|
|
869
|
+
"""
|
|
870
|
+
ValueUnitID: (
|
|
871
|
+
constr(
|
|
872
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
873
|
+
)
|
|
874
|
+
| None
|
|
875
|
+
) = Field(None, title='Value Unit ID')
|
|
876
|
+
"""
|
|
877
|
+
Unit of measure of the Value value
|
|
878
|
+
"""
|
|
879
|
+
PointsSources: list[PointsSource] | None = Field(None, title='Points Sources')
|
|
880
|
+
"""
|
|
881
|
+
The source indicator associated with this point.
|
|
882
|
+
"""
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
class TorqueAtSurfaceGroup(BaseModel):
|
|
886
|
+
"""
|
|
887
|
+
A group of parameters that refer to anticipated Torque at Surface
|
|
888
|
+
"""
|
|
889
|
+
|
|
890
|
+
model_config = ConfigDict(
|
|
891
|
+
extra='allow',
|
|
892
|
+
)
|
|
893
|
+
MaximumParameter: list[MaximumParameterItem6] | None = Field(
|
|
894
|
+
None, title='Maximum Parameter'
|
|
895
|
+
)
|
|
896
|
+
"""
|
|
897
|
+
The planned maximum value for the considered parameter
|
|
898
|
+
"""
|
|
899
|
+
MinimumParameter: list[MinimumParameterItem6] | None = Field(
|
|
900
|
+
None, title='Minimum Parameter'
|
|
901
|
+
)
|
|
902
|
+
"""
|
|
903
|
+
The planned minimum value for the considered parameter
|
|
904
|
+
"""
|
|
905
|
+
RecommendedParameter: list[RecommendedParameterItem6] | None = Field(
|
|
906
|
+
None, title='Recommended Parameter'
|
|
907
|
+
)
|
|
908
|
+
"""
|
|
909
|
+
The planned recommended value for the considered parameter
|
|
910
|
+
"""
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
class OperationParameterPlan(BaseModel):
|
|
914
|
+
"""
|
|
915
|
+
A series of operating parameters observed during the run
|
|
916
|
+
"""
|
|
917
|
+
|
|
918
|
+
model_config = ConfigDict(
|
|
919
|
+
extra='allow',
|
|
920
|
+
)
|
|
921
|
+
RealizationStrategy: str | None = Field(
|
|
922
|
+
None, examples=['linearInterpolation'], title='Realization Strategy'
|
|
923
|
+
)
|
|
924
|
+
"""
|
|
925
|
+
The realization strategy utilized in this series of operation parameters
|
|
926
|
+
"""
|
|
927
|
+
TorqueOnBottomGroup_1: TorqueOnBottomGroup | None = Field(
|
|
928
|
+
None, alias='TorqueOnBottomGroup', title='Torque On Bottom Group'
|
|
929
|
+
)
|
|
930
|
+
"""
|
|
931
|
+
A group of parameters that refer to Torque on Bottom
|
|
932
|
+
"""
|
|
933
|
+
RPMGroup_1: RPMGroup | None = Field(None, alias='RPMGroup', title='R.P.M. Group')
|
|
934
|
+
"""
|
|
935
|
+
A group of parameters that refer to RPM (rotations per minute)
|
|
936
|
+
"""
|
|
937
|
+
ROPGroup_1: ROPGroup | None = Field(None, alias='ROPGroup', title='R.O.P. Group')
|
|
938
|
+
"""
|
|
939
|
+
A group of parameters that refer to ROP (rate of penetration)
|
|
940
|
+
"""
|
|
941
|
+
WOBGroup_1: WOBGroup | None = Field(None, alias='WOBGroup', title='W.O.B. Group')
|
|
942
|
+
"""
|
|
943
|
+
A group of parameters that refer to WOB (weight on bit)
|
|
944
|
+
"""
|
|
945
|
+
FlowratePumpGroup_1: FlowratePumpGroup | None = Field(
|
|
946
|
+
None, alias='FlowratePumpGroup', title='Flowrate Pump Group'
|
|
947
|
+
)
|
|
948
|
+
"""
|
|
949
|
+
A group of parameters that refer to flowrate
|
|
950
|
+
"""
|
|
951
|
+
TorqueAtSurfaceGroup_1: TorqueAtSurfaceGroup | None = Field(
|
|
952
|
+
None, alias='TorqueAtSurfaceGroup', title='Torque at Surface Group'
|
|
953
|
+
)
|
|
954
|
+
"""
|
|
955
|
+
A group of parameters that refer to anticipated Torque at Surface
|
|
956
|
+
"""
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
class RunParameterPlan(BaseModel):
|
|
960
|
+
"""
|
|
961
|
+
Operating parameters of a drill string run
|
|
962
|
+
"""
|
|
963
|
+
|
|
964
|
+
model_config = ConfigDict(
|
|
965
|
+
extra='allow',
|
|
966
|
+
)
|
|
967
|
+
RunStartHoleMeasuredDepth: float | None = Field(
|
|
968
|
+
None, title='Run-Start Hole Measured Depth'
|
|
969
|
+
)
|
|
970
|
+
"""
|
|
971
|
+
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.
|
|
972
|
+
"""
|
|
973
|
+
RunEndHoleMeasuredDepth: float | None = Field(
|
|
974
|
+
None, title='Run-End Hole Measured Depth'
|
|
975
|
+
)
|
|
976
|
+
"""
|
|
977
|
+
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.
|
|
978
|
+
"""
|
|
979
|
+
OperationParameterPlan_1: OperationParameterPlan | None = Field(
|
|
980
|
+
None, alias='OperationParameterPlan', title='Operation Parameter Plan'
|
|
981
|
+
)
|
|
982
|
+
"""
|
|
983
|
+
A series of operating parameters observed during the run
|
|
984
|
+
"""
|
|
985
|
+
|
|
986
|
+
|
|
987
|
+
class DrillingParam(BaseModel):
|
|
988
|
+
"""
|
|
989
|
+
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.
|
|
990
|
+
"""
|
|
991
|
+
|
|
992
|
+
model_config = ConfigDict(
|
|
993
|
+
extra='allow',
|
|
994
|
+
)
|
|
995
|
+
BitRunTIme: str | None = Field(
|
|
996
|
+
None, examples=['26.4 hrs'], title='Operating Time Bit'
|
|
997
|
+
)
|
|
998
|
+
"""
|
|
999
|
+
Operating time spent by bit for run.
|
|
1000
|
+
|
|
1001
|
+
BUSINESS RULE: When reporting an actual as opposed to design, this is required.
|
|
1002
|
+
"""
|
|
1003
|
+
RunStartHoleMeasuredDepth: float | None = Field(
|
|
1004
|
+
None, examples=['18866 ft'], title='Measured Depth Hole Start'
|
|
1005
|
+
)
|
|
1006
|
+
"""
|
|
1007
|
+
Measured depth at start of the run.
|
|
1008
|
+
"""
|
|
1009
|
+
RunEndHoleMeasuredDepth: float | None = Field(
|
|
1010
|
+
None, examples=['18935 ft'], title='Measured Depth Hole Stop'
|
|
1011
|
+
)
|
|
1012
|
+
"""
|
|
1013
|
+
Measured depth at the end of the run.
|
|
1014
|
+
"""
|
|
1015
|
+
RotatingHookload: float | None = Field(
|
|
1016
|
+
None, examples=['175 1000lbf'], title='Rotating Hookload'
|
|
1017
|
+
)
|
|
1018
|
+
"""
|
|
1019
|
+
Hookload rotating.
|
|
1020
|
+
"""
|
|
1021
|
+
OverPull: float | None = Field(None, title='Over Pull')
|
|
1022
|
+
"""
|
|
1023
|
+
Overpull = HookloadUp - HookloadRotating
|
|
1024
|
+
"""
|
|
1025
|
+
SlackOff: float | None = Field(None, examples=['140 1000lbf'], title='Slack Off')
|
|
1026
|
+
"""
|
|
1027
|
+
Slackoff = HookloadRotating - HookloadDown.
|
|
1028
|
+
"""
|
|
1029
|
+
HookloadUp: float | None = Field(
|
|
1030
|
+
None, examples=['230 1000lbf'], title='Hookload Up'
|
|
1031
|
+
)
|
|
1032
|
+
"""
|
|
1033
|
+
Hookload when the string is moving up.
|
|
1034
|
+
"""
|
|
1035
|
+
HookloadDown: float | None = Field(None, title='Hookload Down')
|
|
1036
|
+
"""
|
|
1037
|
+
Hookload when the string is moving down.
|
|
1038
|
+
"""
|
|
1039
|
+
AverageTorqueOnBottom: float | None = Field(
|
|
1040
|
+
None, examples=['15000 ftlbs'], title='Average Torque On Bottom'
|
|
1041
|
+
)
|
|
1042
|
+
"""
|
|
1043
|
+
Average Torque: on bottom.
|
|
1044
|
+
"""
|
|
1045
|
+
MaximumTorqueOnBottom: float | None = Field(None, title='Maximum Torque On Bottom')
|
|
1046
|
+
"""
|
|
1047
|
+
Maximum torque: on bottom.
|
|
1048
|
+
"""
|
|
1049
|
+
MinimumTorqueOnBottom: float | None = Field(None, title='Minimum Torque On Bottom')
|
|
1050
|
+
"""
|
|
1051
|
+
Minimum torque: on bottom.
|
|
1052
|
+
"""
|
|
1053
|
+
AverageTorqueOffBottom: float | None = Field(
|
|
1054
|
+
None, examples=['10000 ftlbs'], title='Average Torque Off Bottom'
|
|
1055
|
+
)
|
|
1056
|
+
"""
|
|
1057
|
+
Average torque: off bottom.
|
|
1058
|
+
"""
|
|
1059
|
+
AverageTorqueDownhole: float | None = Field(None, title='Average Torque Downhole')
|
|
1060
|
+
"""
|
|
1061
|
+
Average torque: downhole.
|
|
1062
|
+
"""
|
|
1063
|
+
WeightAboveJar: float | None = Field(None, title='Weight Above Jar')
|
|
1064
|
+
"""
|
|
1065
|
+
Weight of the string above the jars.
|
|
1066
|
+
"""
|
|
1067
|
+
WeightBelowJar: float | None = Field(None, title='Weight Below Jar')
|
|
1068
|
+
"""
|
|
1069
|
+
Weight of the string below the jars.
|
|
1070
|
+
"""
|
|
1071
|
+
WeightMud: float | None = Field(None, examples=['11.3 lb/gal'], title='Weight Mud')
|
|
1072
|
+
"""
|
|
1073
|
+
Drilling fluid density.
|
|
1074
|
+
"""
|
|
1075
|
+
AverageFlowratePump: float | None = Field(None, title='Average Flowrate Pump')
|
|
1076
|
+
"""
|
|
1077
|
+
Average mud pump flow rate.
|
|
1078
|
+
"""
|
|
1079
|
+
MaximumFlowratePump: float | None = Field(
|
|
1080
|
+
None, examples=['289 gpm'], title='Maximum Flowrate Pump'
|
|
1081
|
+
)
|
|
1082
|
+
"""
|
|
1083
|
+
Maximum mud pump flow rate.
|
|
1084
|
+
"""
|
|
1085
|
+
MinimumFlowratePump: float | None = Field(None, title='Minimum Flowrate Pump')
|
|
1086
|
+
"""
|
|
1087
|
+
Minimum mud pump flow rate.
|
|
1088
|
+
"""
|
|
1089
|
+
AverageVelocityBitNozzle: float | None = Field(
|
|
1090
|
+
None, title='Average Velocity Nozzle'
|
|
1091
|
+
)
|
|
1092
|
+
"""
|
|
1093
|
+
Bit nozzle average velocity.
|
|
1094
|
+
"""
|
|
1095
|
+
PowerBit: float | None = Field(None, title='Power Bit')
|
|
1096
|
+
"""
|
|
1097
|
+
Bit hydraulic.
|
|
1098
|
+
"""
|
|
1099
|
+
PressureDropBit: float | None = Field(None, title='Pressure Drop Bit')
|
|
1100
|
+
"""
|
|
1101
|
+
Pressure drop in bit.
|
|
1102
|
+
"""
|
|
1103
|
+
TimeHolding: float | None = Field(
|
|
1104
|
+
None, examples=['0 hrs'], title='Cumulative Time Hold'
|
|
1105
|
+
)
|
|
1106
|
+
"""
|
|
1107
|
+
Time spent on hold from start of bit run.
|
|
1108
|
+
"""
|
|
1109
|
+
TimeSteering: float | None = Field(
|
|
1110
|
+
None, examples=['0 hrs'], title='Cumulative Time Steering'
|
|
1111
|
+
)
|
|
1112
|
+
"""
|
|
1113
|
+
Time spent steering from start of bit run.
|
|
1114
|
+
"""
|
|
1115
|
+
TimeDrillingRotating: float | None = Field(
|
|
1116
|
+
None, examples=['1.34 hrs'], title='Cumulative Time Drill Rotating'
|
|
1117
|
+
)
|
|
1118
|
+
"""
|
|
1119
|
+
Time spent rotary drilling from start of bit run.
|
|
1120
|
+
"""
|
|
1121
|
+
TimeDrillingSliding: float | None = Field(
|
|
1122
|
+
None, examples=['1.34 hrs'], title='Cumulative Time Drill Sliding'
|
|
1123
|
+
)
|
|
1124
|
+
"""
|
|
1125
|
+
Time spent slide drilling from start of bit run.
|
|
1126
|
+
"""
|
|
1127
|
+
TimeCirculating: float | None = Field(
|
|
1128
|
+
None, examples=['0 hrs'], title='Cumulative Time Circulating'
|
|
1129
|
+
)
|
|
1130
|
+
"""
|
|
1131
|
+
Time spent circulating from start of bit run.
|
|
1132
|
+
"""
|
|
1133
|
+
TimeReaming: float | None = Field(
|
|
1134
|
+
None, examples=['0 hrs'], title='Cumulative Time Reaming'
|
|
1135
|
+
)
|
|
1136
|
+
"""
|
|
1137
|
+
Time spent reaming from start of bit run.
|
|
1138
|
+
"""
|
|
1139
|
+
DistanceDrilledRotating: float | None = Field(
|
|
1140
|
+
None, examples=['69 ft'], title='Distance Drill Rotating'
|
|
1141
|
+
)
|
|
1142
|
+
"""
|
|
1143
|
+
Distance drilled - rotating.
|
|
1144
|
+
"""
|
|
1145
|
+
DistanceDrilledSliding: float | None = Field(
|
|
1146
|
+
None, examples=['0 ft'], title='Distance Drill Sliding'
|
|
1147
|
+
)
|
|
1148
|
+
"""
|
|
1149
|
+
Distance drilled - sliding
|
|
1150
|
+
"""
|
|
1151
|
+
DistanceReamed: float | None = Field(
|
|
1152
|
+
None, examples=['0 ft'], title='Distance Reaming'
|
|
1153
|
+
)
|
|
1154
|
+
"""
|
|
1155
|
+
Distance reamed.
|
|
1156
|
+
"""
|
|
1157
|
+
DistanceHolding: float | None = Field(
|
|
1158
|
+
None, examples=['0 ft'], title='Distance Holding'
|
|
1159
|
+
)
|
|
1160
|
+
"""
|
|
1161
|
+
Distance covered while holding angle with a steerable drilling assembly.
|
|
1162
|
+
"""
|
|
1163
|
+
DistanceSteering: float | None = Field(
|
|
1164
|
+
None, examples=['0 ft'], title='Distance Steering'
|
|
1165
|
+
)
|
|
1166
|
+
"""
|
|
1167
|
+
Distance covered while actively steering with a steerable drilling assembly.
|
|
1168
|
+
"""
|
|
1169
|
+
AverageRpm: float | None = Field(None, examples=['100 RPM'], title='Rpm Average')
|
|
1170
|
+
"""
|
|
1171
|
+
Average surface turn rate (commonly in rpm) through Interval.
|
|
1172
|
+
"""
|
|
1173
|
+
MaximumRpm: float | None = Field(None, title='Rpm Max')
|
|
1174
|
+
"""
|
|
1175
|
+
Maximum turn rate (commonly in rpm).
|
|
1176
|
+
"""
|
|
1177
|
+
MinimumRpm: float | None = Field(None, title='Rpm Min')
|
|
1178
|
+
"""
|
|
1179
|
+
Minimum turn rate (commonly in rpm).
|
|
1180
|
+
"""
|
|
1181
|
+
AverageRpmDownhole: float | None = Field(
|
|
1182
|
+
None, examples=['255 RPM'], title='Rpm Average Downhole'
|
|
1183
|
+
)
|
|
1184
|
+
"""
|
|
1185
|
+
Average turn rate (commonly in rpm) downhole.
|
|
1186
|
+
"""
|
|
1187
|
+
AverageROP: float | None = Field(None, examples=['52.3 ft/hr'], title='Rop Average')
|
|
1188
|
+
"""
|
|
1189
|
+
Average rate of penetration through Interval.
|
|
1190
|
+
"""
|
|
1191
|
+
MaximumROP: float | None = Field(None, title='Rop Max')
|
|
1192
|
+
"""
|
|
1193
|
+
Maximum rate of penetration through Interval.
|
|
1194
|
+
"""
|
|
1195
|
+
MinimumROP: float | None = Field(None, title='Rop Min')
|
|
1196
|
+
"""
|
|
1197
|
+
Minimum rate of penetration through Interval.
|
|
1198
|
+
"""
|
|
1199
|
+
AverageWOB: float | None = Field(None, examples=['20 1000lbf'], title='Wob Average')
|
|
1200
|
+
"""
|
|
1201
|
+
Surface weight on bit - average through interval.
|
|
1202
|
+
"""
|
|
1203
|
+
MaximumWOB: float | None = Field(None, title='Wob Max')
|
|
1204
|
+
"""
|
|
1205
|
+
Weight on bit - maximum.
|
|
1206
|
+
"""
|
|
1207
|
+
MinimumWOB: float | None = Field(None, title='Wob Min')
|
|
1208
|
+
"""
|
|
1209
|
+
Weight on bit - minimum.
|
|
1210
|
+
"""
|
|
1211
|
+
AverageWOBDownhole: float | None = Field(None, title='Average Downhole WOB')
|
|
1212
|
+
"""
|
|
1213
|
+
Weight on bit - average downhole.
|
|
1214
|
+
"""
|
|
1215
|
+
AzimuthTop: float | None = Field(None, title='Azimuth Top')
|
|
1216
|
+
"""
|
|
1217
|
+
Azimuth at start measured depth.
|
|
1218
|
+
"""
|
|
1219
|
+
AzimuthBottom: float | None = Field(None, title='Azimuth Bottom')
|
|
1220
|
+
"""
|
|
1221
|
+
Azimuth at stop measured depth.
|
|
1222
|
+
"""
|
|
1223
|
+
InclinationStart: float | None = Field(None, title='Inclination Start')
|
|
1224
|
+
"""
|
|
1225
|
+
Inclination at start measured depth.
|
|
1226
|
+
"""
|
|
1227
|
+
MaximumInclination: float | None = Field(
|
|
1228
|
+
None, examples=[89.5], title='Inclination Max'
|
|
1229
|
+
)
|
|
1230
|
+
"""
|
|
1231
|
+
Maximum inclination.
|
|
1232
|
+
"""
|
|
1233
|
+
MinimumInclination: float | None = Field(
|
|
1234
|
+
None, examples=[89.3], title='Inclination Min'
|
|
1235
|
+
)
|
|
1236
|
+
"""
|
|
1237
|
+
Minimum inclination.
|
|
1238
|
+
"""
|
|
1239
|
+
InclinationStop: float | None = Field(
|
|
1240
|
+
None, examples=[89.3], title='Inclination Stop'
|
|
1241
|
+
)
|
|
1242
|
+
"""
|
|
1243
|
+
Inclination at stop measured depth.
|
|
1244
|
+
"""
|
|
1245
|
+
MaximumMudTemperatureDownhole: float | None = Field(
|
|
1246
|
+
None, examples=['350 f'], title='Maximum Mud Temperature Downhole'
|
|
1247
|
+
)
|
|
1248
|
+
"""
|
|
1249
|
+
Maximum mud temperature downhole during run.
|
|
1250
|
+
"""
|
|
1251
|
+
MinimumPumpPressure: float | None = Field(None, title='Minimum Pump Pressure')
|
|
1252
|
+
"""
|
|
1253
|
+
The minimum pump pressure used during the run
|
|
1254
|
+
"""
|
|
1255
|
+
MaximumPumpPressure: float | None = Field(None, title='Maximum Pump Pressure')
|
|
1256
|
+
"""
|
|
1257
|
+
The maximum pump pressure used during the run
|
|
1258
|
+
"""
|
|
1259
|
+
AveragePumpPressure: float | None = Field(
|
|
1260
|
+
None, examples=['6100 psi'], title='Average Pump Pressure'
|
|
1261
|
+
)
|
|
1262
|
+
"""
|
|
1263
|
+
The average pump pressure used during the run
|
|
1264
|
+
"""
|
|
1265
|
+
MinimumBitFlowrate: float | None = Field(None, title='Minimum Bit Flowrate')
|
|
1266
|
+
"""
|
|
1267
|
+
The minimum flowrate at the bit during the run
|
|
1268
|
+
"""
|
|
1269
|
+
MaximumBitFlowrate: float | None = Field(None, title='Maximum Bit Flowrate')
|
|
1270
|
+
"""
|
|
1271
|
+
The maximum flowrate at the bit during the run
|
|
1272
|
+
"""
|
|
1273
|
+
AverageBitFlowrate: float | None = Field(None, title='Average Bit Flowrate')
|
|
1274
|
+
"""
|
|
1275
|
+
The average flowrate at the bit during the run
|
|
1276
|
+
"""
|
|
1277
|
+
MudClass: (
|
|
1278
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-MudClass:[\w\-\.\:\%]+:[0-9]*$')
|
|
1279
|
+
| None
|
|
1280
|
+
) = Field(None, title='Mud Class')
|
|
1281
|
+
"""
|
|
1282
|
+
The class of the drilling fluid.
|
|
1283
|
+
"""
|
|
1284
|
+
Comments: str | None = Field(None, title='Comments')
|
|
1285
|
+
"""
|
|
1286
|
+
Comments and remarks.
|
|
1287
|
+
"""
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
class Data(OsduCommonResources, AbstractMaster, AbstractProject):
|
|
1291
|
+
"""
|
|
1292
|
+
`data` payload for BHARun 2.0.0.
|
|
1293
|
+
"""
|
|
1294
|
+
|
|
1295
|
+
model_config = ConfigDict(
|
|
1296
|
+
extra='allow',
|
|
1297
|
+
)
|
|
1298
|
+
WellboreID: (
|
|
1299
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
|
|
1300
|
+
| None
|
|
1301
|
+
) = Field(
|
|
1302
|
+
None,
|
|
1303
|
+
examples=['namespace:master-data--Wellbore:11000091175501:'],
|
|
1304
|
+
title='Wellbore ID',
|
|
1305
|
+
)
|
|
1306
|
+
"""
|
|
1307
|
+
Unique identifier for the wellbore. This uniquely represents
|
|
1308
|
+
the wellbore referenced by the (possibly non-unique) nameWellbore.
|
|
1309
|
+
"""
|
|
1310
|
+
Name: str = Field(..., examples=['BHA #1 - 36" Surface'], title='Name')
|
|
1311
|
+
"""
|
|
1312
|
+
Human recognizable context for the BHA run.
|
|
1313
|
+
"""
|
|
1314
|
+
TubularID: constr(
|
|
1315
|
+
pattern=r'^[\w\-\.]+:(master-data\-\-TubularAssembly|work-product-component\-\-TubularAssembly):[\w\-\.\:\%]+:[0-9]*$'
|
|
1316
|
+
) = Field(
|
|
1317
|
+
...,
|
|
1318
|
+
examples=['namespace:master-data--TubularAssembly:BHA_1:'],
|
|
1319
|
+
title='Tubular ID',
|
|
1320
|
+
)
|
|
1321
|
+
"""
|
|
1322
|
+
This represents a foreign key to the tubular (assembly) that was utilized in this run.
|
|
1323
|
+
"""
|
|
1324
|
+
HoleSectionID: (
|
|
1325
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-HoleSection:[\w\-\.\:\%]+:[0-9]*$')
|
|
1326
|
+
| None
|
|
1327
|
+
) = Field(
|
|
1328
|
+
None,
|
|
1329
|
+
examples=['namespace:master-data--HoleSection:36_in:'],
|
|
1330
|
+
title='Hole Section ID',
|
|
1331
|
+
)
|
|
1332
|
+
"""
|
|
1333
|
+
This represents a foreign key to the Hole Section in which this BHA Run was performed.
|
|
1334
|
+
"""
|
|
1335
|
+
VerticalMeasurement: v1_0_0.AbstractFacilityVerticalMeasurement | None = Field(
|
|
1336
|
+
None,
|
|
1337
|
+
examples=[
|
|
1338
|
+
{
|
|
1339
|
+
'VerticalReferenceEntityID': 'namespace:master-data--Well:110000911755:',
|
|
1340
|
+
'VerticalReferenceID': '5iePi',
|
|
1341
|
+
}
|
|
1342
|
+
],
|
|
1343
|
+
title='Vertical Measurement Reference',
|
|
1344
|
+
)
|
|
1345
|
+
"""
|
|
1346
|
+
References an entry in the VerticalMeasurements array for the Wellbore identified by WellboreID, or a standalone vertical reference elevation for all measured depths within the BHA Run record. If this is not populated, the VerticalMeasurement is derived from the Wellbore default Vertical Measure Elevation.
|
|
1347
|
+
"""
|
|
1348
|
+
ActivityStartDateTime: str | None = Field(
|
|
1349
|
+
None, examples=['2024-04-20T08:00:00+0000'], title='Activity Start Date-Time'
|
|
1350
|
+
)
|
|
1351
|
+
"""
|
|
1352
|
+
Date and time that activities started (BHA started to be made up, then Run In Hole)
|
|
1353
|
+
"""
|
|
1354
|
+
ActivityStopDateTime: str | None = Field(
|
|
1355
|
+
None, examples=['2024-04-23T21:45:00+0000'], title='Activity Stop Date-Time'
|
|
1356
|
+
)
|
|
1357
|
+
"""
|
|
1358
|
+
Date and time that activities stopped (BHA was POOH).
|
|
1359
|
+
"""
|
|
1360
|
+
DrillingStartDateTime: str | None = Field(
|
|
1361
|
+
None, examples=['2024-04-20T16:00:00+0000'], title='Drilling Start Date-Time'
|
|
1362
|
+
)
|
|
1363
|
+
"""
|
|
1364
|
+
Start on bottom - date and time.
|
|
1365
|
+
"""
|
|
1366
|
+
DrillingStopDateTime: str | None = Field(
|
|
1367
|
+
None, examples=['2024-04-23T16:30:00+0000'], title='Drilling Stop Date-Time'
|
|
1368
|
+
)
|
|
1369
|
+
"""
|
|
1370
|
+
Start off bottom - date and time.
|
|
1371
|
+
"""
|
|
1372
|
+
Dogleg: float | None = Field(None, examples=['1.4 deg/30ft'], title='Dogleg')
|
|
1373
|
+
"""
|
|
1374
|
+
Dogleg severity over the depth range of the BHA run.
|
|
1375
|
+
"""
|
|
1376
|
+
MaximumDogleg: float | None = Field(
|
|
1377
|
+
None, examples=['2.5 deg/30ft'], title='Dogleg Maximum'
|
|
1378
|
+
)
|
|
1379
|
+
"""
|
|
1380
|
+
Dogleg severity - Maximum.
|
|
1381
|
+
"""
|
|
1382
|
+
StatusBhaID: (
|
|
1383
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-BhaStatus:[\w\-\.\:\%]+:[0-9]*$')
|
|
1384
|
+
| None
|
|
1385
|
+
) = Field(
|
|
1386
|
+
None,
|
|
1387
|
+
examples=['namespace:reference-data--BhaStatus:Final:'],
|
|
1388
|
+
title='Status BHA',
|
|
1389
|
+
)
|
|
1390
|
+
"""
|
|
1391
|
+
Bottom hole assembly status.
|
|
1392
|
+
"""
|
|
1393
|
+
BitRunNumber: str | None = Field(None, examples=[1], title='Bit Run Number')
|
|
1394
|
+
"""
|
|
1395
|
+
Bit run number.
|
|
1396
|
+
"""
|
|
1397
|
+
StringRunNumber: float | None = Field(None, examples=[1], title='String Run Number')
|
|
1398
|
+
"""
|
|
1399
|
+
The BHA (drilling string) run number.
|
|
1400
|
+
"""
|
|
1401
|
+
TripReasonID: (
|
|
1402
|
+
constr(
|
|
1403
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-ReasonTripType:[\w\-\.\:\%]+:[0-9]*$'
|
|
1404
|
+
)
|
|
1405
|
+
| None
|
|
1406
|
+
) = Field(
|
|
1407
|
+
None,
|
|
1408
|
+
examples=['namespace:reference-data--ReasonTripType:TD:'],
|
|
1409
|
+
title='Trip Reason ID',
|
|
1410
|
+
)
|
|
1411
|
+
"""
|
|
1412
|
+
Reason for trip.
|
|
1413
|
+
"""
|
|
1414
|
+
ObjectiveBha: str | None = Field(
|
|
1415
|
+
None, examples=['Drill 36" Surface Hole Section'], title='BHA Objective'
|
|
1416
|
+
)
|
|
1417
|
+
"""
|
|
1418
|
+
Objective of bottom hole assembly.
|
|
1419
|
+
"""
|
|
1420
|
+
RunParameterPlans: list[RunParameterPlan] | None = Field(
|
|
1421
|
+
None, title='Run Parameter Plans'
|
|
1422
|
+
)
|
|
1423
|
+
"""
|
|
1424
|
+
Identifiers of the associated run parameter plans.
|
|
1425
|
+
"""
|
|
1426
|
+
MeasuredDepthRunStart: float | None = Field(
|
|
1427
|
+
None, examples=[1250], title='Measured Depth Run Start'
|
|
1428
|
+
)
|
|
1429
|
+
"""
|
|
1430
|
+
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.
|
|
1431
|
+
"""
|
|
1432
|
+
MeasuredDepthRunStop: float | None = Field(
|
|
1433
|
+
None, examples=[2100], title='Measured Depth Run Stop'
|
|
1434
|
+
)
|
|
1435
|
+
"""
|
|
1436
|
+
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.
|
|
1437
|
+
"""
|
|
1438
|
+
HoleDiameter: float | None = Field(None, examples=[36], title='Hole Diameter')
|
|
1439
|
+
"""
|
|
1440
|
+
Diameter of the hole drilled by the BHA. Note that Hole Size determine by the diameter of the Drill Bit and/or a Hole Opener/Under-reamer
|
|
1441
|
+
"""
|
|
1442
|
+
WtAboveJar: float | None = Field(None, examples=[23], title='Weight Above Jar')
|
|
1443
|
+
"""
|
|
1444
|
+
Desired weight to be placed above the Jar - to optimize its efficiency
|
|
1445
|
+
"""
|
|
1446
|
+
WtBelowJar: float | None = Field(None, examples=[21], title='Weight Below Jar')
|
|
1447
|
+
"""
|
|
1448
|
+
Desired weight to be placed blow the Jar - to optimize its efficiency
|
|
1449
|
+
"""
|
|
1450
|
+
DrillingParams: list[DrillingParam] | None = Field(
|
|
1451
|
+
None, title='Drilling Parameters'
|
|
1452
|
+
)
|
|
1453
|
+
"""
|
|
1454
|
+
The parameters that were actually used during the BHA run
|
|
1455
|
+
"""
|
|
1456
|
+
IsLeftInHole: bool | None = Field(None, examples=[False], title='Is Left In Hole')
|
|
1457
|
+
"""
|
|
1458
|
+
Part or all of the BHA is left in the hole
|
|
1459
|
+
"""
|
|
1460
|
+
IsNuclearSource: bool | None = Field(
|
|
1461
|
+
None, examples=[False], title='Is Nuclear Source'
|
|
1462
|
+
)
|
|
1463
|
+
"""
|
|
1464
|
+
The BHA component(s) contained a Nuclear Source.
|
|
1465
|
+
"""
|
|
1466
|
+
TripTimeIn: float | None = Field(None, examples=['6 h'], title='Trip Time In')
|
|
1467
|
+
"""
|
|
1468
|
+
Duration of time to run BHA from surface to bottom of the hole
|
|
1469
|
+
"""
|
|
1470
|
+
TripTimeOut: float | None = Field(None, examples=['6 h'], title='Trip Time Out')
|
|
1471
|
+
"""
|
|
1472
|
+
Duration of time to pull BHA from bottom of the hole to surface
|
|
1473
|
+
"""
|
|
1474
|
+
PredictedPerformanceDescription: str | None = Field(
|
|
1475
|
+
None,
|
|
1476
|
+
examples=['36" Hole estimated to be drilled in 12.5 hours, ROP of 40ft/hr.'],
|
|
1477
|
+
title='Predicted Performance Description',
|
|
1478
|
+
)
|
|
1479
|
+
"""
|
|
1480
|
+
Description of planned or expected Performance of the BHA
|
|
1481
|
+
"""
|
|
1482
|
+
ActualPerformanceDescription: str | None = Field(
|
|
1483
|
+
None,
|
|
1484
|
+
examples=['BHA #1 drilled XX ft hole at ROP = 11 ft/hr'],
|
|
1485
|
+
title='Actual Performance Description',
|
|
1486
|
+
)
|
|
1487
|
+
"""
|
|
1488
|
+
Actual Performance of the BHA
|
|
1489
|
+
"""
|
|
1490
|
+
PlannedDogleg: float | None = Field(
|
|
1491
|
+
None, examples=['1.4 deg/30ft'], title='Planned Dogleg'
|
|
1492
|
+
)
|
|
1493
|
+
"""
|
|
1494
|
+
Planned/anticipated Dogleg severity over the depth range of the BHA run.
|
|
1495
|
+
"""
|
|
1496
|
+
RunComment: str | None = Field(
|
|
1497
|
+
None,
|
|
1498
|
+
examples=['Required to wash BHA around collars and stabilizer when POOH.'],
|
|
1499
|
+
title='Run Comment',
|
|
1500
|
+
)
|
|
1501
|
+
"""
|
|
1502
|
+
Free text allowing any comment associated to the run
|
|
1503
|
+
"""
|
|
1504
|
+
ExtensionProperties: dict[str, Any] | None = None
|