Skip to content

Commit

Permalink
Ajout de la doc du NM
Browse files Browse the repository at this point in the history
  • Loading branch information
RENAUD Maxence DGAC/CRNA-N committed Jul 11, 2019
1 parent e7f9f34 commit deaa072
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions demo.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
from manager import Manager
from utils import sendTime

test_manager = Manager()
test_manager.show_available_services()
test_manager.show_operations_of_service(service_name='FlightManagementService')

# test = test_manager.queryFlightsByAirspace(
# airspace="LFFFUZ",
# dataset='OPERATIONAL',
# includeProposalFlights=False,
# includeForecastFlights=True,
# trafficType='LOAD',
# trafficWindow={'wef': "2019-07-11 06:30", 'unt': "2019-07-11 07:00"}
# )
# print(test)
test = test_manager.queryFlightsByAirspace(
airspace="LFFFUZ",
dataset='OPERATIONAL',
includeProposalFlights=False,
includeForecastFlights=True,
trafficType='LOAD',
trafficWindow={'wef': "2019-07-11 06:30", 'unt': "2019-07-11 07:00"}
)
print(test)
Binary file not shown.
Binary file added nm_docs/01 - 23.0.0.5.26 - Essentials.pdf
Binary file not shown.
Binary file added nm_docs/02 - 23.0.0.5.26 - AirspaceServices.pdf
Binary file not shown.
Binary file added nm_docs/03 - 23.0.0.5.26 - FlowServices.pdf
Binary file not shown.
Binary file added nm_docs/04 - 23.0.0.5.26 - FlightServices.pdf
Binary file not shown.
Binary file not shown.
Binary file added nm_docs/06 - 23.0.0.5.26 - CommonServices.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit deaa072

Please sign in to comment.