Tag: ICAO


  • SDK: Indicated Air Speed

    To calculate True Air Speed (TAS) we can use the IndicatedAirSpeed object. We can also retrieve the value of the K computed component. To offer flexibility, there are two constructors both require the air speed and an altitude value with a temperature variation optional. The air speed and altitude are objects in their own right.…

  • Testing the SDK

    There is always a big question we get asked and that it is ‘How do you test your software?‘ This is kind of important as ICAO does have guidelines in place, have you seen… This specifically discusses how to validate your Flight Procedure design software that you may have developed yourself or have purchased as…

  • SDK: NOTAM API

    Having worked on the new FAA NOTAM Management Service, the Development Team (DT) have does a lot of work in supporting NOTAMs. The starting point is the Notam struct and this is made up of a series of other objects that form the NOTAM data, these being: NotamItem A through to G and also the…

  • SDK: Using the ICAO API Data Service in two lines of code

    The FPAssistant SDK now offers a simply way to use the ICAO API Data Service giving you a head start in accessing the data offered by ICAO. It is important to understand that the software developer will still need to license the data access direct from ICAO and provide your ‘API KEY’, from ICAO, to…