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