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,427 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: workproductcomponent/wellbore_trajectory/v1_4_0.json
|
|
3
|
+
|
|
4
|
+
from __future__ import annotations
|
|
5
|
+
from pydantic import BaseModel, ConfigDict, Field, constr
|
|
6
|
+
from typing import Any
|
|
7
|
+
from ...abstract.abstract_facility_vertical_measurement import v1_0_0
|
|
8
|
+
from ...abstract.abstract_common_resources.v1_0_0 import OsduCommonResources
|
|
9
|
+
from ...abstract.abstract_wpcgroup_type.v1_2_0 import AbstractWPCGroupType
|
|
10
|
+
from ...abstract.abstract_work_product_component.v1_1_0 import (
|
|
11
|
+
AbstractWorkProductComponent,
|
|
12
|
+
)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
class AvailableTrajectoryStationProperty(BaseModel):
|
|
16
|
+
"""
|
|
17
|
+
A set of properties describing a trajectory station property which is available for this instance of a WellboreTrajectory.
|
|
18
|
+
"""
|
|
19
|
+
|
|
20
|
+
model_config = ConfigDict(
|
|
21
|
+
extra='allow',
|
|
22
|
+
)
|
|
23
|
+
TrajectoryStationPropertyTypeID: (
|
|
24
|
+
constr(
|
|
25
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-TrajectoryStationPropertyType:[\w\-\.\:\%]+:[0-9]*$'
|
|
26
|
+
)
|
|
27
|
+
| None
|
|
28
|
+
) = Field(
|
|
29
|
+
None,
|
|
30
|
+
examples=[
|
|
31
|
+
'partition-id:reference-data--TrajectoryStationPropertyType:AzimuthTN:'
|
|
32
|
+
],
|
|
33
|
+
title='Trajectory Station Property Type ID',
|
|
34
|
+
)
|
|
35
|
+
"""
|
|
36
|
+
The reference to a trajectory station property type - or if interpreted as channels, the curve or channel name type, identifying e.g. MD, Inclination, Azimuth. This is a relationship to a reference-data--TrajectoryStationPropertyType record id.
|
|
37
|
+
"""
|
|
38
|
+
StationPropertyUnitID: (
|
|
39
|
+
constr(
|
|
40
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-UnitOfMeasure:[\w\-\.\:\%]+:[0-9]*$'
|
|
41
|
+
)
|
|
42
|
+
| None
|
|
43
|
+
) = Field(
|
|
44
|
+
None,
|
|
45
|
+
examples=['partition-id:reference-data--UnitOfMeasure:dega:'],
|
|
46
|
+
title='Station Property Unit ID',
|
|
47
|
+
)
|
|
48
|
+
"""
|
|
49
|
+
Unit of Measure for the station properties of type TrajectoryStationPropertyType.
|
|
50
|
+
"""
|
|
51
|
+
Name: str | None = Field(None, examples=['AzimuthTN'], title='Name')
|
|
52
|
+
"""
|
|
53
|
+
The name of the curve (e.g. column in a CSV document) as originally found. If absent The name of the TrajectoryStationPropertyType is intended to be used.
|
|
54
|
+
"""
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
class Data(OsduCommonResources, AbstractWPCGroupType, AbstractWorkProductComponent):
|
|
58
|
+
"""
|
|
59
|
+
`data` payload for WellboreTrajectory 1.4.0.
|
|
60
|
+
"""
|
|
61
|
+
|
|
62
|
+
model_config = ConfigDict(
|
|
63
|
+
extra='allow',
|
|
64
|
+
)
|
|
65
|
+
ServiceCompanyID: (
|
|
66
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
67
|
+
| None
|
|
68
|
+
) = Field(
|
|
69
|
+
None,
|
|
70
|
+
examples=['namespace:master-data--Organisation:SLB:'],
|
|
71
|
+
title='Service Company',
|
|
72
|
+
)
|
|
73
|
+
"""
|
|
74
|
+
Name of the Survey Company.
|
|
75
|
+
"""
|
|
76
|
+
WellboreID: constr(
|
|
77
|
+
pattern=r'^[\w\-\.]+:master-data\-\-Wellbore:[\w\-\.\:\%]+:[0-9]*$'
|
|
78
|
+
) = Field(
|
|
79
|
+
...,
|
|
80
|
+
examples=['namespace:master-data--Wellbore:11000091175501:'],
|
|
81
|
+
title='Wellbore',
|
|
82
|
+
)
|
|
83
|
+
"""
|
|
84
|
+
A unique name, code or number designated to the Wellbore.
|
|
85
|
+
"""
|
|
86
|
+
TopDepthMeasuredDepth: float = Field(
|
|
87
|
+
..., examples=['0 m'], title='Survey Top Measured Depth'
|
|
88
|
+
)
|
|
89
|
+
"""
|
|
90
|
+
Measured depth in the wellbore where the directional survey starts. This should equal the minimum station measured depth for this directional survey, regardless of whether the surveyed station represents an actual surveyed MD or not.
|
|
91
|
+
"""
|
|
92
|
+
AzimuthReferenceType: (
|
|
93
|
+
constr(
|
|
94
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-AzimuthReferenceType:[\w\-\.\:\%]+:[0-9]*$'
|
|
95
|
+
)
|
|
96
|
+
| None
|
|
97
|
+
) = Field(
|
|
98
|
+
None,
|
|
99
|
+
examples=['namespace:reference-data--AzimuthReferenceType:Grid:'],
|
|
100
|
+
title='Azimuth Reference Type',
|
|
101
|
+
)
|
|
102
|
+
"""
|
|
103
|
+
The North reference of the trajectory used to define the azimuth angular measurement values. For example, True North, Grid North, Magnetic North.
|
|
104
|
+
"""
|
|
105
|
+
CalculationMethodType: (
|
|
106
|
+
constr(
|
|
107
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-CalculationMethodType:[\w\-\.\:\%]+:[0-9]*$'
|
|
108
|
+
)
|
|
109
|
+
| None
|
|
110
|
+
) = Field(
|
|
111
|
+
None,
|
|
112
|
+
examples=['namespace:reference-data--CalculationMethodType:MinumumCurvature:'],
|
|
113
|
+
title='Calculation Method Type',
|
|
114
|
+
)
|
|
115
|
+
"""
|
|
116
|
+
Calculation Method used to calculate the Wellpath Trajectory from the directional survey data including TVD, X OFFSET, Y OFFSET and DOG LEG SEVERITY. Examples include Minimum Curvature, Radius of Curvature, Balanced Tangential, etc.
|
|
117
|
+
"""
|
|
118
|
+
ProjectedCRSID: (
|
|
119
|
+
constr(
|
|
120
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-CoordinateReferenceSystem:[\w\-\.\:\%]+:[0-9]*$'
|
|
121
|
+
)
|
|
122
|
+
| None
|
|
123
|
+
) = Field(
|
|
124
|
+
None,
|
|
125
|
+
examples=[
|
|
126
|
+
'namespace:reference-data--CoordinateReferenceSystem:Projected:EPSG::32615:'
|
|
127
|
+
],
|
|
128
|
+
title='Projected Coordinate Reference System ID',
|
|
129
|
+
)
|
|
130
|
+
"""
|
|
131
|
+
Coordinate Reference System defining the Projection of the station EASTING and NORTHING values. If type is "Grid North" and EASTING and NORTHING attributes are stored, clearly identifying their projection is required.
|
|
132
|
+
"""
|
|
133
|
+
ActiveIndicator: bool | None = Field(
|
|
134
|
+
None, examples=[False], title='Active Survey Indicator'
|
|
135
|
+
)
|
|
136
|
+
"""
|
|
137
|
+
A flag indicating if the survey is currently active or valid within his lifecycle stage, not necessarily the definitive survey.
|
|
138
|
+
"""
|
|
139
|
+
SurveyType: str | None = Field(
|
|
140
|
+
None, examples=['Full Survey'], title='Directional Survey Type'
|
|
141
|
+
)
|
|
142
|
+
"""
|
|
143
|
+
The type of this directional survey. For example a "Directional Survey" where MD, Inclination and Azimuth are all measured or a "Position Log" where Inclination and Azimuth are both null and only MD, TVD and X/Y Offsets are available) - or "Full Survey" where everything is fully filled-up, depth-inclination-azimuth.
|
|
144
|
+
"""
|
|
145
|
+
AcquisitionDate: str | None = Field(
|
|
146
|
+
None, examples=['2023-03-05T00:00:00+0000'], title='Effective Date'
|
|
147
|
+
)
|
|
148
|
+
"""
|
|
149
|
+
The date that the survey data was acquired on the field.
|
|
150
|
+
"""
|
|
151
|
+
GeographicCRSID: (
|
|
152
|
+
constr(
|
|
153
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-CoordinateReferenceSystem:[\w\-\.\:\%]+:[0-9]*$'
|
|
154
|
+
)
|
|
155
|
+
| None
|
|
156
|
+
) = Field(
|
|
157
|
+
None,
|
|
158
|
+
examples=[
|
|
159
|
+
'namespace:reference-data--CoordinateReferenceSystem:Geographic2D:EPSG::4326:'
|
|
160
|
+
],
|
|
161
|
+
title='Geographic Coordinate Reference System',
|
|
162
|
+
)
|
|
163
|
+
"""
|
|
164
|
+
Coordinate Reference System defining the Geodetic Datum of the station LATITUDE and LONGITUDE values. If LATITUDE and LONGITUDE attributes are stored, clearly identifying their Datum is required.
|
|
165
|
+
"""
|
|
166
|
+
AcquisitionRemark: str | None = Field(
|
|
167
|
+
None, examples=['Vendor final survey'], title='Survey Remark'
|
|
168
|
+
)
|
|
169
|
+
"""
|
|
170
|
+
Remarks related to acquisition context which is not the same as Description which is a summary of the work-product-component.
|
|
171
|
+
"""
|
|
172
|
+
SurveyReferenceIdentifier: str | None = Field(
|
|
173
|
+
None, examples=['SLB-DS150'], title='Survey Reference Identifier'
|
|
174
|
+
)
|
|
175
|
+
"""
|
|
176
|
+
Unique or Distinctive Survey Reference Number, Job Number, File Number, Identifier, Label, Name, etc. as indicated on a directional survey report, file, etc. Use this attribute to allow correlation of the data in this Directional Survey back to the original source document, file, etc.
|
|
177
|
+
"""
|
|
178
|
+
SurveyToolTypeID: (
|
|
179
|
+
constr(
|
|
180
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-SurveyToolType:[\w\-\.\:\%]+:[0-9]*$'
|
|
181
|
+
)
|
|
182
|
+
| None
|
|
183
|
+
) = Field(
|
|
184
|
+
None,
|
|
185
|
+
examples=['namespace:reference-data--SurveyToolType:Magnetic:'],
|
|
186
|
+
title='Type of the Survey Tool',
|
|
187
|
+
)
|
|
188
|
+
"""
|
|
189
|
+
The type of tool or equipment used to acquire this Directional Survey. For example, gyroscopic, magnetic, MWD, TOTCO, acid bottle, etc. Follow OWSG reference data and support the ISCWSA survey tool definitions.
|
|
190
|
+
"""
|
|
191
|
+
SurveyVersion: str | None = Field(None, examples=['1'], title='Survey Version')
|
|
192
|
+
"""
|
|
193
|
+
The version of the wellbore survey deliverable received from the service provider - as given by this provider
|
|
194
|
+
"""
|
|
195
|
+
ExtrapolatedMeasuredDepth: float | None = Field(
|
|
196
|
+
None, examples=['2790 m'], title='Extrapolated Measured Depth'
|
|
197
|
+
)
|
|
198
|
+
"""
|
|
199
|
+
The measured depth to which the survey segment was extrapolated.
|
|
200
|
+
"""
|
|
201
|
+
ExtrapolatedMeasuredDepthRemark: str | None = Field(
|
|
202
|
+
None,
|
|
203
|
+
examples=['TD@2790m bDFE@32.5m'],
|
|
204
|
+
title='Extrapolated Measured Depth Remark',
|
|
205
|
+
)
|
|
206
|
+
"""
|
|
207
|
+
Comment/Annotation made to WellboreTrajectory describing the projected MD Base or Bottomhole, e.g., listing the Depth Reference Name, Elevation and Bottomhole MD. This can be used for comparison against the survey at a later date.
|
|
208
|
+
"""
|
|
209
|
+
BaseDepthMeasuredDepth: float = Field(
|
|
210
|
+
..., examples=['2790 m'], title='Survey Base Measured Depth'
|
|
211
|
+
)
|
|
212
|
+
"""
|
|
213
|
+
Measured depth within the wellbore of the LAST surveyed station with recorded data. If a stored survey has been extrapolated to a deeper depth than the last surveyed station then that is the extrapolated measured depth and not the survey base depth.
|
|
214
|
+
"""
|
|
215
|
+
TieMeasuredDepth: float | None = Field(
|
|
216
|
+
None, examples=['0 m'], title='Tie Measured Depth'
|
|
217
|
+
)
|
|
218
|
+
"""
|
|
219
|
+
Tie-point depth measured along the wellbore from the measurement reference datum to the survey station - where tie point is the place on the originating survey where the current survey intersect it.
|
|
220
|
+
"""
|
|
221
|
+
TieTrueVerticalDepth: float | None = Field(
|
|
222
|
+
None, examples=['0 m'], title='Tie True Vertical Depth'
|
|
223
|
+
)
|
|
224
|
+
"""
|
|
225
|
+
True Vertical Depth of the TieMeasuredDepth
|
|
226
|
+
"""
|
|
227
|
+
VerticalMeasurement: v1_0_0.AbstractFacilityVerticalMeasurement = Field(
|
|
228
|
+
...,
|
|
229
|
+
examples=[
|
|
230
|
+
{
|
|
231
|
+
'VerticalReferenceEntityID': 'namespace:master-data--Wellbore:11000091175501:',
|
|
232
|
+
'VerticalReferenceID': 'DFE',
|
|
233
|
+
}
|
|
234
|
+
],
|
|
235
|
+
title='Vertical Measurement',
|
|
236
|
+
)
|
|
237
|
+
"""
|
|
238
|
+
References an entry in the Vertical Measurement array for the Wellbore identified by WellboreID, which defines the vertical reference datum for all survey station measured depths.
|
|
239
|
+
"""
|
|
240
|
+
AvailableTrajectoryStationProperties: (
|
|
241
|
+
list[AvailableTrajectoryStationProperty] | None
|
|
242
|
+
) = Field(None, title='Available Trajectory Station Properties')
|
|
243
|
+
"""
|
|
244
|
+
The array of TrajectoryStationProperty definitions describing the available properties for this instance of WellboreTrajectory.
|
|
245
|
+
"""
|
|
246
|
+
AppliedOperations: list[str] | None = Field(
|
|
247
|
+
None, examples=[['SSP QA/QC']], title='Applied Operations'
|
|
248
|
+
)
|
|
249
|
+
"""
|
|
250
|
+
The audit trail of operations applied to the station coordinates from the original state to the current state. The list may contain operations applied prior to ingestion as well as the operations applied to produce the Wgs84Coordinates. The text elements refer to ESRI style CRS and Transformation names, which may have to be translated to EPSG standard names.
|
|
251
|
+
"""
|
|
252
|
+
AppliedOperationsDateTime: str | None = Field(
|
|
253
|
+
None,
|
|
254
|
+
examples=['2023-03-15T00:00:00+0000'],
|
|
255
|
+
title='Applied Operations Date Time',
|
|
256
|
+
)
|
|
257
|
+
"""
|
|
258
|
+
Date/time when the directional Survey QA/QC was performed.
|
|
259
|
+
"""
|
|
260
|
+
AppliedOperationsUser: str | None = Field(
|
|
261
|
+
None, examples=['Joe Bloggs'], title='Applied Operations User'
|
|
262
|
+
)
|
|
263
|
+
"""
|
|
264
|
+
Name of Borehole Survey specialist who performed the QA/QC work
|
|
265
|
+
"""
|
|
266
|
+
AppliedOperationsRemarks: str | None = Field(
|
|
267
|
+
None,
|
|
268
|
+
examples=[
|
|
269
|
+
'Final survey SSP corrected. Mag corrections within tolerance. Meets QA/QC criteria.'
|
|
270
|
+
],
|
|
271
|
+
title='Applied Operations Remarks',
|
|
272
|
+
)
|
|
273
|
+
"""
|
|
274
|
+
Any comments captured by the Borehole Survey specialist when performing the QA/QC work.
|
|
275
|
+
"""
|
|
276
|
+
StartDateTime: str | None = Field(
|
|
277
|
+
None, examples=['2023-01-15T00:00:00+0000'], title='Start DateTime'
|
|
278
|
+
)
|
|
279
|
+
"""
|
|
280
|
+
The date and time capturing when the first survey station was measured.
|
|
281
|
+
"""
|
|
282
|
+
EndDateTime: str | None = Field(
|
|
283
|
+
None, examples=['2023-02-27T00:00:00+0000'], title='End DateTime'
|
|
284
|
+
)
|
|
285
|
+
"""
|
|
286
|
+
The date and time capturing when the last survey station was measured.
|
|
287
|
+
"""
|
|
288
|
+
CompanyID: (
|
|
289
|
+
constr(pattern=r'^[\w\-\.]+:master-data\-\-Organisation:[\w\-\.\:\%]+:[0-9]*$')
|
|
290
|
+
| None
|
|
291
|
+
) = Field(
|
|
292
|
+
None,
|
|
293
|
+
examples=['namespace:master-data--Organisation:PECTEN:'],
|
|
294
|
+
title='Company ID',
|
|
295
|
+
)
|
|
296
|
+
"""
|
|
297
|
+
The relationship to company who engaged the service company (ServiceCompanyID) to perform the surveying.
|
|
298
|
+
"""
|
|
299
|
+
SurfaceGridConvergence: float | None = Field(
|
|
300
|
+
None, examples=[0.0057596], title='Grid Convergence at Surface'
|
|
301
|
+
)
|
|
302
|
+
"""
|
|
303
|
+
The Grid Convergence angle computed at the surface position, which was used for the WellboreTrajectory True North to Grid North Azimuths corrections. Only populated for projected CRSs. Recommended sign convention: Gauss-Bomford.
|
|
304
|
+
"""
|
|
305
|
+
SurfaceScaleFactor: float | None = Field(
|
|
306
|
+
None, examples=[1.003], title='Scale Factor at Surface'
|
|
307
|
+
)
|
|
308
|
+
"""
|
|
309
|
+
The Scale Factor computed for the wellbore's surface position used for calculating projected Map Coordinates from survey data in WellboreTrajectory.
|
|
310
|
+
"""
|
|
311
|
+
Tortuosity: float | None = Field(None, examples=[0.00019], title='Tortuosity')
|
|
312
|
+
"""
|
|
313
|
+
The calculated average Tortuosity for the WellboreTrajectory.
|
|
314
|
+
"""
|
|
315
|
+
VerticalSectionAzimuth: float | None = Field(
|
|
316
|
+
None, examples=['45 dega'], title='Vertical Section Azimuth'
|
|
317
|
+
)
|
|
318
|
+
"""
|
|
319
|
+
Azimuth angle used for vertical section projection/computations of the survey stations.
|
|
320
|
+
"""
|
|
321
|
+
GeoMagneticModelID: (
|
|
322
|
+
constr(
|
|
323
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-GeoMagneticModel:[\w\-\.\:\%]+:[0-9]*$'
|
|
324
|
+
)
|
|
325
|
+
| None
|
|
326
|
+
) = Field(
|
|
327
|
+
None,
|
|
328
|
+
examples=['namespace:reference-data--GeoMagneticModel:BGGM2023:'],
|
|
329
|
+
title='Geomagnetic Model ID',
|
|
330
|
+
)
|
|
331
|
+
"""
|
|
332
|
+
Geomagnetic Model Name including the applicable year used to calculate Geomagnetic field for a given date, coordinate and measured depth (when calculated down the wellbore).
|
|
333
|
+
"""
|
|
334
|
+
MagneticFieldCalculationDate: str | None = Field(
|
|
335
|
+
None,
|
|
336
|
+
examples=['2023-01-01T00:00:00+0000'],
|
|
337
|
+
title='MagneticFieldCalculationDate',
|
|
338
|
+
)
|
|
339
|
+
"""
|
|
340
|
+
Date against Geomagnetic field calculated
|
|
341
|
+
"""
|
|
342
|
+
MagneticDeclinationUsed: float | None = Field(
|
|
343
|
+
None, examples=['1.76 dega'], title='Magnetic Declination Used'
|
|
344
|
+
)
|
|
345
|
+
"""
|
|
346
|
+
Calculated magnetic declination used to correct a Magnetic North referenced azimuth to a True North azimuth. Magnetic declination angles are measured positive clockwise from True North to Magnetic North (or negative in the anti-clockwise direction). To convert a Magnetic azimuth to a True North azimuth, the magnetic declination should be added. Starting value if stations have individual values.
|
|
347
|
+
"""
|
|
348
|
+
MagneticDeclinationUncertainty: float | None = Field(
|
|
349
|
+
None, examples=['0.10 dega'], title='Magnetic Declination Uncertainty'
|
|
350
|
+
)
|
|
351
|
+
"""
|
|
352
|
+
Survey tool declination uncertainty.
|
|
353
|
+
"""
|
|
354
|
+
MagneticDipAngleReference: float | None = Field(
|
|
355
|
+
None, examples=['57.01 dega'], title='Magnetic Dip Angle Reference'
|
|
356
|
+
)
|
|
357
|
+
"""
|
|
358
|
+
Calculated magnetic dip angle theoretical / reference value.
|
|
359
|
+
"""
|
|
360
|
+
MagneticDipAngleUncertainty: float | None = Field(
|
|
361
|
+
None, examples=['0.5 dega'], title='Magnetic Dip Angle Uncertainty'
|
|
362
|
+
)
|
|
363
|
+
"""
|
|
364
|
+
Survey tool dip angle uncertainty.
|
|
365
|
+
"""
|
|
366
|
+
TotalMagneticFieldStrength: float | None = Field(
|
|
367
|
+
None, examples=['45165 nT'], title='Total Magnetic Field Strength'
|
|
368
|
+
)
|
|
369
|
+
"""
|
|
370
|
+
Calculated geomagnetic field theoretical/reference value.
|
|
371
|
+
"""
|
|
372
|
+
TotalMagneticFieldStrengthUncertainty: float | None = Field(
|
|
373
|
+
None, examples=['250 nT'], title='Total Magnetic Field Strength Uncertainty'
|
|
374
|
+
)
|
|
375
|
+
"""
|
|
376
|
+
Survey tool magnetic uncertainty.
|
|
377
|
+
"""
|
|
378
|
+
GravityModelID: (
|
|
379
|
+
constr(
|
|
380
|
+
pattern=r'^[\w\-\.]+:reference-data\-\-GravityModel:[\w\-\.\:\%]+:[0-9]*$'
|
|
381
|
+
)
|
|
382
|
+
| None
|
|
383
|
+
) = Field(
|
|
384
|
+
None,
|
|
385
|
+
examples=['namespace:reference-data--GravityModel:GARM:'],
|
|
386
|
+
title='Gravity Model ID',
|
|
387
|
+
)
|
|
388
|
+
"""
|
|
389
|
+
Identifier of the Gravity Model in use for the survey.
|
|
390
|
+
"""
|
|
391
|
+
TotalGravityFieldStrength: float | None = Field(
|
|
392
|
+
None, examples=['980.665 Gal'], title='Total Gravity Field Strength'
|
|
393
|
+
)
|
|
394
|
+
"""
|
|
395
|
+
Calculated total gravity field.
|
|
396
|
+
"""
|
|
397
|
+
TotalGravityFieldStrengthUncertainty: float | None = Field(
|
|
398
|
+
None, examples=['5 Gal'], title='Total Gravity Field Strength Uncertainty'
|
|
399
|
+
)
|
|
400
|
+
"""
|
|
401
|
+
Survey tool gravity uncertainty.
|
|
402
|
+
"""
|
|
403
|
+
VerticalSectionOriginNS: float | None = Field(
|
|
404
|
+
None, examples=['0 m'], title='Vertical Section Origin N/-S'
|
|
405
|
+
)
|
|
406
|
+
"""
|
|
407
|
+
Vertical Section Origin North / -South relative to the Well SHL Projected CRS 0, 0 origin. 0 where Vertical Section Projection originates from the wellhead.
|
|
408
|
+
"""
|
|
409
|
+
VerticalSectionOriginEW: float | None = Field(
|
|
410
|
+
None, examples=['0 m'], title='Vertical Section Origin E/-W'
|
|
411
|
+
)
|
|
412
|
+
"""
|
|
413
|
+
Vertical Section Origin East / -West relative to the Well SHL Projected CRS 0, 0 origin. 0 where Vertical Section Projection originates from the wellhead.
|
|
414
|
+
"""
|
|
415
|
+
IsDefinitive: bool | None = Field(None, examples=[True], title='Definitive')
|
|
416
|
+
"""
|
|
417
|
+
True indicates that this trajectory is definitive for this wellbore as provided by the survey contractor. False or not given indicates otherwise. There can only be one trajectory per wellbore with definitive=true and it must define the geometry of the whole wellbore (surface to TD). The definitive trajectory may represent a composite of survey data from one or more other trajectories.
|
|
418
|
+
"""
|
|
419
|
+
IsMemory: bool | None = Field(None, examples=[False], title='Memory')
|
|
420
|
+
"""
|
|
421
|
+
Is trajectory a result of a memory dump from a tool?
|
|
422
|
+
"""
|
|
423
|
+
IsFinal: bool | None = Field(None, examples=[True], title='Final')
|
|
424
|
+
"""
|
|
425
|
+
From the survey contractors perspective providing the survey to the Operator is the trajectory final (true) or intermediate/preliminary (false)? Does not mean that the trajectory cannot be worked on further by the Operator.
|
|
426
|
+
"""
|
|
427
|
+
ExtensionProperties: dict[str, Any] | None = None
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: osdu-python-models
|
|
3
|
+
Version: 0.5.0
|
|
4
|
+
Summary: Typed Pydantic models for OSDU data payloads — opt-in companion to osdu-python-client
|
|
5
|
+
Author: Equinor
|
|
6
|
+
License-Expression: Apache-2.0
|
|
7
|
+
Project-URL: Homepage, https://github.com/equinor/osdu-python-models
|
|
8
|
+
Project-URL: Repository, https://github.com/equinor/osdu-python-models
|
|
9
|
+
Project-URL: Issues, https://github.com/equinor/osdu-python-models/issues
|
|
10
|
+
Keywords: osdu,pydantic,schemas,models,wellbore,ddms
|
|
11
|
+
Classifier: Development Status :: 4 - Beta
|
|
12
|
+
Classifier: Intended Audience :: Developers
|
|
13
|
+
Classifier: Programming Language :: Python :: 3
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
19
|
+
Classifier: Typing :: Typed
|
|
20
|
+
Requires-Python: >=3.10
|
|
21
|
+
Description-Content-Type: text/markdown
|
|
22
|
+
License-File: LICENSE
|
|
23
|
+
Requires-Dist: pydantic>=2.9
|
|
24
|
+
Provides-Extra: dev
|
|
25
|
+
Requires-Dist: datamodel-code-generator>=0.26; extra == "dev"
|
|
26
|
+
Requires-Dist: pytest>=8.0; extra == "dev"
|
|
27
|
+
Requires-Dist: ruff>=0.6; extra == "dev"
|
|
28
|
+
Dynamic: license-file
|
|
29
|
+
|
|
30
|
+
# osdu-python-models
|
|
31
|
+
|
|
32
|
+
Typed **Pydantic v2** models for OSDU `data` payloads — an opt-in companion to
|
|
33
|
+
[`osdu-python-client`](https://community.opengroup.org/osdu/platform/system/sdks/osdu-python-client),
|
|
34
|
+
mirroring the C# [`osdu-csharp-schemas`](https://github.com/equinor/osdu-csharp-schemas)
|
|
35
|
+
library.
|
|
36
|
+
|
|
37
|
+
> **Scope.** Covers **all `work-product-component`,
|
|
38
|
+
> `master-data` and `dataset` entity types** in the pinned OSDU snapshot — **194
|
|
39
|
+
> entity types across 551 schema versions** (93 work-product-component + 73
|
|
40
|
+
> master-data + 28 dataset), plus **128 shared `abstract` modules** pulled in on
|
|
41
|
+
> demand. The generator is data-driven: the scope is the `SCOPE_GROUPS` list in
|
|
42
|
+
> `tools/generate.py`, and every type and version is discovered from the snapshot
|
|
43
|
+
> automatically, so a snapshot bump or adding a group needs no other code change.
|
|
44
|
+
> `abstract` schemas are not listed explicitly — only those reachable from a
|
|
45
|
+
> selected entity's `$ref` closure are generated.
|
|
46
|
+
|
|
47
|
+
## Why
|
|
48
|
+
|
|
49
|
+
`osdu-python-client` leaves the record `data` block free-form (a `dict`), matching
|
|
50
|
+
the canonical `os-core-common` `Map<String, Object>` — the right call, because OSDU
|
|
51
|
+
`data` is schema-on-read and versioned by `kind`. But consumers building ingestion
|
|
52
|
+
or validation logic for a **specific kind + version** still want types: autocomplete,
|
|
53
|
+
runtime validation, and self-documenting payloads. This package provides exactly
|
|
54
|
+
that, without touching the client.
|
|
55
|
+
|
|
56
|
+
```python
|
|
57
|
+
from osdu_models.workproductcomponent.well_log.v1_5_0 import Data, Curve
|
|
58
|
+
|
|
59
|
+
# Typed authoring — autocomplete + validation
|
|
60
|
+
data = Data(
|
|
61
|
+
WellboreID="namespace:master-data--Wellbore:abc:",
|
|
62
|
+
TopMeasuredDepth=1234.5,
|
|
63
|
+
Curves=[Curve(Mnemonic="GR")],
|
|
64
|
+
)
|
|
65
|
+
|
|
66
|
+
# Bridge into the client's free-form `data` — just model_dump(), no client changes
|
|
67
|
+
record = {"kind": "osdu:wks:work-product-component--WellLog:1.5.0",
|
|
68
|
+
"acl": ..., "legal": ...,
|
|
69
|
+
"data": data.model_dump(by_alias=True, exclude_none=True)}
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
Reading is the mirror image: `Data.model_validate(record["data"])`.
|
|
73
|
+
|
|
74
|
+
## Install
|
|
75
|
+
|
|
76
|
+
```sh
|
|
77
|
+
pip install osdu-python-models
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
or with [uv](https://docs.astral.sh/uv/):
|
|
81
|
+
|
|
82
|
+
```sh
|
|
83
|
+
uv add osdu-python-models
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
Models are shipped pre-generated in the published distributions — no codegen step
|
|
87
|
+
needed to consume them. To build from source instead, see
|
|
88
|
+
[Build & test](https://github.com/equinor/osdu-python-models#build--test).
|
|
89
|
+
|
|
90
|
+
> Each tagged version is also attached to its
|
|
91
|
+
> [GitHub Release](https://github.com/equinor/osdu-python-models/releases) as
|
|
92
|
+
> `.whl` / `.tar.gz` assets.
|
|
93
|
+
|
|
94
|
+
## Design
|
|
95
|
+
|
|
96
|
+
- **Types only the `data` block.** The client owns the envelope (id/kind/acl/legal);
|
|
97
|
+
this package owns `data`. The two compose via `model_dump()` / `model_validate()`.
|
|
98
|
+
- **Side-by-side versions.** Each published version is its own module
|
|
99
|
+
(`well_log/v1_4_0.py`, `v1_5_0.py`) — no "latest wins", explicit per-`kind`.
|
|
100
|
+
- **Shared abstract modules.** OSDU `abstract/*` building blocks are generated
|
|
101
|
+
**once** under `osdu_models/abstract/<type>/v<ver>.py`; each entity model
|
|
102
|
+
imports them rather than inlining a private copy. This removes the ~96 % class
|
|
103
|
+
duplication of a per-entity bundling approach (551 models: ~65,000 → 2,071 class
|
|
104
|
+
defs) and is what makes scaling to the full schema set viable. Same idea as
|
|
105
|
+
the C# library's `ExternalReferenceCode` abstract sharing.
|
|
106
|
+
- **String-only constraints stripped off non-string nodes.** A few OSDU schemas
|
|
107
|
+
attach `pattern`/`format` to `array`/`integer` fields (e.g.
|
|
108
|
+
`AbstractColumnBasedTable.IntegerColumn`); the generator drops them so Pydantic
|
|
109
|
+
v2 doesn't reject otherwise-valid payloads.
|
|
110
|
+
- **`extra='allow'` everywhere.** Unknown / forward-compatible fields round-trip
|
|
111
|
+
untouched (the Pydantic equivalent of C#'s `[JsonExtensionData]`).
|
|
112
|
+
- **String `format` dropped → plain `str`.** This library types `data` for
|
|
113
|
+
*lossless* round-tripping, not semantic validation. Honouring `format` would
|
|
114
|
+
make codegen emit validating/normalising types that defeat that or pull
|
|
115
|
+
optional deps: `date`/`date-time`/`time` (OSDU payloads carry non-conformant
|
|
116
|
+
variants a strict parser rejects), `email` (`EmailStr`, needs `email-validator`),
|
|
117
|
+
`uri` (`AnyUrl`, normalises the value). Keeping plain `str` preserves the input.
|
|
118
|
+
Same pragmatic choice the C# library makes.
|
|
119
|
+
- **Pinned snapshot.** `schemas/2026.05.22/` is a frozen copy of the OSDU
|
|
120
|
+
`data-definitions` `Generated/` schemas (shared with the C# library). Bumping it
|
|
121
|
+
is an explicit, reviewable change.
|
|
122
|
+
|
|
123
|
+
## Layout
|
|
124
|
+
|
|
125
|
+
```
|
|
126
|
+
osdu-python-models/
|
|
127
|
+
├── schemas/2026.05.22/ # pinned data-definitions snapshot (abstract + entities)
|
|
128
|
+
├── tools/generate.py # restructures the `data` sub-schemas, runs datamodel-codegen
|
|
129
|
+
├── src/osdu_models/ # generated Pydantic models (gitignored, regenerable)
|
|
130
|
+
│ ├── abstract/<type>/v<ver>.py # shared abstract building blocks (generated once)
|
|
131
|
+
│ ├── workproductcomponent/<type>/v<ver>.py
|
|
132
|
+
│ ├── masterdata/<type>/v<ver>.py # → class Data, importing the shared abstracts
|
|
133
|
+
│ └── dataset/<type>/v<ver>.py # e.g. dataset/file_generic/v1_1_0.py
|
|
134
|
+
├── tests/test_roundtrip.py # round-trip + typed-access tests vs real OSDU examples (all versions)
|
|
135
|
+
└── samples/author_welllog.py # end-to-end authoring demo (no network)
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
## Build & test
|
|
139
|
+
|
|
140
|
+
```sh
|
|
141
|
+
uv venv && uv pip install -e ".[dev]"
|
|
142
|
+
uv run python tools/generate.py # generate models from the pinned snapshot
|
|
143
|
+
uv run ruff check tools tests samples # lint hand-written sources (not generated)
|
|
144
|
+
uv run pytest # round-trip tests against OSDU example payloads
|
|
145
|
+
uv run python samples/author_welllog.py
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
## How it works
|
|
149
|
+
|
|
150
|
+
OSDU record schemas put the payload under `properties.data` as an `allOf` of
|
|
151
|
+
abstract building blocks (`../abstract/*.json`) plus inline fields. `tools/generate.py`
|
|
152
|
+
uses `datamodel-codegen` **directory mode**, which turns cross-file `$ref`s into
|
|
153
|
+
Python imports:
|
|
154
|
+
|
|
155
|
+
1. lifts each entity's `data` sub-schema (titled `Data`) and transitively
|
|
156
|
+
collects the shared `abstract/*` files it references,
|
|
157
|
+
2. lays both out in a temp tree mirroring the output package structure (every
|
|
158
|
+
file at the same depth, `<pkg>/<snake>/v<ver>.json`), cleaning schema quirks
|
|
159
|
+
and rewriting every `$ref` to a canonical root-relative path (`../../<pkg>/
|
|
160
|
+
<snake>/v<ver>.json`) so it resolves identically regardless of which file the
|
|
161
|
+
resolver treats as the base — sidestepping a `datamodel-codegen` quirk that
|
|
162
|
+
otherwise resolves a shared schema's nested `$ref`s against the *referencing*
|
|
163
|
+
entity's directory,
|
|
164
|
+
3. runs `datamodel-codegen` **once** over that tree — emitting each abstract as a
|
|
165
|
+
shared module and each entity as a `Data` model that imports them.
|
|
166
|
+
|
|
167
|
+
Generated code is gitignored — regenerable from the pinned snapshot, never
|
|
168
|
+
hand-edited.
|
|
169
|
+
|
|
170
|
+
## Contributing
|
|
171
|
+
|
|
172
|
+
Contributions are welcome — see [`CONTRIBUTING.md`](https://github.com/equinor/osdu-python-models/blob/main/CONTRIBUTING.md) for
|
|
173
|
+
development setup, the pull-request process, and commit conventions.
|
|
174
|
+
|
|
175
|
+
## Security
|
|
176
|
+
|
|
177
|
+
To report a security vulnerability, follow the process in
|
|
178
|
+
[`SECURITY.md`](https://github.com/equinor/osdu-python-models/blob/main/SECURITY.md). Do not open a public issue.
|
|
179
|
+
|
|
180
|
+
## License
|
|
181
|
+
|
|
182
|
+
Licensed under the [Apache License 2.0](https://github.com/equinor/osdu-python-models/blob/main/LICENSE).
|