UNISPHERE
  • Welcome to Unisphere Product Documentation
  • NOVA
    • Get started
      • Create an account
      • Create a new mission
      • Create your assets
      • Edit your Mission
      • Manage your profile
        • Settings
    • Mission types
      • Local-Flight
      • Multi-Location
      • Route
    • Assets
      • Aircraft Type
      • Performance Set
      • Limit Set
        • Limit thresholds types
        • Weather and Operational Parameters
      • Locations & Routes
    • Weather Stations
      • Connect
      • Overview
      • Individual View
      • Mission Integration
    • Mission results
      • NOW
        • Local-Flight
        • Multi-Location
        • Route
      • AWARE
        • Local-Flight
        • Multi-Location
        • Route
      • CAST
        • Local-Flight
        • Multi-Location
        • Route
      • Maps
    • Glossary
    • NOVA Release Log
  • OPERATIONAL ANALYTICS
    • Create your analysis
    • Manage your analysis
    • Analytics assets
    • Analysis types
      • Wind Analysis
      • Service Availability
      • Benchmark Analysis
    • Analysis results
      • Wind Analysis
      • Service Availability
      • Benchmark Analysis
      • Map Overview
  • UNISPHERE APIs
    • Introduction to Unisphere APIs
    • API Access
    • Flight Trajectory Simulation - FTS
      • FTS2 Endpoints
    • Check My Flight - CMF
      • CMF Endpoints
      • CMF Supporting Functions
    • Check My Mission - CMM
      • CMM Endpoints
      • CMM Supporting Functions
    • Data Storage & Logging
    • Asset Management Endpoints
    • API Key Management
    • Utilities & Health
    • Explanatory Notes
      • Available Parameters
      • Speeds
    • Geo Information Service
  • FAQ
Powered by GitBook
On this page
  • Key functionalities
  • CMF 1
  • CMF 2
  • CMF 3
  • Workflow
  • Request and Response Content
  • 1 - Check Request
  • 2 - Response
  • 3 - Results Request
  • 4 - Response

Was this helpful?

  1. UNISPHERE APIs

Check My Flight - CMF

PreviousFTS2 EndpointsNextCMF Endpoints

Last updated 6 months ago

Was this helpful?

The Check my Flight functionality allows the user to receive evaluated flight data for a simulated flight trajectory for a specific takeoff time up to 7 days into the future.

Use Case: Automated flight window identification, Resource Planning & Scheduling for points / routes / areas / volumes.

Key functionalities

  • CMF performs a check for a single and unique flight for a certain takeoff time.

  • The check my flight functionality uses the latest information available to automatically decide for go or no go to an upcoming flight.

  • In general, a check consists of:

  • For route, a flight simulation is performed to retrieve the 4D-trajectory information

  • The 4D trajectory is the main source of information to be checked / evaluated. Depending on the length of the flight the time until the check is completed is expected to take about 30s.

  • Check my flight is only working with flights containing a route, not locations.

  • Each check requested is saved and archived.

CMF 1

  • User provides the UUIID of an existing mission in NOVA, the TO (take-off) time and BatSoc (Battery state of charge)

CMF 2

  • User provides the UUIDs of the assets in NOVA, the route, the TO (take-off) time and BatSoc (Battery state of charge)

CMF 3

  • User provides all information required to perform a check including the route, the aircraft, the performance model, the operational limits the TO (take-off) time and BatSoc (Battery state of charge). In this mode the NOVA UI is not required a such.

Workflow

Create Simulation using CMM1/2/3- Receive Simulation Id - Get results with simulation ID

Request and Response Content

Details for request and response schemes vary depending on the actual endpoint. Refer to the latest version ...

1 - Check Request

This request is required to trigger a trajectory simulation. It typically consists of:

  1. ISO Time and date of the flight (TO time)

  2. The mission ID

  3. Battery State of Charge at TO in %

  4. Metadata (dictionary)

2 - Response

Simulation ID

3 - Results Request

  1. Provide simulation ID

  2. Select response type (basic/extended)

4 - Response

The basic response consists of:

  • UUID for this flight check

  • Metadata

  • Date / Time of Request 1

  • System Status (OK, NOK)

  • Check result, Flight Status:

    • Go (Green),

    • Conditional (yellow), Notification of why (List yellow parameters)

    • NoGo (Red), Reasons for NoGo (List red parameters and yellow parameters)

  • High Level (Flight) Information

    • The distance of the route along the horizontal path is calculated w/o weather

    • The flight time w/o weather. It is calculated based on the rough calculation using the target ground speed provided or the EAS provided. No atmospheric effects (e.g. TAS) to be covered.

    • TO Time (UTC)

    • Trip Duration calculated by simulation in seconds

    • LDG Time (UTC)

    • State of Charge at TO in %

    • State of Charge at LDG in %

    • Energy consumption in %

    • Endurance at TO in s

    • Remaining Endurance at LDG in s

    • Elevation of earth surface above SL at TO location (COPERNICUS COP DEM GLO)

    • Elevation of earth surface above SL at LDG location (COPERNICUS COP DEM GLO)

    • Min/max values of all weather (defined in limit sets) parameters along the flight path

The extended response consists of:

  • LAT/LON of all points in sequence

  • Time at points Evaluation of segment after the given point (between current and next one)

  • GS (ground speed)

  • EAS (equivalent airspeed)

  • Weather parameter information along flight path, as defined in the assets

Overview of Check my Flight Endpoints