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,775 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/sample/v3_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, constr
|
|
6
|
+
from ...abstract.abstract_facility_vertical_measurement import v1_0_0
|
|
7
|
+
from ...abstract.abstract_ptcondition import v1_0_0 as v1_0_0_1
|
|
8
|
+
from ...abstract.abstract_remark import v1_0_0 as v1_0_0_2
|
|
9
|
+
from typing import Any
|
|
10
|
+
from ...abstract.abstract_sample_properties import v1_1_0
|
|
11
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
12
|
+
from ...abstract.abstract_master.v1_2_0 import AbstractMaster
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class SamplingPoint(BaseModel):
|
|
16
|
+
"""
|
|
17
|
+
A free-form reference to the flow port on the Facility where this sample was acquired. The property is only used in conjunction with WellheadSampleAcquisition, SeparatorSampleAcquisition, FacilitySampleAcquisition.
|
|
18
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
19
|
+
SamplingPoint= [ PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition | FacilitySampleAcquisition | SeparatorSampleAcquisition>[].Item.SamplingPoint
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
model_config = ConfigDict(
|
|
23
|
+
extra='allow',
|
|
24
|
+
)
|
|
25
|
+
SamplingPointTypeID: (
|
|
26
|
+
constr(
|
|
27
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SamplingPointType:[\w\-\.\:\%]+:[0-9]*$'
|
|
28
|
+
)
|
|
29
|
+
| None
|
|
30
|
+
) = Field(
|
|
31
|
+
None,
|
|
32
|
+
examples=['namespace:reference-data--SamplingPointType:FlowPort:'],
|
|
33
|
+
title='Sampling Point Type ID',
|
|
34
|
+
)
|
|
35
|
+
"""
|
|
36
|
+
This is the OSDU record ID from a reference list containing the different types of sampling points.
|
|
37
|
+
"""
|
|
38
|
+
SamplingPointName: str | None = Field(
|
|
39
|
+
None, examples=['VALVE:1723RR-01'], title='Sampling Point Name'
|
|
40
|
+
)
|
|
41
|
+
"""
|
|
42
|
+
This is a description of the name of the component or equipment used in capturing the sample. It can be used in storing the P & ID of the equipment or its component as defined within the Organisations Facility SOR / Repository.
|
|
43
|
+
"""
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
class SampleAcquisitionDetail(BaseModel):
|
|
47
|
+
"""
|
|
48
|
+
This attribute provides information about the acquisition parameters and process used in acquiring the target sample. Other information about the sample itself can be found in the Sample object.
|
|
49
|
+
"""
|
|
50
|
+
|
|
51
|
+
model_config = ConfigDict(
|
|
52
|
+
extra='allow',
|
|
53
|
+
)
|
|
54
|
+
VerticalMeasurement: v1_0_0.AbstractFacilityVerticalMeasurement | None = Field(
|
|
55
|
+
None,
|
|
56
|
+
examples=[
|
|
57
|
+
{
|
|
58
|
+
'EffectiveDateTime': '2020-02-13T09:13:15.55Z',
|
|
59
|
+
'VerticalMeasurement': 12345.6,
|
|
60
|
+
'TerminationDateTime': '2020-02-13T09:13:15.55Z',
|
|
61
|
+
'VerticalMeasurementTypeID': 'namespace:reference-data--VerticalMeasurementType:ArbitraryPoint:',
|
|
62
|
+
'VerticalMeasurementPathID': 'namespace:reference-data--VerticalMeasurementPath:MD:',
|
|
63
|
+
'VerticalMeasurementSourceID': 'namespace:reference-data--VerticalMeasurementSource:DRL:',
|
|
64
|
+
'WellboreTVDTrajectoryID': 'namespace:work-product-component--WellboreTrajectory:WellboreTrajectory-911bb71f-06ab-4deb-8e68-b8c9229dc76b:',
|
|
65
|
+
'VerticalMeasurementUnitOfMeasureID': 'namespace:reference-data--UnitOfMeasure:m:',
|
|
66
|
+
'VerticalCRSID': 'namespace:reference-data--CoordinateReferenceSystem:BoundProjected:EPSG::32021_EPSG::15851:',
|
|
67
|
+
'VerticalReferenceID': 'Example VerticalReferenceID',
|
|
68
|
+
'VerticalReferenceEntityID': 'namespace:master-data--Rig:SomeUniqueRigID:',
|
|
69
|
+
'VerticalMeasurementDescription': 'Example VerticalMeasurementDescription',
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
title='Vertical Measurement',
|
|
73
|
+
)
|
|
74
|
+
"""
|
|
75
|
+
Information on the list of all depths and elevations pertaining to the target wellbore involved in the Sample Acquisition event, like, plug back measured depth, total measured depth, KB elevation. The property is always used except with WellheadSampleAcquisition, SeparatorSampleAcquisition, FacilitySampleAcquisition
|
|
76
|
+
"""
|
|
77
|
+
TopDepth: float | None = Field(None, examples=['10000 ft'], title='Top Depth')
|
|
78
|
+
"""
|
|
79
|
+
The depth of the top of the target interval from which the sample was acquired. The reference and kind of depth (e.g. driller's depth versus logger's depth) is described in data.VerticalMeasurement. The property is always used except with WellheadSampleAcquisition, SeparatorSampleAcquisition, FacilitySampleAcquisition.
|
|
80
|
+
Note: As an example, if ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
81
|
+
TopDepth=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<DownholeSampleAcquisition | FormationTestSampleAcquisition>[].Item.TopMD
|
|
82
|
+
"""
|
|
83
|
+
BaseDepth: float | None = Field(None, examples=[20000], title='Base Depth')
|
|
84
|
+
"""
|
|
85
|
+
The depth of the base of the target interval from which the sample was acquired. The reference and kind of depth (e.g. driller's depth versus logger's depth) is described in data.VerticalMeasurement. The property is always used except with WellheadSampleAcquisition, SeparatorSampleAcquisition, FacilitySampleAcquisition.
|
|
86
|
+
Note: As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
87
|
+
TopDepth=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<DownholeSampleAcquisition | FormationTestSampleAcquisition>[].Item.BaseMD
|
|
88
|
+
"""
|
|
89
|
+
ToolKind: str | None = Field(
|
|
90
|
+
None, examples=['Wireline Formation Tester'], title='Tool Kind'
|
|
91
|
+
)
|
|
92
|
+
"""
|
|
93
|
+
This references the kind of tool used in acquiring the sample. The property is always used except with WellheadSampleAcquisition, SeparatorSampleAcquisition, FormationTestSampleAcquisition, FacilitySampleAcquisition.
|
|
94
|
+
Note: As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
95
|
+
ToolKind=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<DownholeSampleAcquisition>[].Item.ToolKind.
|
|
96
|
+
"""
|
|
97
|
+
RunNumber: str | None = Field(None, examples=[22], title='Run Number')
|
|
98
|
+
"""
|
|
99
|
+
This refers to the different runs performed during the sample acquisition event and is typically identified using integers. It mostly applies to acquisition events acquired from the subsurface like downhole, coring, etc. The property is always used except with WellheadSampleAcquisition, SeparatorSampleAcquisition, FormationTestSampleAcquisition, FacilitySampleAcquisition
|
|
100
|
+
"""
|
|
101
|
+
WellboreID: (
|
|
102
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
|
|
103
|
+
| None
|
|
104
|
+
) = Field(
|
|
105
|
+
None,
|
|
106
|
+
examples=['namespace:master-data--Wellbore:cz2334t678900d53844-4:'],
|
|
107
|
+
title='Wellbore ID',
|
|
108
|
+
)
|
|
109
|
+
"""
|
|
110
|
+
This refers to the OSDU record ID of the wellbore object from which the sample was acquired. It typically applies in scenarios where the acquisition event only pertains to a single wellbore object. The property is always used except with FacilitySampleAcquisition, Outcrop, SeparatorSampleAcquisition
|
|
111
|
+
Note: If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
112
|
+
WellboreID= PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<DownholeSampleAcquisition | WellheadSampleAcquisition>[].Item.Wellbore
|
|
113
|
+
"""
|
|
114
|
+
WellheadOperatingCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
115
|
+
None, title='Wellhead Operating Condition'
|
|
116
|
+
)
|
|
117
|
+
"""
|
|
118
|
+
This captures the operating conditions (prevailing pressure and temperatures) on the target facility or equipment (in this case wellhead) during the sample acquisition event. This attribute is provided in the event that the acquisition pressure and temperature recorded at the flow port or sampling point from which the sample is acquired is different from the operating P&T at the wellhead. The property is only used in conjunction with WellheadSampleAcquisition.
|
|
119
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
120
|
+
wellheadOperatingCondition.Pressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<WellheadSampleAcquisition>[].Item.wellheadPressure
|
|
121
|
+
wellheadOperatingCondition.Temperature=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<WellheadSampleAcquisition>[].Item.wellheadTemperature
|
|
122
|
+
"""
|
|
123
|
+
ContributingWellboreOpeningIDs: (
|
|
124
|
+
list[
|
|
125
|
+
constr(
|
|
126
|
+
pattern=r'^[\w\-\.]+:master-data\-\-WellboreOpening:[\w\-\.\:\%]+:[0-9]*$'
|
|
127
|
+
)
|
|
128
|
+
]
|
|
129
|
+
| None
|
|
130
|
+
) = Field(None, title='Contributing Wellbore Opening IDs')
|
|
131
|
+
"""
|
|
132
|
+
This refers to an array of OSDU record IDs for the wellbore completion objects (perforated or open hole interval) that contributed to the stream used in acquiring the sample. It can be used for one wellbore opening or multiple opening in the case of commingled flow. This is typically related to acquisition events from downhole where samples are comingled from multiple completions. The property is only used in conjunction with WellheadSampleAcquisition, SeparatorSampleAcquisition, DownholeSampleAcquisition.
|
|
133
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
134
|
+
WellboreOpeningIDs[0]=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<WellheadSampleAcquisition | SeparatorSampleAcquisition>[].Item.WellboreCompletion
|
|
135
|
+
"""
|
|
136
|
+
SeparatorOperatingCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
137
|
+
None, title='Separator Operating Condition'
|
|
138
|
+
)
|
|
139
|
+
"""
|
|
140
|
+
This captures the operating conditions (prevailing pressure and temperatures) on the target facility or equipment (in this case separator) during the sample acquisition event. This attribute is provided in the event that the acquisition pressure and temperature recorded at the flow port or sampling point from which the sample is acquired is different from the operating P&T for the separator. The property is only used in conjunction with SeparatorSampleAcquisition
|
|
141
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
142
|
+
SeparatorOperatingCondition.Pressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.SeparatorPressure
|
|
143
|
+
SeparatorOperatingCondition.Temperature=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.SeparatorTemperature
|
|
144
|
+
"""
|
|
145
|
+
SamplingPoint_1: SamplingPoint | None = Field(
|
|
146
|
+
None, alias='SamplingPoint', title='Sampling Point'
|
|
147
|
+
)
|
|
148
|
+
"""
|
|
149
|
+
A free-form reference to the flow port on the Facility where this sample was acquired. The property is only used in conjunction with WellheadSampleAcquisition, SeparatorSampleAcquisition, FacilitySampleAcquisition.
|
|
150
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
151
|
+
SamplingPoint= [ PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition | FacilitySampleAcquisition | SeparatorSampleAcquisition>[].Item.SamplingPoint
|
|
152
|
+
"""
|
|
153
|
+
CorrectedOilRate: float | None = Field(None, title='Corrected Oil Rate')
|
|
154
|
+
"""
|
|
155
|
+
The value accounts for the application of correction procedures to the oil flow rate observed / measured during the sample acquisition event. The property is typically only used in conjunction with SeparatorSampleAcquisition
|
|
156
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
157
|
+
CorrectedOilRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.CorrectedOilRate
|
|
158
|
+
"""
|
|
159
|
+
CorrectedGasRate: float | None = Field(None, title='Corrected Gas Rate')
|
|
160
|
+
"""
|
|
161
|
+
The value accounts for the application of correction procedures to the gas flow rate observed / measured during the sample acquisition event. The property is typically only used in conjunction with SeparatorSampleAcquisition.
|
|
162
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
163
|
+
CorrectedGasRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.CorrectedGasRate
|
|
164
|
+
"""
|
|
165
|
+
CorrectedWaterRate: float | None = Field(None, title='Corrected Water Rate')
|
|
166
|
+
"""
|
|
167
|
+
The value accounts for the application of correction procedures to the water flow rate observed / measured during the sample acquisition event. The property is typically only used in conjunction with SeparatorSampleAcquisition.
|
|
168
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
169
|
+
CorrectedWaterRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.CorrectedWaterRate
|
|
170
|
+
"""
|
|
171
|
+
MeasuredOilRate: float | None = Field(None, title='Measured Oil Rate')
|
|
172
|
+
"""
|
|
173
|
+
This is the observed/ measured oil rate for this sample acquisition event. The property is only used in conjunction with SeparatorSampleAcquisition
|
|
174
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
175
|
+
MeasuredOilRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.MeasuredOilRate
|
|
176
|
+
"""
|
|
177
|
+
MeasuredGasRate: float | None = Field(None, title='Measured Gas Rate')
|
|
178
|
+
"""
|
|
179
|
+
This is the observed/ measured gas rate for this sample acquisition event. The property is only used in conjunction with SeparatorSampleAcquisition
|
|
180
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
181
|
+
MeasuredGasRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.MeasuredGasRate
|
|
182
|
+
"""
|
|
183
|
+
MeasuredWaterRate: float | None = Field(None, title='Measured Water Rate')
|
|
184
|
+
"""
|
|
185
|
+
This is the observed/ measured water rate for this sample acquisition event. The property is only used in conjunction with SeparatorSampleAcquisition
|
|
186
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
187
|
+
MeasuredWaterRate=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<SeparatorSampleAcquisition>[].Item.MeasuredWaterRate
|
|
188
|
+
"""
|
|
189
|
+
FormationCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
190
|
+
None,
|
|
191
|
+
examples=[{'Pressure': 120, 'Temperature': 60}],
|
|
192
|
+
title='Formation Condition',
|
|
193
|
+
)
|
|
194
|
+
"""
|
|
195
|
+
This captures the operating conditions (prevailing pressure and temperatures) on the target formation during the sample acquisition event. This attribute is provided in the event that the acquisition pressure and temperature recorded at the downhole sampling location is different from the Formation's P&T. The property is used in conjunction with all the acquisition event types except FacilitySampleAcquisition, Cuttings and WellheadSampleAcquisition.
|
|
196
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
197
|
+
FormationCondition.Pressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<WellheadSampleAcquisition>[].Item.FormationPressure
|
|
198
|
+
FormationCondition.Temperature=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<WellheadSampleAcquisition>[].Item.FormationTemperature
|
|
199
|
+
"""
|
|
200
|
+
CorrectionRemarks: v1_0_0_2.AbstractRemark | None = Field(
|
|
201
|
+
None, title='Correction Remarks'
|
|
202
|
+
)
|
|
203
|
+
"""
|
|
204
|
+
This is used to capture information regarding the methodology used in correcting rates acquired during the sample acquisition event. The property is only used in conjunction with SeparatorSampleAcquisition
|
|
205
|
+
"""
|
|
206
|
+
SampleCarrierSlotName: str | None = Field(None, title='Sample Carrier Slot Name')
|
|
207
|
+
"""
|
|
208
|
+
The name or identifier for the slot in the sample carrier where the sample was acquired. The property is only used in conjunction with FormationTestSampleAcquisition
|
|
209
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
210
|
+
SampleCarrierSlotName=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FormationTestSampleAcquisition>[].Item.SampleCarrierSlotName
|
|
211
|
+
"""
|
|
212
|
+
ToolSectionName: str | None = Field(None, title='Tool Section Name')
|
|
213
|
+
"""
|
|
214
|
+
The name of the formation tester tool section that was used in acquiring the sample. The property is only used in conjunction with FormationTestSampleAcquisition, ConventionalCore, Sidewall Core, Cuttings
|
|
215
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
216
|
+
ToolSectionName=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FormationTestSampleAcquisition>[].Item.ToolSectionName
|
|
217
|
+
"""
|
|
218
|
+
SampleContainerCushionPressure: float | None = Field(None, title='Cushion Pressure')
|
|
219
|
+
"""
|
|
220
|
+
The pressure used in charging the sample container. The property is only used in conjunction with FormationTestSampleAcquisition
|
|
221
|
+
Note: As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
222
|
+
SampleContainerCushionPressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FormationTestSampleAcquisition>[].Item.CushionPressure
|
|
223
|
+
"""
|
|
224
|
+
GrossFluidKindID: (
|
|
225
|
+
constr(
|
|
226
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellProductType:[\w\-\.\:\%]+:[0-9]*$'
|
|
227
|
+
)
|
|
228
|
+
| None
|
|
229
|
+
) = Field(None, title='Gross Fluid Kind')
|
|
230
|
+
"""
|
|
231
|
+
This is the OSDU record ID for the predominant fluid kind obtained from the formation during the acquisition event. The property is only used in conjunction with FormationTestSampleAcquisition
|
|
232
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
233
|
+
GrossFluidKind=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FormationTestSampleAcquisition>[].Item.GrossFluidKind
|
|
234
|
+
"""
|
|
235
|
+
FacilityEquipmentOperatingCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
236
|
+
None, title='Facility Equipment operating Condition'
|
|
237
|
+
)
|
|
238
|
+
"""
|
|
239
|
+
This captures the operating conditions (prevailing pressure and temperatures) on the target equipment used on Topside Facilities (exclusive of wells or separators) during the sample acquisition event. This attribute is provided in the event that the acquisition pressure and temperature recorded at the flow port or sampling point from which the sample is acquired is different from the operating P&T for the target facility or equipment. The property is only used in conjunction with FacilitySampleAcquisition
|
|
240
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
241
|
+
FacilityOperatingCondition.Pressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FacilitySampleAcquisition>[].Item.FacilityPressure
|
|
242
|
+
FacilityOperatingCondition.Temperature=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FacilitySampleAcquisition>[].Item.FacilityTemperature
|
|
243
|
+
"""
|
|
244
|
+
SiteID: (
|
|
245
|
+
constr(
|
|
246
|
+
pattern=r'^[\w\-\.]+:(master-data\-\-GenericFacility|master-data\-\-GenericSite):[\w\-\.\:\%]+:[0-9]*$'
|
|
247
|
+
)
|
|
248
|
+
| None
|
|
249
|
+
) = Field(None, title='Site ID')
|
|
250
|
+
"""
|
|
251
|
+
Identifies the type of non-facility location (e.g. beach, oil seep, outcrop, sinkhole) that can be where the acquisition event occurred to collect a rock or fluid sample. Being different from a facility (which includes wells), a generic site is usually a natural location, not a man-made structure or a grouping of equipment.
|
|
252
|
+
"""
|
|
253
|
+
SampleRecoveredLengthActual: float | None = Field(
|
|
254
|
+
None, title='Sample Recovered Length Actual'
|
|
255
|
+
)
|
|
256
|
+
"""
|
|
257
|
+
Actual length of recovered sample, usually a core The property is only used in conjunction with ConventionalCore, Sidewall Core, Outcrop
|
|
258
|
+
"""
|
|
259
|
+
PreservationTypeID: (
|
|
260
|
+
constr(
|
|
261
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-CorePreservationType:[\w\-\.\:\%]+:[0-9]*$'
|
|
262
|
+
)
|
|
263
|
+
| None
|
|
264
|
+
) = Field(None, title='Preservation Type ID')
|
|
265
|
+
"""
|
|
266
|
+
The kind of preservation applied to this sample if applied at the time of acquisition. The property is only used in conjunction with ConventionalCore, Sidewall Core, Cuttings, Outcrop, Core Plugs
|
|
267
|
+
"""
|
|
268
|
+
SampleRecoveredLengthPlanned: float | None = Field(
|
|
269
|
+
None, title='Sample Recovered Length Planned'
|
|
270
|
+
)
|
|
271
|
+
"""
|
|
272
|
+
Planned length of sample to be recovered, usually a core The property is only used in conjunction with ConventionalCore, Sidewall Core, Cuttings, Outcrop
|
|
273
|
+
"""
|
|
274
|
+
AcquisitionCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
275
|
+
None,
|
|
276
|
+
examples=[{'Pressure': 120, 'Temperature': 60}],
|
|
277
|
+
title='Acquisition Condition',
|
|
278
|
+
)
|
|
279
|
+
"""
|
|
280
|
+
This captures the prevailing pressure and temperature recorded at the sampling point during the sample acquisition event. The property applies to ALL sampling acquisition events.
|
|
281
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
282
|
+
AcquisitionCondition.Pressure=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FacilitySampleAcquisition|DownholeSampleAcquisition | FormationSampleAcquisition | SeparatorSampleAcquisition | WellheadSampleAcquisition >[].Item.AcquisitionPressure
|
|
283
|
+
AcquisitionCondition.Temperature=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FacilitySampleAcquisition|DownholeSampleAcquisition | FormationSampleAcquisition | SeparatorSampleAcquisition | WellheadSampleAcquisition >[].Item.AcquisitionTemperature
|
|
284
|
+
"""
|
|
285
|
+
AcquisitionGOR: float | None = Field(None, examples=[340], title='Acquisition GOR')
|
|
286
|
+
"""
|
|
287
|
+
This captures the gas oil ratio (GOR) for the sample acquired during the sample acquisition event. The property applies to ALL FLUID sampling acquisition events.
|
|
288
|
+
Note:As an example, If ingesting data formatted using PRODML, this is typically mapped as seen below:
|
|
289
|
+
AcquisitionGOR=PRODML:2.1:FluidSampleAcquisitionJob.FluidSampleAcquisition<FacilitySampleAcquisition|DownholeSampleAcquisition | FormationSampleAcquisition | SeparatorSampleAcquisition | WellheadSampleAcquisition >[].Item.AcquisitionGOR
|
|
290
|
+
"""
|
|
291
|
+
MudBaseTypeID: (
|
|
292
|
+
constr(
|
|
293
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-MudBaseType:[\w\-\.\:\%]+:[0-9]*$'
|
|
294
|
+
)
|
|
295
|
+
| None
|
|
296
|
+
) = Field(None, title='Mud Base Type ID')
|
|
297
|
+
"""
|
|
298
|
+
Identifies the type of fluid in the wellbore annulus used during the acquisition event or present in the sample required.
|
|
299
|
+
"""
|
|
300
|
+
MudTracerTypeID: (
|
|
301
|
+
constr(
|
|
302
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-MudTracerType:[\w\-\.\:\%]+:[0-9]*$'
|
|
303
|
+
)
|
|
304
|
+
| None
|
|
305
|
+
) = Field(None, title='Mud Tracer Type ID')
|
|
306
|
+
"""
|
|
307
|
+
Identifies the type of tracer used during the sample acquisition event.
|
|
308
|
+
"""
|
|
309
|
+
AcquisitionToolFamilyID: (
|
|
310
|
+
constr(
|
|
311
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SampleAcquisitionToolFamily:[\w\-\.\:\%]+:[0-9]*$'
|
|
312
|
+
)
|
|
313
|
+
| None
|
|
314
|
+
) = None
|
|
315
|
+
"""
|
|
316
|
+
Identifies the category of the tool type used to acquire the sample/specimen, such as rotary or percussive sidewall tooling, or the inner barrel type for conventional coring. Note that other relevant facets of tool identification are captured by other reference lists, such as core catcher type, inner sleeve material type, drill bit, and sample container.
|
|
317
|
+
"""
|
|
318
|
+
ConventionalCoreInnerSleeveMaterialID: (
|
|
319
|
+
constr(
|
|
320
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-ConventionalCoreInnerSleeveMaterial:[\w\-\.\:\%]+:[0-9]*$'
|
|
321
|
+
)
|
|
322
|
+
| None
|
|
323
|
+
) = None
|
|
324
|
+
"""
|
|
325
|
+
Identifies the category of material of the cylindrical sleeve that lines the inside of the inner core barrel during coring operations.
|
|
326
|
+
"""
|
|
327
|
+
ConventionalCoreCatcherTypeID: (
|
|
328
|
+
constr(
|
|
329
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-ConventionalCoreCatcherType:[\w\-\.\:\%]+:[0-9]*$'
|
|
330
|
+
)
|
|
331
|
+
| None
|
|
332
|
+
) = None
|
|
333
|
+
"""
|
|
334
|
+
Identifies the category of the core catcher used in core acquisition. A core catcher is a device located in the core barrel of drilling tools that securely retains the core sample during its extraction from the subsurface.
|
|
335
|
+
"""
|
|
336
|
+
WasCryogenicallyAcquired: bool | None = None
|
|
337
|
+
"""
|
|
338
|
+
Indicates whether the rock was cryogenically frozen when it was acquired. In this process, the drilling fluid is pushed aside from the coring zone, liquid nitrogen or similar cryogenic agent is injected through a specialized cryogenic coring tool, and then a core barrel retrieves the stabilized core sample.
|
|
339
|
+
"""
|
|
340
|
+
IsCommingledProductionFluid: bool | None = None
|
|
341
|
+
"""
|
|
342
|
+
Indicates whether the fluid sample consists of fluids from multiple reservoir zones and/or wellbore openings mixed into one production flow stream before being collected.
|
|
343
|
+
"""
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
class SampleAcquisition(BaseModel):
|
|
347
|
+
"""
|
|
348
|
+
This captures the acquisition parameters obtained during the sample acquisition event associated with this sample. Note that this attribute should only be used when associating the sample with an acquisition event from its original source and not for sub-sampling or derivative sources.
|
|
349
|
+
"""
|
|
350
|
+
|
|
351
|
+
model_config = ConfigDict(
|
|
352
|
+
extra='allow',
|
|
353
|
+
)
|
|
354
|
+
SampleAcquisitionJobID: (
|
|
355
|
+
constr(
|
|
356
|
+
pattern=r'^[\w\-\.]+:master-data\-\-SampleAcquisitionJob:[\w\-\.\:\%]+:[0-9]*$'
|
|
357
|
+
)
|
|
358
|
+
| None
|
|
359
|
+
) = Field(
|
|
360
|
+
None,
|
|
361
|
+
examples=[
|
|
362
|
+
'namespace:master-data--SampleAcquisitionJob:dr23383830303032991154:'
|
|
363
|
+
],
|
|
364
|
+
title='Sample Acquisition Job ID',
|
|
365
|
+
)
|
|
366
|
+
"""
|
|
367
|
+
A reference to the parent record, which can group this sample acquisition event record with other sample acquisition event records, collected as part of the same job.
|
|
368
|
+
"""
|
|
369
|
+
SampleAcquisitionDetail_1: SampleAcquisitionDetail | None = Field(
|
|
370
|
+
None, alias='SampleAcquisitionDetail', title='Sample Acquisition Detail'
|
|
371
|
+
)
|
|
372
|
+
"""
|
|
373
|
+
This attribute provides information about the acquisition parameters and process used in acquiring the target sample. Other information about the sample itself can be found in the Sample object.
|
|
374
|
+
"""
|
|
375
|
+
SampleAcquisitionTypeID: (
|
|
376
|
+
constr(
|
|
377
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SampleAcquisitionType:[\w\-\.\:\%]+:[0-9]*$'
|
|
378
|
+
)
|
|
379
|
+
| None
|
|
380
|
+
) = Field(
|
|
381
|
+
None,
|
|
382
|
+
examples=[
|
|
383
|
+
'namespace:reference-data--SampleAcquisitionType:DownholeSampleAcquisition:'
|
|
384
|
+
],
|
|
385
|
+
title='Sample Acquisition Type ID',
|
|
386
|
+
)
|
|
387
|
+
"""
|
|
388
|
+
This is a reference list of the different types of sample acquisition events used in acquiring samples. i.e. downhole sample acquisition type, outcrop, coring, non-facility site, etc
|
|
389
|
+
"""
|
|
390
|
+
SampleAcquisitionContainerID: (
|
|
391
|
+
constr(
|
|
392
|
+
pattern=r'^[\w\-\.]+:master-data\-\-SampleContainer:[\w\-\.\:\%]+:[0-9]*$'
|
|
393
|
+
)
|
|
394
|
+
| None
|
|
395
|
+
) = Field(
|
|
396
|
+
None,
|
|
397
|
+
examples=['namespace:master-data--SampleContainer:dr23383830303032991154:'],
|
|
398
|
+
title='Sample Acquisition Container ID',
|
|
399
|
+
)
|
|
400
|
+
"""
|
|
401
|
+
This is the OSDU Record ID for the original sample container used in the acquired sample. This is only for the initial sample acquisition. Only populate this for the original sample.
|
|
402
|
+
"""
|
|
403
|
+
AcquisitionStartDate: str | None = Field(
|
|
404
|
+
None, examples=['2023-01-01T12:00:00Z'], title='Acquisition Start Date'
|
|
405
|
+
)
|
|
406
|
+
"""
|
|
407
|
+
The start date and time of the acquisition event.
|
|
408
|
+
"""
|
|
409
|
+
AcquisitionEndDate: str | None = Field(
|
|
410
|
+
None, examples=['2023-01-01T12:00:00Z'], title='Acquisition End Date'
|
|
411
|
+
)
|
|
412
|
+
"""
|
|
413
|
+
The end date and time of the acquisition event.
|
|
414
|
+
"""
|
|
415
|
+
Remarks: list[v1_0_0_2.AbstractRemark] | None = Field(None, title='Remarks')
|
|
416
|
+
"""
|
|
417
|
+
A remark object, pairing a remark text with a source, e.g. an author, and a date, which is typically included in an array.
|
|
418
|
+
"""
|
|
419
|
+
CollectionServiceCompanyID: (
|
|
420
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
421
|
+
| None
|
|
422
|
+
) = Field(
|
|
423
|
+
None,
|
|
424
|
+
examples=['namespace:master-data--Organisation:fg67383830303032991126:'],
|
|
425
|
+
title='Collection Service Company ID',
|
|
426
|
+
)
|
|
427
|
+
"""
|
|
428
|
+
The company that managed the collection of the sample from its original / source environment.
|
|
429
|
+
"""
|
|
430
|
+
HandlingServiceCompanyID: (
|
|
431
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
432
|
+
| None
|
|
433
|
+
) = Field(
|
|
434
|
+
None,
|
|
435
|
+
examples=['namespace:master-data--Organisation:fg67383830303032991126:'],
|
|
436
|
+
title='Handling Service Company ID',
|
|
437
|
+
)
|
|
438
|
+
"""
|
|
439
|
+
The company that handled the sample on site after the it was collected/extracted. For example, the company that applied field preservation methods, and prepared the sample for shipping.
|
|
440
|
+
"""
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
class RecombinationGasOilRatio(BaseModel):
|
|
444
|
+
"""
|
|
445
|
+
The gas-oil ratio recorded for this sample recombination process as well as the volumetric reference conditions for both the oil and gas phases. This is typically required for fluid sample types.
|
|
446
|
+
"""
|
|
447
|
+
|
|
448
|
+
model_config = ConfigDict(
|
|
449
|
+
extra='allow',
|
|
450
|
+
)
|
|
451
|
+
GasOilRatio: float = Field(..., examples=[3456])
|
|
452
|
+
"""
|
|
453
|
+
The Gas Oil Ratio calculated at the reference conditions specified for each stream (Oil or Gas)
|
|
454
|
+
"""
|
|
455
|
+
VolumeReferenceConditionGas: v1_0_0_1.AbstractPTCondition = Field(
|
|
456
|
+
..., examples=[{'Pressure': 14.7, 'Temperature': 60}]
|
|
457
|
+
)
|
|
458
|
+
"""
|
|
459
|
+
The pressure and temperature reference values for the gas stream.
|
|
460
|
+
"""
|
|
461
|
+
VolumeReferenceConditionOil: v1_0_0_1.AbstractPTCondition = Field(
|
|
462
|
+
..., examples=[{'Pressure': 200, 'Temperature': 69}]
|
|
463
|
+
)
|
|
464
|
+
"""
|
|
465
|
+
The pressure and temperature reference values for the oil stream.
|
|
466
|
+
"""
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
class TargetSampleCompositionItem(BaseModel):
|
|
470
|
+
"""
|
|
471
|
+
This object holds information about a sample or component of a sample and its contribution to a target sample created through the recombination process.
|
|
472
|
+
"""
|
|
473
|
+
|
|
474
|
+
model_config = ConfigDict(
|
|
475
|
+
extra='allow',
|
|
476
|
+
)
|
|
477
|
+
SampleCompositionComponentID: constr(
|
|
478
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SampleCompositionComponent:[\w\-\.\:\%]+:[0-9]*$'
|
|
479
|
+
) = Field(..., title='Sample Composition Component ID')
|
|
480
|
+
"""
|
|
481
|
+
This is the OSDU Record ID of an item in the list of sample components. This attribute references the components that make up a sample.
|
|
482
|
+
"""
|
|
483
|
+
VolumeFraction: float | None = Field(None, examples=[0.2], title='Volume Fraction')
|
|
484
|
+
"""
|
|
485
|
+
The volume fraction contribution of this component to the sample composition.
|
|
486
|
+
"""
|
|
487
|
+
MassFraction: float | None = Field(None, examples=[0.03], title='Mass Fraction')
|
|
488
|
+
"""
|
|
489
|
+
The mass fraction contribution of this component to the sample composition.
|
|
490
|
+
"""
|
|
491
|
+
MoleFraction: float | None = Field(None, examples=[0.5], title='Mole Fraction')
|
|
492
|
+
"""
|
|
493
|
+
The mole fraction contribution of this component to the sample composition.
|
|
494
|
+
"""
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
class RecombinedSampleFractionItem(BaseModel):
|
|
498
|
+
"""
|
|
499
|
+
This object holds information about a sample or component of a sample and its contribution to a target sample created through the recombination process.
|
|
500
|
+
"""
|
|
501
|
+
|
|
502
|
+
model_config = ConfigDict(
|
|
503
|
+
extra='allow',
|
|
504
|
+
)
|
|
505
|
+
SampleCompositionComponentID: constr(
|
|
506
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SampleCompositionComponent:[\w\-\.\:\%]+:[0-9]*$'
|
|
507
|
+
) = Field(..., title='Sample Composition Component ID')
|
|
508
|
+
"""
|
|
509
|
+
This is the OSDU Record ID of an item in the list of sample components. This attribute references the components that make up a sample.
|
|
510
|
+
"""
|
|
511
|
+
VolumeFraction: float | None = Field(None, examples=[0.2], title='Volume Fraction')
|
|
512
|
+
"""
|
|
513
|
+
The volume fraction contribution of this component to the sample composition.
|
|
514
|
+
"""
|
|
515
|
+
MassFraction: float | None = Field(None, examples=[0.03], title='Mass Fraction')
|
|
516
|
+
"""
|
|
517
|
+
The mass fraction contribution of this component to the sample composition.
|
|
518
|
+
"""
|
|
519
|
+
MoleFraction: float | None = Field(None, examples=[0.5], title='Mole Fraction')
|
|
520
|
+
"""
|
|
521
|
+
The mole fraction contribution of this component to the sample composition.
|
|
522
|
+
"""
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
class RecombinationSpecification(BaseModel):
|
|
526
|
+
"""
|
|
527
|
+
For a sample that has been recombined from separate samples, e.g. liquid sample and vapor sample, this object records the specified: recombination conditions (pressure and temperature), recombination ratio, the saturation pressure and target recombined sample composition, whichever of these are appropriate for this recombination effort.
|
|
528
|
+
"""
|
|
529
|
+
|
|
530
|
+
model_config = ConfigDict(
|
|
531
|
+
extra='allow',
|
|
532
|
+
)
|
|
533
|
+
RecombinationCondition: v1_0_0_1.AbstractPTCondition = Field(
|
|
534
|
+
...,
|
|
535
|
+
examples=[{'Pressure': 120, 'Temperature': 60}],
|
|
536
|
+
title='Recombination Condition',
|
|
537
|
+
)
|
|
538
|
+
"""
|
|
539
|
+
The prevailing operating conditions (Pressure and Temperature) for the recombination operation.
|
|
540
|
+
"""
|
|
541
|
+
RecombinationGasOilRatio_1: RecombinationGasOilRatio | None = Field(
|
|
542
|
+
None,
|
|
543
|
+
alias='RecombinationGasOilRatio',
|
|
544
|
+
examples=[
|
|
545
|
+
{
|
|
546
|
+
'GasOilRatio': 34567,
|
|
547
|
+
'VolumeReferenceConditionGas': {'Pressure': 14.7, 'Temperature': 60},
|
|
548
|
+
'VolumeReferenceConditionOil': {'Pressure': 200, 'Temperature': 69},
|
|
549
|
+
}
|
|
550
|
+
],
|
|
551
|
+
title='Recombination Gas Oil Ratio',
|
|
552
|
+
)
|
|
553
|
+
"""
|
|
554
|
+
The gas-oil ratio recorded for this sample recombination process as well as the volumetric reference conditions for both the oil and gas phases. This is typically required for fluid sample types.
|
|
555
|
+
"""
|
|
556
|
+
RecombinationSaturationPressure: float | None = Field(
|
|
557
|
+
None, examples=[120], title='Recombination Saturation Pressure'
|
|
558
|
+
)
|
|
559
|
+
"""
|
|
560
|
+
The observed saturation pressure for this sample recombination process. Mostly applies to fluid samples.
|
|
561
|
+
"""
|
|
562
|
+
TargetSampleComposition: list[TargetSampleCompositionItem] | None = Field(
|
|
563
|
+
None,
|
|
564
|
+
examples=[
|
|
565
|
+
[
|
|
566
|
+
{
|
|
567
|
+
'SampleCompositionComponentID': 'namespace:reference-data--SampleCompositionComponent:ETHANE:',
|
|
568
|
+
'MassFraction': 0.2,
|
|
569
|
+
'MoleFraction': 0.1,
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
'SampleCompositionComponentID': 'namespace:reference-data--SampleCompositionComponent:PENTANE:',
|
|
573
|
+
'MassFraction': 0.4,
|
|
574
|
+
'MoleFraction': 0.4,
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
'SampleCompositionComponentID': 'namespace:reference-data--SampleCompositionComponent:PENTANEPLUS:',
|
|
578
|
+
'MassFraction': 0.4,
|
|
579
|
+
'MoleFraction': 0.5,
|
|
580
|
+
},
|
|
581
|
+
]
|
|
582
|
+
],
|
|
583
|
+
title='Target Sample Composition',
|
|
584
|
+
)
|
|
585
|
+
"""
|
|
586
|
+
This provides an array of components and their fraction contribution to the overall expected composition of the sample generated by the recombination process. This is typically required for fluid sample types.
|
|
587
|
+
"""
|
|
588
|
+
Remarks: list[v1_0_0_2.AbstractRemark] | None = Field(
|
|
589
|
+
None,
|
|
590
|
+
examples=[
|
|
591
|
+
[
|
|
592
|
+
{
|
|
593
|
+
'Remark': 'Shaker not functioning properly.',
|
|
594
|
+
'RemarkSource': 'Mud Logger',
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
],
|
|
598
|
+
title='Remarks',
|
|
599
|
+
)
|
|
600
|
+
"""
|
|
601
|
+
Pertinent information about the sample recombination specification stored alongside the other attributes.
|
|
602
|
+
"""
|
|
603
|
+
RecombinedSampleFraction: list[RecombinedSampleFractionItem] = Field(
|
|
604
|
+
..., title='Recombined Sample Fraction'
|
|
605
|
+
)
|
|
606
|
+
"""
|
|
607
|
+
Object capturing the mixture and contributions from multiple samples.
|
|
608
|
+
"""
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
class SamplePreparationItem(BaseModel):
|
|
612
|
+
"""
|
|
613
|
+
This captures information about the preparation process executed after the sample acquisition event.
|
|
614
|
+
"""
|
|
615
|
+
|
|
616
|
+
model_config = ConfigDict(
|
|
617
|
+
extra='allow',
|
|
618
|
+
)
|
|
619
|
+
SamplePreparationTypeID: (
|
|
620
|
+
constr(
|
|
621
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SamplePreparationType:[\w\-\.\:\%]+:[0-9]*$'
|
|
622
|
+
)
|
|
623
|
+
| None
|
|
624
|
+
) = Field(None, title='Sample Preparation Type IDs')
|
|
625
|
+
"""
|
|
626
|
+
Provides extra details on any processes applied after the sample has been acquired
|
|
627
|
+
"""
|
|
628
|
+
SamplePreparationMethodID: (
|
|
629
|
+
constr(
|
|
630
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SamplePreparationMethod:[\w\-\.\:\%]+:[0-9]*$'
|
|
631
|
+
)
|
|
632
|
+
| None
|
|
633
|
+
) = Field(None, title='Sample Preparation Method IDs')
|
|
634
|
+
"""
|
|
635
|
+
Provide additional details on which industrial/lab method used to conduct the sample preparation
|
|
636
|
+
"""
|
|
637
|
+
SamplePreparationCondition: v1_0_0_1.AbstractPTCondition | None = Field(
|
|
638
|
+
None, title='Sample Preparation Condition'
|
|
639
|
+
)
|
|
640
|
+
"""
|
|
641
|
+
Used to describe the pressure and temperature conditions at which the sample preparation took place
|
|
642
|
+
"""
|
|
643
|
+
SamplePreparationStartDate: str | None = Field(
|
|
644
|
+
None, title='Sample Preparation Start Date'
|
|
645
|
+
)
|
|
646
|
+
"""
|
|
647
|
+
This represents the start date for the sample preparation process.
|
|
648
|
+
"""
|
|
649
|
+
SamplePreparationEndDate: str | None = Field(
|
|
650
|
+
None, title='Sample Preparation End Date'
|
|
651
|
+
)
|
|
652
|
+
"""
|
|
653
|
+
This represents the end date for the sample preparation process.
|
|
654
|
+
"""
|
|
655
|
+
Remarks: list[v1_0_0_2.AbstractRemark] | None = Field(None, title='Remarks')
|
|
656
|
+
"""
|
|
657
|
+
This captures other pertinent information regarding the sample preparation process.
|
|
658
|
+
"""
|
|
659
|
+
|
|
660
|
+
|
|
661
|
+
class Data(OsduCommonResources, AbstractMaster):
|
|
662
|
+
"""
|
|
663
|
+
`data` payload for Sample 3.0.0.
|
|
664
|
+
"""
|
|
665
|
+
|
|
666
|
+
model_config = ConfigDict(
|
|
667
|
+
extra='allow',
|
|
668
|
+
)
|
|
669
|
+
SampleIdentifier: str | None = Field(
|
|
670
|
+
None, examples=['sample1A'], title='Sample Identifier'
|
|
671
|
+
)
|
|
672
|
+
"""
|
|
673
|
+
Identifier from a Master Data Management System or other trusted source external to OSDU - stored here in order to allow for multi-system connection and synchronization. If used, the "Source" property in AbstractCommonResources schema should identify that source system. i.e. this item is optional.
|
|
674
|
+
"""
|
|
675
|
+
SampleName: str | None = Field(None, examples=['sampleA'], title='Sample Name')
|
|
676
|
+
"""
|
|
677
|
+
This provides the name of the sample. If there are other names that need to be stored , leverage the Aliases available in the Abstract objects.
|
|
678
|
+
"""
|
|
679
|
+
SampleOriginTypeID: (
|
|
680
|
+
constr(
|
|
681
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SampleOriginType:[\w\-\.\:\%]+:[0-9]*$'
|
|
682
|
+
)
|
|
683
|
+
| None
|
|
684
|
+
) = Field(
|
|
685
|
+
None,
|
|
686
|
+
examples=['namespace:reference-data--SampleOriginType:Synthetic:'],
|
|
687
|
+
title='Sample Origin Type ID',
|
|
688
|
+
)
|
|
689
|
+
"""
|
|
690
|
+
This provides information about the type of the origin of the sample. It can be used to determine if the sample was acquired from an original source location, result of recombination, subsampling or derived from some laboratory process.
|
|
691
|
+
"""
|
|
692
|
+
SampleTypeID: (
|
|
693
|
+
constr(
|
|
694
|
+
pattern=r'^[\w\-\.]+:(reference-data\-\-SampleType|reference-data\-\-WellFluidType|reference-data\-\-StimJobFluidType):[\w\-\.\:\%]+:[0-9]*$'
|
|
695
|
+
)
|
|
696
|
+
| None
|
|
697
|
+
) = Field(
|
|
698
|
+
None,
|
|
699
|
+
examples=['namespace:reference-data--SampleType:CorePlug:'],
|
|
700
|
+
title='Sample Type ID',
|
|
701
|
+
)
|
|
702
|
+
"""
|
|
703
|
+
The classification of the type of specimen/sample (e.g. whole core, cuttings, rock chip, oil extract, headspace gas), which is identified for the purpose of analysing the specimen or a subsample of it. In partnership with other reference data, the sample type may indicate the general substance type, size, shape, general source, and in certain cases, the retrieval method. In rare cases, the special purpose of a specimen might contribute to its sample type classification.
|
|
704
|
+
"""
|
|
705
|
+
SampleDisposalInstructionID: (
|
|
706
|
+
constr(
|
|
707
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-Document:[\w\-\.\:\%]+:[0-9]*$'
|
|
708
|
+
)
|
|
709
|
+
| None
|
|
710
|
+
) = Field(
|
|
711
|
+
None,
|
|
712
|
+
examples=[
|
|
713
|
+
'namespace:work-product-component--Document:0e6a8fdb-0a0a-56db-955a-c62204c42cb0:'
|
|
714
|
+
],
|
|
715
|
+
title='Sample Disposition Instruction ID',
|
|
716
|
+
)
|
|
717
|
+
"""
|
|
718
|
+
This is an OSDU Record ID referencing a document that contains instructions on how the sample should be disposed.
|
|
719
|
+
"""
|
|
720
|
+
SampleAcquisition_1: SampleAcquisition | None = Field(
|
|
721
|
+
None, alias='SampleAcquisition', title='Sample Acquisition'
|
|
722
|
+
)
|
|
723
|
+
"""
|
|
724
|
+
This captures the acquisition parameters obtained during the sample acquisition event associated with this sample. Note that this attribute should only be used when associating the sample with an acquisition event from its original source and not for sub-sampling or derivative sources.
|
|
725
|
+
"""
|
|
726
|
+
SampleProperties: v1_1_0.AbstractSampleProperties | None = Field(
|
|
727
|
+
None, title='Sample Properties'
|
|
728
|
+
)
|
|
729
|
+
"""
|
|
730
|
+
This captures information pertaining to the observed physical properties of the sample.
|
|
731
|
+
"""
|
|
732
|
+
Remarks: list[v1_0_0_2.AbstractRemark] | None = Field(
|
|
733
|
+
None,
|
|
734
|
+
examples=[
|
|
735
|
+
[
|
|
736
|
+
{
|
|
737
|
+
'Remark': 'Shaker not functioning properly.',
|
|
738
|
+
'RemarkSource': 'Mud Logger',
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
],
|
|
742
|
+
title='Remarks',
|
|
743
|
+
)
|
|
744
|
+
"""
|
|
745
|
+
An array containing operational or quality comments about the sample.
|
|
746
|
+
"""
|
|
747
|
+
RecombinationSpecification_1: RecombinationSpecification | None = Field(
|
|
748
|
+
None, alias='RecombinationSpecification', title='Recombination Specification'
|
|
749
|
+
)
|
|
750
|
+
"""
|
|
751
|
+
For a sample that has been recombined from separate samples, e.g. liquid sample and vapor sample, this object records the specified: recombination conditions (pressure and temperature), recombination ratio, the saturation pressure and target recombined sample composition, whichever of these are appropriate for this recombination effort.
|
|
752
|
+
"""
|
|
753
|
+
ParentSampleIDs: (
|
|
754
|
+
list[constr(pattern=r'^[\w\-\.]+:master-data\-\-Sample:[\w\-\.\:\%]+:[0-9]*$')]
|
|
755
|
+
| None
|
|
756
|
+
) = Field(
|
|
757
|
+
None,
|
|
758
|
+
examples=[
|
|
759
|
+
[
|
|
760
|
+
'namespace:master-data--Sample:b7d3735f-b720-5db2-88c9-771d396d8a4e:',
|
|
761
|
+
'namespace:master-data--Sample:c7d3735f-b720-5db2-88c9-771d396d8a4e:',
|
|
762
|
+
]
|
|
763
|
+
],
|
|
764
|
+
title='Parent Sample IDs',
|
|
765
|
+
)
|
|
766
|
+
"""
|
|
767
|
+
This attribute stores the array of OSDU record IDs for the parent samples used in creating this sample. Creation of this sample could be achieved through through extractions, sub sampling, derived sampling or recombination.
|
|
768
|
+
"""
|
|
769
|
+
SamplePreparation: list[SamplePreparationItem] | None = Field(
|
|
770
|
+
None, title='Sample Preparation'
|
|
771
|
+
)
|
|
772
|
+
"""
|
|
773
|
+
This captures information about the preparation process executed after the sample acquisition event.
|
|
774
|
+
"""
|
|
775
|
+
ExtensionProperties: dict[str, Any] | None = None
|