-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
28 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
How to access flight plan information? | ||
====================================== | ||
|
||
A :class:`~traffic.core.flightplan.FlightPlan` is a structure designed to parse | ||
flight plans in the ICAO format. Access to such field may be complicated for non | ||
operational fellows, who may have access to different sources of data. | ||
A :class:`~traffic.core.flightplan.FlightPlan` is a structure designed to parse flight plans in the ICAO format. Access to such field may be complicated for non-operational fellows, who may have access to different sources of data. | ||
|
||
EUROCONTROL B2B web services | ||
---------------------------- | ||
|
||
The `NM B2B web services | ||
<https://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services>`_ | ||
is an interface provided by the EUROCONTROL Network Manager (NM) for | ||
system-to-system access to its services and data, allowing users to | ||
retrieve and use the information in their own systems. | ||
The `NM B2B web services <https://www.eurocontrol.int/service/network-manager-business-business-b2b-web-services>`_ is an interface provided by the EUROCONTROL Network Manager (NM) for system-to-system access to its services and data, allowing users to retrieve and use the information in their own systems. | ||
|
||
.. danger:: | ||
|
||
This code has been moved out of the traffic library. You may install | ||
`pyb2b <https://github.com/xoolive/pyb2b>` for the same functionalities. | ||
This code has been moved out of the traffic library. You may install `pyb2b <https://github.com/xoolive/pyb2b>` for the same functionalities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters