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,256 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/well_license/v1_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import ConfigDict, constr
|
|
6
|
+
from typing import Any
|
|
7
|
+
from ...abstract.abstract_facility_vertical_measurement import v1_0_0
|
|
8
|
+
from ...abstract.abstract_well_license_condition import v1_0_0 as v1_0_0_1
|
|
9
|
+
from ...abstract.abstract_remark import v1_0_0 as v1_0_0_2
|
|
10
|
+
from ...abstract.abstract_well_license_service import v1_0_0 as v1_0_0_3
|
|
11
|
+
from ...abstract.abstract_well_license_status import v1_0_0 as v1_0_0_4
|
|
12
|
+
from ...abstract.abstract_well_license_violation import v1_0_0 as v1_0_0_5
|
|
13
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
14
|
+
from ...abstract.abstract_master.v1_2_0 import AbstractMaster
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
class Data(OsduCommonResources, AbstractMaster):
|
|
18
|
+
"""
|
|
19
|
+
`data` payload for WellLicense 1.0.0.
|
|
20
|
+
"""
|
|
21
|
+
|
|
22
|
+
model_config = ConfigDict(
|
|
23
|
+
extra='allow',
|
|
24
|
+
)
|
|
25
|
+
IsActive: bool | None = None
|
|
26
|
+
"""
|
|
27
|
+
A Y/N flag indicating whether this license is currently either active / valid (Y) or inactive / invalid (N).
|
|
28
|
+
"""
|
|
29
|
+
ApprovedContractorID: (
|
|
30
|
+
constr(
|
|
31
|
+
pattern=r'^[\w\-\.]+:master-data\-\-BusinessAssociate:[\w\-\.\:\%]+:[0-9]*$'
|
|
32
|
+
)
|
|
33
|
+
| None
|
|
34
|
+
) = None
|
|
35
|
+
"""
|
|
36
|
+
The validated contractor for this license, as approved. The term contractor has variable interpretations globally, in this instance the contractor is generally meant to be the contractor who will conduct initial operations on the well for drilling to final TD.
|
|
37
|
+
"""
|
|
38
|
+
ApprovedDrillSlot: str | None = None
|
|
39
|
+
"""
|
|
40
|
+
Number for the approved drill slot on the offshore platform. Platforms have 24 to 32 slots in which to position derricks for drilling. Each slot may require a different license in some jurisdictions, while others approve all operations on a platform at the same time. If this property is absent, the license applies to all slots.
|
|
41
|
+
"""
|
|
42
|
+
ApprovedPurposeDescription: str | None = None
|
|
43
|
+
"""
|
|
44
|
+
The approved purpose for the well proposal in narrative form. This often contains formation or depth information along with aggregated information from the Well Status and Classifications facets Business Intention, Play Type, Role, Product Type and Fluid Direction. The Well License Status subset allows this information to be decomposed into facets for better clarity.
|
|
45
|
+
"""
|
|
46
|
+
ApprovedRigID: (
|
|
47
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Rig:[\w\-\.\:\%]+:[0-9]*$') | None
|
|
48
|
+
) = None
|
|
49
|
+
"""
|
|
50
|
+
Sometimes specific rigs may be authorized by a license, particularly where environmental or access restrictions set specific requirements. This attribute identifies the specific rig approved, where needed.
|
|
51
|
+
"""
|
|
52
|
+
ApprovedRigSubstructureHeight: float | None = None
|
|
53
|
+
"""
|
|
54
|
+
The height of the foundation on which the derrick and engine sits.
|
|
55
|
+
"""
|
|
56
|
+
ApprovedRigTypeID: (
|
|
57
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-RigType:[\w\-\.\:\%]+:[0-9]*$')
|
|
58
|
+
| None
|
|
59
|
+
) = None
|
|
60
|
+
"""
|
|
61
|
+
The type of rig installation the license is approved for, where this is relevant. For example land, barge, submersible, platform, jackup, drillship, semisub, artificial island...
|
|
62
|
+
"""
|
|
63
|
+
ApprovedSpudDate: str | None = None
|
|
64
|
+
"""
|
|
65
|
+
The approved spud date, can be the same as shown on the license application or may be changed as a result of the discussions involved in the approval process or changes to the circumstances surrounding the well plan.
|
|
66
|
+
"""
|
|
67
|
+
ApprovedSurveyorID: (
|
|
68
|
+
constr(
|
|
69
|
+
pattern=r'^[\w\-\.]+:master-data\-\-BusinessAssociate:[\w\-\.\:\%]+:[0-9]*$'
|
|
70
|
+
)
|
|
71
|
+
| None
|
|
72
|
+
) = None
|
|
73
|
+
"""
|
|
74
|
+
Surveying is a specialized skill that requires certification before it can be practiced in most regions. The name of the surveyor or surveying company provides evidence that a properly qualified individual will conduct the survey.
|
|
75
|
+
"""
|
|
76
|
+
ApprovedTargetObjectiveProductIDs: (
|
|
77
|
+
list[
|
|
78
|
+
constr(
|
|
79
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellProductType:[\w\-\.\:\%]+:[0-9]*$'
|
|
80
|
+
)
|
|
81
|
+
]
|
|
82
|
+
| None
|
|
83
|
+
) = None
|
|
84
|
+
"""
|
|
85
|
+
The WellProductType(s) (e.g., fluid) that is/are approved for the well license. In some regions, WellProductTypes are approved individually or as a group. Similarly, in some regions, specific WellProductTypes may be excluded from the well license, particularly if the land right obtained does not include those WellProductTypes.
|
|
86
|
+
"""
|
|
87
|
+
ApprovedWellIDs: (
|
|
88
|
+
list[constr(pattern=r'^[\w\-\.]+:master-data\-\-Well:[\w\-\.\:\%]+:[0-9]*$')]
|
|
89
|
+
| None
|
|
90
|
+
) = None
|
|
91
|
+
"""
|
|
92
|
+
A well license may be assigned to an entire planned well configuration at the time the license is granted. Other licenses may be assigned to specific well components. Where the component is known, specific relationships are needed.
|
|
93
|
+
"""
|
|
94
|
+
ApprovedWellCount: int | None = None
|
|
95
|
+
"""
|
|
96
|
+
The number of wells that are approved under this license. Not all regulators define wells the same way. Some regulators may identify the number of wellbores, others the number of well origins. Refer to PPDM "What is a Well" for more information about well components.
|
|
97
|
+
"""
|
|
98
|
+
ApprovedWellboreIDs: (
|
|
99
|
+
list[
|
|
100
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
|
|
101
|
+
]
|
|
102
|
+
| None
|
|
103
|
+
) = None
|
|
104
|
+
"""
|
|
105
|
+
A well license may be assigned to one or more wellbores at the time the license is granted. Other licenses may be assigned to specific well components as defined in What is a Well. Where the component is known, specific relationships are needed.
|
|
106
|
+
"""
|
|
107
|
+
AuthorizedStratigraphicUnit: str | None = None
|
|
108
|
+
"""
|
|
109
|
+
The formation authorized for use. May not be the same as the projected formation at the final depth of a wellbore.
|
|
110
|
+
"""
|
|
111
|
+
AuthorizedStratigraphicUnitUseRoleID: (
|
|
112
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-WellRole:[\w\-\.\:\%]+:[0-9]*$')
|
|
113
|
+
| None
|
|
114
|
+
) = None
|
|
115
|
+
"""
|
|
116
|
+
For the formation specified in the license, the use that this formation may be used for, such as production, injection, disposal, storage etc.
|
|
117
|
+
"""
|
|
118
|
+
BiddingRoundIdentifier: str | None = None
|
|
119
|
+
"""
|
|
120
|
+
Bidding round number for drilling rights that resulted in this license.
|
|
121
|
+
"""
|
|
122
|
+
IsDelayed: bool | None = None
|
|
123
|
+
"""
|
|
124
|
+
When a license is delayed, set this flag to True. Details about the application can be found in the application object.
|
|
125
|
+
"""
|
|
126
|
+
ExpiredDate: str | None = None
|
|
127
|
+
"""
|
|
128
|
+
The date on which a license has expired. Note that this may be different than the due date, particularly where extensions are granted or specific conditions as stated in the license are met or not met.
|
|
129
|
+
"""
|
|
130
|
+
IsExpired: bool | None = None
|
|
131
|
+
"""
|
|
132
|
+
When the license expires, set the expiry date to the appropriate date, and set this flag to True.
|
|
133
|
+
"""
|
|
134
|
+
ExpiryDueDate: str | None = None
|
|
135
|
+
"""
|
|
136
|
+
The date when the license has or is due to expire. In many cases, the date when the license term will expire is stated in the license. This date may therefore be a date in the future. There may be conditions under which the license can be extended. Where this occurs, the extension should usually be captured as a new version of the license.
|
|
137
|
+
"""
|
|
138
|
+
GrantedByBusinessAssociateID: (
|
|
139
|
+
constr(
|
|
140
|
+
pattern=r'^[\w\-\.]+:master-data\-\-BusinessAssociate:[\w\-\.\:\%]+:[0-9]*$'
|
|
141
|
+
)
|
|
142
|
+
| None
|
|
143
|
+
) = None
|
|
144
|
+
"""
|
|
145
|
+
Identify the business associate, most often a regulator or authorized agency, has granted the license. In some cases, other authorities may grant licenses, attribute is not intended to be proscriptive.
|
|
146
|
+
"""
|
|
147
|
+
LicenseDate: str | None = None
|
|
148
|
+
"""
|
|
149
|
+
Date the well license was issued. This date may not be the same as the date entered into the system.
|
|
150
|
+
"""
|
|
151
|
+
LicenseIssuedDate: str | None = None
|
|
152
|
+
"""
|
|
153
|
+
The date on which the license has been issued and comes into effect. Normally, no operations that involve surface or subsurface disturbance may be started before this date.
|
|
154
|
+
"""
|
|
155
|
+
LicensePrimaryTerm: float | None = None
|
|
156
|
+
"""
|
|
157
|
+
The primary term of the license as set by the agency granting the license.
|
|
158
|
+
"""
|
|
159
|
+
LicenseReissueDate: str | None = None
|
|
160
|
+
"""
|
|
161
|
+
The date the permit or license was reissued. The regulatory approval normally expires after the primary term unless an extension is requested and granted.
|
|
162
|
+
"""
|
|
163
|
+
LicenseReissueTerm: float | None = None
|
|
164
|
+
"""
|
|
165
|
+
The secondary term of the license, often 6 - 12 months in duration. These are granted by the regulatory authority after requests for renewal are submitted by the operator or the address for service.
|
|
166
|
+
"""
|
|
167
|
+
LicenseType: str | None = None
|
|
168
|
+
"""
|
|
169
|
+
The type of license granted is often based on codes and rules set out in legislation or regulation. This license type attribute should indicate the exact type as specified in the license document.
|
|
170
|
+
"""
|
|
171
|
+
LicenseeID: (
|
|
172
|
+
constr(
|
|
173
|
+
pattern=r'^[\w\-\.]+:master-data\-\-BusinessAssociate:[\w\-\.\:\%]+:[0-9]*$'
|
|
174
|
+
)
|
|
175
|
+
| None
|
|
176
|
+
) = None
|
|
177
|
+
"""
|
|
178
|
+
The licensee to whom this license has been granted. Sometimes, the licensees may be an address for service, particularly for confidential operations. This is not necessarily the name of the operator or the owner of the well.
|
|
179
|
+
"""
|
|
180
|
+
LicenseeContactBusinessAssociateID: (
|
|
181
|
+
constr(
|
|
182
|
+
pattern=r'^[\w\-\.]+:master-data\-\-BusinessAssociate:[\w\-\.\:\%]+:[0-9]*$'
|
|
183
|
+
)
|
|
184
|
+
| None
|
|
185
|
+
) = None
|
|
186
|
+
"""
|
|
187
|
+
The business associate who is the contact representing the licensee for this license.
|
|
188
|
+
"""
|
|
189
|
+
ProjectedMeasuredDepth: float | None = None
|
|
190
|
+
"""
|
|
191
|
+
Projected measured depth at which the drilling of the primary wellbore is planned to be terminated. When multiple wellbores are planned, this may be the depth of the deepest wellbore, depending on local rules.
|
|
192
|
+
"""
|
|
193
|
+
ProjectedStratigraphicUnitID: (
|
|
194
|
+
constr(
|
|
195
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-StratigraphicUnitInterpretation:[\w\-\.\:\%]+:[0-9]*$'
|
|
196
|
+
)
|
|
197
|
+
| None
|
|
198
|
+
) = None
|
|
199
|
+
"""
|
|
200
|
+
The stratigraphic unit that is proposed for final completion and production (or injection). Note that this may not be the formation at the planned final depth of the wellbore. The stratigraphic unit should be part of the ProjectedStratigraphicColumn.
|
|
201
|
+
"""
|
|
202
|
+
ProjectedTrueVerticalDepth: float | None = None
|
|
203
|
+
"""
|
|
204
|
+
Projected true vertical depth of the well determined during the permitting of the well.
|
|
205
|
+
"""
|
|
206
|
+
VerticalMeasurement: v1_0_0.AbstractFacilityVerticalMeasurement | None = None
|
|
207
|
+
"""
|
|
208
|
+
The measured elevation from a known reference datum to a permanent geodetic datum. This measurement is the foundation for calculating and correlating depths from geodetic datums, which in turn allow depth correlation between wellbores.
|
|
209
|
+
"""
|
|
210
|
+
RegulationSection: str | None = None
|
|
211
|
+
"""
|
|
212
|
+
The section of the regulation under which the license was granted. For Example, the type of permit (such as Rule 37 or Rule 38 in the State of Texas) that is given for the well.
|
|
213
|
+
"""
|
|
214
|
+
RigTypeID: (
|
|
215
|
+
constr(pattern=r'^[\w\-\.]+:reference-data\-\-RigType:[\w\-\.\:\%]+:[0-9]*$')
|
|
216
|
+
| None
|
|
217
|
+
) = None
|
|
218
|
+
"""
|
|
219
|
+
A reference table describing the overall structure of the rig with respect to the environment and function. For example land, barge, submersible, platform, jackup, drillship, semisub or artificial island.
|
|
220
|
+
|
|
221
|
+
Sometimes specific types of rigs may be authorized by a license, particularly where environmental or access restrictions set specific requirements.
|
|
222
|
+
"""
|
|
223
|
+
StratigraphicColumnID: (
|
|
224
|
+
constr(
|
|
225
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-StratigraphicColumn:[\w\-\.\:\%]+:[0-9]*$'
|
|
226
|
+
)
|
|
227
|
+
| None
|
|
228
|
+
) = None
|
|
229
|
+
"""
|
|
230
|
+
The name of the set of formation names used for interpretations. Different name sets may exist on a regional or basin basis, or may be developed by regulatory agencies, data vendors or operating companies. Clarity about which name set is used is critical to ensuring that the name of the formation is not ambiguous.
|
|
231
|
+
"""
|
|
232
|
+
OperatingEnvironmentID: str | None = None
|
|
233
|
+
"""
|
|
234
|
+
The reference to the operating environment of the well/wellbore this license applies to.
|
|
235
|
+
"""
|
|
236
|
+
LicenseConditions: list[v1_0_0_1.AbstractWellLicenseCondition] | None = None
|
|
237
|
+
"""
|
|
238
|
+
Details about conditions imposed on a license by an authority, a partner or other stakeholder.
|
|
239
|
+
"""
|
|
240
|
+
LicenseRemarks: list[v1_0_0_2.AbstractRemark] | None = None
|
|
241
|
+
"""
|
|
242
|
+
Remarks and narratives associated to the license.
|
|
243
|
+
"""
|
|
244
|
+
LicenseServices: list[v1_0_0_3.WellLicenseArea] | None = None
|
|
245
|
+
"""
|
|
246
|
+
Services associated with the license.
|
|
247
|
+
"""
|
|
248
|
+
LicenseStates: list[v1_0_0_4.WellLicenseArea] | None = None
|
|
249
|
+
"""
|
|
250
|
+
Details about LicenseStates, past and present.
|
|
251
|
+
"""
|
|
252
|
+
LicenseViolations: list[v1_0_0_5.AbstractWellLicenseViolation] | None = None
|
|
253
|
+
"""
|
|
254
|
+
Details about violations of conditions, past and present.
|
|
255
|
+
"""
|
|
256
|
+
ExtensionProperties: dict[str, Any] | None = None
|
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/well_log_acquisition/v1_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, constr
|
|
6
|
+
from ...abstract.abstract_remark import v1_0_0
|
|
7
|
+
from typing import Any
|
|
8
|
+
from ...abstract.abstract_facility_vertical_measurement import v1_0_0 as v1_0_0_1
|
|
9
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
10
|
+
from ...abstract.abstract_master.v1_2_0 import AbstractMaster
|
|
11
|
+
from ...abstract.abstract_project.v1_0_0 import AbstractProject
|
|
12
|
+
from ...abstract.abstract_project_activity.v1_2_0 import AbstractProjectActivity
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class LogPass(BaseModel):
|
|
16
|
+
"""
|
|
17
|
+
A log pass identifies a single acquisition event or job. A log run my contain one or multiple log passes.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
model_config = ConfigDict(
|
|
21
|
+
extra='allow',
|
|
22
|
+
)
|
|
23
|
+
LogPassID: str | None = None
|
|
24
|
+
PassTypeID: (
|
|
25
|
+
constr(
|
|
26
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogPassType:[\w\-\.\:\%]+:[0-9]*$'
|
|
27
|
+
)
|
|
28
|
+
| None
|
|
29
|
+
) = Field(None, title='Pass Type ID')
|
|
30
|
+
"""
|
|
31
|
+
The type of log pass such as Calibration Pass, Main Pass, Repeated Pass.
|
|
32
|
+
"""
|
|
33
|
+
LoggingDirectionID: (
|
|
34
|
+
constr(
|
|
35
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogDirection:[\w\-\.\:\%]+:[0-9]*$'
|
|
36
|
+
)
|
|
37
|
+
| None
|
|
38
|
+
) = Field(None, title='Logging Direction ID')
|
|
39
|
+
"""
|
|
40
|
+
The direction of logging for this log pass.
|
|
41
|
+
Specifies whether the logging information was collected in an downward or upward direction or stationary.
|
|
42
|
+
"""
|
|
43
|
+
IndexTypeID: (
|
|
44
|
+
constr(
|
|
45
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogSamplingDomainType:[\w\-\.\:\%]+:[0-9]*$'
|
|
46
|
+
)
|
|
47
|
+
| None
|
|
48
|
+
) = Field(None, title='Index Type ID')
|
|
49
|
+
"""
|
|
50
|
+
The index reference type for this log pass e.g. depth, time, counter, calendar time.
|
|
51
|
+
IndexTypeID corresponds to WellLog data.SamplingDomainTypeID.
|
|
52
|
+
"""
|
|
53
|
+
SamplingInterval: float | None = Field(
|
|
54
|
+
None, examples=[0.0254], title='Sampling Interval'
|
|
55
|
+
)
|
|
56
|
+
"""
|
|
57
|
+
For regularly sampled curves this property holds the sampling interval for this Log Pass.
|
|
58
|
+
For a non regular sampling interval this property is not set. The IsRegularSamplingInterval flag indicates whether the SamplingInterval is required.
|
|
59
|
+
"""
|
|
60
|
+
IsRegularSamplingInterval: bool | None = Field(
|
|
61
|
+
None, title='Is Regular Sample Interval Flag'
|
|
62
|
+
)
|
|
63
|
+
"""
|
|
64
|
+
A boolean property indicating the sampling mode of the index or reference curve for this Log Pass.
|
|
65
|
+
|
|
66
|
+
True means all reference curve values are regularly spaced (see SamplingInterval). False means irregular or discrete sample spacing.
|
|
67
|
+
"""
|
|
68
|
+
FlowingConditionID: (
|
|
69
|
+
constr(
|
|
70
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogFlowingCondition:[\w\-\.\:\%]+:[0-9]*$'
|
|
71
|
+
)
|
|
72
|
+
| None
|
|
73
|
+
) = Field(None, title='Flowing Condition ID')
|
|
74
|
+
"""
|
|
75
|
+
The flowing condition of the wellbore during the log acquisition e.g. Static or Dynamic
|
|
76
|
+
"""
|
|
77
|
+
SamplingStart: float | None = Field(None, title='Sampling Start')
|
|
78
|
+
"""
|
|
79
|
+
The smallest value/first value of the log index for this log pass.
|
|
80
|
+
"""
|
|
81
|
+
SamplingStop: float | None = Field(None, title='Sampling Stop')
|
|
82
|
+
"""
|
|
83
|
+
The largest value/last value of the log index for this log pass.
|
|
84
|
+
"""
|
|
85
|
+
WellboreFluidTypeID: (
|
|
86
|
+
constr(
|
|
87
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellboreFluidType:[\w\-\.\:\%]+:[0-9]*$'
|
|
88
|
+
)
|
|
89
|
+
| None
|
|
90
|
+
) = Field(None, title='Wellbore Fluid Type ID')
|
|
91
|
+
"""
|
|
92
|
+
The type of fluid in the wellbore at time of acquisition of the log pass e.g. oil based mud, water based mud, water.
|
|
93
|
+
Only populate if it is different to the wellbore fluid identified in the log run.
|
|
94
|
+
"""
|
|
95
|
+
HoleTypeIDs: (
|
|
96
|
+
list[
|
|
97
|
+
constr(
|
|
98
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogHoleType:[\w\-\.\:\%]+:[0-9]*$'
|
|
99
|
+
)
|
|
100
|
+
]
|
|
101
|
+
| None
|
|
102
|
+
) = Field(None, title='Hole Type IDs')
|
|
103
|
+
"""
|
|
104
|
+
The type of hole logged in this pass e.g. open hole, cased hole, cemented hole.
|
|
105
|
+
"""
|
|
106
|
+
Remarks: list[v1_0_0.AbstractRemark] | None = Field(None, title='Remarks')
|
|
107
|
+
"""
|
|
108
|
+
Remarks specific to this log pass.
|
|
109
|
+
"""
|
|
110
|
+
SampleAcquisitionJobIDs: (
|
|
111
|
+
list[
|
|
112
|
+
constr(
|
|
113
|
+
pattern=r'^[\w\-\.]+:master-data\-\-SampleAcquisitionJob:[\w\-\.\:\%]+:[0-9]*$'
|
|
114
|
+
)
|
|
115
|
+
]
|
|
116
|
+
| None
|
|
117
|
+
) = Field(None, title='Sample Acquisition Job IDs')
|
|
118
|
+
"""
|
|
119
|
+
A reference to the Sample Acquisition Job for samples acquired in the same logging pass. This can be one or more Sample Acquisition Jobs.
|
|
120
|
+
"""
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
class LogRun(BaseModel):
|
|
124
|
+
"""
|
|
125
|
+
A log run identifies a single series of combinable logging tools that are entered into the wellbore below the reference depth (e.g. KB, the).
|
|
126
|
+
"""
|
|
127
|
+
|
|
128
|
+
model_config = ConfigDict(
|
|
129
|
+
extra='allow',
|
|
130
|
+
)
|
|
131
|
+
LogRunID: str | None = None
|
|
132
|
+
"""
|
|
133
|
+
A unique identifier for a specific log run. This can be a number or alphanumeric.
|
|
134
|
+
"""
|
|
135
|
+
GenericToolTypeIDs: (
|
|
136
|
+
list[
|
|
137
|
+
constr(
|
|
138
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogToolClass:[\w\-\.\:\%]+:[0-9]*$'
|
|
139
|
+
)
|
|
140
|
+
]
|
|
141
|
+
| None
|
|
142
|
+
) = Field(None, title='Generic Tool Type IDs')
|
|
143
|
+
"""
|
|
144
|
+
An array of well log generic tool types used in this Log Run.
|
|
145
|
+
"""
|
|
146
|
+
ToolMnemonicIDs: (
|
|
147
|
+
list[
|
|
148
|
+
constr(
|
|
149
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellLogToolCode:[\w\-\.\:\%]+:[0-9]*$'
|
|
150
|
+
)
|
|
151
|
+
]
|
|
152
|
+
| None
|
|
153
|
+
) = Field(None, title='Tool Mnemonics IDs')
|
|
154
|
+
"""
|
|
155
|
+
An array of PWLS tool mnemonics used in this Log Run.
|
|
156
|
+
"""
|
|
157
|
+
SamplingStart: float | None = Field(None, title='Sampling Start')
|
|
158
|
+
"""
|
|
159
|
+
The smallest value/first value of the log index for this log run.
|
|
160
|
+
"""
|
|
161
|
+
SamplingStop: float | None = Field(None, title='Sampling Stop')
|
|
162
|
+
"""
|
|
163
|
+
The largest value/last value of the log index for this log run.
|
|
164
|
+
"""
|
|
165
|
+
WellboreFluidTypeID: (
|
|
166
|
+
constr(
|
|
167
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-WellboreFluidType:[\w\-\.\:\%]+:[0-9]*$'
|
|
168
|
+
)
|
|
169
|
+
| None
|
|
170
|
+
) = Field(None, title='Wellbore Fluid Type ID')
|
|
171
|
+
"""
|
|
172
|
+
The type of fluid in the wellbore at time of logging
|
|
173
|
+
e.g. oil based mud, water based mud, water. This property could be overridden by the LogPass wellbore fluid type.
|
|
174
|
+
"""
|
|
175
|
+
ConveyanceMethodID: (
|
|
176
|
+
constr(
|
|
177
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-ConveyanceMethod:[\w\-\.\:\%]+:[0-9]*$'
|
|
178
|
+
)
|
|
179
|
+
| None
|
|
180
|
+
) = Field(None, title='Conveyance Method ID')
|
|
181
|
+
"""
|
|
182
|
+
The conveyance method used to acquire the log data e.g. wireline, LWD, pipe conveyed.
|
|
183
|
+
"""
|
|
184
|
+
SensorOffsetDocumentID: (
|
|
185
|
+
constr(
|
|
186
|
+
pattern=r'^[\w\-\.]+:work-product-component\-\-Document:[\w\-\.\:\%]+:[0-9]*$'
|
|
187
|
+
)
|
|
188
|
+
| None
|
|
189
|
+
) = Field(None, title='Sensor Offset Document ID')
|
|
190
|
+
"""
|
|
191
|
+
A relationship to the document record within the OSDU Platform containing the tool sensor offsets, for example a tool string diagram or report.
|
|
192
|
+
"""
|
|
193
|
+
ContractorCompanyID: (
|
|
194
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
195
|
+
| None
|
|
196
|
+
) = Field(None, title='ContractorCompanyID')
|
|
197
|
+
"""
|
|
198
|
+
The relationship to a service or contractor organisation, typically the producer or logging contractor for this particular and identifiable Log Run. Typically this is the same as the overall well log acquisition.
|
|
199
|
+
Only populate this property if a particular and identifiable Log Run has a different or specifically identifiable service or contracting company to the Well Log Acquisition project as a whole.
|
|
200
|
+
The overall contracting company is captured under the `Project.Contractors[]` array. This `Project.Contractors[]` array can capture all Contractors associated with the overall Well Log Acquisition project activity, but can not be associated to a specific Log Run.
|
|
201
|
+
"""
|
|
202
|
+
Remarks: list[v1_0_0.AbstractRemark] | None = Field(None, title='Remarks')
|
|
203
|
+
"""
|
|
204
|
+
Remarks specific to this log run.
|
|
205
|
+
"""
|
|
206
|
+
LogPasses: list[LogPass] | None = Field(None, title='LogPasses')
|
|
207
|
+
"""
|
|
208
|
+
The logging passes within this single logging run.
|
|
209
|
+
"""
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
class Data(
|
|
213
|
+
OsduCommonResources, AbstractMaster, AbstractProject, AbstractProjectActivity
|
|
214
|
+
):
|
|
215
|
+
"""
|
|
216
|
+
`data` payload for WellLogAcquisition 1.0.0.
|
|
217
|
+
"""
|
|
218
|
+
|
|
219
|
+
model_config = ConfigDict(
|
|
220
|
+
extra='allow',
|
|
221
|
+
)
|
|
222
|
+
WellboreID: (
|
|
223
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$')
|
|
224
|
+
| None
|
|
225
|
+
) = Field(None, title='Wellbore ID')
|
|
226
|
+
"""
|
|
227
|
+
The Wellbore where the well log acquisition was recorded.
|
|
228
|
+
"""
|
|
229
|
+
VerticalMeasurement: v1_0_0_1.AbstractFacilityVerticalMeasurement | None = Field(
|
|
230
|
+
None, title='Vertical Measurement'
|
|
231
|
+
)
|
|
232
|
+
"""
|
|
233
|
+
The vertical measurement reference for this well logging acquisition activity. This object defines the vertical reference datum for the measured depths.
|
|
234
|
+
"""
|
|
235
|
+
LogRuns: list[LogRun] | None = Field(None, title='Log Runs')
|
|
236
|
+
"""
|
|
237
|
+
The tools run in the hole for the purpose of acquiring well log measurements. Defined as a single tool string run below the reference datum e.g. KB, RT. A log run may consist of one or many Log Passes.
|
|
238
|
+
"""
|
|
239
|
+
ExtensionProperties: dict[str, Any] | None = None
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/well_planning_well/v1_0_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import ConfigDict, Field, constr
|
|
6
|
+
from typing import Any
|
|
7
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
class Data(OsduCommonResources):
|
|
11
|
+
"""
|
|
12
|
+
`data` payload for WellPlanningWell 1.0.0.
|
|
13
|
+
"""
|
|
14
|
+
|
|
15
|
+
model_config = ConfigDict(
|
|
16
|
+
extra='allow',
|
|
17
|
+
)
|
|
18
|
+
WellID: (
|
|
19
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Well:[\w\-\.\:\%]+:[0-9]*$') | None
|
|
20
|
+
) = Field(None, title='Well ID')
|
|
21
|
+
"""
|
|
22
|
+
Identifier of the parent well.
|
|
23
|
+
"""
|
|
24
|
+
TimeZone: str | None = Field(None, title='Time Zone')
|
|
25
|
+
"""
|
|
26
|
+
The UTC time zone in which well is located - expressed as ISO 8601.
|
|
27
|
+
"""
|
|
28
|
+
TypeWell: str | None = Field(None, title='Type Well')
|
|
29
|
+
"""
|
|
30
|
+
Proposed values : Mining, Petroleum, Scientific, Geothermal, Storage, Surface Coring, Water well
|
|
31
|
+
"""
|
|
32
|
+
LicenceName: str | None = Field(None, title='Licence Name')
|
|
33
|
+
"""
|
|
34
|
+
Legal name of the well as described within the Licence
|
|
35
|
+
"""
|
|
36
|
+
LicenceNumber: str | None = Field(None, title='Licence Number')
|
|
37
|
+
"""
|
|
38
|
+
License number of the well
|
|
39
|
+
"""
|
|
40
|
+
IssueDateTime: float | None = Field(None, title='Issue Date-Time')
|
|
41
|
+
"""
|
|
42
|
+
Date and time license was issued
|
|
43
|
+
"""
|
|
44
|
+
BlockID: (
|
|
45
|
+
constr(
|
|
46
|
+
pattern=r'^[\w\-\.]+:master-data\-\-GeoPoliticalEntity:[\w\-\.\:\%]+:[0-9]*$'
|
|
47
|
+
)
|
|
48
|
+
| None
|
|
49
|
+
) = Field(None, title='Block ID')
|
|
50
|
+
"""
|
|
51
|
+
Identifier of the Geopolitical Entity that describes the Block associated to the Licence
|
|
52
|
+
"""
|
|
53
|
+
OperatorPercentInterest: float | None = Field(
|
|
54
|
+
None, title='Operator Percent Interest'
|
|
55
|
+
)
|
|
56
|
+
"""
|
|
57
|
+
Interest for Operator, Commonly in percent
|
|
58
|
+
"""
|
|
59
|
+
Name: str | None = Field(None, title='Name')
|
|
60
|
+
"""
|
|
61
|
+
Name of Well Planning well. Derived from the record identified by WellID.
|
|
62
|
+
"""
|
|
63
|
+
ExtensionProperties: dict[str, Any] | None = None
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: masterdata/well_planning_well/v1_1_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import ConfigDict, Field, constr
|
|
6
|
+
from typing import Any
|
|
7
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
8
|
+
from ...abstract.abstract_master.v1_2_0 import AbstractMaster
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class Data(OsduCommonResources, AbstractMaster):
|
|
12
|
+
"""
|
|
13
|
+
`data` payload for WellPlanningWell 1.1.0.
|
|
14
|
+
"""
|
|
15
|
+
|
|
16
|
+
model_config = ConfigDict(
|
|
17
|
+
extra='allow',
|
|
18
|
+
)
|
|
19
|
+
WellID: (
|
|
20
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Well:[\w\-\.\:\%]+:[0-9]*$') | None
|
|
21
|
+
) = Field(None, title='Well ID')
|
|
22
|
+
"""
|
|
23
|
+
Identifier of the parent well.
|
|
24
|
+
"""
|
|
25
|
+
TimeZone: str | None = Field(None, title='Time Zone')
|
|
26
|
+
"""
|
|
27
|
+
The UTC time zone in which well is located - expressed as ISO 8601.
|
|
28
|
+
"""
|
|
29
|
+
TypeWell: str | None = Field(None, title='Type Well')
|
|
30
|
+
"""
|
|
31
|
+
Proposed values : Mining, Petroleum, Scientific, Geothermal, Storage, Surface Coring, Water well
|
|
32
|
+
"""
|
|
33
|
+
LicenceName: str | None = Field(None, title='Licence Name')
|
|
34
|
+
"""
|
|
35
|
+
Legal name of the well as described within the Licence
|
|
36
|
+
"""
|
|
37
|
+
LicenceNumber: str | None = Field(None, title='Licence Number')
|
|
38
|
+
"""
|
|
39
|
+
License number of the well
|
|
40
|
+
"""
|
|
41
|
+
IssueDateTime: float | None = Field(None, title='Issue Date-Time')
|
|
42
|
+
"""
|
|
43
|
+
Date and time license was issued
|
|
44
|
+
"""
|
|
45
|
+
BlockID: (
|
|
46
|
+
constr(
|
|
47
|
+
pattern=r'^[\w\-\.]+:master-data\-\-GeoPoliticalEntity:[\w\-\.\:\%]+:[0-9]*$'
|
|
48
|
+
)
|
|
49
|
+
| None
|
|
50
|
+
) = Field(None, title='Block ID')
|
|
51
|
+
"""
|
|
52
|
+
Identifier of the Geopolitical Entity that describes the Block associated to the Licence
|
|
53
|
+
"""
|
|
54
|
+
OperatorPercentInterest: float | None = Field(
|
|
55
|
+
None, title='Operator Percent Interest'
|
|
56
|
+
)
|
|
57
|
+
"""
|
|
58
|
+
Interest for Operator, Commonly in percent
|
|
59
|
+
"""
|
|
60
|
+
Name: str | None = Field(None, title='Name')
|
|
61
|
+
"""
|
|
62
|
+
Name of Well Planning well. Derived from the record identified by WellID.
|
|
63
|
+
"""
|
|
64
|
+
ExtensionProperties: dict[str, Any] | None = None
|