udl-sdk 0.1.0a15__py3-none-any.whl → 0.1.0a17__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.
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/METADATA +1 -1
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/RECORD +404 -380
- unifieddatalibrary/_base_client.py +4 -1
- unifieddatalibrary/_client.py +86 -21
- unifieddatalibrary/_files.py +4 -4
- unifieddatalibrary/_version.py +1 -1
- unifieddatalibrary/resources/air_load_plans.py +1 -1
- unifieddatalibrary/resources/air_operations/air_tasking_orders.py +1 -1
- unifieddatalibrary/resources/air_operations/crewpapers.py +8 -5
- unifieddatalibrary/resources/aircraft.py +1 -1
- unifieddatalibrary/resources/aircraft_sorties.py +1 -1
- unifieddatalibrary/resources/aircraft_status_remarks.py +1 -1
- unifieddatalibrary/resources/airfield_slot_consumptions.py +1 -1
- unifieddatalibrary/resources/airfield_slots.py +1 -1
- unifieddatalibrary/resources/airfield_status/airfield_status.py +1 -1
- unifieddatalibrary/resources/airfield_status/history.py +1 -1
- unifieddatalibrary/resources/airfields.py +1 -1
- unifieddatalibrary/resources/airspace_control_orders.py +1 -1
- unifieddatalibrary/resources/analytic_imagery.py +1 -1
- unifieddatalibrary/resources/antennas.py +1 -1
- unifieddatalibrary/resources/batteries.py +1 -1
- unifieddatalibrary/resources/batterydetails.py +1 -1
- unifieddatalibrary/resources/beam.py +1 -1
- unifieddatalibrary/resources/beam_contours.py +1 -1
- unifieddatalibrary/resources/buses.py +1 -1
- unifieddatalibrary/resources/channels.py +1 -1
- unifieddatalibrary/resources/comm.py +1 -1
- unifieddatalibrary/resources/conjunctions/conjunctions.py +9 -10
- unifieddatalibrary/resources/countries.py +1 -1
- unifieddatalibrary/resources/crew.py +1 -1
- unifieddatalibrary/resources/diplomatic_clearance/diplomatic_clearance.py +1 -1
- unifieddatalibrary/resources/diplomatic_clearance/history.py +1 -1
- unifieddatalibrary/resources/engine_details.py +1 -1
- unifieddatalibrary/resources/engines.py +1 -1
- unifieddatalibrary/resources/entities.py +1 -1
- unifieddatalibrary/resources/location.py +8 -8
- unifieddatalibrary/resources/notification/history.py +1 -1
- unifieddatalibrary/resources/notification/notification.py +1 -1
- unifieddatalibrary/resources/observations/eo_observations/eo_observations.py +1 -1
- unifieddatalibrary/resources/observations/eo_observations/history.py +1 -1
- unifieddatalibrary/resources/onboardnavigation/history.py +1 -1
- unifieddatalibrary/resources/onorbit/antenna_details.py +1 -1
- unifieddatalibrary/resources/onorbitantenna.py +5 -5
- unifieddatalibrary/resources/onorbitbattery.py +5 -5
- unifieddatalibrary/resources/onorbitdetails.py +5 -5
- unifieddatalibrary/resources/onorbitsolararray.py +5 -5
- unifieddatalibrary/resources/onorbitthruster.py +5 -5
- unifieddatalibrary/resources/onorbitthrusterstatus/history.py +1 -1
- unifieddatalibrary/resources/onorbitthrusterstatus/onorbitthrusterstatus.py +1 -1
- unifieddatalibrary/resources/operatingunit.py +5 -5
- unifieddatalibrary/resources/operatingunitremark.py +5 -5
- unifieddatalibrary/resources/organization.py +1 -1
- unifieddatalibrary/resources/organizationdetails.py +1 -1
- unifieddatalibrary/resources/rf_band.py +5 -5
- unifieddatalibrary/resources/scs/paths.py +21 -18
- unifieddatalibrary/resources/scs/scs.py +8 -5
- unifieddatalibrary/resources/scs/v2.py +8 -5
- unifieddatalibrary/resources/solar_array.py +5 -5
- unifieddatalibrary/resources/solar_array_details.py +1 -1
- unifieddatalibrary/resources/sortie_ppr/history.py +1 -1
- unifieddatalibrary/resources/sortie_ppr/sortie_ppr.py +1 -1
- unifieddatalibrary/resources/state_vector/history.py +1 -1
- unifieddatalibrary/resources/state_vector/state_vector.py +1 -1
- unifieddatalibrary/resources/status.py +5 -5
- unifieddatalibrary/resources/substatus.py +5 -5
- unifieddatalibrary/types/__init__.py +76 -41
- unifieddatalibrary/types/ai_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_event_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_load_plan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/air_load_plan_tuple_response.py +1 -1
- unifieddatalibrary/types/air_operations/__init__.py +0 -3
- unifieddatalibrary/types/air_operations/air_tasking_order_query_help_response.py +3 -32
- unifieddatalibrary/types/air_operations/air_tasking_order_tuple_response.py +1 -1
- unifieddatalibrary/types/air_operations/aircraft_sortie_history_query_response.py +1 -1
- unifieddatalibrary/types/air_operations/crewpaper_upload_pdf_params.py +0 -3
- unifieddatalibrary/types/air_transport_mission_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_sorty_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_sorty_tuple_response.py +1 -1
- unifieddatalibrary/types/aircraft_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_status_remark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/aircraft_status_remark_tuple_response.py +1 -1
- unifieddatalibrary/types/aircraft_tuple_query_response.py +1 -1
- unifieddatalibrary/types/airfield_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_consumption_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_consumption_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_slot_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_slot_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/airfield_status_tuple_response.py +1 -1
- unifieddatalibrary/types/airfield_tuple_response.py +1 -1
- unifieddatalibrary/types/airspace_control_order_query_help_response.py +3 -32
- unifieddatalibrary/types/airspace_control_order_tuple_response.py +1 -1
- unifieddatalibrary/types/analytic_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/antenna_queryhelp_response.py +3 -32
- unifieddatalibrary/types/antenna_tuple_response.py +1 -1
- unifieddatalibrary/types/attitude_data_query_help_response.py +3 -32
- unifieddatalibrary/types/attitude_data_tuple_response.py +1 -1
- unifieddatalibrary/types/attitude_set_query_help_response.py +3 -32
- unifieddatalibrary/types/aviation_risk_management_query_help_response.py +3 -32
- unifieddatalibrary/types/battery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/battery_tuple_response.py +1 -1
- unifieddatalibrary/types/beam_contour_query_help_response.py +3 -32
- unifieddatalibrary/types/beam_contour_tuple_response.py +1 -1
- unifieddatalibrary/types/beam_query_help_response.py +3 -32
- unifieddatalibrary/types/beam_tuple_response.py +1 -1
- unifieddatalibrary/types/bus_query_help_response.py +3 -32
- unifieddatalibrary/types/bus_tuple_response.py +1 -1
- unifieddatalibrary/types/channel_queryhelp_response.py +3 -32
- unifieddatalibrary/types/channel_tuple_response.py +1 -1
- unifieddatalibrary/types/collect_request_query_help_response.py +3 -32
- unifieddatalibrary/types/collect_response_query_help_response.py +3 -32
- unifieddatalibrary/types/comm_queryhelp_response.py +3 -32
- unifieddatalibrary/types/comm_tuple_response.py +1 -1
- unifieddatalibrary/types/conjunction_get_history_response.py +1 -1
- unifieddatalibrary/types/conjunction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/conjunction_tuple_response.py +1 -1
- unifieddatalibrary/types/conjunction_upload_conjunction_data_message_params.py +0 -3
- unifieddatalibrary/types/country_queryhelp_response.py +3 -32
- unifieddatalibrary/types/country_tuple_response.py +1 -1
- unifieddatalibrary/types/crew_queryhelp_response.py +3 -32
- unifieddatalibrary/types/crew_tuple_response.py +1 -1
- unifieddatalibrary/types/diff_of_arrival_queryhelp_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance/country_query_help_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance_queryhelp_response.py +3 -32
- unifieddatalibrary/types/diplomatic_clearance_tuple_response.py +1 -1
- unifieddatalibrary/types/drift_history_queryhelp_response.py +3 -32
- unifieddatalibrary/types/dropzone_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_request_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_response_actions_list_full.py +89 -0
- unifieddatalibrary/types/effect_response_metrics_full.py +27 -0
- unifieddatalibrary/types/effect_response_query_help_response.py +3 -32
- unifieddatalibrary/types/effect_response_retrieve_response.py +5 -117
- unifieddatalibrary/types/effect_response_tuple_response.py +5 -127
- unifieddatalibrary/types/effect_responses/history_list_response.py +5 -117
- unifieddatalibrary/types/elset_query_current_elset_help_response.py +3 -32
- unifieddatalibrary/types/elset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/emitter_geolocation_query_help_response.py +3 -32
- unifieddatalibrary/types/engine_queryhelp_response.py +3 -32
- unifieddatalibrary/types/engine_tuple_response.py +1 -1
- unifieddatalibrary/types/entity_abridged.py +3 -81
- unifieddatalibrary/types/entity_query_help_response.py +3 -32
- unifieddatalibrary/types/entity_tuple_response.py +1 -1
- unifieddatalibrary/types/eop_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ephemeris/attitude_data/history_retrieve_response.py +1 -1
- unifieddatalibrary/types/ephemeris_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ephemeris_set.py +1 -1
- unifieddatalibrary/types/ephemeris_set_queryhelp_response.py +3 -32
- unifieddatalibrary/types/equipment_query_help_response.py +3 -32
- unifieddatalibrary/types/equipment_remark_query_help_response.py +3 -32
- unifieddatalibrary/types/evac_query_help_response.py +3 -32
- unifieddatalibrary/types/event_evolution_queryhelp_response.py +3 -32
- unifieddatalibrary/types/feature_assessment_query_help_response.py +3 -32
- unifieddatalibrary/types/flightplan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/geo_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/global_atmospheric_model_query_help_response.py +3 -32
- unifieddatalibrary/types/gnss_observationset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/gnss_rawif_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ground_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/h3_geo_hex_cell_queryhelp_response.py +3 -32
- unifieddatalibrary/types/h3_geo_queryhelp_response.py +3 -32
- unifieddatalibrary/types/hazard_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ion_oobservation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ir_get_response.py +1 -1
- unifieddatalibrary/types/ir_queryhelp_response.py +3 -32
- unifieddatalibrary/types/ir_tuple_response.py +1 -1
- unifieddatalibrary/types/isr_collection_critical_times_full.py +17 -0
- unifieddatalibrary/types/isr_collection_exploitation_requirement_full.py +29 -0
- unifieddatalibrary/types/isr_collection_poc_full.py +41 -0
- unifieddatalibrary/types/isr_collection_queryhelp_response.py +3 -32
- unifieddatalibrary/types/isr_collection_requirements_full.py +90 -0
- unifieddatalibrary/types/isr_collection_tuple_response.py +5 -290
- unifieddatalibrary/types/isr_collections/history_list_response.py +3 -286
- unifieddatalibrary/types/item_queryhelp_response.py +3 -32
- unifieddatalibrary/types/item_tracking_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_detection_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_event_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_site_detail_find_by_source_response.py +3 -85
- unifieddatalibrary/types/launch_site_detail_get_response.py +1 -1
- unifieddatalibrary/types/launch_site_detail_list_response.py +3 -81
- unifieddatalibrary/types/launch_site_get_response.py +1 -1
- unifieddatalibrary/types/launch_site_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_site_tuple_response.py +1 -1
- unifieddatalibrary/types/launch_vehicle_detail_get_response.py +1 -1
- unifieddatalibrary/types/launch_vehicle_get_response.py +2 -2
- unifieddatalibrary/types/launch_vehicle_queryhelp_response.py +3 -32
- unifieddatalibrary/types/launch_vehicle_tuple_response.py +2 -2
- unifieddatalibrary/types/link_status/datalink_queryhelp_response.py +3 -32
- unifieddatalibrary/types/link_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/location_queryhelp_response.py +3 -32
- unifieddatalibrary/types/location_tuple_response.py +1 -1
- unifieddatalibrary/types/logistics_discrepancy_infos_full.py +26 -0
- unifieddatalibrary/types/logistics_parts_full.py +51 -0
- unifieddatalibrary/types/logistics_remarks_abridged.py +24 -0
- unifieddatalibrary/types/logistics_segments_full.py +85 -0
- unifieddatalibrary/types/logistics_specialties_full.py +39 -0
- unifieddatalibrary/types/logistics_stocks_full.py +27 -0
- unifieddatalibrary/types/logistics_support/history_list_response.py +7 -427
- unifieddatalibrary/types/logistics_support_get_response.py +7 -427
- unifieddatalibrary/types/logistics_support_items_full.py +119 -0
- unifieddatalibrary/types/logistics_support_list_response.py +6 -52
- unifieddatalibrary/types/logistics_support_queryhelp_response.py +3 -32
- unifieddatalibrary/types/logistics_support_tuple_response.py +8 -431
- unifieddatalibrary/types/logistics_transportation_plans_full.py +137 -0
- unifieddatalibrary/types/maneuver_queryhelp_response.py +3 -32
- unifieddatalibrary/types/manifold_queryhelp_response.py +3 -32
- unifieddatalibrary/types/manifoldelset_queryhelp_response.py +3 -32
- unifieddatalibrary/types/missile_track_queryhelp_response.py +3 -32
- unifieddatalibrary/types/mission_assignment_queryhelp_response.py +3 -32
- unifieddatalibrary/types/mti_queryhelp_response.py +3 -32
- unifieddatalibrary/types/navigation_get_response.py +1 -1
- unifieddatalibrary/types/navigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/navigation_tuple_response.py +1 -1
- unifieddatalibrary/types/navigational_obstruction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/notification/__init__.py +0 -1
- unifieddatalibrary/types/notification_queryhelp_response.py +3 -32
- unifieddatalibrary/types/notification_tuple_response.py +1 -1
- unifieddatalibrary/types/object_of_interest_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/ecpsdr_query_help_response.py +3 -32
- unifieddatalibrary/types/observations/eo_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/eo_observation_tuple_response.py +1 -1
- unifieddatalibrary/types/observations/eo_observations/__init__.py +0 -1
- unifieddatalibrary/types/observations/monoradar_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/passive_radar_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/radarobservation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/observations/rf_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onboardnavigation/__init__.py +0 -1
- unifieddatalibrary/types/onboardnavigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onboardnavigation_tuple_response.py +1 -1
- unifieddatalibrary/types/onorbit/__init__.py +0 -1
- unifieddatalibrary/types/onorbit_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitevent_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitlist_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitthrusterstatus/__init__.py +0 -1
- unifieddatalibrary/types/onorbitthrusterstatus_queryhelp_response.py +3 -32
- unifieddatalibrary/types/onorbitthrusterstatus_tuple_response.py +1 -1
- unifieddatalibrary/types/operatingunit_queryhelp_response.py +3 -32
- unifieddatalibrary/types/operatingunit_tuple_response.py +5 -589
- unifieddatalibrary/types/operatingunitremark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/operatingunitremark_tuple_response.py +5 -85
- unifieddatalibrary/types/orbitdetermination_queryhelp_response.py +3 -32
- unifieddatalibrary/types/orbittrack_queryhelp_response.py +3 -32
- unifieddatalibrary/types/organization_queryhelp_response.py +3 -32
- unifieddatalibrary/types/organization_tuple_response.py +1 -1
- unifieddatalibrary/types/personnelrecovery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/poi_queryhelp_response.py +3 -32
- unifieddatalibrary/types/port_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_band_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_band_tuple_response.py +5 -148
- unifieddatalibrary/types/rf_band_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_detail_get_response.py +2 -2
- unifieddatalibrary/types/rf_emitter_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_detail_tuple_response.py +2 -2
- unifieddatalibrary/types/rf_emitter_get_response.py +3 -3
- unifieddatalibrary/types/rf_emitter_queryhelp_response.py +3 -32
- unifieddatalibrary/types/rf_emitter_tuple_response.py +3 -3
- unifieddatalibrary/types/route_stat_query_help_response.py +3 -32
- unifieddatalibrary/types/sar_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sc_file_upload_params.py +0 -3
- unifieddatalibrary/types/scientific_get_response.py +1 -1
- unifieddatalibrary/types/scientific_queryhelp_response.py +3 -32
- unifieddatalibrary/types/scientific_tuple_response.py +1 -1
- unifieddatalibrary/types/scs/__init__.py +2 -2
- unifieddatalibrary/types/scs/{path_create_params.py → path_create_with_file_params.py} +2 -5
- unifieddatalibrary/types/scs/{path_create_response.py → path_create_with_file_response.py} +2 -2
- unifieddatalibrary/types/scs/v2_file_upload_params.py +0 -3
- unifieddatalibrary/types/sensor/calibration_query_help_response.py +3 -32
- unifieddatalibrary/types/sensor_get_response.py +82 -1565
- unifieddatalibrary/types/sensor_list_response.py +2 -81
- unifieddatalibrary/types/sensor_maintenance_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_observation_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_plan_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sensor_tuple_response.py +82 -1575
- unifieddatalibrary/types/sensor_type_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_comm_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_early_warning_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sera_data_navigation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_optical_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_radar_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_sigint_payload_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_spacecraft_detail_get_response.py +11 -612
- unifieddatalibrary/types/seradata_spacecraft_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/seradata_spacecraft_detail_tuple_response.py +11 -618
- unifieddatalibrary/types/sgi_queryhelp_response.py +3 -32
- unifieddatalibrary/types/shared/__init__.py +60 -0
- unifieddatalibrary/types/shared/air_transport_mission_full.py +1 -1
- unifieddatalibrary/types/{aircraft_full.py → shared/aircraft_full.py} +1 -1
- unifieddatalibrary/types/{air_operations → shared}/aircraftsortie_full.py +2 -2
- unifieddatalibrary/types/{aircraftstatusremark_full.py → shared/aircraftstatusremark_full.py} +1 -1
- unifieddatalibrary/types/{airfield_full.py → shared/airfield_full.py} +1 -1
- unifieddatalibrary/types/{airfieldslot_full.py → shared/airfieldslot_full.py} +1 -1
- unifieddatalibrary/types/{airfieldslotconsumption_full.py → shared/airfieldslotconsumption_full.py} +1 -1
- unifieddatalibrary/types/{airfieldstatus_full.py → shared/airfieldstatus_full.py} +1 -1
- unifieddatalibrary/types/{airloadplan_full.py → shared/airloadplan_full.py} +1 -1
- unifieddatalibrary/types/{airspacecontrolorder_full.py → shared/airspacecontrolorder_full.py} +1 -1
- unifieddatalibrary/types/{analytic_imagery_full.py → shared/analytic_imagery_full.py} +1 -1
- unifieddatalibrary/types/{onorbit → shared}/antenna_details_full.py +1 -1
- unifieddatalibrary/types/{antenna_full.py → shared/antenna_full.py} +2 -2
- unifieddatalibrary/types/{attitudedata_full.py → shared/attitudedata_full.py} +1 -1
- unifieddatalibrary/types/shared/attitudeset_full.py +1 -1
- unifieddatalibrary/types/{battery_full.py → shared/battery_full.py} +1 -1
- unifieddatalibrary/types/{batterydetails_full.py → shared/batterydetails_full.py} +1 -1
- unifieddatalibrary/types/{beam_full.py → shared/beam_full.py} +1 -1
- unifieddatalibrary/types/{beamcontour_full.py → shared/beamcontour_full.py} +1 -1
- unifieddatalibrary/types/{bus_full.py → shared/bus_full.py} +1 -1
- unifieddatalibrary/types/{channel_full.py → shared/channel_full.py} +1 -1
- unifieddatalibrary/types/{comm_full.py → shared/comm_full.py} +1 -1
- unifieddatalibrary/types/{conjunction_full.py → shared/conjunction_full.py} +2 -2
- unifieddatalibrary/types/{country_full.py → shared/country_full.py} +1 -1
- unifieddatalibrary/types/{crew_full.py → shared/crew_full.py} +1 -1
- unifieddatalibrary/types/shared/daily_operation_full.py +40 -0
- unifieddatalibrary/types/{engine.py → shared/engine.py} +1 -1
- unifieddatalibrary/types/{engine_details_full.py → shared/engine_details_full.py} +1 -1
- unifieddatalibrary/types/shared/entity_full.py +319 -0
- unifieddatalibrary/types/{observations/eo_observations → shared}/eo_observation_full.py +2 -2
- unifieddatalibrary/types/shared/evac_full.py +2 -28
- unifieddatalibrary/types/{location_list_response.py → shared/location_abridged.py} +3 -3
- unifieddatalibrary/types/{location_full.py → shared/location_full.py} +1 -1
- unifieddatalibrary/types/shared/maximum_on_ground_full.py +48 -0
- unifieddatalibrary/types/{onboardnavigation → shared}/onboardnavigation_full.py +1 -1
- unifieddatalibrary/types/{onorbitantenna_get_response.py → shared/onorbit_antenna_full.py} +3 -3
- unifieddatalibrary/types/{onorbitbattery_get_response.py → shared/onorbit_battery_full.py} +3 -3
- unifieddatalibrary/types/{onorbitdetail_get_response.py → shared/onorbit_details_full.py} +3 -3
- unifieddatalibrary/types/shared/onorbit_full.py +80 -1568
- unifieddatalibrary/types/shared/onorbit_solar_array_full.py +91 -0
- unifieddatalibrary/types/{onorbitthruster_get_response.py → shared/onorbit_thruster_full.py} +3 -3
- unifieddatalibrary/types/shared/operating_hours_full.py +17 -0
- unifieddatalibrary/types/{operatingunitremark_get_response.py → shared/operating_unit_remark_full.py} +3 -3
- unifieddatalibrary/types/{operatingunit_get_response.py → shared/operatingunit_full.py} +7 -80
- unifieddatalibrary/types/shared/operational_deviation_full.py +45 -0
- unifieddatalibrary/types/shared/operational_planning_full.py +45 -0
- unifieddatalibrary/types/{organization_details_full.py → shared/organization_details_full.py} +1 -1
- unifieddatalibrary/types/{organization_full.py → shared/organization_full.py} +1 -1
- unifieddatalibrary/types/shared/param_descriptor.py +39 -0
- unifieddatalibrary/types/shared/pathway_full.py +30 -0
- unifieddatalibrary/types/shared/related_document_full.py +18 -0
- unifieddatalibrary/types/{rf_band_get_response.py → shared/rf_band_full.py} +3 -3
- unifieddatalibrary/types/shared/sof_data_source_ref_full.py +26 -0
- unifieddatalibrary/types/{solar_array_details_full.py → shared/solar_array_details_full.py} +1 -1
- unifieddatalibrary/types/{solar_array_get_response.py → shared/solar_array_full.py} +3 -3
- unifieddatalibrary/types/{state_vector_full.py → shared/state_vector_full.py} +2 -2
- unifieddatalibrary/types/shared/status_full.py +104 -0
- unifieddatalibrary/types/{substatus_get_response.py → shared/sub_status_full.py} +3 -3
- unifieddatalibrary/types/shared/waiver_full.py +53 -0
- unifieddatalibrary/types/sigact/history_list_response.py +3 -27
- unifieddatalibrary/types/sigact_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sigact_tuple_response.py +3 -34
- unifieddatalibrary/types/site/operation_query_help_response.py +3 -32
- unifieddatalibrary/types/site/operation_retrieve_response.py +15 -223
- unifieddatalibrary/types/site/operation_tuple_response.py +13 -230
- unifieddatalibrary/types/site_get_response.py +14 -228
- unifieddatalibrary/types/site_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_remark_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/site_tuple_response.py +13 -227
- unifieddatalibrary/types/sky_imagery/history_list_response.py +1 -1
- unifieddatalibrary/types/sky_imagery_get_response.py +1 -1
- unifieddatalibrary/types/sky_imagery_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sky_imagery_tuple_response.py +1 -1
- unifieddatalibrary/types/soi_observation_set_queryhelp_response.py +3 -32
- unifieddatalibrary/types/solar_array_queryhelp_response.py +3 -32
- unifieddatalibrary/types/solar_array_tuple_response.py +5 -77
- unifieddatalibrary/types/sortie_ppr/__init__.py +0 -1
- unifieddatalibrary/types/sortie_ppr_queryhelp_response.py +3 -32
- unifieddatalibrary/types/sortie_ppr_tuple_response.py +1 -1
- unifieddatalibrary/types/space_env_observation_queryhelp_response.py +3 -32
- unifieddatalibrary/types/stage_get_response.py +1 -1
- unifieddatalibrary/types/stage_queryhelp_response.py +3 -32
- unifieddatalibrary/types/stage_tuple_response.py +1 -1
- unifieddatalibrary/types/star_catalog_queryhelp_response.py +3 -32
- unifieddatalibrary/types/state_vector/current_tuple_response.py +1 -1
- unifieddatalibrary/types/state_vector_queryhelp_response.py +3 -32
- unifieddatalibrary/types/state_vector_tuple_response.py +1 -1
- unifieddatalibrary/types/status_get_by_entity_id_response.py +5 -179
- unifieddatalibrary/types/status_get_by_entity_type_response.py +5 -179
- unifieddatalibrary/types/status_queryhelp_response.py +3 -32
- unifieddatalibrary/types/status_tuple_response.py +5 -175
- unifieddatalibrary/types/substatus_queryhelp_response.py +3 -32
- unifieddatalibrary/types/substatus_tuple_response.py +5 -81
- unifieddatalibrary/types/supporting_data/query_help_retrieve_response.py +3 -32
- unifieddatalibrary/types/surface_obstruction_queryhelp_response.py +3 -32
- unifieddatalibrary/types/surface_queryhelp_response.py +3 -32
- unifieddatalibrary/types/swir_queryhelp_response.py +3 -32
- unifieddatalibrary/types/tai_utc_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_detail_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_queryhelp_response.py +3 -32
- unifieddatalibrary/types/track_route_queryhelp_response.py +3 -32
- unifieddatalibrary/types/transponder_get_response.py +1 -1
- unifieddatalibrary/types/transponder_queryhelp_response.py +3 -32
- unifieddatalibrary/types/transponder_tuple_response.py +1 -1
- unifieddatalibrary/types/vessel_get_response.py +1 -1
- unifieddatalibrary/types/vessel_queryhelp_response.py +3 -32
- unifieddatalibrary/types/vessel_tuple_response.py +1 -1
- unifieddatalibrary/types/video_queryhelp_response.py +3 -32
- unifieddatalibrary/types/weather_data_queryhelp_response.py +3 -32
- unifieddatalibrary/types/weather_report_queryhelp_response.py +3 -32
- unifieddatalibrary/types/entity_full.py +0 -1805
- unifieddatalibrary/types/onorbitsolararray_get_response.py +0 -158
- unifieddatalibrary/types/status_get_response.py +0 -175
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/WHEEL +0 -0
- {udl_sdk-0.1.0a15.dist-info → udl_sdk-0.1.0a17.dist-info}/licenses/LICENSE +0 -0
- /unifieddatalibrary/types/{air_operations → shared}/air_tasking_order_full.py +0 -0
- /unifieddatalibrary/types/{air_operations → shared}/diplomaticclearance_full.py +0 -0
- /unifieddatalibrary/types/{notification → shared}/notification_full.py +0 -0
- /unifieddatalibrary/types/{onorbitthrusterstatus → shared}/onorbitthrusterstatus_full.py +0 -0
- /unifieddatalibrary/types/{sortie_ppr → shared}/sortie_ppr_full.py +0 -0
@@ -1,1805 +0,0 @@
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
2
|
-
|
3
|
-
from typing import List, Optional
|
4
|
-
from datetime import date, datetime
|
5
|
-
from typing_extensions import Literal
|
6
|
-
|
7
|
-
from pydantic import Field as FieldInfo
|
8
|
-
|
9
|
-
from .engine import Engine
|
10
|
-
from .._models import BaseModel
|
11
|
-
from .antenna_full import AntennaFull
|
12
|
-
from .battery_full import BatteryFull
|
13
|
-
from .location_full import LocationFull
|
14
|
-
from .organization_full import OrganizationFull
|
15
|
-
from .solar_array_details_full import SolarArrayDetailsFull
|
16
|
-
|
17
|
-
__all__ = [
|
18
|
-
"EntityFull",
|
19
|
-
"OnOrbit",
|
20
|
-
"OnOrbitAntenna",
|
21
|
-
"OnOrbitBattery",
|
22
|
-
"OnOrbitOnorbitDetail",
|
23
|
-
"OnOrbitSolarArray",
|
24
|
-
"OnOrbitSolarArraySolarArray",
|
25
|
-
"OnOrbitThruster",
|
26
|
-
"OperatingUnit",
|
27
|
-
"OperatingUnitOperatingUnitRemark",
|
28
|
-
"RfBand",
|
29
|
-
"StatusCollection",
|
30
|
-
"StatusCollectionSubStatusCollection",
|
31
|
-
]
|
32
|
-
|
33
|
-
|
34
|
-
class OnOrbitAntenna(BaseModel):
|
35
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
36
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
37
|
-
|
38
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
39
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
40
|
-
|
41
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
42
|
-
may include both real and simulated data.
|
43
|
-
|
44
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
45
|
-
events, and analysis.
|
46
|
-
|
47
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
48
|
-
datasets.
|
49
|
-
|
50
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
51
|
-
requirements, and for validating technical, functional, and performance
|
52
|
-
characteristics.
|
53
|
-
"""
|
54
|
-
|
55
|
-
id_antenna: str = FieldInfo(alias="idAntenna")
|
56
|
-
"""ID of the antenna."""
|
57
|
-
|
58
|
-
id_on_orbit: str = FieldInfo(alias="idOnOrbit")
|
59
|
-
"""ID of the on-orbit object."""
|
60
|
-
|
61
|
-
source: str
|
62
|
-
"""Source of the data."""
|
63
|
-
|
64
|
-
id: Optional[str] = None
|
65
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
66
|
-
|
67
|
-
antenna: Optional[AntennaFull] = None
|
68
|
-
"""
|
69
|
-
Model representation of information on on-orbit/spacecraft communication
|
70
|
-
antennas. A spacecraft may have multiple antennas and each antenna can have
|
71
|
-
multiple 'details' records compiled by different sources.
|
72
|
-
"""
|
73
|
-
|
74
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
75
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
76
|
-
|
77
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
78
|
-
"""
|
79
|
-
Application user who created the row in the database, auto-populated by the
|
80
|
-
system.
|
81
|
-
"""
|
82
|
-
|
83
|
-
origin: Optional[str] = None
|
84
|
-
"""
|
85
|
-
Originating system or organization which produced the data, if different from
|
86
|
-
the source. The origin may be different than the source if the source was a
|
87
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
88
|
-
null, the source may be assumed to be the origin.
|
89
|
-
"""
|
90
|
-
|
91
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
92
|
-
"""
|
93
|
-
The originating source network on which this record was created, auto-populated
|
94
|
-
by the system.
|
95
|
-
"""
|
96
|
-
|
97
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
98
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
99
|
-
|
100
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
101
|
-
"""
|
102
|
-
Application user who updated the row in the database, auto-populated by the
|
103
|
-
system.
|
104
|
-
"""
|
105
|
-
|
106
|
-
|
107
|
-
class OnOrbitBattery(BaseModel):
|
108
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
109
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
110
|
-
|
111
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
112
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
113
|
-
|
114
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
115
|
-
may include both real and simulated data.
|
116
|
-
|
117
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
118
|
-
events, and analysis.
|
119
|
-
|
120
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
121
|
-
datasets.
|
122
|
-
|
123
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
124
|
-
requirements, and for validating technical, functional, and performance
|
125
|
-
characteristics.
|
126
|
-
"""
|
127
|
-
|
128
|
-
id_battery: str = FieldInfo(alias="idBattery")
|
129
|
-
"""ID of the battery."""
|
130
|
-
|
131
|
-
id_on_orbit: str = FieldInfo(alias="idOnOrbit")
|
132
|
-
"""ID of the on-orbit object."""
|
133
|
-
|
134
|
-
source: str
|
135
|
-
"""Source of the data."""
|
136
|
-
|
137
|
-
id: Optional[str] = None
|
138
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
139
|
-
|
140
|
-
battery: Optional[BatteryFull] = None
|
141
|
-
"""Model representation of specific spacecraft battery types."""
|
142
|
-
|
143
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
144
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
145
|
-
|
146
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
147
|
-
"""
|
148
|
-
Application user who created the row in the database, auto-populated by the
|
149
|
-
system.
|
150
|
-
"""
|
151
|
-
|
152
|
-
origin: Optional[str] = None
|
153
|
-
"""
|
154
|
-
Originating system or organization which produced the data, if different from
|
155
|
-
the source. The origin may be different than the source if the source was a
|
156
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
157
|
-
null, the source may be assumed to be the origin.
|
158
|
-
"""
|
159
|
-
|
160
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
161
|
-
"""
|
162
|
-
The originating source network on which this record was created, auto-populated
|
163
|
-
by the system.
|
164
|
-
"""
|
165
|
-
|
166
|
-
quantity: Optional[int] = None
|
167
|
-
"""The number of batteries on the spacecraft of the type identified by idBattery."""
|
168
|
-
|
169
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
170
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
171
|
-
|
172
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
173
|
-
"""
|
174
|
-
Application user who updated the row in the database, auto-populated by the
|
175
|
-
system.
|
176
|
-
"""
|
177
|
-
|
178
|
-
|
179
|
-
class OnOrbitOnorbitDetail(BaseModel):
|
180
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
181
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
182
|
-
|
183
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
184
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
185
|
-
|
186
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
187
|
-
may include both real and simulated data.
|
188
|
-
|
189
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
190
|
-
events, and analysis.
|
191
|
-
|
192
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
193
|
-
datasets.
|
194
|
-
|
195
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
196
|
-
requirements, and for validating technical, functional, and performance
|
197
|
-
characteristics.
|
198
|
-
"""
|
199
|
-
|
200
|
-
id_on_orbit: str = FieldInfo(alias="idOnOrbit")
|
201
|
-
"""UUID of the parent Onorbit record."""
|
202
|
-
|
203
|
-
source: str
|
204
|
-
"""Source of the data."""
|
205
|
-
|
206
|
-
id: Optional[str] = None
|
207
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
208
|
-
|
209
|
-
additional_mass: Optional[float] = FieldInfo(alias="additionalMass", default=None)
|
210
|
-
"""Mass of fuel and disposables at launch time in kilograms."""
|
211
|
-
|
212
|
-
adept_radius: Optional[float] = FieldInfo(alias="adeptRadius", default=None)
|
213
|
-
"""
|
214
|
-
The radius used for long-term debris environment projection analyses that is not
|
215
|
-
as conservative as COLA Radius, in meters.
|
216
|
-
"""
|
217
|
-
|
218
|
-
bol_delta_v: Optional[float] = FieldInfo(alias="bolDeltaV", default=None)
|
219
|
-
"""The total beginning of life delta V of the spacecraft, in meters per second."""
|
220
|
-
|
221
|
-
bol_fuel_mass: Optional[float] = FieldInfo(alias="bolFuelMass", default=None)
|
222
|
-
"""Spacecraft beginning of life fuel mass, in orbit, in kilograms."""
|
223
|
-
|
224
|
-
bus_cross_section: Optional[float] = FieldInfo(alias="busCrossSection", default=None)
|
225
|
-
"""Average cross sectional area of the bus in meters squared."""
|
226
|
-
|
227
|
-
bus_type: Optional[str] = FieldInfo(alias="busType", default=None)
|
228
|
-
"""Type of the bus on the spacecraft."""
|
229
|
-
|
230
|
-
cola_radius: Optional[float] = FieldInfo(alias="colaRadius", default=None)
|
231
|
-
"""
|
232
|
-
Maximum dimension of the box circumscribing the spacecraft (d = sqrt(a*a + b*b +
|
233
|
-
c\\**c) where a is the tip-to-tip dimension, b and c are perpendicular to that.)
|
234
|
-
in meters.
|
235
|
-
"""
|
236
|
-
|
237
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
238
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
239
|
-
|
240
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
241
|
-
"""
|
242
|
-
Application user who created the row in the database, auto-populated by the
|
243
|
-
system.
|
244
|
-
"""
|
245
|
-
|
246
|
-
cross_section: Optional[float] = FieldInfo(alias="crossSection", default=None)
|
247
|
-
"""Average cross sectional area in meters squared."""
|
248
|
-
|
249
|
-
current_mass: Optional[float] = FieldInfo(alias="currentMass", default=None)
|
250
|
-
"""The estimated total current mass of the spacecraft, in kilograms."""
|
251
|
-
|
252
|
-
delta_v_unc: Optional[float] = FieldInfo(alias="deltaVUnc", default=None)
|
253
|
-
"""The 1-sigma uncertainty of the total spacecraft delta V, in meters per second."""
|
254
|
-
|
255
|
-
dep_est_masses: Optional[List[float]] = FieldInfo(alias="depEstMasses", default=None)
|
256
|
-
"""Array of the estimated mass of each deployable object, in kilograms.
|
257
|
-
|
258
|
-
Must contain the same number of elements as the value of numDeployable.
|
259
|
-
"""
|
260
|
-
|
261
|
-
dep_mass_uncs: Optional[List[float]] = FieldInfo(alias="depMassUncs", default=None)
|
262
|
-
"""
|
263
|
-
Array of the 1-sigma uncertainty of the mass for each deployable object, in
|
264
|
-
kilograms. Must contain the same number of elements as the value of
|
265
|
-
numDeployable.
|
266
|
-
"""
|
267
|
-
|
268
|
-
dep_names: Optional[List[str]] = FieldInfo(alias="depNames", default=None)
|
269
|
-
"""Array of satellite deployable objects.
|
270
|
-
|
271
|
-
Must contain the same number of elements as the value of numDeployable.
|
272
|
-
"""
|
273
|
-
|
274
|
-
drift_rate: Optional[float] = FieldInfo(alias="driftRate", default=None)
|
275
|
-
"""GEO drift rate, if applicable in degrees per day."""
|
276
|
-
|
277
|
-
dry_mass: Optional[float] = FieldInfo(alias="dryMass", default=None)
|
278
|
-
"""Spacecraft dry mass (without fuel or disposables) in kilograms."""
|
279
|
-
|
280
|
-
est_delta_v_duration: Optional[float] = FieldInfo(alias="estDeltaVDuration", default=None)
|
281
|
-
"""Estimated maximum burn duration for the object, in seconds."""
|
282
|
-
|
283
|
-
fuel_remaining: Optional[float] = FieldInfo(alias="fuelRemaining", default=None)
|
284
|
-
"""Estimated remaining fuel for the object in kilograms."""
|
285
|
-
|
286
|
-
geo_slot: Optional[float] = FieldInfo(alias="geoSlot", default=None)
|
287
|
-
"""GEO slot if applicable, in degrees.
|
288
|
-
|
289
|
-
-180 (West of Prime Meridian) to 180 degrees (East of Prime Meridian). Prime
|
290
|
-
Meridian is 0.
|
291
|
-
"""
|
292
|
-
|
293
|
-
last_ob_source: Optional[str] = FieldInfo(alias="lastObSource", default=None)
|
294
|
-
"""The name of the source who last provided an observation for this idOnOrbit."""
|
295
|
-
|
296
|
-
last_ob_time: Optional[datetime] = FieldInfo(alias="lastObTime", default=None)
|
297
|
-
"""
|
298
|
-
Time of last reported observation for this object in ISO 8601 UTC with
|
299
|
-
microsecond precision.
|
300
|
-
"""
|
301
|
-
|
302
|
-
launch_mass: Optional[float] = FieldInfo(alias="launchMass", default=None)
|
303
|
-
"""Nominal mass of spacecraft and fuel at launch time, in kilograms."""
|
304
|
-
|
305
|
-
launch_mass_max: Optional[float] = FieldInfo(alias="launchMassMax", default=None)
|
306
|
-
"""Maximum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
|
307
|
-
|
308
|
-
launch_mass_min: Optional[float] = FieldInfo(alias="launchMassMin", default=None)
|
309
|
-
"""Minimum (estimated) mass of spacecraft and fuel at launch time, in kilograms."""
|
310
|
-
|
311
|
-
maneuverable: Optional[bool] = None
|
312
|
-
"""Boolean indicating whether a spacecraft is maneuverable.
|
313
|
-
|
314
|
-
Note that a spacecraft may have propulsion capability but may not be
|
315
|
-
maneuverable due to lack of fuel, anomalous condition, or other operational
|
316
|
-
constraints.
|
317
|
-
"""
|
318
|
-
|
319
|
-
max_delta_v: Optional[float] = FieldInfo(alias="maxDeltaV", default=None)
|
320
|
-
"""Maximum delta V available for this on-orbit spacecraft, in meters per second."""
|
321
|
-
|
322
|
-
max_radius: Optional[float] = FieldInfo(alias="maxRadius", default=None)
|
323
|
-
"""
|
324
|
-
Maximum dimension across the spacecraft (e.g., tip-to-tip across the solar panel
|
325
|
-
arrays) in meters.
|
326
|
-
"""
|
327
|
-
|
328
|
-
mission_types: Optional[List[str]] = FieldInfo(alias="missionTypes", default=None)
|
329
|
-
"""Array of the type of missions the spacecraft performs.
|
330
|
-
|
331
|
-
Must contain the same number of elements as the value of numMission.
|
332
|
-
"""
|
333
|
-
|
334
|
-
num_deployable: Optional[int] = FieldInfo(alias="numDeployable", default=None)
|
335
|
-
"""The number of sub-satellites or deployable objects on the spacecraft."""
|
336
|
-
|
337
|
-
num_mission: Optional[int] = FieldInfo(alias="numMission", default=None)
|
338
|
-
"""The number of distinct missions the spacecraft performs."""
|
339
|
-
|
340
|
-
origin: Optional[str] = None
|
341
|
-
"""
|
342
|
-
Originating system or organization which produced the data, if different from
|
343
|
-
the source. The origin may be different than the source if the source was a
|
344
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
345
|
-
null, the source may be assumed to be the origin.
|
346
|
-
"""
|
347
|
-
|
348
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
349
|
-
"""
|
350
|
-
The originating source network on which this record was created, auto-populated
|
351
|
-
by the system.
|
352
|
-
"""
|
353
|
-
|
354
|
-
rcs: Optional[float] = None
|
355
|
-
"""Current/latest radar cross section in meters squared."""
|
356
|
-
|
357
|
-
rcs_max: Optional[float] = FieldInfo(alias="rcsMax", default=None)
|
358
|
-
"""Maximum radar cross section in meters squared."""
|
359
|
-
|
360
|
-
rcs_mean: Optional[float] = FieldInfo(alias="rcsMean", default=None)
|
361
|
-
"""Mean radar cross section in meters squared."""
|
362
|
-
|
363
|
-
rcs_min: Optional[float] = FieldInfo(alias="rcsMin", default=None)
|
364
|
-
"""Minimum radar cross section in meters squared."""
|
365
|
-
|
366
|
-
ref_source: Optional[str] = FieldInfo(alias="refSource", default=None)
|
367
|
-
"""
|
368
|
-
The reference source, sources, or URL from which the data in this record was
|
369
|
-
obtained.
|
370
|
-
"""
|
371
|
-
|
372
|
-
solar_array_area: Optional[float] = FieldInfo(alias="solarArrayArea", default=None)
|
373
|
-
"""Spacecraft deployed area of solar array in meters squared."""
|
374
|
-
|
375
|
-
total_mass_unc: Optional[float] = FieldInfo(alias="totalMassUnc", default=None)
|
376
|
-
"""The 1-sigma uncertainty of the total spacecraft mass, in kilograms."""
|
377
|
-
|
378
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
379
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
380
|
-
|
381
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
382
|
-
"""
|
383
|
-
Application user who updated the row in the database, auto-populated by the
|
384
|
-
system.
|
385
|
-
"""
|
386
|
-
|
387
|
-
vismag: Optional[float] = None
|
388
|
-
"""Current/latest visual magnitude in M."""
|
389
|
-
|
390
|
-
vismag_max: Optional[float] = FieldInfo(alias="vismagMax", default=None)
|
391
|
-
"""Maximum visual magnitude in M."""
|
392
|
-
|
393
|
-
vismag_mean: Optional[float] = FieldInfo(alias="vismagMean", default=None)
|
394
|
-
"""Mean visual magnitude in M."""
|
395
|
-
|
396
|
-
vismag_min: Optional[float] = FieldInfo(alias="vismagMin", default=None)
|
397
|
-
"""Minimum visual magnitude in M."""
|
398
|
-
|
399
|
-
|
400
|
-
class OnOrbitSolarArraySolarArray(BaseModel):
|
401
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
402
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
403
|
-
|
404
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
405
|
-
may include both real and simulated data.
|
406
|
-
|
407
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
408
|
-
events, and analysis.
|
409
|
-
|
410
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
411
|
-
datasets.
|
412
|
-
|
413
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
414
|
-
requirements, and for validating technical, functional, and performance
|
415
|
-
characteristics.
|
416
|
-
"""
|
417
|
-
|
418
|
-
name: str
|
419
|
-
"""Solar Array name."""
|
420
|
-
|
421
|
-
source: str
|
422
|
-
"""Source of the data."""
|
423
|
-
|
424
|
-
id: Optional[str] = None
|
425
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
426
|
-
|
427
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
428
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
429
|
-
|
430
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
431
|
-
"""
|
432
|
-
Application user who created the row in the database, auto-populated by the
|
433
|
-
system.
|
434
|
-
"""
|
435
|
-
|
436
|
-
origin: Optional[str] = None
|
437
|
-
"""
|
438
|
-
Originating system or organization which produced the data, if different from
|
439
|
-
the source. The origin may be different than the source if the source was a
|
440
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
441
|
-
null, the source may be assumed to be the origin.
|
442
|
-
"""
|
443
|
-
|
444
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
445
|
-
"""
|
446
|
-
The originating source network on which this record was created, auto-populated
|
447
|
-
by the system.
|
448
|
-
"""
|
449
|
-
|
450
|
-
solar_array_details: Optional[List[SolarArrayDetailsFull]] = FieldInfo(alias="solarArrayDetails", default=None)
|
451
|
-
"""
|
452
|
-
Read-only collection of additional SolarArrayDetails by various sources for this
|
453
|
-
organization, ignored on create/update. These details must be created separately
|
454
|
-
via the /udl/solararraydetails operations.
|
455
|
-
"""
|
456
|
-
|
457
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
458
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
459
|
-
|
460
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
461
|
-
"""
|
462
|
-
Application user who updated the row in the database, auto-populated by the
|
463
|
-
system.
|
464
|
-
"""
|
465
|
-
|
466
|
-
|
467
|
-
class OnOrbitSolarArray(BaseModel):
|
468
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
469
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
470
|
-
|
471
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
472
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
473
|
-
|
474
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
475
|
-
may include both real and simulated data.
|
476
|
-
|
477
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
478
|
-
events, and analysis.
|
479
|
-
|
480
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
481
|
-
datasets.
|
482
|
-
|
483
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
484
|
-
requirements, and for validating technical, functional, and performance
|
485
|
-
characteristics.
|
486
|
-
"""
|
487
|
-
|
488
|
-
id_on_orbit: str = FieldInfo(alias="idOnOrbit")
|
489
|
-
"""ID of the on-orbit object."""
|
490
|
-
|
491
|
-
id_solar_array: str = FieldInfo(alias="idSolarArray")
|
492
|
-
"""ID of the SolarArray."""
|
493
|
-
|
494
|
-
source: str
|
495
|
-
"""Source of the data."""
|
496
|
-
|
497
|
-
id: Optional[str] = None
|
498
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
499
|
-
|
500
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
501
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
502
|
-
|
503
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
504
|
-
"""
|
505
|
-
Application user who created the row in the database, auto-populated by the
|
506
|
-
system.
|
507
|
-
"""
|
508
|
-
|
509
|
-
origin: Optional[str] = None
|
510
|
-
"""
|
511
|
-
Originating system or organization which produced the data, if different from
|
512
|
-
the source. The origin may be different than the source if the source was a
|
513
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
514
|
-
null, the source may be assumed to be the origin.
|
515
|
-
"""
|
516
|
-
|
517
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
518
|
-
"""
|
519
|
-
The originating source network on which this record was created, auto-populated
|
520
|
-
by the system.
|
521
|
-
"""
|
522
|
-
|
523
|
-
quantity: Optional[int] = None
|
524
|
-
"""
|
525
|
-
The number of solar arrays on the spacecraft of the type identified by
|
526
|
-
idSolarArray.
|
527
|
-
"""
|
528
|
-
|
529
|
-
solar_array: Optional[OnOrbitSolarArraySolarArray] = FieldInfo(alias="solarArray", default=None)
|
530
|
-
"""Model representation of information on on-orbit/spacecraft solar arrays.
|
531
|
-
|
532
|
-
A spacecraft may have multiple solar arrays and each solar array can have
|
533
|
-
multiple 'details' records compiled by different sources.
|
534
|
-
"""
|
535
|
-
|
536
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
537
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
538
|
-
|
539
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
540
|
-
"""
|
541
|
-
Application user who updated the row in the database, auto-populated by the
|
542
|
-
system.
|
543
|
-
"""
|
544
|
-
|
545
|
-
|
546
|
-
class OnOrbitThruster(BaseModel):
|
547
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
548
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
549
|
-
|
550
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
551
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
552
|
-
|
553
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
554
|
-
may include both real and simulated data.
|
555
|
-
|
556
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
557
|
-
events, and analysis.
|
558
|
-
|
559
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
560
|
-
datasets.
|
561
|
-
|
562
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
563
|
-
requirements, and for validating technical, functional, and performance
|
564
|
-
characteristics.
|
565
|
-
"""
|
566
|
-
|
567
|
-
id_engine: str = FieldInfo(alias="idEngine")
|
568
|
-
"""ID of the Engine."""
|
569
|
-
|
570
|
-
id_on_orbit: str = FieldInfo(alias="idOnOrbit")
|
571
|
-
"""ID of the on-orbit object."""
|
572
|
-
|
573
|
-
source: str
|
574
|
-
"""Source of the data."""
|
575
|
-
|
576
|
-
id: Optional[str] = None
|
577
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
578
|
-
|
579
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
580
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
581
|
-
|
582
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
583
|
-
"""
|
584
|
-
Application user who created the row in the database, auto-populated by the
|
585
|
-
system.
|
586
|
-
"""
|
587
|
-
|
588
|
-
engine: Optional[Engine] = None
|
589
|
-
"""Known launch vehicle engines and their performance characteristics and limits.
|
590
|
-
|
591
|
-
A launch vehicle has 1 to many engines per stage.
|
592
|
-
"""
|
593
|
-
|
594
|
-
origin: Optional[str] = None
|
595
|
-
"""
|
596
|
-
Originating system or organization which produced the data, if different from
|
597
|
-
the source. The origin may be different than the source if the source was a
|
598
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
599
|
-
null, the source may be assumed to be the origin.
|
600
|
-
"""
|
601
|
-
|
602
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
603
|
-
"""
|
604
|
-
The originating source network on which this record was created, auto-populated
|
605
|
-
by the system.
|
606
|
-
"""
|
607
|
-
|
608
|
-
quantity: Optional[int] = None
|
609
|
-
"""
|
610
|
-
The number of engines/thrusters on the spacecraft of the type identified by
|
611
|
-
idEngine.
|
612
|
-
"""
|
613
|
-
|
614
|
-
type: Optional[str] = None
|
615
|
-
"""The type of thruster associated with this record (e.g.
|
616
|
-
|
617
|
-
LAE, Hydrazine REA, etc.).
|
618
|
-
"""
|
619
|
-
|
620
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
621
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
622
|
-
|
623
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
624
|
-
"""
|
625
|
-
Application user who updated the row in the database, auto-populated by the
|
626
|
-
system.
|
627
|
-
"""
|
628
|
-
|
629
|
-
|
630
|
-
class OnOrbit(BaseModel):
|
631
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
632
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
633
|
-
|
634
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
635
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
636
|
-
|
637
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
638
|
-
may include both real and simulated data.
|
639
|
-
|
640
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
641
|
-
events, and analysis.
|
642
|
-
|
643
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
644
|
-
datasets.
|
645
|
-
|
646
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
647
|
-
requirements, and for validating technical, functional, and performance
|
648
|
-
characteristics.
|
649
|
-
"""
|
650
|
-
|
651
|
-
sat_no: int = FieldInfo(alias="satNo")
|
652
|
-
"""Satellite/Catalog number of the target on-orbit object."""
|
653
|
-
|
654
|
-
source: str
|
655
|
-
"""Source of the data."""
|
656
|
-
|
657
|
-
alt_name: Optional[str] = FieldInfo(alias="altName", default=None)
|
658
|
-
"""Alternate name of the on-orbit object."""
|
659
|
-
|
660
|
-
antennas: Optional[List[OnOrbitAntenna]] = None
|
661
|
-
"""Read-only collection of antennas on this on-orbit object."""
|
662
|
-
|
663
|
-
batteries: Optional[List[OnOrbitBattery]] = None
|
664
|
-
"""Read-only collection of batteries on this on-orbit object."""
|
665
|
-
|
666
|
-
category: Optional[
|
667
|
-
Literal[
|
668
|
-
"Unknown",
|
669
|
-
"On-Orbit",
|
670
|
-
"Decayed",
|
671
|
-
"Cataloged Without State",
|
672
|
-
"Launch Nominal",
|
673
|
-
"Analyst Satellite",
|
674
|
-
"Cislunar",
|
675
|
-
"Lunar",
|
676
|
-
"Hyperbolic",
|
677
|
-
"Heliocentric",
|
678
|
-
"Interplanetary",
|
679
|
-
"Lagrangian",
|
680
|
-
"Docked",
|
681
|
-
]
|
682
|
-
] = None
|
683
|
-
"""Category of the on-orbit object.
|
684
|
-
|
685
|
-
(Unknown, On-Orbit, Decayed, Cataloged Without State, Launch Nominal, Analyst
|
686
|
-
Satellite, Cislunar, Lunar, Hyperbolic, Heliocentric, Interplanetary,
|
687
|
-
Lagrangian, Docked).
|
688
|
-
"""
|
689
|
-
|
690
|
-
common_name: Optional[str] = FieldInfo(alias="commonName", default=None)
|
691
|
-
"""Common name of the on-orbit object."""
|
692
|
-
|
693
|
-
constellation: Optional[str] = None
|
694
|
-
"""Constellation to which this satellite belongs."""
|
695
|
-
|
696
|
-
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
697
|
-
"""The country code.
|
698
|
-
|
699
|
-
This value is typically the ISO 3166 Alpha-2 two-character country code, however
|
700
|
-
it can also represent various consortiums that do not appear in the ISO
|
701
|
-
document. The code must correspond to an existing country in the UDL’s country
|
702
|
-
API. Call udl/country/{code} to get any associated FIPS code, ISO Alpha-3 code,
|
703
|
-
or alternate code values that exist for the specified country code.
|
704
|
-
"""
|
705
|
-
|
706
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
707
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
708
|
-
|
709
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
710
|
-
"""
|
711
|
-
Application user who created the row in the database, auto-populated by the
|
712
|
-
system.
|
713
|
-
"""
|
714
|
-
|
715
|
-
decay_date: Optional[datetime] = FieldInfo(alias="decayDate", default=None)
|
716
|
-
"""Date of decay."""
|
717
|
-
|
718
|
-
id_on_orbit: Optional[str] = FieldInfo(alias="idOnOrbit", default=None)
|
719
|
-
"""
|
720
|
-
For the public catalog, the idOnOrbit is typically the satellite number as a
|
721
|
-
string, but may be a UUID for analyst or other unknown or untracked satellites,
|
722
|
-
auto-generated by the system.
|
723
|
-
"""
|
724
|
-
|
725
|
-
intl_des: Optional[str] = FieldInfo(alias="intlDes", default=None)
|
726
|
-
"""
|
727
|
-
International Designator, typically of the format YYYYLLLAAA, where YYYY is the
|
728
|
-
launch year, LLL is the sequential launch number of that year, and AAA is an
|
729
|
-
optional launch piece designator for the launch.
|
730
|
-
"""
|
731
|
-
|
732
|
-
launch_date: Optional[date] = FieldInfo(alias="launchDate", default=None)
|
733
|
-
"""Date of launch."""
|
734
|
-
|
735
|
-
launch_site_id: Optional[str] = FieldInfo(alias="launchSiteId", default=None)
|
736
|
-
"""Id of the associated launchSite entity."""
|
737
|
-
|
738
|
-
lifetime_years: Optional[int] = FieldInfo(alias="lifetimeYears", default=None)
|
739
|
-
"""Estimated lifetime of the on-orbit payload, if known."""
|
740
|
-
|
741
|
-
mission_number: Optional[str] = FieldInfo(alias="missionNumber", default=None)
|
742
|
-
"""Mission number of the on-orbit object."""
|
743
|
-
|
744
|
-
object_type: Optional[Literal["ROCKET BODY", "DEBRIS", "PAYLOAD", "PLATFORM", "MANNED", "UNKNOWN"]] = FieldInfo(
|
745
|
-
alias="objectType", default=None
|
746
|
-
)
|
747
|
-
"""
|
748
|
-
Type of on-orbit object: ROCKET BODY, DEBRIS, PAYLOAD, PLATFORM, MANNED,
|
749
|
-
UNKNOWN.
|
750
|
-
"""
|
751
|
-
|
752
|
-
onorbit_details: Optional[List[OnOrbitOnorbitDetail]] = FieldInfo(alias="onorbitDetails", default=None)
|
753
|
-
"""Read-only collection of details for this on-orbit object."""
|
754
|
-
|
755
|
-
origin: Optional[str] = None
|
756
|
-
"""
|
757
|
-
Originating system or organization which produced the data, if different from
|
758
|
-
the source. The origin may be different than the source if the source was a
|
759
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
760
|
-
null, the source may be assumed to be the origin.
|
761
|
-
"""
|
762
|
-
|
763
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
764
|
-
"""
|
765
|
-
The originating source network on which this record was created, auto-populated
|
766
|
-
by the system.
|
767
|
-
"""
|
768
|
-
|
769
|
-
solar_arrays: Optional[List[OnOrbitSolarArray]] = FieldInfo(alias="solarArrays", default=None)
|
770
|
-
"""Read-only collection of solar arrays on this on-orbit object."""
|
771
|
-
|
772
|
-
thrusters: Optional[List[OnOrbitThruster]] = None
|
773
|
-
"""Read-only collection of thrusters (engines) on this on-orbit object."""
|
774
|
-
|
775
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
776
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
777
|
-
|
778
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
779
|
-
"""
|
780
|
-
Application user who updated the row in the database, auto-populated by the
|
781
|
-
system.
|
782
|
-
"""
|
783
|
-
|
784
|
-
|
785
|
-
class OperatingUnitOperatingUnitRemark(BaseModel):
|
786
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
787
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
788
|
-
|
789
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
790
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
791
|
-
|
792
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
793
|
-
may include both real and simulated data.
|
794
|
-
|
795
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
796
|
-
events, and analysis.
|
797
|
-
|
798
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
799
|
-
datasets.
|
800
|
-
|
801
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
802
|
-
requirements, and for validating technical, functional, and performance
|
803
|
-
characteristics.
|
804
|
-
"""
|
805
|
-
|
806
|
-
id_operating_unit: str = FieldInfo(alias="idOperatingUnit")
|
807
|
-
"""The ID of the operating unit to which this remark applies."""
|
808
|
-
|
809
|
-
source: str
|
810
|
-
"""Source of the data."""
|
811
|
-
|
812
|
-
text: str
|
813
|
-
"""The text of the remark."""
|
814
|
-
|
815
|
-
id: Optional[str] = None
|
816
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
817
|
-
|
818
|
-
alt_rmk_id: Optional[str] = FieldInfo(alias="altRmkId", default=None)
|
819
|
-
"""Unique identifier of the unit remark record from the originating system."""
|
820
|
-
|
821
|
-
code: Optional[str] = None
|
822
|
-
"""The remark type identifier.
|
823
|
-
|
824
|
-
For example, the Mobility Air Forces (MAF) remark code, defined in the Airfield
|
825
|
-
Suitability and Restriction Report (ASRR).
|
826
|
-
"""
|
827
|
-
|
828
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
829
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
830
|
-
|
831
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
832
|
-
"""
|
833
|
-
Application user who created the row in the database, auto-populated by the
|
834
|
-
system.
|
835
|
-
"""
|
836
|
-
|
837
|
-
name: Optional[str] = None
|
838
|
-
"""The name of the remark."""
|
839
|
-
|
840
|
-
origin: Optional[str] = None
|
841
|
-
"""
|
842
|
-
Originating system or organization which produced the data, if different from
|
843
|
-
the source. The origin may be different than the source if the source was a
|
844
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
845
|
-
null, the source may be assumed to be the origin.
|
846
|
-
"""
|
847
|
-
|
848
|
-
type: Optional[str] = None
|
849
|
-
"""The remark type (e.g. Caution, Information, Misc, Restriction, etc.)."""
|
850
|
-
|
851
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
852
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
853
|
-
|
854
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
855
|
-
"""
|
856
|
-
Application user who updated the row in the database, auto-populated by the
|
857
|
-
system.
|
858
|
-
"""
|
859
|
-
|
860
|
-
|
861
|
-
class OperatingUnit(BaseModel):
|
862
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
863
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
864
|
-
|
865
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
866
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
867
|
-
|
868
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
869
|
-
may include both real and simulated data.
|
870
|
-
|
871
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
872
|
-
events, and analysis.
|
873
|
-
|
874
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
875
|
-
datasets.
|
876
|
-
|
877
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
878
|
-
requirements, and for validating technical, functional, and performance
|
879
|
-
characteristics.
|
880
|
-
"""
|
881
|
-
|
882
|
-
name: str
|
883
|
-
"""Name of the operating unit."""
|
884
|
-
|
885
|
-
source: str
|
886
|
-
"""Source of the data."""
|
887
|
-
|
888
|
-
air_def_area: Optional[str] = FieldInfo(alias="airDefArea", default=None)
|
889
|
-
"""
|
890
|
-
Air Defense District (ADD) or Air Defense Area (ADA) in which the geographic
|
891
|
-
coordinates reside.
|
892
|
-
"""
|
893
|
-
|
894
|
-
allegiance: Optional[str] = None
|
895
|
-
"""
|
896
|
-
The DoD Standard country code designator for the country or political entity to
|
897
|
-
which the operating unit owes its allegiance. This field will be set to "OTHR"
|
898
|
-
if the source value does not match a UDL country code value (ISO-3166-ALPHA-2).
|
899
|
-
"""
|
900
|
-
|
901
|
-
alt_allegiance: Optional[str] = FieldInfo(alias="altAllegiance", default=None)
|
902
|
-
"""
|
903
|
-
Specifies an alternate allegiance code if the data provider code is not part of
|
904
|
-
an official Country Code standard such as ISO-3166 or FIPS. This field will be
|
905
|
-
set to the value provided by the source and should be used for all Queries
|
906
|
-
specifying allegiance.
|
907
|
-
"""
|
908
|
-
|
909
|
-
alt_country_code: Optional[str] = FieldInfo(alias="altCountryCode", default=None)
|
910
|
-
"""
|
911
|
-
Specifies an alternate country code if the data provider code is not part of an
|
912
|
-
official Country Code standard such as ISO-3166 or FIPS. This field will be set
|
913
|
-
to the value provided by the source and should be used for all Queries
|
914
|
-
specifying a Country Code.
|
915
|
-
"""
|
916
|
-
|
917
|
-
alt_operating_unit_id: Optional[str] = FieldInfo(alias="altOperatingUnitId", default=None)
|
918
|
-
"""Unique identifier of the operating unit record from the originating system."""
|
919
|
-
|
920
|
-
class_rating: Optional[str] = FieldInfo(alias="classRating", default=None)
|
921
|
-
"""Indicates the importance of the operating unit to the OES or MIR system.
|
922
|
-
|
923
|
-
This data element is restricted to update by DIA (DB-4). Valid values are: 0 -
|
924
|
-
Does not meet criteria above 1 - Primary importance to system 2 - Secondary
|
925
|
-
importance to system 3 - Tertiary importance to system O - Other. Explain in
|
926
|
-
Remarks.
|
927
|
-
"""
|
928
|
-
|
929
|
-
condition: Optional[str] = None
|
930
|
-
"""The physical manner of being or state of existence of the operating unit.
|
931
|
-
|
932
|
-
A physical condition that must be considered in the determining of a course of
|
933
|
-
action. The specific usage and enumerations contained in this field may be found
|
934
|
-
in the documentation provided in the referenceDoc field. If referenceDoc not
|
935
|
-
provided, users may consult the data provider.
|
936
|
-
"""
|
937
|
-
|
938
|
-
condition_avail: Optional[str] = FieldInfo(alias="conditionAvail", default=None)
|
939
|
-
"""Availability of the operating unit relative to its condition.
|
940
|
-
|
941
|
-
Indicates the reason the operating unit is not fully operational. The specific
|
942
|
-
usage and enumerations contained in this field may be found in the documentation
|
943
|
-
provided in the referenceDoc field. If referenceDoc not provided, users may
|
944
|
-
consult the data provider.
|
945
|
-
"""
|
946
|
-
|
947
|
-
coord: Optional[str] = None
|
948
|
-
"""
|
949
|
-
Indicates any of the magnitudes that serve to define the position of a point by
|
950
|
-
reference to a fixed figure, system of lines, etc.
|
951
|
-
|
952
|
-
Pos. 1-2. Latitude Degrees [00-90]
|
953
|
-
|
954
|
-
Pos. 3-4. Latitude Minutes [00-59]
|
955
|
-
|
956
|
-
Pos. 5-6. Latitude Seconds [00-59]
|
957
|
-
|
958
|
-
Pos. 7-9. Latitude Thousandths Of Seconds [000-999]
|
959
|
-
|
960
|
-
Pos. 10. Latitude Hemisphere [NS]
|
961
|
-
|
962
|
-
Pos. 11-13. Longitude Degrees [00-180]
|
963
|
-
|
964
|
-
Pos. 14-15. Longitude Minutes [00-59]
|
965
|
-
|
966
|
-
Pos. 16-17. Longitude Seconds [00-59]
|
967
|
-
|
968
|
-
Pos. 18-20. Longitude Thousandths Of Seconds [000-999]
|
969
|
-
|
970
|
-
Pos. 21. Longitude Hemisphere [EW]
|
971
|
-
|
972
|
-
Pos. 1-21. Unknown Latitude and Unknown Longitude [000000000U000000000U]
|
973
|
-
"""
|
974
|
-
|
975
|
-
coord_datum: Optional[str] = FieldInfo(alias="coordDatum", default=None)
|
976
|
-
"""A mathematical model of the earth used to calculate coordinates on a map.
|
977
|
-
|
978
|
-
US Forces use the World Geodetic System 1984 (WGS 84), but also use maps by
|
979
|
-
allied countries with local datums. The datum must be specified to ensure
|
980
|
-
accuracy of coordinates. The specific usage and enumerations contained in this
|
981
|
-
field may be found in the documentation provided in the referenceDoc field. If
|
982
|
-
referenceDoc not provided, users may consult the data provider.
|
983
|
-
"""
|
984
|
-
|
985
|
-
coord_deriv_acc: Optional[float] = FieldInfo(alias="coordDerivAcc", default=None)
|
986
|
-
"""
|
987
|
-
Indicates the plus or minus error assessed against the method used to derive the
|
988
|
-
coordinate.
|
989
|
-
"""
|
990
|
-
|
991
|
-
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
992
|
-
"""
|
993
|
-
The DoD Standard country code designator for the country or political entity to
|
994
|
-
which the operating unit geographic coordinates reside . This field will be set
|
995
|
-
to "OTHR" if the source value does not match a UDL country code value
|
996
|
-
(ISO-3166-ALPHA-2).
|
997
|
-
"""
|
998
|
-
|
999
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1000
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
1001
|
-
|
1002
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
1003
|
-
"""
|
1004
|
-
Application user who created the row in the database, auto-populated by the
|
1005
|
-
system.
|
1006
|
-
"""
|
1007
|
-
|
1008
|
-
deploy_status: Optional[str] = FieldInfo(alias="deployStatus", default=None)
|
1009
|
-
"""A code describing the amount of operating unit participation in a deployment.
|
1010
|
-
|
1011
|
-
The specific usage and enumerations contained in this field may be found in the
|
1012
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1013
|
-
users may consult the data provider.
|
1014
|
-
"""
|
1015
|
-
|
1016
|
-
description: Optional[str] = None
|
1017
|
-
"""Description of the operating unit."""
|
1018
|
-
|
1019
|
-
div_cat: Optional[str] = FieldInfo(alias="divCat", default=None)
|
1020
|
-
"""Combat status of a divisional or equivalent operating unit.
|
1021
|
-
|
1022
|
-
Currently, this data element applies only to operating units of the Former
|
1023
|
-
Soviet Union. The specific usage and enumerations contained in this field may be
|
1024
|
-
found in the documentation provided in the referenceDoc field. If referenceDoc
|
1025
|
-
not provided, users may consult the data provider.
|
1026
|
-
"""
|
1027
|
-
|
1028
|
-
echelon: Optional[str] = None
|
1029
|
-
"""Organizational level of the operating unit.
|
1030
|
-
|
1031
|
-
The specific usage and enumerations contained in this field may be found in the
|
1032
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1033
|
-
users may consult the data provider.
|
1034
|
-
"""
|
1035
|
-
|
1036
|
-
echelon_tier: Optional[str] = FieldInfo(alias="echelonTier", default=None)
|
1037
|
-
"""Indicates the major group or level to which an echelon belongs.
|
1038
|
-
|
1039
|
-
The specific usage and enumerations contained in this field may be found in the
|
1040
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1041
|
-
users may consult the data provider.
|
1042
|
-
"""
|
1043
|
-
|
1044
|
-
elev_msl: Optional[float] = FieldInfo(alias="elevMsl", default=None)
|
1045
|
-
"""
|
1046
|
-
Ground elevation of the geographic coordinates referenced to (above or below)
|
1047
|
-
Mean Sea Level (MSL) vertical datum.
|
1048
|
-
"""
|
1049
|
-
|
1050
|
-
elev_msl_conf_lvl: Optional[int] = FieldInfo(alias="elevMslConfLvl", default=None)
|
1051
|
-
"""
|
1052
|
-
Indicates the confidence level expressed as a percent that a specific geometric
|
1053
|
-
spatial element, ELEVATION_MSL linear accuracy, has been vertically positioned
|
1054
|
-
to within a specified vertical accuracy.
|
1055
|
-
"""
|
1056
|
-
|
1057
|
-
elev_msl_deriv_acc: Optional[float] = FieldInfo(alias="elevMslDerivAcc", default=None)
|
1058
|
-
"""
|
1059
|
-
Indicates the plus or minus error assessed against the method used to derive the
|
1060
|
-
elevation.
|
1061
|
-
"""
|
1062
|
-
|
1063
|
-
eval: Optional[int] = None
|
1064
|
-
"""
|
1065
|
-
The Intelligence Confidence Level or the Reliability/degree of confidence that
|
1066
|
-
the analyst has assigned to the data within this record. The numerical range is
|
1067
|
-
from 1 to 9 with 1 representing the highest confidence level.
|
1068
|
-
"""
|
1069
|
-
|
1070
|
-
flag_flown: Optional[str] = FieldInfo(alias="flagFlown", default=None)
|
1071
|
-
"""The country code of the observed flag flown."""
|
1072
|
-
|
1073
|
-
fleet_id: Optional[str] = FieldInfo(alias="fleetId", default=None)
|
1074
|
-
"""Naval fleet to which an operating unit is assigned.
|
1075
|
-
|
1076
|
-
The specific usage and enumerations contained in this field may be found in the
|
1077
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1078
|
-
users may consult the data provider.
|
1079
|
-
"""
|
1080
|
-
|
1081
|
-
force: Optional[str] = None
|
1082
|
-
"""
|
1083
|
-
An aggregation of military units within a single service (i.e., ARMY, AIR FORCE,
|
1084
|
-
etc.) which operates under a single authority to accomplish a common mission.
|
1085
|
-
The specific usage and enumerations contained in this field may be found in the
|
1086
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1087
|
-
users may consult the data provider.
|
1088
|
-
"""
|
1089
|
-
|
1090
|
-
force_name: Optional[str] = FieldInfo(alias="forceName", default=None)
|
1091
|
-
"""The specific name for a given force.
|
1092
|
-
|
1093
|
-
For example, Force = ADF (Air Defense Force) and Force Name = Army Air Defense
|
1094
|
-
Force.
|
1095
|
-
"""
|
1096
|
-
|
1097
|
-
fpa: Optional[str] = None
|
1098
|
-
"""Functional Production Area (FPA) under the Shared Production Program (SPP).
|
1099
|
-
|
1100
|
-
Producers are defined per country per FPA. The specific usage and enumerations
|
1101
|
-
contained in this field may be found in the documentation provided in the
|
1102
|
-
referenceDoc field. If referenceDoc not provided, users may consult the data
|
1103
|
-
provider.
|
1104
|
-
"""
|
1105
|
-
|
1106
|
-
funct_role: Optional[str] = FieldInfo(alias="functRole", default=None)
|
1107
|
-
"""
|
1108
|
-
Principal combat-related role that an operating unit is organized, structured
|
1109
|
-
and equipped to perform. Or, the specialized military or paramilitary branch in
|
1110
|
-
which an individual serves, their specialization. The specific usage and
|
1111
|
-
enumerations contained in this field may be found in the documentation provided
|
1112
|
-
in the referenceDoc field. If referenceDoc not provided, users may consult the
|
1113
|
-
data provider.
|
1114
|
-
"""
|
1115
|
-
|
1116
|
-
geoidal_msl_sep: Optional[float] = FieldInfo(alias="geoidalMslSep", default=None)
|
1117
|
-
"""The distance between Mean Sea Level and a referenced ellipsoid."""
|
1118
|
-
|
1119
|
-
id_contact: Optional[str] = FieldInfo(alias="idContact", default=None)
|
1120
|
-
"""Unique identifier of the contact for this operating unit."""
|
1121
|
-
|
1122
|
-
ident: Optional[str] = None
|
1123
|
-
"""
|
1124
|
-
Estimated identity of the Site (ASSUMED FRIEND, FRIEND, HOSTILE, FAKER, JOKER,
|
1125
|
-
NEUTRAL, PENDING, SUSPECT, UNKNOWN):
|
1126
|
-
|
1127
|
-
ASSUMED FRIEND: Track assumed to be a friend due to the object characteristics,
|
1128
|
-
behavior, and/or origin.
|
1129
|
-
|
1130
|
-
FRIEND: Track object supporting friendly forces and belonging to a declared
|
1131
|
-
friendly nation or entity.
|
1132
|
-
|
1133
|
-
HOSTILE: Track object belonging to an opposing nation, party, group, or entity
|
1134
|
-
deemed to contribute to a threat to friendly forces or their mission due to its
|
1135
|
-
behavior, characteristics, nationality, or origin.
|
1136
|
-
|
1137
|
-
FAKER: Friendly track, object, or entity acting as an exercise hostile.
|
1138
|
-
|
1139
|
-
JOKER: Friendly track, object, or entity acting as an exercise suspect.
|
1140
|
-
|
1141
|
-
NEUTRAL: Track object whose characteristics, behavior, nationality, and/or
|
1142
|
-
origin indicate that it is neither supporting nor opposing friendly forces or
|
1143
|
-
their mission.
|
1144
|
-
|
1145
|
-
PENDING: Track object which has not been evaluated.
|
1146
|
-
|
1147
|
-
SUSPECT: Track object deemed potentially hostile due to the object
|
1148
|
-
characteristics, behavior, nationality, and/or origin.
|
1149
|
-
|
1150
|
-
UNKNOWN: Track object which has been evaluated and does not meet criteria for
|
1151
|
-
any standard identity.
|
1152
|
-
"""
|
1153
|
-
|
1154
|
-
id_location: Optional[str] = FieldInfo(alias="idLocation", default=None)
|
1155
|
-
"""Unique identifier of the location record for this operating unit."""
|
1156
|
-
|
1157
|
-
id_operating_unit: Optional[str] = FieldInfo(alias="idOperatingUnit", default=None)
|
1158
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
1159
|
-
|
1160
|
-
id_organization: Optional[str] = FieldInfo(alias="idOrganization", default=None)
|
1161
|
-
"""Unique identifier of the organization record for this operating unit."""
|
1162
|
-
|
1163
|
-
lat: Optional[float] = None
|
1164
|
-
"""WGS84 latitude of the location, in degrees.
|
1165
|
-
|
1166
|
-
-90 to 90 degrees (negative values south of equator).
|
1167
|
-
"""
|
1168
|
-
|
1169
|
-
location: Optional[LocationFull] = None
|
1170
|
-
"""
|
1171
|
-
Model representation of a location, which is a specific fixed point on the earth
|
1172
|
-
and is used to denote the locations of fixed sensors, operating units, etc.
|
1173
|
-
"""
|
1174
|
-
|
1175
|
-
loc_name: Optional[str] = FieldInfo(alias="locName", default=None)
|
1176
|
-
"""Location name for the coordinates."""
|
1177
|
-
|
1178
|
-
loc_reason: Optional[str] = FieldInfo(alias="locReason", default=None)
|
1179
|
-
"""Indicates the reason that the operating unit is at that location.
|
1180
|
-
|
1181
|
-
The specific usage and enumerations contained in this field may be found in the
|
1182
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1183
|
-
users may consult the data provider.
|
1184
|
-
"""
|
1185
|
-
|
1186
|
-
lon: Optional[float] = None
|
1187
|
-
"""WGS84 longitude of the location, in degrees.
|
1188
|
-
|
1189
|
-
-180 to 180 degrees (negative values west of Prime Meridian).
|
1190
|
-
"""
|
1191
|
-
|
1192
|
-
master_unit: Optional[bool] = FieldInfo(alias="masterUnit", default=None)
|
1193
|
-
"""
|
1194
|
-
This field contains a value indicating whether the record is a master unit
|
1195
|
-
record (True) or a detail record (False). Master records contain basic
|
1196
|
-
information that does not change over time for each unit that has been selected
|
1197
|
-
to be projected.
|
1198
|
-
"""
|
1199
|
-
|
1200
|
-
mil_grid: Optional[str] = FieldInfo(alias="milGrid", default=None)
|
1201
|
-
"""
|
1202
|
-
The Military Grid Reference System is the geocoordinate standard used by NATO
|
1203
|
-
militaries for locating points on Earth. The MGRS is derived from the Universal
|
1204
|
-
Transverse Mercator (UTM) grid system and the Universal Polar Stereographic
|
1205
|
-
(UPS) grid system, but uses a different labeling convention. The MGRS is used as
|
1206
|
-
geocode for the entire Earth. Example of an milgrid coordinate, or grid
|
1207
|
-
reference, would be 4QFJ12345678, which consists of three parts: 4Q (grid zone
|
1208
|
-
designator, GZD) FJ (the 100,000-meter square identifier) 12345678 (numerical
|
1209
|
-
location; easting is 1234 and northing is 5678, in this case specifying a
|
1210
|
-
location with 10 m resolution).
|
1211
|
-
"""
|
1212
|
-
|
1213
|
-
mil_grid_sys: Optional[str] = FieldInfo(alias="milGridSys", default=None)
|
1214
|
-
"""Indicates the grid system used in the development of the milGrid coordinates.
|
1215
|
-
|
1216
|
-
Values are:
|
1217
|
-
|
1218
|
-
UPS - Universal Polar System
|
1219
|
-
|
1220
|
-
UTM - Universal Transverse Mercator
|
1221
|
-
"""
|
1222
|
-
|
1223
|
-
msn_primary: Optional[str] = FieldInfo(alias="msnPrimary", default=None)
|
1224
|
-
"""
|
1225
|
-
Indicates the principal type of mission that an operating unit is organized and
|
1226
|
-
equipped to perform. The specific usage and enumerations contained in this field
|
1227
|
-
may be found in the documentation provided in the referenceDoc field. If
|
1228
|
-
referenceDoc not provided, users may consult the data provider.
|
1229
|
-
"""
|
1230
|
-
|
1231
|
-
msn_primary_specialty: Optional[str] = FieldInfo(alias="msnPrimarySpecialty", default=None)
|
1232
|
-
"""
|
1233
|
-
Indicates the principal specialty type of mission that an operating unit is
|
1234
|
-
organized and equipped to perform. The specific usage and enumerations contained
|
1235
|
-
in this field may be found in the documentation provided in the referenceDoc
|
1236
|
-
field. If referenceDoc not provided, users may consult the data provider.
|
1237
|
-
"""
|
1238
|
-
|
1239
|
-
operating_unit_remarks: Optional[List[OperatingUnitOperatingUnitRemark]] = FieldInfo(
|
1240
|
-
alias="operatingUnitRemarks", default=None
|
1241
|
-
)
|
1242
|
-
"""Remarks contain amplifying information for a specific service.
|
1243
|
-
|
1244
|
-
The information may contain context and interpretations for consumer use.
|
1245
|
-
"""
|
1246
|
-
|
1247
|
-
oper_status: Optional[str] = FieldInfo(alias="operStatus", default=None)
|
1248
|
-
"""
|
1249
|
-
The Degree to which an operating unit is ready to perform the overall
|
1250
|
-
operational mission(s) for which it was organized and equipped. The specific
|
1251
|
-
usage and enumerations contained in this field may be found in the documentation
|
1252
|
-
provided in the referenceDoc field. If referenceDoc not provided, users may
|
1253
|
-
consult the data provider.
|
1254
|
-
"""
|
1255
|
-
|
1256
|
-
organization: Optional[OrganizationFull] = None
|
1257
|
-
"""An organization such as a corporation, manufacturer, consortium, government,
|
1258
|
-
etc.
|
1259
|
-
|
1260
|
-
An organization may have parent and child organizations as well as link to a
|
1261
|
-
former organization if this org previously existed as another organization.
|
1262
|
-
"""
|
1263
|
-
|
1264
|
-
origin: Optional[str] = None
|
1265
|
-
"""
|
1266
|
-
Originating system or organization which produced the data, if different from
|
1267
|
-
the source. The origin may be different than the source if the source was a
|
1268
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
1269
|
-
null, the source may be assumed to be the origin.
|
1270
|
-
"""
|
1271
|
-
|
1272
|
-
pol_subdiv: Optional[str] = FieldInfo(alias="polSubdiv", default=None)
|
1273
|
-
"""Political subdivision in which the geographic coordinates reside.
|
1274
|
-
|
1275
|
-
The specific usage and enumerations contained in this field may be found in the
|
1276
|
-
documentation provided in the referenceDoc field. If referenceDoc not provided,
|
1277
|
-
users may consult the data provider.
|
1278
|
-
"""
|
1279
|
-
|
1280
|
-
rec_status: Optional[str] = FieldInfo(alias="recStatus", default=None)
|
1281
|
-
"""
|
1282
|
-
Validity and currency of the data in the record to be used in conjunction with
|
1283
|
-
the other elements in the record as defined by SOPs. Values are: A - Active I -
|
1284
|
-
Inactive K - Acknowledged L - Local Q - A nominated (NOM) or Data Change Request
|
1285
|
-
(DCR) record R - Production reduced by CMD decision W - Working Record.
|
1286
|
-
"""
|
1287
|
-
|
1288
|
-
reference_doc: Optional[str] = FieldInfo(alias="referenceDoc", default=None)
|
1289
|
-
"""
|
1290
|
-
The reference documentiation that specifies the usage and enumerations contained
|
1291
|
-
in this record. If referenceDoc not provided, users may consult the data
|
1292
|
-
provider.
|
1293
|
-
"""
|
1294
|
-
|
1295
|
-
res_prod: Optional[str] = FieldInfo(alias="resProd", default=None)
|
1296
|
-
"""
|
1297
|
-
Responsible Producer - Organization that is responsible for the maintenance of
|
1298
|
-
the record.
|
1299
|
-
"""
|
1300
|
-
|
1301
|
-
review_date: Optional[date] = FieldInfo(alias="reviewDate", default=None)
|
1302
|
-
"""
|
1303
|
-
Date on which the data in the record was last reviewed by the responsible
|
1304
|
-
analyst for accuracy and currency. This date cannot be greater than the current
|
1305
|
-
date.
|
1306
|
-
"""
|
1307
|
-
|
1308
|
-
stylized_unit: Optional[bool] = FieldInfo(alias="stylizedUnit", default=None)
|
1309
|
-
"""
|
1310
|
-
This field contains a value indicating whether the record is a stylized
|
1311
|
-
operating unit record (True) or a regular operating unit record (False). A
|
1312
|
-
stylized operating unit is a type of operating unit with one set of equipment
|
1313
|
-
that can be assigned to one or more superiors. A stylized operating unit is
|
1314
|
-
generally useful for lower echelon operating units where the number of operating
|
1315
|
-
units and types of equipment are equal for multiple organizations. In lieu of
|
1316
|
-
creating unique operating unit records for each operating unit, a template is
|
1317
|
-
created for the operating unit and its equipment. This template enables the user
|
1318
|
-
to assign the operating unit to multiple organizations.
|
1319
|
-
"""
|
1320
|
-
|
1321
|
-
sym_code: Optional[str] = FieldInfo(alias="symCode", default=None)
|
1322
|
-
"""
|
1323
|
-
A standard scheme for symbol coding enabling the transfer, display and use of
|
1324
|
-
symbols and graphics among information systems, as per MIL-STD 2525B, and
|
1325
|
-
supported by the element AFFILIATION.
|
1326
|
-
"""
|
1327
|
-
|
1328
|
-
unit_identifier: Optional[str] = FieldInfo(alias="unitIdentifier", default=None)
|
1329
|
-
"""
|
1330
|
-
An optional identifier for this operating unit that may be composed from items
|
1331
|
-
such as the originating organization, allegiance, one-up number, etc.
|
1332
|
-
"""
|
1333
|
-
|
1334
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
1335
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
1336
|
-
|
1337
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
1338
|
-
"""
|
1339
|
-
Application user who updated the row in the database, auto-populated by the
|
1340
|
-
system.
|
1341
|
-
"""
|
1342
|
-
|
1343
|
-
utm: Optional[str] = None
|
1344
|
-
"""Universal Transverse Mercator (UTM) grid coordinates. Pos.
|
1345
|
-
|
1346
|
-
1-2, UTM Zone Column [01-60 Pos. 3, UTM Zone Row [C-HJ-NP-X] Pos. 4, UTM False
|
1347
|
-
Easting [0-9] Pos. 5-9, UTM Meter Easting [0-9][0-9][0-9][0-9][0-9] Pos. 10-11,
|
1348
|
-
UTM False Northing [0-9][0-9] Pos. 12-16, UTM Meter Northing
|
1349
|
-
[0-9][0-9][0-9][0-9][0-9].
|
1350
|
-
"""
|
1351
|
-
|
1352
|
-
wac: Optional[str] = None
|
1353
|
-
"""
|
1354
|
-
World Aeronautical Chart identifier for the area in which a designated operating
|
1355
|
-
unit is located.
|
1356
|
-
"""
|
1357
|
-
|
1358
|
-
|
1359
|
-
class RfBand(BaseModel):
|
1360
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
1361
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
1362
|
-
|
1363
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
1364
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
1365
|
-
|
1366
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
1367
|
-
may include both real and simulated data.
|
1368
|
-
|
1369
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
1370
|
-
events, and analysis.
|
1371
|
-
|
1372
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
1373
|
-
datasets.
|
1374
|
-
|
1375
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
1376
|
-
requirements, and for validating technical, functional, and performance
|
1377
|
-
characteristics.
|
1378
|
-
"""
|
1379
|
-
|
1380
|
-
id_entity: str = FieldInfo(alias="idEntity")
|
1381
|
-
"""Unique identifier of the parent Entity which uses this band."""
|
1382
|
-
|
1383
|
-
name: str
|
1384
|
-
"""RF Band name."""
|
1385
|
-
|
1386
|
-
source: str
|
1387
|
-
"""Source of the data."""
|
1388
|
-
|
1389
|
-
id: Optional[str] = None
|
1390
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
1391
|
-
|
1392
|
-
band: Optional[str] = None
|
1393
|
-
"""Name of the band of this RF range (e.g.
|
1394
|
-
|
1395
|
-
X,K,Ku,Ka,L,S,C,UHF,VHF,EHF,SHF,UNK,VLF,HF,E,Q,V,W). See RFBandType for more
|
1396
|
-
details and descriptions of each band name.
|
1397
|
-
"""
|
1398
|
-
|
1399
|
-
bandwidth: Optional[float] = None
|
1400
|
-
"""RF Band frequency range bandwidth in Mhz."""
|
1401
|
-
|
1402
|
-
beamwidth: Optional[float] = None
|
1403
|
-
"""
|
1404
|
-
Angle between the half-power (-3 dB) points of the main lobe of the antenna, in
|
1405
|
-
degrees.
|
1406
|
-
"""
|
1407
|
-
|
1408
|
-
center_freq: Optional[float] = FieldInfo(alias="centerFreq", default=None)
|
1409
|
-
"""Center frequency of RF frequency range, if applicable, in Mhz."""
|
1410
|
-
|
1411
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1412
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
1413
|
-
|
1414
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
1415
|
-
"""
|
1416
|
-
Application user who created the row in the database, auto-populated by the
|
1417
|
-
system.
|
1418
|
-
"""
|
1419
|
-
|
1420
|
-
edge_gain: Optional[float] = FieldInfo(alias="edgeGain", default=None)
|
1421
|
-
"""RF Range edge gain, in dBi."""
|
1422
|
-
|
1423
|
-
eirp: Optional[float] = None
|
1424
|
-
"""
|
1425
|
-
EIRP is defined as the RMS power input in decibel watts required to a lossless
|
1426
|
-
half-wave dipole antenna to give the same maximum power density far from the
|
1427
|
-
antenna as the actual transmitter. It is equal to the power input to the
|
1428
|
-
transmitter's antenna multiplied by the antenna gain relative to a half-wave
|
1429
|
-
dipole. Effective radiated power and effective isotropic radiated power both
|
1430
|
-
measure the amount of power a radio transmitter and antenna (or other source of
|
1431
|
-
electromagnetic waves) radiates in a specific direction: in the direction of
|
1432
|
-
maximum signal strength (the "main lobe") of its radiation pattern.
|
1433
|
-
"""
|
1434
|
-
|
1435
|
-
erp: Optional[float] = None
|
1436
|
-
"""
|
1437
|
-
Effective Radiated Power (ERP) is the total power in decibel watts radiated by
|
1438
|
-
an actual antenna relative to a half-wave dipole rather than a theoretical
|
1439
|
-
isotropic antenna. A half-wave dipole has a gain of 2.15 dB compared to an
|
1440
|
-
isotropic antenna. EIRP(dB) = ERP (dB)+2.15 dB or EIRP (W) = 1.64\\**ERP(W).
|
1441
|
-
Effective radiated power and effective isotropic radiated power both measure the
|
1442
|
-
amount of power a radio transmitter and antenna (or other source of
|
1443
|
-
electromagnetic waves) radiates in a specific direction: in the direction of
|
1444
|
-
maximum signal strength (the "main lobe") of its radiation pattern.
|
1445
|
-
"""
|
1446
|
-
|
1447
|
-
freq_max: Optional[float] = FieldInfo(alias="freqMax", default=None)
|
1448
|
-
"""End/maximum of transmit RF frequency range, if applicable, in Mhz."""
|
1449
|
-
|
1450
|
-
freq_min: Optional[float] = FieldInfo(alias="freqMin", default=None)
|
1451
|
-
"""Start/minimum of transmit RF frequency range, if applicable, in Mhz."""
|
1452
|
-
|
1453
|
-
mode: Optional[Literal["TX", "RX"]] = None
|
1454
|
-
"""RF Band mode (e.g. TX, RX)."""
|
1455
|
-
|
1456
|
-
origin: Optional[str] = None
|
1457
|
-
"""
|
1458
|
-
Originating system or organization which produced the data, if different from
|
1459
|
-
the source. The origin may be different than the source if the source was a
|
1460
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
1461
|
-
null, the source may be assumed to be the origin.
|
1462
|
-
"""
|
1463
|
-
|
1464
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
1465
|
-
"""
|
1466
|
-
The originating source network on which this record was created, auto-populated
|
1467
|
-
by the system.
|
1468
|
-
"""
|
1469
|
-
|
1470
|
-
peak_gain: Optional[float] = FieldInfo(alias="peakGain", default=None)
|
1471
|
-
"""RF Range maximum gain, in dBi."""
|
1472
|
-
|
1473
|
-
polarization: Optional[Literal["H", "V", "R", "L"]] = None
|
1474
|
-
"""Transponder polarization e.g.
|
1475
|
-
|
1476
|
-
H - (Horizontally Polarized) Perpendicular to Earth's surface, V - (Vertically
|
1477
|
-
Polarized) Parallel to Earth's surface, L - (Left Hand Circularly Polarized)
|
1478
|
-
Rotating left relative to the Earth's surface, R - (Right Hand Circularly
|
1479
|
-
Polarized) Rotating right relative to the Earth's surface.
|
1480
|
-
"""
|
1481
|
-
|
1482
|
-
purpose: Optional[Literal["COMM", "TTC", "OPS", "OTHER"]] = None
|
1483
|
-
"""
|
1484
|
-
Purpose or use of the RF Band -- COMM = communications, TTC =
|
1485
|
-
Telemetry/Tracking/Control, OPS = Operations, OTHER = Other).
|
1486
|
-
"""
|
1487
|
-
|
1488
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
1489
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
1490
|
-
|
1491
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
1492
|
-
"""
|
1493
|
-
Application user who updated the row in the database, auto-populated by the
|
1494
|
-
system.
|
1495
|
-
"""
|
1496
|
-
|
1497
|
-
|
1498
|
-
class StatusCollectionSubStatusCollection(BaseModel):
|
1499
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
1500
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
1501
|
-
|
1502
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
1503
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
1504
|
-
|
1505
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
1506
|
-
may include both real and simulated data.
|
1507
|
-
|
1508
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
1509
|
-
events, and analysis.
|
1510
|
-
|
1511
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
1512
|
-
datasets.
|
1513
|
-
|
1514
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
1515
|
-
requirements, and for validating technical, functional, and performance
|
1516
|
-
characteristics.
|
1517
|
-
"""
|
1518
|
-
|
1519
|
-
notes: str
|
1520
|
-
"""Descriptions and/or comments associated with the sub-status."""
|
1521
|
-
|
1522
|
-
source: str
|
1523
|
-
"""Source of the data."""
|
1524
|
-
|
1525
|
-
status: Literal["FMC", "NMC", "PMC", "UNK"]
|
1526
|
-
"""Status of the sub-system/capability, e.g. FMC, NMC, PMC, UNK."""
|
1527
|
-
|
1528
|
-
status_id: str = FieldInfo(alias="statusId")
|
1529
|
-
"""Id of the parent status."""
|
1530
|
-
|
1531
|
-
type: Literal["mwCap", "ssCap", "mdCap"]
|
1532
|
-
"""Parent entity's sub-system or capability status: mwCap, mdCap, ssCap, etc."""
|
1533
|
-
|
1534
|
-
id: Optional[str] = None
|
1535
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
1536
|
-
|
1537
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1538
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
1539
|
-
|
1540
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
1541
|
-
"""
|
1542
|
-
Application user who created the row in the database, auto-populated by the
|
1543
|
-
system.
|
1544
|
-
"""
|
1545
|
-
|
1546
|
-
origin: Optional[str] = None
|
1547
|
-
"""
|
1548
|
-
Originating system or organization which produced the data, if different from
|
1549
|
-
the source. The origin may be different than the source if the source was a
|
1550
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
1551
|
-
null, the source may be assumed to be the origin.
|
1552
|
-
"""
|
1553
|
-
|
1554
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
1555
|
-
"""
|
1556
|
-
The originating source network on which this record was created, auto-populated
|
1557
|
-
by the system.
|
1558
|
-
"""
|
1559
|
-
|
1560
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
1561
|
-
"""Time the row was updated in the database, auto-populated by the system."""
|
1562
|
-
|
1563
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
1564
|
-
"""
|
1565
|
-
Application user who updated the row in the database, auto-populated by the
|
1566
|
-
system.
|
1567
|
-
"""
|
1568
|
-
|
1569
|
-
|
1570
|
-
class StatusCollection(BaseModel):
|
1571
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
1572
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
1573
|
-
|
1574
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
1575
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
1576
|
-
|
1577
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
1578
|
-
may include both real and simulated data.
|
1579
|
-
|
1580
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
1581
|
-
events, and analysis.
|
1582
|
-
|
1583
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
1584
|
-
datasets.
|
1585
|
-
|
1586
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
1587
|
-
requirements, and for validating technical, functional, and performance
|
1588
|
-
characteristics.
|
1589
|
-
"""
|
1590
|
-
|
1591
|
-
id_entity: str = FieldInfo(alias="idEntity")
|
1592
|
-
"""Unique identifier of the parent entity."""
|
1593
|
-
|
1594
|
-
source: str
|
1595
|
-
"""Source of the data."""
|
1596
|
-
|
1597
|
-
id: Optional[str] = None
|
1598
|
-
"""Unique identifier of the record, auto-generated by the system."""
|
1599
|
-
|
1600
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1601
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
1602
|
-
|
1603
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
1604
|
-
"""
|
1605
|
-
Application user who created the row in the database, auto-populated by the
|
1606
|
-
system.
|
1607
|
-
"""
|
1608
|
-
|
1609
|
-
declassification_date: Optional[datetime] = FieldInfo(alias="declassificationDate", default=None)
|
1610
|
-
"""The declassification date of this data, in ISO 8601 UTC format."""
|
1611
|
-
|
1612
|
-
declassification_string: Optional[str] = FieldInfo(alias="declassificationString", default=None)
|
1613
|
-
"""Declassification string of this data."""
|
1614
|
-
|
1615
|
-
derived_from: Optional[str] = FieldInfo(alias="derivedFrom", default=None)
|
1616
|
-
"""
|
1617
|
-
The sources or SCG references from which the classification of this data is
|
1618
|
-
derived.
|
1619
|
-
"""
|
1620
|
-
|
1621
|
-
notes: Optional[str] = None
|
1622
|
-
"""Comments describing the status creation and or updates to an entity."""
|
1623
|
-
|
1624
|
-
ops_cap: Optional[Literal["FMC", "NMC", "PMC", "UNK"]] = FieldInfo(alias="opsCap", default=None)
|
1625
|
-
"""Operation capability of the entity, if applicable (e.g. FMC, NMC, PMC, UNK)."""
|
1626
|
-
|
1627
|
-
origin: Optional[str] = None
|
1628
|
-
"""
|
1629
|
-
Originating system or organization which produced the data, if different from
|
1630
|
-
the source. The origin may be different than the source if the source was a
|
1631
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
1632
|
-
null, the source may be assumed to be the origin.
|
1633
|
-
"""
|
1634
|
-
|
1635
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
1636
|
-
"""
|
1637
|
-
The originating source network on which this record was created, auto-populated
|
1638
|
-
by the system.
|
1639
|
-
"""
|
1640
|
-
|
1641
|
-
state: Optional[Literal["UNKNOWN", "DEAD", "ACTIVE", "RF ACTIVE", "STANDBY"]] = None
|
1642
|
-
"""Overall state of the entity, if applicable (e.g.
|
1643
|
-
|
1644
|
-
UNKNOWN, DEAD, ACTIVE, RF ACTIVE, STANDBY).
|
1645
|
-
"""
|
1646
|
-
|
1647
|
-
sub_status_collection: Optional[List[StatusCollectionSubStatusCollection]] = FieldInfo(
|
1648
|
-
alias="subStatusCollection", default=None
|
1649
|
-
)
|
1650
|
-
|
1651
|
-
sys_cap: Optional[Literal["FMC", "NMC", "PMC", "UNK"]] = FieldInfo(alias="sysCap", default=None)
|
1652
|
-
"""System capability of the entity, if applicable (e.g. FMC, NMC, PMC, UNK)."""
|
1653
|
-
|
1654
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
1655
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
1656
|
-
|
1657
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
1658
|
-
"""
|
1659
|
-
Application user who updated the row in the database, auto-populated by the
|
1660
|
-
system.
|
1661
|
-
"""
|
1662
|
-
|
1663
|
-
|
1664
|
-
class EntityFull(BaseModel):
|
1665
|
-
classification_marking: str = FieldInfo(alias="classificationMarking")
|
1666
|
-
"""Classification marking of the data in IC/CAPCO Portion-marked format."""
|
1667
|
-
|
1668
|
-
data_mode: Literal["REAL", "TEST", "SIMULATED", "EXERCISE"] = FieldInfo(alias="dataMode")
|
1669
|
-
"""Indicator of whether the data is EXERCISE, REAL, SIMULATED, or TEST data:
|
1670
|
-
|
1671
|
-
EXERCISE: Data pertaining to a government or military exercise. The data
|
1672
|
-
may include both real and simulated data.
|
1673
|
-
|
1674
|
-
REAL: Data collected or produced that pertains to real-world objects,
|
1675
|
-
events, and analysis.
|
1676
|
-
|
1677
|
-
SIMULATED: Synthetic data generated by a model to mimic real-world
|
1678
|
-
datasets.
|
1679
|
-
|
1680
|
-
TEST: Specific datasets used to evaluate compliance with specifications and
|
1681
|
-
requirements, and for validating technical, functional, and performance
|
1682
|
-
characteristics.
|
1683
|
-
"""
|
1684
|
-
|
1685
|
-
name: str
|
1686
|
-
"""Unique entity name."""
|
1687
|
-
|
1688
|
-
source: str
|
1689
|
-
"""Source of the data."""
|
1690
|
-
|
1691
|
-
type: Literal[
|
1692
|
-
"AIRCRAFT",
|
1693
|
-
"BUS",
|
1694
|
-
"COMM",
|
1695
|
-
"IR",
|
1696
|
-
"LASEREMITTER",
|
1697
|
-
"NAVIGATION",
|
1698
|
-
"ONORBIT",
|
1699
|
-
"RFEMITTER",
|
1700
|
-
"SCIENTIFIC",
|
1701
|
-
"SENSOR",
|
1702
|
-
"SITE",
|
1703
|
-
"VESSEL",
|
1704
|
-
]
|
1705
|
-
"""
|
1706
|
-
The type of entity represented by this record (AIRCRAFT, BUS, COMM, IR,
|
1707
|
-
LASEREMITTER, NAVIGATION, ONORBIT, RFEMITTER, SCIENTIFIC, SENSOR, SITE, VESSEL).
|
1708
|
-
"""
|
1709
|
-
|
1710
|
-
country_code: Optional[str] = FieldInfo(alias="countryCode", default=None)
|
1711
|
-
"""The country code.
|
1712
|
-
|
1713
|
-
This value is typically the ISO 3166 Alpha-2 two-character country code, however
|
1714
|
-
it can also represent various consortiums that do not appear in the ISO
|
1715
|
-
document. The code must correspond to an existing country in the UDL’s country
|
1716
|
-
API. Call udl/country/{code} to get any associated FIPS code, ISO Alpha-3 code,
|
1717
|
-
or alternate code values that exist for the specified country code.
|
1718
|
-
"""
|
1719
|
-
|
1720
|
-
created_at: Optional[datetime] = FieldInfo(alias="createdAt", default=None)
|
1721
|
-
"""Time the row was created in the database, auto-populated by the system."""
|
1722
|
-
|
1723
|
-
created_by: Optional[str] = FieldInfo(alias="createdBy", default=None)
|
1724
|
-
"""
|
1725
|
-
Application user who created the row in the database, auto-populated by the
|
1726
|
-
system.
|
1727
|
-
"""
|
1728
|
-
|
1729
|
-
id_entity: Optional[str] = FieldInfo(alias="idEntity", default=None)
|
1730
|
-
"""Unique identifier of the record."""
|
1731
|
-
|
1732
|
-
id_location: Optional[str] = FieldInfo(alias="idLocation", default=None)
|
1733
|
-
"""Unique identifier of the entity location, if terrestrial/fixed."""
|
1734
|
-
|
1735
|
-
id_on_orbit: Optional[str] = FieldInfo(alias="idOnOrbit", default=None)
|
1736
|
-
"""Onorbit identifier if this entity is part of an on-orbit object.
|
1737
|
-
|
1738
|
-
For the public catalog, the idOnOrbit is typically the satellite number as a
|
1739
|
-
string, but may be a UUID for analyst or other unknown or untracked satellites.
|
1740
|
-
"""
|
1741
|
-
|
1742
|
-
id_operating_unit: Optional[str] = FieldInfo(alias="idOperatingUnit", default=None)
|
1743
|
-
"""Unique identifier of the associated operating unit object."""
|
1744
|
-
|
1745
|
-
location: Optional[LocationFull] = None
|
1746
|
-
"""
|
1747
|
-
Model representation of a location, which is a specific fixed point on the earth
|
1748
|
-
and is used to denote the locations of fixed sensors, operating units, etc.
|
1749
|
-
"""
|
1750
|
-
|
1751
|
-
on_orbit: Optional[OnOrbit] = FieldInfo(alias="onOrbit", default=None)
|
1752
|
-
"""Model object representing on-orbit objects or satellites in the system."""
|
1753
|
-
|
1754
|
-
operating_unit: Optional[OperatingUnit] = FieldInfo(alias="operatingUnit", default=None)
|
1755
|
-
"""
|
1756
|
-
Model representation of a unit or organization which operates or controls a
|
1757
|
-
space-related Entity such as an on-orbit payload, a sensor, etc. A contact may
|
1758
|
-
belong to an organization.
|
1759
|
-
"""
|
1760
|
-
|
1761
|
-
origin: Optional[str] = None
|
1762
|
-
"""
|
1763
|
-
Originating system or organization which produced the data, if different from
|
1764
|
-
the source. The origin may be different than the source if the source was a
|
1765
|
-
mediating system which forwarded the data on behalf of the origin system. If
|
1766
|
-
null, the source may be assumed to be the origin.
|
1767
|
-
"""
|
1768
|
-
|
1769
|
-
orig_network: Optional[str] = FieldInfo(alias="origNetwork", default=None)
|
1770
|
-
"""
|
1771
|
-
The originating source network on which this record was created, auto-populated
|
1772
|
-
by the system.
|
1773
|
-
"""
|
1774
|
-
|
1775
|
-
owner_type: Optional[Literal["Commercial", "Government", "Academic", "Consortium", "Other"]] = FieldInfo(
|
1776
|
-
alias="ownerType", default=None
|
1777
|
-
)
|
1778
|
-
"""Type of organization which owns this entity (e.g.
|
1779
|
-
|
1780
|
-
Commercial, Government, Academic, Consortium, etc).
|
1781
|
-
"""
|
1782
|
-
|
1783
|
-
rf_bands: Optional[List[RfBand]] = FieldInfo(alias="rfBands", default=None)
|
1784
|
-
"""
|
1785
|
-
Read-only collection of RF bands utilized by this entity for communication
|
1786
|
-
and/or operation.
|
1787
|
-
"""
|
1788
|
-
|
1789
|
-
status_collection: Optional[List[StatusCollection]] = FieldInfo(alias="statusCollection", default=None)
|
1790
|
-
"""Read-only collection of statuses which can be collected by multiple sources."""
|
1791
|
-
|
1792
|
-
taskable: Optional[bool] = None
|
1793
|
-
"""Boolean indicating if this entity is taskable."""
|
1794
|
-
|
1795
|
-
updated_at: Optional[datetime] = FieldInfo(alias="updatedAt", default=None)
|
1796
|
-
"""Time the row was last updated in the database, auto-populated by the system."""
|
1797
|
-
|
1798
|
-
updated_by: Optional[str] = FieldInfo(alias="updatedBy", default=None)
|
1799
|
-
"""
|
1800
|
-
Application user who updated the row in the database, auto-populated by the
|
1801
|
-
system.
|
1802
|
-
"""
|
1803
|
-
|
1804
|
-
urls: Optional[List[str]] = None
|
1805
|
-
"""List of URLs to additional details/documents for this entity."""
|