Country Operational Note

An Operational Note is a piece of textual information that is intended for Country users, and that cannot be otherwise modelled digitally.

Scenarios that should be entered as Operational Notes include occurrences such as special events and restrictions, etc.

Property
Type
Description

aid

string

validFrom

string

An ISO 8601 formatted date-time string that indicates when the Operational Note is first in force. This is expressed in Local Time. For example 2020-01-30T08:00:00.

validTo

string

An ISO 8601 formatted date-time string that indicates when the Operational Note ceases to be in force. This is expressed in Local Time. For example 2020-02-02T18:59:59.

source

string

A description of where this information was originated. For example Airport Authority or NOTAM or Local news.

criticality

string

A string indicating the level of criticality of the Operational Note. Possible values are:

  • INFORMATION_ONLY for information that have no operational impact. Knowledge is considered relevant to make the operations smoother, but no operational impact arises from not knowing of it.

  • OPERATIONALLY_RELEVANT for information that may have an operational impact, but is not critical. Not knowing such information will likely have a minor operational impact in the form of delays or inconvenient to the crew or passengers. The flight can still take place under all circumstances. For example: Temporary military exercises.

  • OPERATIONALLY_CRITICAL for information that is relevant and critical. Not knowing will likely have a major operational impact up to refusal of service. Performance of a flight might not be possible in all conditions. For example: widespread fuel shortages, volcanic activity, strikes and no-fly/conflict zones

notes

string

The text of the information that is to be displayed to the human. Due to ongoing armed conflict, all airports are closed until further notice.

category

A string that indicates what the Airport Operational Note is about. Possible values are:

  • WEATHER For weather phenomena affecting the airport.

  • PROCEDURES For special or non-standard procedures that are in place at the airport.

  • EVENTS For events affecting airport traffic, such as airshows.

  • COSTS For extraordinary costs that airport users should be aware of.

  • STRIKES For upcoming personnel strikes that might affect airport operations.

  • IMMIGRATION For all airport-specific immigration issues.

  • DELAYS For upcoming events that are expected to bring delays, but are not included in any other more specific category above.

  • RISK For all safety and security risks related to airport operations.

  • RESTRICTIONS For all temporary restrictions that cannot be documented in other parts of the Airport model.

affectedTraffic

list

SCHEDULED, GENERAL_AVIATION, NON_SCHEDULED_COMMERCIAL, MILITARY, SPECIAL

parent

string

Example

  {
    "validFrom": "2024-01-15T09:03:04.448",
    "validTo": "2099-12-31T23:59:59",
    "source": "NOTAM",
    "criticality": "OPERATIONALLY_CRITICAL",
    "notes": "Due to ongoing armed conflict, all airports are closed until further notice. ",
    "category": "EVENTS",
    "affectedTraffic": null,
    "parent": {
      "iso2": "MX",
      "iso3": "MEX",
      "isoNumeric": 484,
      "name": "Mexico",
      "officialName": "United Mexican States",
      "localIdentifierName": null
    },
    "aid": "ONC-9C2R-QYYM",
    "kind": "COUNTRY"
  }

Last updated

Was this helpful?