├── .github ├── CODEOWNERS ├── dependabot.yml ├── pull_request_template.md └── workflows │ ├── ci.yml │ ├── notify.yml │ └── pr.yml ├── .gitignore ├── .vscode └── settings.json ├── LICENSE.txt ├── README.md ├── docs ├── .pages ├── CNAME ├── aerodromes │ ├── .DS_Store │ ├── .pages │ ├── classc │ │ ├── .pages │ │ ├── Adelaide.md │ │ ├── Amberley.md │ │ ├── Brisbane.md │ │ ├── Cairns.md │ │ ├── Canberra.md │ │ ├── Curtin.md │ │ ├── Darwin.md │ │ ├── EastSale.md │ │ ├── Edinburgh.md │ │ ├── Essendon.md │ │ ├── Gingin.md │ │ ├── GoldCoast.md │ │ ├── Learmonth.md │ │ ├── Melbourne.md │ │ ├── Nowra.md │ │ ├── Oakey.md │ │ ├── Pearce.md │ │ ├── Perth.md │ │ ├── Richmond.md │ │ ├── Scherger.md │ │ ├── Sydney.md │ │ ├── Tindal.md │ │ ├── Townsville.md │ │ ├── Williamtown.md │ │ ├── img │ │ │ ├── CBTWR.png │ │ │ ├── CGTWR.png │ │ │ ├── CG_ctr_heli.png │ │ │ ├── CS_ctr_heli.png │ │ │ ├── ENTWR.png │ │ │ ├── ISPEG1SID.png │ │ │ ├── PHTWR.png │ │ │ ├── SYTWR.png │ │ │ ├── adadc.png │ │ │ ├── adclearancelimits.png │ │ │ ├── amadc.png │ │ │ ├── avctr.png │ │ │ ├── bnadc.png │ │ │ ├── cb_eastern_grass.png │ │ │ ├── cbadc.png │ │ │ ├── cbcty.png │ │ │ ├── cgadc.png │ │ │ ├── csadc.png │ │ │ ├── dnadc.png │ │ │ ├── dntcu.png │ │ │ ├── edncircuits.png │ │ │ ├── ednhelicopterhls.png │ │ │ ├── en_eastern_grass.png │ │ │ ├── enadc.png │ │ │ ├── esl_taxi_inbound.png │ │ │ ├── esl_taxi_outbound.png │ │ │ ├── gigadc.png │ │ │ ├── mladc.png │ │ │ ├── mlsmcqueue.png │ │ │ ├── nwrotaryslots.png │ │ │ ├── peadc.png │ │ │ ├── phadc.png │ │ │ ├── slottime.png │ │ │ ├── sunburycorridor.png │ │ │ ├── tltcu.png │ │ │ ├── wlmadc.png │ │ │ ├── wlmapp.png │ │ │ ├── wlmtcu.png │ │ │ ├── wlmtwr.png │ │ │ ├── yamb_heli_taxiwayalpha.png │ │ │ ├── yambcodedclearances.png │ │ │ ├── ybbn_maneuvring_area_north.png │ │ │ ├── ybbn_maneuvring_area_south.png │ │ │ ├── ybbnsmc.png │ │ │ ├── ybbnstdtaxi.png │ │ │ ├── ybcgsmcown.png │ │ │ ├── ymmlstdtaxi.png │ │ │ ├── ymmltaxiwayworks.png │ │ │ ├── ypadsmcown.png │ │ │ ├── ypphsmc.png │ │ │ ├── yptngates.png │ │ │ ├── yssy_apron_routes_arrivals.png │ │ │ ├── yssy_apron_routes_departures.png │ │ │ ├── yssy_atis_example.png │ │ │ ├── yssy_heli_routes.png │ │ │ ├── yssy_taxi_routes.png │ │ │ ├── yssymaown.png │ │ │ └── yssysmcadceasthsmaps.png │ │ └── index.md │ ├── classd │ │ ├── .pages │ │ ├── Archerfield.md │ │ ├── Avalon.md │ │ ├── Bankstown.md │ │ ├── Camden.md │ │ ├── Hobart.md │ │ ├── Jandakot.md │ │ ├── Launceston.md │ │ ├── Mackay.md │ │ ├── Moorabbin.md │ │ ├── Parafield.md │ │ ├── Rockhampton.md │ │ ├── img │ │ │ ├── AVTWR.png │ │ │ ├── BKTWR.png │ │ │ ├── HBTWR.png │ │ │ ├── IMCminlvl.png │ │ │ ├── JTTWR.png │ │ │ ├── LTTWR.png │ │ │ ├── MKTWR.png │ │ │ ├── PFTWR.png │ │ │ ├── RKTWR.png │ │ │ ├── YBAF_Vatsys.PNG │ │ │ ├── YBAS_airspace.png │ │ │ ├── YSCN_Vatsys.PNG │ │ │ ├── avctr.png │ │ │ ├── bolivar.png │ │ │ ├── hbadc.png │ │ │ ├── mbairspace.png │ │ │ ├── mbhelicircuitareas.png │ │ │ ├── r574.png │ │ │ ├── victor_routes.png │ │ │ ├── ybaf_helicopter_area.png │ │ │ └── ymlt_maneuvring_area.png │ │ └── index.md │ ├── index.md │ └── procedural │ │ ├── .pages │ │ ├── Albury.md │ │ ├── Alice.md │ │ ├── Broome.md │ │ ├── Coffs.md │ │ ├── HamiltonIsland.md │ │ ├── Karratha.md │ │ ├── Sunshinecoast.md │ │ ├── Tamworth.md │ │ ├── Woomera.md │ │ ├── img │ │ ├── TW_VFR_routes.png │ │ ├── TW_west_of_C.png │ │ ├── YBAS_VFR_ROUTES.png │ │ ├── YBAS_airspace.png │ │ ├── YBSU_airspace.png │ │ ├── YMAY_airspace.png │ │ ├── YSTW_airspace.png │ │ ├── subntcu.png │ │ ├── twadcown.png │ │ ├── ybas_manoeuvring_area.png │ │ ├── ybhm_airspace.png │ │ ├── ybrm_airspace.png │ │ ├── ycfs_airspace.png │ │ ├── ypka_airspace.png │ │ └── ypkasmc.png │ │ └── index.md ├── assets │ ├── archived_hero_images │ │ ├── archived_2025-02-02.png │ │ └── archived_2025-08-31.png │ ├── headset.svg │ ├── hero-image.png │ ├── images │ │ └── mini-logo.png │ └── pacdataset.png ├── assist-us │ ├── .pages │ ├── assets │ │ ├── create-branch.png │ │ ├── pr-overview.png │ │ └── pull-request.png │ ├── best-practices.md │ ├── buildingblocks.md │ ├── changes.md │ ├── index.md │ ├── setup.md │ └── tips.md ├── client │ ├── annotations.md │ ├── cpdlc.md │ ├── img │ │ ├── maestro.png │ │ ├── ozstripsaerodromeselect.png │ │ ├── ozstripsautorelease.png │ │ ├── ozstripsbadlevel.png │ │ ├── ozstripsbadroute.png │ │ ├── ozstripscdmladder.png │ │ ├── ozstripscdmpushed.png │ │ ├── ozstripscdmqueue.png │ │ ├── ozstripscoordinator.png │ │ ├── ozstripsdepmonitor.png │ │ ├── ozstripsdropdown.png │ │ ├── ozstripsexample.png │ │ ├── ozstripsproctower.png │ │ ├── ozstripsradarsid.png │ │ ├── ozstripsrunwaycrossing.png │ │ ├── ozstripsrunwaycrossingbar.png │ │ ├── ozstripsrunwayrelease.png │ │ ├── ozstripssidtransition.png │ │ ├── ozstripssmartresize.png │ │ ├── ozstripssquawk.png │ │ ├── ozstripstrip.png │ │ ├── ozstripsvfrsid.png │ │ ├── ozstripsviewmode.png │ │ ├── ozstripswindow.png │ │ ├── ozstripsworkflowacd.png │ │ ├── ozstripsworkflowadc.png │ │ ├── ozstripsworkflowbars.png │ │ ├── ozstripsworkflowsmc.png │ │ └── vatsysgrounddisplay.png │ ├── index.md │ ├── maestro.md │ ├── towerstrips.md │ ├── trafficinfo.md │ └── vatsys.md ├── controller-skills │ ├── .pages │ ├── airwork.md │ ├── atis.md │ ├── callsigns.md │ ├── circuitoperations.md │ ├── classofairspace.md │ ├── coordination.md │ ├── extending.md │ ├── grounddelaymanagement.md │ ├── helicopters.md │ ├── hoto.md │ ├── img │ │ ├── CPDLCENR.png │ │ ├── CPDLCOCE.png │ │ ├── approachtypevsa.png │ │ ├── arrlist.png │ │ ├── arrlist1below.png │ │ ├── arrlist2above.png │ │ ├── arrlist2below.png │ │ ├── cdo_bulla.png │ │ ├── cdo_dorsu.png │ │ ├── cdo_h66_h252.png │ │ ├── cdo_n774_m636.png │ │ ├── cdo_perth.png │ │ ├── cdo_razzi.png │ │ ├── classDtwrdiagram.png │ │ ├── cprompt.png │ │ ├── d2.png │ │ ├── d5.png │ │ ├── d535a.png │ │ ├── d535b.png │ │ ├── d8a.png │ │ ├── d8b.png │ │ ├── dep4a.png │ │ ├── dep7a.png │ │ ├── dticreate.png │ │ ├── dtidelete.png │ │ ├── dtioverview.png │ │ ├── dtirecord.png │ │ ├── extensionpolicy_continuous_example.png │ │ ├── extensionpolicy_noncontinuous_example.png │ │ ├── freqmanagement.png │ │ ├── heli_ops_manoeuvres.png │ │ ├── initialandpitch.png │ │ ├── latsepdiagram.png │ │ ├── lsalt.png │ │ ├── monitorexample.png │ │ ├── pjeshl.png │ │ ├── ra.png │ │ ├── rtcc.png │ │ ├── rwyseparr.jpg │ │ ├── rwysepdep.jpg │ │ ├── snp.png │ │ ├── survey_ops_example.png │ │ ├── svymap.png │ │ ├── t7b.png │ │ ├── vatacarsbar.png │ │ ├── vatacarscontinfo.png │ │ ├── vatacarscontinfo2.png │ │ ├── vatacarsdispatch.png │ │ ├── vatacarseditor1.png │ │ ├── vatacarseditor2.png │ │ ├── vatacarshandoff.png │ │ ├── vatacarslogon.png │ │ ├── vatacarspdc.png │ │ └── vsoanotam.png │ ├── index.md │ ├── lsalt.md │ ├── military.md │ ├── runwaymanagement.md │ └── sequencing.md ├── enroute │ ├── .pages │ ├── Brisbane Centre │ │ ├── ARL.md │ │ ├── INL.md │ │ ├── ISA.md │ │ ├── KEN.md │ │ ├── KPL.md │ │ ├── TRT.md │ │ └── img │ │ │ ├── MKAPP.png │ │ │ ├── hwe.png │ │ │ └── yambcodedclearances.png │ ├── Melbourne Centre │ │ ├── ASP.md │ │ ├── BLA.md │ │ ├── GUN.md │ │ ├── HUO.md │ │ ├── HYD.md │ │ ├── MUN.md │ │ ├── OLW.md │ │ ├── TBD.md │ │ └── WOL.md │ ├── assets │ │ ├── ARLENR.png │ │ ├── INLENR.png │ │ ├── ISAENR.png │ │ ├── KENENR.png │ │ ├── TRTENR.png │ │ ├── arl.png │ │ ├── asp.png │ │ ├── aspsurv.png │ │ ├── bik.png │ │ ├── bla.png │ │ ├── cg_berni.png │ │ ├── elw.png │ │ ├── gun.png │ │ ├── huo.png │ │ ├── hyd.png │ │ ├── inl.png │ │ ├── isa.png │ │ ├── ken.png │ │ ├── kpl.png │ │ ├── ltarls.png │ │ ├── mavsouth.png │ │ ├── mun.png │ │ ├── olw.png │ │ ├── piy.png │ │ ├── polliafter.png │ │ ├── pollibefore.png │ │ ├── sytcucoordgate.png │ │ ├── tbd.png │ │ ├── trt.png │ │ ├── wol.png │ │ └── ywe.png │ └── index.md ├── events │ ├── .pages │ ├── archive │ │ └── worldflight-2024 │ │ │ ├── .pages │ │ │ ├── Aerodromes │ │ │ ├── .pages │ │ │ ├── adelaide.md │ │ │ ├── brisbane.md │ │ │ ├── darwin.md │ │ │ ├── perth.md │ │ │ ├── portmoresby.md │ │ │ ├── sydneyarr.md │ │ │ └── sydneydep.md │ │ │ ├── Enroute │ │ │ ├── .pages │ │ │ ├── aypyybbn.md │ │ │ ├── wammypdn.md │ │ │ ├── ybbnyssy.md │ │ │ ├── ypadypph.md │ │ │ ├── ypdnaypy.md │ │ │ ├── ypphwiii.md │ │ │ └── yssyypad.md │ │ │ ├── Terminal Areas │ │ │ ├── .pages │ │ │ ├── adelaide.md │ │ │ ├── brisbane.md │ │ │ ├── darwin.md │ │ │ ├── perth.md │ │ │ ├── portmoresby.md │ │ │ ├── sydneyarr.md │ │ │ └── sydneydep.md │ │ │ ├── img │ │ │ ├── 01PROPS.png │ │ │ ├── 0306.png │ │ │ ├── 05.png │ │ │ ├── 05A12DSMC.png │ │ │ ├── 05A30DSMC.png │ │ │ ├── 06queue.png │ │ │ ├── 16PROPS Arrivals.png │ │ │ ├── 16PROPS Departures.png │ │ │ ├── 19PROPS.png │ │ │ ├── 2124.png │ │ │ ├── 23.png │ │ │ ├── 23A12DSMC.png │ │ │ ├── 23A30DSMC.png │ │ │ ├── 34PROPS Arrivals.png │ │ │ ├── 34PROPS Departures.png │ │ │ ├── AYPY TCU 14.png │ │ │ ├── AYPY TCU 32.png │ │ │ ├── KAT.png │ │ │ ├── PIY.png │ │ │ ├── arrlistexample.png │ │ │ ├── arrlistexample2.png │ │ │ ├── aypyrtccshade.png │ │ │ ├── aypysmc.png │ │ │ ├── clrqbay.png │ │ │ ├── coordinatorbars.png │ │ │ ├── coordinatorstrips.png │ │ │ ├── labeldataentry.png │ │ │ ├── route.png │ │ │ ├── smcntaxi.png │ │ │ ├── strip1.png │ │ │ ├── strip2.png │ │ │ ├── wfcgrerte.png │ │ │ ├── wfteam.png │ │ │ ├── ypaddualbrl.png │ │ │ ├── ypadgrasstaxi.png │ │ │ ├── ypadsmcbase.png │ │ │ ├── ypadsmcown.png │ │ │ └── ypdngrass.png │ │ │ └── index.md │ ├── index.md │ ├── milkrun │ │ ├── .pages │ │ ├── aerodrome.md │ │ ├── enroute.md │ │ ├── img │ │ │ ├── 16sdnrls.png │ │ │ ├── odale1.png │ │ │ ├── odale2.png │ │ │ ├── odale3.png │ │ │ ├── slottime.png │ │ │ ├── ymmlhotspots.png │ │ │ └── yssyhotspots.png │ │ ├── index.md │ │ ├── terminal.md │ │ └── workload.md │ └── worldflight │ │ ├── .pages │ │ ├── Aerodromes │ │ ├── .pages │ │ ├── brisbane.md │ │ ├── cairns.md │ │ ├── darwin.md │ │ ├── sydneyarr.md │ │ └── sydneydep.md │ │ ├── Enroute │ │ ├── .pages │ │ ├── leg1.md │ │ ├── leg2.md │ │ ├── leg3.md │ │ ├── leg4.md │ │ ├── leg5.md │ │ └── leg6.md │ │ ├── Terminal Areas │ │ ├── .pages │ │ ├── brisbane.md │ │ ├── cairns.md │ │ ├── darwin.md │ │ ├── sydneyarr.md │ │ └── sydneydep.md │ │ ├── img │ │ ├── 01PROPS.png │ │ ├── 16PROPS Arrivals.png │ │ ├── 16PROPS Departures.png │ │ ├── 19PROPS.png │ │ ├── 29.png │ │ ├── 34PROPS Arrivals.png │ │ ├── 34PROPS Departures.png │ │ ├── KAT.png │ │ ├── TRTRelease.png │ │ ├── YBCS_SMC.png │ │ ├── arrlistexample.png │ │ ├── arrlistexample2.png │ │ ├── clrqbay.png │ │ ├── coordinatorbars.png │ │ ├── coordinatorstrips.png │ │ ├── labeldataentry.png │ │ ├── ozstrips-noslot.png │ │ ├── route.png │ │ ├── wfteam.png │ │ ├── wfteamozstrips.png │ │ ├── worldflight-scenic-arrival.png │ │ └── ypdngrass.png │ │ └── index.md ├── index.md ├── javascripts │ ├── flowCalculatorLogic.js │ ├── flowData.js │ ├── mathjax.js │ └── table-indent.js ├── legal │ ├── .pages │ └── index.md ├── oceanic │ ├── Positions │ │ ├── IND.md │ │ └── TSN.md │ ├── assets │ │ ├── 10min.png │ │ ├── 15DME.png │ │ ├── 15min.png │ │ ├── 20DME.png │ │ ├── 50RNAV.png │ │ ├── Both.png │ │ ├── ETP.png │ │ ├── Oceanic.png │ │ ├── OffTrack.png │ │ ├── POCA.png │ │ ├── conflictarea.png │ │ ├── conflictarea2.png │ │ ├── indzoomin.png │ │ ├── indzoomout.png │ │ ├── navcap2.png │ │ ├── navcapZ.png │ │ ├── oceanicmap.png │ │ └── tsn.png │ ├── index.md │ └── procedures.md ├── pacific │ ├── .pages │ ├── Fiji │ │ ├── .pages │ │ ├── Enroute.md │ │ ├── Nadi │ │ │ ├── .pages │ │ │ ├── AD.md │ │ │ └── TCU.md │ │ ├── Nausori │ │ │ ├── .pages │ │ │ ├── AD.md │ │ │ └── TCU.md │ │ ├── Oceanic.md │ │ ├── img │ │ │ ├── fjpdz2.png │ │ │ ├── nfff.png │ │ │ ├── nfff_zoomed.png │ │ │ ├── nffj_ctr.png │ │ │ ├── nffn_02a20d_conflicts.png │ │ │ ├── nffn_adc.png │ │ │ ├── nffn_denarau_island.png │ │ │ ├── nffn_helipads.png │ │ │ ├── nffn_tcu.png │ │ │ ├── nffn_tiliva.png │ │ │ ├── nffn_vfr.png │ │ │ ├── nffnsmc.png │ │ │ ├── nfna_adc.png │ │ │ ├── nfna_namuka.png │ │ │ ├── nfna_tcu.png │ │ │ └── nfna_vfr.png │ │ └── index.md │ ├── Marshall-Islands │ │ ├── Kwajalein.md │ │ └── index.md │ ├── Nauru │ │ ├── .pages │ │ ├── img │ │ │ ├── ANAU.png │ │ │ └── ANAU_airspace.png │ │ └── index.md │ ├── New-Caledonia │ │ ├── .pages │ │ ├── La-Tontouta.md │ │ ├── Magenta.md │ │ ├── TCU.md │ │ ├── img │ │ │ ├── NWWW_Airspace.png │ │ │ ├── new_caledonia_vfr_points.png │ │ │ ├── nwwm_17_circling.png │ │ │ ├── nwwm_adc.png │ │ │ ├── nwwm_vfr_night.png │ │ │ ├── nwww_29_circling.png │ │ │ ├── nwww_adc.png │ │ │ ├── nwww_ctr.png │ │ │ ├── nwww_tcu.png │ │ │ └── nwww_vfr_night.png │ │ └── index.md │ ├── Papua-New-Guinea │ │ ├── Enroute.md │ │ ├── Nadzab │ │ │ ├── .pages │ │ │ ├── AD.md │ │ │ └── TCU.md │ │ ├── Port-Moresby │ │ │ ├── .pages │ │ │ ├── AD.md │ │ │ └── TCU.md │ │ ├── classf │ │ │ ├── .pages │ │ │ ├── Goroka.md │ │ │ ├── Madang.md │ │ │ ├── Mt-Hagen.md │ │ │ ├── Tokua.md │ │ │ └── index.md │ │ ├── img │ │ │ ├── ATZ_airspace.png │ │ │ ├── AYGA_Vatsys.PNG │ │ │ ├── AYMD_Vatsys.PNG │ │ │ ├── AYMH_Vatsys.PNG │ │ │ ├── AYNZ_ADC.png │ │ │ ├── AYNZ_TMA.png │ │ │ ├── AYPY_ADC.png │ │ │ ├── AYPY_TCU.png │ │ │ ├── AYTK_Vatsys.PNG │ │ │ ├── ayd901.png │ │ │ ├── ayd903-907.png │ │ │ ├── ayga_vfr.png │ │ │ ├── aymh_helipads.png │ │ │ ├── aymh_vfr.png │ │ │ ├── aynz_markham_river.png │ │ │ ├── aynz_vfr.png │ │ │ ├── aypm.png │ │ │ ├── aypy_helipads.png │ │ │ ├── aypy_rtcc.png │ │ │ ├── aypy_vfr.png │ │ │ └── aypysmcmar.png │ │ └── index.md │ ├── Solomon-Islands │ │ ├── .pages │ │ ├── img │ │ │ ├── AGGG.png │ │ │ └── AGGG_airspace.png │ │ └── index.md │ ├── Vanuatu │ │ ├── .pages │ │ ├── Port-Vila.md │ │ ├── TCU.md │ │ ├── img │ │ │ ├── NVVVTWR.png │ │ │ ├── NVVV_trainingarea.png │ │ │ ├── nvvv_rwy11.png │ │ │ └── nvvv_tcu.png │ │ └── index.md │ ├── assets │ │ └── pacificairspace.png │ └── index.md ├── separation-standards │ ├── .pages │ ├── assurance.md │ ├── classd.md │ ├── img │ │ ├── 1nmgeosep.png │ │ ├── 20nmlong.png │ │ ├── 45segregatedfpcircle1.png │ │ ├── 45segregatedfpcircle2.png │ │ ├── 45segregatedfpsi1.png │ │ ├── 45segregatedfpsi2.png │ │ ├── 5nmlong.png │ │ ├── approachtypevsa.png │ │ ├── arr10nm.png │ │ ├── brl.png │ │ ├── classDtwrdiagram.png │ │ ├── closestapch.png │ │ ├── cprompt.png │ │ ├── d8a.png │ │ ├── dep10min.png │ │ ├── dep2min.png │ │ ├── dep5min.png │ │ ├── diagonalsep.png │ │ ├── latsepdiagram.png │ │ ├── monitorexample.png │ │ ├── rwy1.png │ │ ├── rwy2.png │ │ ├── rwy3.png │ │ ├── rwyseparr.jpg │ │ ├── rwysepdep.jpg │ │ ├── sandp.png │ │ ├── sectorentry.png │ │ ├── sepassno.png │ │ ├── sepassyes.png │ │ ├── systemest.png │ │ └── visualfix.png │ ├── index.md │ ├── parallelapps.md │ ├── procedural.md │ ├── runway.md │ ├── surveillance.md │ ├── visual.md │ └── waketurb.md ├── stylesheets │ ├── admonitions.css │ ├── custom-toc.css │ ├── extra.css │ └── navigation.css └── terminal │ ├── .pages │ ├── adelaide.md │ ├── amberleyoakey.md │ ├── brisbane.md │ ├── cairns.md │ ├── canberra.md │ ├── coral.md │ ├── curtin.md │ ├── darwin.md │ ├── eastsale.md │ ├── img │ ├── 16PROPS.png │ ├── IMCminlvl.png │ ├── PH0306annotated.png │ ├── PH2124annotated.png │ ├── SYtrainingareas.PNG │ ├── adclearancelimits.png │ ├── adtcu_annotated.png │ ├── amb_restricted_areas.png │ ├── ambok_tcu.png │ ├── bn01props.png │ ├── bn19props.png │ ├── bnsodprops.png │ ├── cbtcu_annotated.png │ ├── cin_restricted_areas.png │ ├── cin_tcu.png │ ├── coraltcusetup.png │ ├── cs15annotated.png │ ├── cs33annotated.png │ ├── dnadc.png │ ├── dntcu.png │ ├── enadc.png │ ├── es_tcu.png │ ├── esl_lanes_training_areas.png │ ├── esl_vfr_route.png │ ├── esltcu.png │ ├── lm_restricted_areas.png │ ├── lm_tcu.png │ ├── ltarls.png │ ├── mavairspace1.png │ ├── mavairspace2.png │ ├── mavsouth.png │ ├── mk_tcu.png │ ├── ml09.png │ ├── ml09a16d.png │ ├── ml16.png │ ├── ml16a27d.png │ ├── ml27.png │ ├── ml27a34ad.png │ ├── ml27ad34d.png │ ├── ml34.png │ ├── nw_restricted_areas.png │ ├── nw_tcu.png │ ├── nwtcu.png │ ├── nwvfc.png │ ├── ok_restricted_areas.png │ ├── pe_restricted_areas.png │ ├── pe_tcu.png │ ├── r574.png │ ├── rk_tcu.png │ ├── sg_restricted_areas.png │ ├── sg_tcu.png │ ├── subntcu.png │ ├── sy07.png │ ├── sy16PROPS.png │ ├── sy25.png │ ├── sy34PROPS.png │ ├── sySODPROPS.png │ ├── sy_harbourbridge_vatsys.png │ ├── syside.png │ ├── sytcu_wsiappx.png │ ├── sytcucoordgate.png │ ├── tas_tcu.png │ ├── tl_tcu.png │ ├── tltcu.png │ ├── tn_restricted_areas.png │ ├── tn_tcu.png │ ├── wlm_tcu.png │ ├── wlmadc.png │ ├── wlmapp.png │ └── yssy_heli_routes.png │ ├── index.md │ ├── learmonth.md │ ├── melbourne.md │ ├── nowra.md │ ├── pearce.md │ ├── perth.md │ ├── scherger.md │ ├── sydney.md │ ├── tassie.md │ ├── tindal.md │ ├── townsville.md │ └── williamtown.md ├── includes └── abbreviations.md ├── mkdocs.yml ├── overrides ├── 404.html ├── assets │ └── stylesheets │ │ └── home.css ├── home.html ├── main.html └── partials │ └── copyright.html └── requirements.txt /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/notify.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/workflows/notify.yml -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.github/workflows/pr.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | site -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/README.md -------------------------------------------------------------------------------- /docs/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/.pages -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | sops.vatpac.org -------------------------------------------------------------------------------- /docs/aerodromes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/.DS_Store -------------------------------------------------------------------------------- /docs/aerodromes/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/.pages -------------------------------------------------------------------------------- /docs/aerodromes/classc/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/.pages -------------------------------------------------------------------------------- /docs/aerodromes/classc/Adelaide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Adelaide.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Amberley.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Amberley.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Brisbane.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Cairns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Cairns.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Canberra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Canberra.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Curtin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Curtin.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Darwin.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/EastSale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/EastSale.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Edinburgh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Edinburgh.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Essendon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Essendon.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Gingin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Gingin.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/GoldCoast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/GoldCoast.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Learmonth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Learmonth.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Melbourne.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Melbourne.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Nowra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Nowra.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Oakey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Oakey.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Pearce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Pearce.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Perth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Perth.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Richmond.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Richmond.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Scherger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Scherger.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Sydney.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Sydney.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Tindal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Tindal.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Townsville.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Townsville.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/Williamtown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/Williamtown.md -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/CBTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/CBTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/CGTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/CGTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/CG_ctr_heli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/CG_ctr_heli.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/CS_ctr_heli.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/CS_ctr_heli.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ENTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ENTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ISPEG1SID.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ISPEG1SID.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/PHTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/PHTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/SYTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/SYTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/adadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/adadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/adclearancelimits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/adclearancelimits.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/amadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/amadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/avctr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/avctr.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/bnadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/bnadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/cb_eastern_grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/cb_eastern_grass.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/cbadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/cbadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/cbcty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/cbcty.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/cgadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/cgadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/csadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/csadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/dnadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/dnadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/dntcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/dntcu.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/edncircuits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/edncircuits.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ednhelicopterhls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ednhelicopterhls.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/en_eastern_grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/en_eastern_grass.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/enadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/enadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/esl_taxi_inbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/esl_taxi_inbound.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/esl_taxi_outbound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/esl_taxi_outbound.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/gigadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/gigadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/mladc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/mladc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/mlsmcqueue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/mlsmcqueue.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/nwrotaryslots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/nwrotaryslots.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/peadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/peadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/phadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/phadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/slottime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/slottime.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/sunburycorridor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/sunburycorridor.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/tltcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/tltcu.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/wlmadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/wlmadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/wlmapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/wlmapp.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/wlmtcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/wlmtcu.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/wlmtwr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/wlmtwr.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yamb_heli_taxiwayalpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yamb_heli_taxiwayalpha.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yambcodedclearances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yambcodedclearances.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ybbn_maneuvring_area_north.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ybbn_maneuvring_area_north.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ybbn_maneuvring_area_south.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ybbn_maneuvring_area_south.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ybbnsmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ybbnsmc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ybbnstdtaxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ybbnstdtaxi.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ybcgsmcown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ybcgsmcown.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ymmlstdtaxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ymmlstdtaxi.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ymmltaxiwayworks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ymmltaxiwayworks.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ypadsmcown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ypadsmcown.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/ypphsmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/ypphsmc.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yptngates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yptngates.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssy_apron_routes_arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssy_apron_routes_arrivals.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssy_apron_routes_departures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssy_apron_routes_departures.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssy_atis_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssy_atis_example.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssy_heli_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssy_heli_routes.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssy_taxi_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssy_taxi_routes.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssymaown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssymaown.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/img/yssysmcadceasthsmaps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/img/yssysmcadceasthsmaps.png -------------------------------------------------------------------------------- /docs/aerodromes/classc/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classc/index.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/.pages -------------------------------------------------------------------------------- /docs/aerodromes/classd/Archerfield.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Archerfield.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Avalon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Avalon.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Bankstown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Bankstown.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Camden.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Camden.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Hobart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Hobart.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Jandakot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Jandakot.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Launceston.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Launceston.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Mackay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Mackay.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Moorabbin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Moorabbin.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Parafield.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Parafield.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/Rockhampton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/Rockhampton.md -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/AVTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/AVTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/BKTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/BKTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/HBTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/HBTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/IMCminlvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/IMCminlvl.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/JTTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/JTTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/LTTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/LTTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/MKTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/MKTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/PFTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/PFTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/RKTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/RKTWR.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/YBAF_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/YBAF_Vatsys.PNG -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/YBAS_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/YBAS_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/YSCN_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/YSCN_Vatsys.PNG -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/avctr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/avctr.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/bolivar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/bolivar.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/hbadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/hbadc.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/mbairspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/mbairspace.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/mbhelicircuitareas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/mbhelicircuitareas.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/r574.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/r574.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/victor_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/victor_routes.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/ybaf_helicopter_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/ybaf_helicopter_area.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/img/ymlt_maneuvring_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/img/ymlt_maneuvring_area.png -------------------------------------------------------------------------------- /docs/aerodromes/classd/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/classd/index.md -------------------------------------------------------------------------------- /docs/aerodromes/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/index.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/.pages -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Albury.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Albury.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Alice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Alice.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Broome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Broome.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Coffs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Coffs.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/HamiltonIsland.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/HamiltonIsland.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Karratha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Karratha.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Sunshinecoast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Sunshinecoast.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Tamworth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Tamworth.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/Woomera.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/Woomera.md -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/TW_VFR_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/TW_VFR_routes.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/TW_west_of_C.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/TW_west_of_C.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/YBAS_VFR_ROUTES.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/YBAS_VFR_ROUTES.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/YBAS_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/YBAS_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/YBSU_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/YBSU_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/YMAY_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/YMAY_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/YSTW_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/YSTW_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/subntcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/subntcu.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/twadcown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/twadcown.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ybas_manoeuvring_area.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ybas_manoeuvring_area.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ybhm_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ybhm_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ybrm_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ybrm_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ycfs_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ycfs_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ypka_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ypka_airspace.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/img/ypkasmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/img/ypkasmc.png -------------------------------------------------------------------------------- /docs/aerodromes/procedural/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/aerodromes/procedural/index.md -------------------------------------------------------------------------------- /docs/assets/archived_hero_images/archived_2025-02-02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/archived_hero_images/archived_2025-02-02.png -------------------------------------------------------------------------------- /docs/assets/archived_hero_images/archived_2025-08-31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/archived_hero_images/archived_2025-08-31.png -------------------------------------------------------------------------------- /docs/assets/headset.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/headset.svg -------------------------------------------------------------------------------- /docs/assets/hero-image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/hero-image.png -------------------------------------------------------------------------------- /docs/assets/images/mini-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/images/mini-logo.png -------------------------------------------------------------------------------- /docs/assets/pacdataset.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assets/pacdataset.png -------------------------------------------------------------------------------- /docs/assist-us/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/.pages -------------------------------------------------------------------------------- /docs/assist-us/assets/create-branch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/assets/create-branch.png -------------------------------------------------------------------------------- /docs/assist-us/assets/pr-overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/assets/pr-overview.png -------------------------------------------------------------------------------- /docs/assist-us/assets/pull-request.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/assets/pull-request.png -------------------------------------------------------------------------------- /docs/assist-us/best-practices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/best-practices.md -------------------------------------------------------------------------------- /docs/assist-us/buildingblocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/buildingblocks.md -------------------------------------------------------------------------------- /docs/assist-us/changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/changes.md -------------------------------------------------------------------------------- /docs/assist-us/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/index.md -------------------------------------------------------------------------------- /docs/assist-us/setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/setup.md -------------------------------------------------------------------------------- /docs/assist-us/tips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/assist-us/tips.md -------------------------------------------------------------------------------- /docs/client/annotations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/annotations.md -------------------------------------------------------------------------------- /docs/client/cpdlc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/cpdlc.md -------------------------------------------------------------------------------- /docs/client/img/maestro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/maestro.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsaerodromeselect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsaerodromeselect.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsautorelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsautorelease.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsbadlevel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsbadlevel.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsbadroute.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsbadroute.png -------------------------------------------------------------------------------- /docs/client/img/ozstripscdmladder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripscdmladder.png -------------------------------------------------------------------------------- /docs/client/img/ozstripscdmpushed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripscdmpushed.png -------------------------------------------------------------------------------- /docs/client/img/ozstripscdmqueue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripscdmqueue.png -------------------------------------------------------------------------------- /docs/client/img/ozstripscoordinator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripscoordinator.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsdepmonitor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsdepmonitor.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsdropdown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsdropdown.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsexample.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsproctower.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsproctower.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsradarsid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsradarsid.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsrunwaycrossing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsrunwaycrossing.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsrunwaycrossingbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsrunwaycrossingbar.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsrunwayrelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsrunwayrelease.png -------------------------------------------------------------------------------- /docs/client/img/ozstripssidtransition.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripssidtransition.png -------------------------------------------------------------------------------- /docs/client/img/ozstripssmartresize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripssmartresize.png -------------------------------------------------------------------------------- /docs/client/img/ozstripssquawk.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripssquawk.png -------------------------------------------------------------------------------- /docs/client/img/ozstripstrip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripstrip.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsvfrsid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsvfrsid.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsviewmode.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsviewmode.png -------------------------------------------------------------------------------- /docs/client/img/ozstripswindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripswindow.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsworkflowacd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsworkflowacd.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsworkflowadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsworkflowadc.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsworkflowbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsworkflowbars.png -------------------------------------------------------------------------------- /docs/client/img/ozstripsworkflowsmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/ozstripsworkflowsmc.png -------------------------------------------------------------------------------- /docs/client/img/vatsysgrounddisplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/img/vatsysgrounddisplay.png -------------------------------------------------------------------------------- /docs/client/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/index.md -------------------------------------------------------------------------------- /docs/client/maestro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/maestro.md -------------------------------------------------------------------------------- /docs/client/towerstrips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/towerstrips.md -------------------------------------------------------------------------------- /docs/client/trafficinfo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/trafficinfo.md -------------------------------------------------------------------------------- /docs/client/vatsys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/client/vatsys.md -------------------------------------------------------------------------------- /docs/controller-skills/.pages: -------------------------------------------------------------------------------- 1 | title: Controller Skills 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/controller-skills/airwork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/airwork.md -------------------------------------------------------------------------------- /docs/controller-skills/atis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/atis.md -------------------------------------------------------------------------------- /docs/controller-skills/callsigns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/callsigns.md -------------------------------------------------------------------------------- /docs/controller-skills/circuitoperations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/circuitoperations.md -------------------------------------------------------------------------------- /docs/controller-skills/classofairspace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/classofairspace.md -------------------------------------------------------------------------------- /docs/controller-skills/coordination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/coordination.md -------------------------------------------------------------------------------- /docs/controller-skills/extending.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/extending.md -------------------------------------------------------------------------------- /docs/controller-skills/grounddelaymanagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/grounddelaymanagement.md -------------------------------------------------------------------------------- /docs/controller-skills/helicopters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/helicopters.md -------------------------------------------------------------------------------- /docs/controller-skills/hoto.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/hoto.md -------------------------------------------------------------------------------- /docs/controller-skills/img/CPDLCENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/CPDLCENR.png -------------------------------------------------------------------------------- /docs/controller-skills/img/CPDLCOCE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/CPDLCOCE.png -------------------------------------------------------------------------------- /docs/controller-skills/img/approachtypevsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/approachtypevsa.png -------------------------------------------------------------------------------- /docs/controller-skills/img/arrlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/arrlist.png -------------------------------------------------------------------------------- /docs/controller-skills/img/arrlist1below.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/arrlist1below.png -------------------------------------------------------------------------------- /docs/controller-skills/img/arrlist2above.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/arrlist2above.png -------------------------------------------------------------------------------- /docs/controller-skills/img/arrlist2below.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/arrlist2below.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_bulla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_bulla.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_dorsu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_dorsu.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_h66_h252.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_h66_h252.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_n774_m636.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_n774_m636.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_perth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_perth.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cdo_razzi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cdo_razzi.png -------------------------------------------------------------------------------- /docs/controller-skills/img/classDtwrdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/classDtwrdiagram.png -------------------------------------------------------------------------------- /docs/controller-skills/img/cprompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/cprompt.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d2.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d5.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d535a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d535a.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d535b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d535b.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d8a.png -------------------------------------------------------------------------------- /docs/controller-skills/img/d8b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/d8b.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dep4a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dep4a.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dep7a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dep7a.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dticreate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dticreate.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dtidelete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dtidelete.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dtioverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dtioverview.png -------------------------------------------------------------------------------- /docs/controller-skills/img/dtirecord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/dtirecord.png -------------------------------------------------------------------------------- /docs/controller-skills/img/extensionpolicy_continuous_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/extensionpolicy_continuous_example.png -------------------------------------------------------------------------------- /docs/controller-skills/img/extensionpolicy_noncontinuous_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/extensionpolicy_noncontinuous_example.png -------------------------------------------------------------------------------- /docs/controller-skills/img/freqmanagement.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/freqmanagement.png -------------------------------------------------------------------------------- /docs/controller-skills/img/heli_ops_manoeuvres.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/heli_ops_manoeuvres.png -------------------------------------------------------------------------------- /docs/controller-skills/img/initialandpitch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/initialandpitch.png -------------------------------------------------------------------------------- /docs/controller-skills/img/latsepdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/latsepdiagram.png -------------------------------------------------------------------------------- /docs/controller-skills/img/lsalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/lsalt.png -------------------------------------------------------------------------------- /docs/controller-skills/img/monitorexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/monitorexample.png -------------------------------------------------------------------------------- /docs/controller-skills/img/pjeshl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/pjeshl.png -------------------------------------------------------------------------------- /docs/controller-skills/img/ra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/ra.png -------------------------------------------------------------------------------- /docs/controller-skills/img/rtcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/rtcc.png -------------------------------------------------------------------------------- /docs/controller-skills/img/rwyseparr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/rwyseparr.jpg -------------------------------------------------------------------------------- /docs/controller-skills/img/rwysepdep.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/rwysepdep.jpg -------------------------------------------------------------------------------- /docs/controller-skills/img/snp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/snp.png -------------------------------------------------------------------------------- /docs/controller-skills/img/survey_ops_example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/survey_ops_example.png -------------------------------------------------------------------------------- /docs/controller-skills/img/svymap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/svymap.png -------------------------------------------------------------------------------- /docs/controller-skills/img/t7b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/t7b.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarsbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarsbar.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarscontinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarscontinfo.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarscontinfo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarscontinfo2.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarsdispatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarsdispatch.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarseditor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarseditor1.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarseditor2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarseditor2.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarshandoff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarshandoff.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarslogon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarslogon.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vatacarspdc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vatacarspdc.png -------------------------------------------------------------------------------- /docs/controller-skills/img/vsoanotam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/img/vsoanotam.png -------------------------------------------------------------------------------- /docs/controller-skills/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/index.md -------------------------------------------------------------------------------- /docs/controller-skills/lsalt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/lsalt.md -------------------------------------------------------------------------------- /docs/controller-skills/military.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/military.md -------------------------------------------------------------------------------- /docs/controller-skills/runwaymanagement.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/runwaymanagement.md -------------------------------------------------------------------------------- /docs/controller-skills/sequencing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/controller-skills/sequencing.md -------------------------------------------------------------------------------- /docs/enroute/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/.pages -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/ARL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/ARL.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/INL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/INL.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/ISA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/ISA.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/KEN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/KEN.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/KPL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/KPL.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/TRT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/TRT.md -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/img/MKAPP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/img/MKAPP.png -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/img/hwe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/img/hwe.png -------------------------------------------------------------------------------- /docs/enroute/Brisbane Centre/img/yambcodedclearances.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Brisbane Centre/img/yambcodedclearances.png -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/ASP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/ASP.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/BLA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/BLA.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/GUN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/GUN.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/HUO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/HUO.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/HYD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/HYD.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/MUN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/MUN.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/OLW.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/OLW.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/TBD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/TBD.md -------------------------------------------------------------------------------- /docs/enroute/Melbourne Centre/WOL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/Melbourne Centre/WOL.md -------------------------------------------------------------------------------- /docs/enroute/assets/ARLENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/ARLENR.png -------------------------------------------------------------------------------- /docs/enroute/assets/INLENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/INLENR.png -------------------------------------------------------------------------------- /docs/enroute/assets/ISAENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/ISAENR.png -------------------------------------------------------------------------------- /docs/enroute/assets/KENENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/KENENR.png -------------------------------------------------------------------------------- /docs/enroute/assets/TRTENR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/TRTENR.png -------------------------------------------------------------------------------- /docs/enroute/assets/arl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/arl.png -------------------------------------------------------------------------------- /docs/enroute/assets/asp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/asp.png -------------------------------------------------------------------------------- /docs/enroute/assets/aspsurv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/aspsurv.png -------------------------------------------------------------------------------- /docs/enroute/assets/bik.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/bik.png -------------------------------------------------------------------------------- /docs/enroute/assets/bla.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/bla.png -------------------------------------------------------------------------------- /docs/enroute/assets/cg_berni.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/cg_berni.png -------------------------------------------------------------------------------- /docs/enroute/assets/elw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/elw.png -------------------------------------------------------------------------------- /docs/enroute/assets/gun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/gun.png -------------------------------------------------------------------------------- /docs/enroute/assets/huo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/huo.png -------------------------------------------------------------------------------- /docs/enroute/assets/hyd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/hyd.png -------------------------------------------------------------------------------- /docs/enroute/assets/inl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/inl.png -------------------------------------------------------------------------------- /docs/enroute/assets/isa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/isa.png -------------------------------------------------------------------------------- /docs/enroute/assets/ken.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/ken.png -------------------------------------------------------------------------------- /docs/enroute/assets/kpl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/kpl.png -------------------------------------------------------------------------------- /docs/enroute/assets/ltarls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/ltarls.png -------------------------------------------------------------------------------- /docs/enroute/assets/mavsouth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/mavsouth.png -------------------------------------------------------------------------------- /docs/enroute/assets/mun.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/mun.png -------------------------------------------------------------------------------- /docs/enroute/assets/olw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/olw.png -------------------------------------------------------------------------------- /docs/enroute/assets/piy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/piy.png -------------------------------------------------------------------------------- /docs/enroute/assets/polliafter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/polliafter.png -------------------------------------------------------------------------------- /docs/enroute/assets/pollibefore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/pollibefore.png -------------------------------------------------------------------------------- /docs/enroute/assets/sytcucoordgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/sytcucoordgate.png -------------------------------------------------------------------------------- /docs/enroute/assets/tbd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/tbd.png -------------------------------------------------------------------------------- /docs/enroute/assets/trt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/trt.png -------------------------------------------------------------------------------- /docs/enroute/assets/wol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/wol.png -------------------------------------------------------------------------------- /docs/enroute/assets/ywe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/assets/ywe.png -------------------------------------------------------------------------------- /docs/enroute/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/enroute/index.md -------------------------------------------------------------------------------- /docs/events/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/.pages -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/.pages -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/.pages -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/adelaide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/adelaide.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/brisbane.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/darwin.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/perth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/perth.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/portmoresby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/portmoresby.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/sydneyarr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/sydneyarr.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Aerodromes/sydneydep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Aerodromes/sydneydep.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/.pages -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/aypyybbn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/aypyybbn.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/wammypdn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/wammypdn.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/ybbnyssy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/ybbnyssy.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/ypadypph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/ypadypph.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/ypdnaypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/ypdnaypy.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/ypphwiii.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/ypphwiii.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Enroute/yssyypad.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Enroute/yssyypad.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/.pages -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/adelaide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/adelaide.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/brisbane.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/darwin.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/perth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/perth.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/portmoresby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/portmoresby.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/sydneyarr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/sydneyarr.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/Terminal Areas/sydneydep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/Terminal Areas/sydneydep.md -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/01PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/01PROPS.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/0306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/0306.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/05.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/05A12DSMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/05A12DSMC.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/05A30DSMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/05A30DSMC.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/06queue.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/06queue.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/16PROPS Arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/16PROPS Arrivals.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/16PROPS Departures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/16PROPS Departures.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/19PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/19PROPS.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/2124.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/2124.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/23.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/23A12DSMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/23A12DSMC.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/23A30DSMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/23A30DSMC.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/34PROPS Arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/34PROPS Arrivals.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/34PROPS Departures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/34PROPS Departures.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/AYPY TCU 14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/AYPY TCU 14.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/AYPY TCU 32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/AYPY TCU 32.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/KAT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/KAT.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/PIY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/PIY.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/arrlistexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/arrlistexample.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/arrlistexample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/arrlistexample2.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/aypyrtccshade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/aypyrtccshade.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/aypysmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/aypysmc.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/clrqbay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/clrqbay.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/coordinatorbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/coordinatorbars.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/coordinatorstrips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/coordinatorstrips.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/labeldataentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/labeldataentry.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/route.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/smcntaxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/smcntaxi.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/strip1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/strip1.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/strip2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/strip2.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/wfcgrerte.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/wfcgrerte.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/wfteam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/wfteam.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/ypaddualbrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/ypaddualbrl.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/ypadgrasstaxi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/ypadgrasstaxi.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/ypadsmcbase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/ypadsmcbase.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/ypadsmcown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/ypadsmcown.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/img/ypdngrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/img/ypdngrass.png -------------------------------------------------------------------------------- /docs/events/archive/worldflight-2024/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/archive/worldflight-2024/index.md -------------------------------------------------------------------------------- /docs/events/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/index.md -------------------------------------------------------------------------------- /docs/events/milkrun/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/.pages -------------------------------------------------------------------------------- /docs/events/milkrun/aerodrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/aerodrome.md -------------------------------------------------------------------------------- /docs/events/milkrun/enroute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/enroute.md -------------------------------------------------------------------------------- /docs/events/milkrun/img/16sdnrls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/16sdnrls.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/odale1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/odale1.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/odale2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/odale2.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/odale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/odale3.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/slottime.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/slottime.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/ymmlhotspots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/ymmlhotspots.png -------------------------------------------------------------------------------- /docs/events/milkrun/img/yssyhotspots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/img/yssyhotspots.png -------------------------------------------------------------------------------- /docs/events/milkrun/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/index.md -------------------------------------------------------------------------------- /docs/events/milkrun/terminal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/terminal.md -------------------------------------------------------------------------------- /docs/events/milkrun/workload.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/milkrun/workload.md -------------------------------------------------------------------------------- /docs/events/worldflight/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/.pages -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/.pages -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/brisbane.md -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/cairns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/cairns.md -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/darwin.md -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/sydneyarr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/sydneyarr.md -------------------------------------------------------------------------------- /docs/events/worldflight/Aerodromes/sydneydep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Aerodromes/sydneydep.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/.pages -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg1.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg2.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg3.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg4.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg5.md -------------------------------------------------------------------------------- /docs/events/worldflight/Enroute/leg6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Enroute/leg6.md -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/.pages -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/brisbane.md -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/cairns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/cairns.md -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/darwin.md -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/sydneyarr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/sydneyarr.md -------------------------------------------------------------------------------- /docs/events/worldflight/Terminal Areas/sydneydep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/Terminal Areas/sydneydep.md -------------------------------------------------------------------------------- /docs/events/worldflight/img/01PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/01PROPS.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/16PROPS Arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/16PROPS Arrivals.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/16PROPS Departures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/16PROPS Departures.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/19PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/19PROPS.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/29.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/34PROPS Arrivals.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/34PROPS Arrivals.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/34PROPS Departures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/34PROPS Departures.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/KAT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/KAT.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/TRTRelease.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/TRTRelease.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/YBCS_SMC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/YBCS_SMC.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/arrlistexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/arrlistexample.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/arrlistexample2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/arrlistexample2.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/clrqbay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/clrqbay.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/coordinatorbars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/coordinatorbars.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/coordinatorstrips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/coordinatorstrips.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/labeldataentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/labeldataentry.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/ozstrips-noslot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/ozstrips-noslot.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/route.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/wfteam.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/wfteam.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/wfteamozstrips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/wfteamozstrips.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/worldflight-scenic-arrival.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/worldflight-scenic-arrival.png -------------------------------------------------------------------------------- /docs/events/worldflight/img/ypdngrass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/img/ypdngrass.png -------------------------------------------------------------------------------- /docs/events/worldflight/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/events/worldflight/index.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/javascripts/flowCalculatorLogic.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/javascripts/flowCalculatorLogic.js -------------------------------------------------------------------------------- /docs/javascripts/flowData.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/javascripts/flowData.js -------------------------------------------------------------------------------- /docs/javascripts/mathjax.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/javascripts/mathjax.js -------------------------------------------------------------------------------- /docs/javascripts/table-indent.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/javascripts/table-indent.js -------------------------------------------------------------------------------- /docs/legal/.pages: -------------------------------------------------------------------------------- 1 | hide: true 2 | -------------------------------------------------------------------------------- /docs/legal/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/legal/index.md -------------------------------------------------------------------------------- /docs/oceanic/Positions/IND.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/Positions/IND.md -------------------------------------------------------------------------------- /docs/oceanic/Positions/TSN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/Positions/TSN.md -------------------------------------------------------------------------------- /docs/oceanic/assets/10min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/10min.png -------------------------------------------------------------------------------- /docs/oceanic/assets/15DME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/15DME.png -------------------------------------------------------------------------------- /docs/oceanic/assets/15min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/15min.png -------------------------------------------------------------------------------- /docs/oceanic/assets/20DME.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/20DME.png -------------------------------------------------------------------------------- /docs/oceanic/assets/50RNAV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/50RNAV.png -------------------------------------------------------------------------------- /docs/oceanic/assets/Both.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/Both.png -------------------------------------------------------------------------------- /docs/oceanic/assets/ETP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/ETP.png -------------------------------------------------------------------------------- /docs/oceanic/assets/Oceanic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/Oceanic.png -------------------------------------------------------------------------------- /docs/oceanic/assets/OffTrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/OffTrack.png -------------------------------------------------------------------------------- /docs/oceanic/assets/POCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/POCA.png -------------------------------------------------------------------------------- /docs/oceanic/assets/conflictarea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/conflictarea.png -------------------------------------------------------------------------------- /docs/oceanic/assets/conflictarea2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/conflictarea2.png -------------------------------------------------------------------------------- /docs/oceanic/assets/indzoomin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/indzoomin.png -------------------------------------------------------------------------------- /docs/oceanic/assets/indzoomout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/indzoomout.png -------------------------------------------------------------------------------- /docs/oceanic/assets/navcap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/navcap2.png -------------------------------------------------------------------------------- /docs/oceanic/assets/navcapZ.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/navcapZ.png -------------------------------------------------------------------------------- /docs/oceanic/assets/oceanicmap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/oceanicmap.png -------------------------------------------------------------------------------- /docs/oceanic/assets/tsn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/assets/tsn.png -------------------------------------------------------------------------------- /docs/oceanic/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/index.md -------------------------------------------------------------------------------- /docs/oceanic/procedures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/oceanic/procedures.md -------------------------------------------------------------------------------- /docs/pacific/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/.pages -------------------------------------------------------------------------------- /docs/pacific/Fiji/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/.pages -------------------------------------------------------------------------------- /docs/pacific/Fiji/Enroute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Enroute.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nadi/.pages: -------------------------------------------------------------------------------- 1 | title: Nadi (NFFN) 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nadi/AD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Nadi/AD.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nadi/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Nadi/TCU.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nausori/.pages: -------------------------------------------------------------------------------- 1 | title: Nausori (NFNA) 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nausori/AD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Nausori/AD.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/Nausori/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Nausori/TCU.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/Oceanic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/Oceanic.md -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/fjpdz2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/fjpdz2.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfff.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfff_zoomed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfff_zoomed.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffj_ctr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffj_ctr.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_02a20d_conflicts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_02a20d_conflicts.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_adc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_adc.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_denarau_island.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_denarau_island.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_helipads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_helipads.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_tcu.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_tiliva.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_tiliva.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffn_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffn_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nffnsmc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nffnsmc.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfna_adc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfna_adc.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfna_namuka.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfna_namuka.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfna_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfna_tcu.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/img/nfna_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/img/nfna_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Fiji/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Fiji/index.md -------------------------------------------------------------------------------- /docs/pacific/Marshall-Islands/Kwajalein.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Marshall-Islands/Kwajalein.md -------------------------------------------------------------------------------- /docs/pacific/Marshall-Islands/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Marshall-Islands/index.md -------------------------------------------------------------------------------- /docs/pacific/Nauru/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Nauru/.pages -------------------------------------------------------------------------------- /docs/pacific/Nauru/img/ANAU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Nauru/img/ANAU.png -------------------------------------------------------------------------------- /docs/pacific/Nauru/img/ANAU_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Nauru/img/ANAU_airspace.png -------------------------------------------------------------------------------- /docs/pacific/Nauru/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Nauru/index.md -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/.pages -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/La-Tontouta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/La-Tontouta.md -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/Magenta.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/Magenta.md -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/TCU.md -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/NWWW_Airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/NWWW_Airspace.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/new_caledonia_vfr_points.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/new_caledonia_vfr_points.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwwm_17_circling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwwm_17_circling.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwwm_adc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwwm_adc.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwwm_vfr_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwwm_vfr_night.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwww_29_circling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwww_29_circling.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwww_adc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwww_adc.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwww_ctr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwww_ctr.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwww_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwww_tcu.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/img/nwww_vfr_night.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/img/nwww_vfr_night.png -------------------------------------------------------------------------------- /docs/pacific/New-Caledonia/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/New-Caledonia/index.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Enroute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/Enroute.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Nadzab/.pages: -------------------------------------------------------------------------------- 1 | title: Nadzab (AYNZ) 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Nadzab/AD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/Nadzab/AD.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Nadzab/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/Nadzab/TCU.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Port-Moresby/.pages: -------------------------------------------------------------------------------- 1 | title: Port Moresby (AYPY) 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Port-Moresby/AD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/Port-Moresby/AD.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/Port-Moresby/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/Port-Moresby/TCU.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/.pages -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/Goroka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/Goroka.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/Madang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/Madang.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/Mt-Hagen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/Mt-Hagen.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/Tokua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/Tokua.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/classf/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/classf/index.md -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/ATZ_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/ATZ_airspace.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYGA_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYGA_Vatsys.PNG -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYMD_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYMD_Vatsys.PNG -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYMH_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYMH_Vatsys.PNG -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYNZ_ADC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYNZ_ADC.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYNZ_TMA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYNZ_TMA.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYPY_ADC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYPY_ADC.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYPY_TCU.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYPY_TCU.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/AYTK_Vatsys.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/AYTK_Vatsys.PNG -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/ayd901.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/ayd901.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/ayd903-907.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/ayd903-907.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/ayga_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/ayga_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aymh_helipads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aymh_helipads.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aymh_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aymh_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aynz_markham_river.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aynz_markham_river.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aynz_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aynz_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aypm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aypm.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aypy_helipads.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aypy_helipads.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aypy_rtcc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aypy_rtcc.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aypy_vfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aypy_vfr.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/img/aypysmcmar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/img/aypysmcmar.png -------------------------------------------------------------------------------- /docs/pacific/Papua-New-Guinea/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Papua-New-Guinea/index.md -------------------------------------------------------------------------------- /docs/pacific/Solomon-Islands/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Solomon-Islands/.pages -------------------------------------------------------------------------------- /docs/pacific/Solomon-Islands/img/AGGG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Solomon-Islands/img/AGGG.png -------------------------------------------------------------------------------- /docs/pacific/Solomon-Islands/img/AGGG_airspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Solomon-Islands/img/AGGG_airspace.png -------------------------------------------------------------------------------- /docs/pacific/Solomon-Islands/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Solomon-Islands/index.md -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/.pages -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/Port-Vila.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/Port-Vila.md -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/TCU.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/TCU.md -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/img/NVVVTWR.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/img/NVVVTWR.png -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/img/NVVV_trainingarea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/img/NVVV_trainingarea.png -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/img/nvvv_rwy11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/img/nvvv_rwy11.png -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/img/nvvv_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/img/nvvv_tcu.png -------------------------------------------------------------------------------- /docs/pacific/Vanuatu/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/Vanuatu/index.md -------------------------------------------------------------------------------- /docs/pacific/assets/pacificairspace.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/assets/pacificairspace.png -------------------------------------------------------------------------------- /docs/pacific/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/pacific/index.md -------------------------------------------------------------------------------- /docs/separation-standards/.pages: -------------------------------------------------------------------------------- 1 | title: Separation Standards 2 | nav: 3 | - ... -------------------------------------------------------------------------------- /docs/separation-standards/assurance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/assurance.md -------------------------------------------------------------------------------- /docs/separation-standards/classd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/classd.md -------------------------------------------------------------------------------- /docs/separation-standards/img/1nmgeosep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/1nmgeosep.png -------------------------------------------------------------------------------- /docs/separation-standards/img/20nmlong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/20nmlong.png -------------------------------------------------------------------------------- /docs/separation-standards/img/45segregatedfpcircle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/45segregatedfpcircle1.png -------------------------------------------------------------------------------- /docs/separation-standards/img/45segregatedfpcircle2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/45segregatedfpcircle2.png -------------------------------------------------------------------------------- /docs/separation-standards/img/45segregatedfpsi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/45segregatedfpsi1.png -------------------------------------------------------------------------------- /docs/separation-standards/img/45segregatedfpsi2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/45segregatedfpsi2.png -------------------------------------------------------------------------------- /docs/separation-standards/img/5nmlong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/5nmlong.png -------------------------------------------------------------------------------- /docs/separation-standards/img/approachtypevsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/approachtypevsa.png -------------------------------------------------------------------------------- /docs/separation-standards/img/arr10nm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/arr10nm.png -------------------------------------------------------------------------------- /docs/separation-standards/img/brl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/brl.png -------------------------------------------------------------------------------- /docs/separation-standards/img/classDtwrdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/classDtwrdiagram.png -------------------------------------------------------------------------------- /docs/separation-standards/img/closestapch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/closestapch.png -------------------------------------------------------------------------------- /docs/separation-standards/img/cprompt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/cprompt.png -------------------------------------------------------------------------------- /docs/separation-standards/img/d8a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/d8a.png -------------------------------------------------------------------------------- /docs/separation-standards/img/dep10min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/dep10min.png -------------------------------------------------------------------------------- /docs/separation-standards/img/dep2min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/dep2min.png -------------------------------------------------------------------------------- /docs/separation-standards/img/dep5min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/dep5min.png -------------------------------------------------------------------------------- /docs/separation-standards/img/diagonalsep.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/diagonalsep.png -------------------------------------------------------------------------------- /docs/separation-standards/img/latsepdiagram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/latsepdiagram.png -------------------------------------------------------------------------------- /docs/separation-standards/img/monitorexample.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/monitorexample.png -------------------------------------------------------------------------------- /docs/separation-standards/img/rwy1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/rwy1.png -------------------------------------------------------------------------------- /docs/separation-standards/img/rwy2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/rwy2.png -------------------------------------------------------------------------------- /docs/separation-standards/img/rwy3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/rwy3.png -------------------------------------------------------------------------------- /docs/separation-standards/img/rwyseparr.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/rwyseparr.jpg -------------------------------------------------------------------------------- /docs/separation-standards/img/rwysepdep.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/rwysepdep.jpg -------------------------------------------------------------------------------- /docs/separation-standards/img/sandp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/sandp.png -------------------------------------------------------------------------------- /docs/separation-standards/img/sectorentry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/sectorentry.png -------------------------------------------------------------------------------- /docs/separation-standards/img/sepassno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/sepassno.png -------------------------------------------------------------------------------- /docs/separation-standards/img/sepassyes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/sepassyes.png -------------------------------------------------------------------------------- /docs/separation-standards/img/systemest.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/systemest.png -------------------------------------------------------------------------------- /docs/separation-standards/img/visualfix.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/img/visualfix.png -------------------------------------------------------------------------------- /docs/separation-standards/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/index.md -------------------------------------------------------------------------------- /docs/separation-standards/parallelapps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/parallelapps.md -------------------------------------------------------------------------------- /docs/separation-standards/procedural.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/procedural.md -------------------------------------------------------------------------------- /docs/separation-standards/runway.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/runway.md -------------------------------------------------------------------------------- /docs/separation-standards/surveillance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/surveillance.md -------------------------------------------------------------------------------- /docs/separation-standards/visual.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/visual.md -------------------------------------------------------------------------------- /docs/separation-standards/waketurb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/separation-standards/waketurb.md -------------------------------------------------------------------------------- /docs/stylesheets/admonitions.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/stylesheets/admonitions.css -------------------------------------------------------------------------------- /docs/stylesheets/custom-toc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/stylesheets/custom-toc.css -------------------------------------------------------------------------------- /docs/stylesheets/extra.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/stylesheets/extra.css -------------------------------------------------------------------------------- /docs/stylesheets/navigation.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/stylesheets/navigation.css -------------------------------------------------------------------------------- /docs/terminal/.pages: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/.pages -------------------------------------------------------------------------------- /docs/terminal/adelaide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/adelaide.md -------------------------------------------------------------------------------- /docs/terminal/amberleyoakey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/amberleyoakey.md -------------------------------------------------------------------------------- /docs/terminal/brisbane.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/brisbane.md -------------------------------------------------------------------------------- /docs/terminal/cairns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/cairns.md -------------------------------------------------------------------------------- /docs/terminal/canberra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/canberra.md -------------------------------------------------------------------------------- /docs/terminal/coral.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/coral.md -------------------------------------------------------------------------------- /docs/terminal/curtin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/curtin.md -------------------------------------------------------------------------------- /docs/terminal/darwin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/darwin.md -------------------------------------------------------------------------------- /docs/terminal/eastsale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/eastsale.md -------------------------------------------------------------------------------- /docs/terminal/img/16PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/16PROPS.png -------------------------------------------------------------------------------- /docs/terminal/img/IMCminlvl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/IMCminlvl.png -------------------------------------------------------------------------------- /docs/terminal/img/PH0306annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/PH0306annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/PH2124annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/PH2124annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/SYtrainingareas.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/SYtrainingareas.PNG -------------------------------------------------------------------------------- /docs/terminal/img/adclearancelimits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/adclearancelimits.png -------------------------------------------------------------------------------- /docs/terminal/img/adtcu_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/adtcu_annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/amb_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/amb_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/ambok_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ambok_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/bn01props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/bn01props.png -------------------------------------------------------------------------------- /docs/terminal/img/bn19props.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/bn19props.png -------------------------------------------------------------------------------- /docs/terminal/img/bnsodprops.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/bnsodprops.png -------------------------------------------------------------------------------- /docs/terminal/img/cbtcu_annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/cbtcu_annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/cin_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/cin_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/cin_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/cin_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/coraltcusetup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/coraltcusetup.png -------------------------------------------------------------------------------- /docs/terminal/img/cs15annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/cs15annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/cs33annotated.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/cs33annotated.png -------------------------------------------------------------------------------- /docs/terminal/img/dnadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/dnadc.png -------------------------------------------------------------------------------- /docs/terminal/img/dntcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/dntcu.png -------------------------------------------------------------------------------- /docs/terminal/img/enadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/enadc.png -------------------------------------------------------------------------------- /docs/terminal/img/es_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/es_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/esl_lanes_training_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/esl_lanes_training_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/esl_vfr_route.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/esl_vfr_route.png -------------------------------------------------------------------------------- /docs/terminal/img/esltcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/esltcu.png -------------------------------------------------------------------------------- /docs/terminal/img/lm_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/lm_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/lm_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/lm_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/ltarls.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ltarls.png -------------------------------------------------------------------------------- /docs/terminal/img/mavairspace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/mavairspace1.png -------------------------------------------------------------------------------- /docs/terminal/img/mavairspace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/mavairspace2.png -------------------------------------------------------------------------------- /docs/terminal/img/mavsouth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/mavsouth.png -------------------------------------------------------------------------------- /docs/terminal/img/mk_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/mk_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/ml09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml09.png -------------------------------------------------------------------------------- /docs/terminal/img/ml09a16d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml09a16d.png -------------------------------------------------------------------------------- /docs/terminal/img/ml16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml16.png -------------------------------------------------------------------------------- /docs/terminal/img/ml16a27d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml16a27d.png -------------------------------------------------------------------------------- /docs/terminal/img/ml27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml27.png -------------------------------------------------------------------------------- /docs/terminal/img/ml27a34ad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml27a34ad.png -------------------------------------------------------------------------------- /docs/terminal/img/ml27ad34d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml27ad34d.png -------------------------------------------------------------------------------- /docs/terminal/img/ml34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ml34.png -------------------------------------------------------------------------------- /docs/terminal/img/nw_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/nw_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/nw_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/nw_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/nwtcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/nwtcu.png -------------------------------------------------------------------------------- /docs/terminal/img/nwvfc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/nwvfc.png -------------------------------------------------------------------------------- /docs/terminal/img/ok_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/ok_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/pe_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/pe_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/pe_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/pe_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/r574.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/r574.png -------------------------------------------------------------------------------- /docs/terminal/img/rk_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/rk_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/sg_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sg_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/sg_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sg_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/subntcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/subntcu.png -------------------------------------------------------------------------------- /docs/terminal/img/sy07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sy07.png -------------------------------------------------------------------------------- /docs/terminal/img/sy16PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sy16PROPS.png -------------------------------------------------------------------------------- /docs/terminal/img/sy25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sy25.png -------------------------------------------------------------------------------- /docs/terminal/img/sy34PROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sy34PROPS.png -------------------------------------------------------------------------------- /docs/terminal/img/sySODPROPS.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sySODPROPS.png -------------------------------------------------------------------------------- /docs/terminal/img/sy_harbourbridge_vatsys.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sy_harbourbridge_vatsys.png -------------------------------------------------------------------------------- /docs/terminal/img/syside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/syside.png -------------------------------------------------------------------------------- /docs/terminal/img/sytcu_wsiappx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sytcu_wsiappx.png -------------------------------------------------------------------------------- /docs/terminal/img/sytcucoordgate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/sytcucoordgate.png -------------------------------------------------------------------------------- /docs/terminal/img/tas_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/tas_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/tl_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/tl_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/tltcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/tltcu.png -------------------------------------------------------------------------------- /docs/terminal/img/tn_restricted_areas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/tn_restricted_areas.png -------------------------------------------------------------------------------- /docs/terminal/img/tn_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/tn_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/wlm_tcu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/wlm_tcu.png -------------------------------------------------------------------------------- /docs/terminal/img/wlmadc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/wlmadc.png -------------------------------------------------------------------------------- /docs/terminal/img/wlmapp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/wlmapp.png -------------------------------------------------------------------------------- /docs/terminal/img/yssy_heli_routes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/img/yssy_heli_routes.png -------------------------------------------------------------------------------- /docs/terminal/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/index.md -------------------------------------------------------------------------------- /docs/terminal/learmonth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/learmonth.md -------------------------------------------------------------------------------- /docs/terminal/melbourne.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/melbourne.md -------------------------------------------------------------------------------- /docs/terminal/nowra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/nowra.md -------------------------------------------------------------------------------- /docs/terminal/pearce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/pearce.md -------------------------------------------------------------------------------- /docs/terminal/perth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/perth.md -------------------------------------------------------------------------------- /docs/terminal/scherger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/scherger.md -------------------------------------------------------------------------------- /docs/terminal/sydney.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/sydney.md -------------------------------------------------------------------------------- /docs/terminal/tassie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/tassie.md -------------------------------------------------------------------------------- /docs/terminal/tindal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/tindal.md -------------------------------------------------------------------------------- /docs/terminal/townsville.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/townsville.md -------------------------------------------------------------------------------- /docs/terminal/williamtown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/docs/terminal/williamtown.md -------------------------------------------------------------------------------- /includes/abbreviations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/includes/abbreviations.md -------------------------------------------------------------------------------- /mkdocs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/mkdocs.yml -------------------------------------------------------------------------------- /overrides/404.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/overrides/404.html -------------------------------------------------------------------------------- /overrides/assets/stylesheets/home.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/overrides/assets/stylesheets/home.css -------------------------------------------------------------------------------- /overrides/home.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/overrides/home.html -------------------------------------------------------------------------------- /overrides/main.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/overrides/main.html -------------------------------------------------------------------------------- /overrides/partials/copyright.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/overrides/partials/copyright.html -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vatpac-technology/sops/HEAD/requirements.txt --------------------------------------------------------------------------------