Skip to content

Commit

Permalink
AIRAC 2113 Changes (#117)
Browse files Browse the repository at this point in the history
* ASMGCS Views

* Init to 2113

* feat: Addition of SLP ATIS abbreviation.

* fix: Remove old MetConnect Link

* fix: NZPM STAR Fixes

* feat: New ENR Sect Maps.

* fix: NZCH-T DefaultCenter fixed

* routine: 2113 ANR update

* feat: Updated Enroute Volume definitions with the updated Enroute data

* New ADS-B sites / Procedural ADS-Bs

* Update CHANGELOG.md

Co-authored-by: zkaviator (ATIS abbrev.)
  • Loading branch information
dirtyformal authored Dec 26, 2021
1 parent 83a2ea5 commit 5c8ef47
Show file tree
Hide file tree
Showing 20 changed files with 14,003 additions and 3,285 deletions.
33 changes: 32 additions & 1 deletion .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- [AIRAC 2110](#airac-2110)
- [AIRAC 2111](#airac-2111)
- [AIRAC 2112](#airac-2112)
- [AIRAC 2113](#airac-2113)


## AIRAC 2013
Expand Down Expand Up @@ -437,7 +438,7 @@ The NZ customised version of the plugin will be available in the future for down

### Revision A (Initial)

#### **ANR Uodates**
#### **ANR Updates**

* The following airways have been added:
* `KQ134`
Expand Down Expand Up @@ -487,3 +488,33 @@ The NZ customised version of the plugin will be available in the future for down
* Slight change to the ControllerInfo fields, to include our new vats.im/nz/ link shortener. This will be replicated to EuroScope in the next SkyLine release.
* Default inclusion of the VATNZ Standard Route Tool - see associated release announcement.

## AIRAC 2113

### Revision A (Initial)

#### **ANR Updates**

* Addition of the `KETUS` and `GOMIK` IFR waypoints.
* Removal of the `GOBIN` and `KETOT` IFR waypoints.
* Minor updates the Restricted Areas.

#### **Dataset Updates**

* **feat**: The ATIS parser now recognises airband frequencies in the ATIS, and speaks them properly ("1 3 4 decimal 5"). Cheers to Zain for this.
* **feat**: Addition of `SLP` ATIS abbreviation.
* **fix**: Remove old MetConnect link.
* **fix**: Palmerston North STAR fixes.
* `APITI 1A` -> `APITI 2A`
* `IDLUR 2A` -> `IDLUR 3A`
* `AVGUV 1A` -> `AVGUV 2A`
* `MIBUS 1B` -> `MIBUS 2B`
* `RINRI 1B` -> `RINRI 2B`
* `IGPAX 1A` -> `IGPAX 2A`
* `VIROL 1B` -> `VIROL 2B`
* `LUNBA 1A` -> `LUNBA 2A`
* `TUTSI 1B` -> `TUTSI 2B`
* `TUTSI 1E` -> `TUTSI 2E`
* **feat**: New ENR Sector Map layers. The default Maps for Enroute views have also been updated.
* **feat**: Updated Enroute Volume definitions with the updated Enroute data.
* **fix**: NZCH-T Position DefaultCenter fixed.
* **feat**: Added additional ADS-B sites, particularly in areas around Procedural Aerodromes.
6 changes: 5 additions & 1 deletion ATIS.xml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,13 @@
<Translation String="FNA" Spoken="final approach" />
<Translation String="LVP" Spoken="low visibility procedures" />
<Translation String="REF" Spoken="refer" />

<Translation String="RWY" Spoken="runway" />
<Translation String="RWYS" Spoken="runways" />
<Translation String="SLP" Spoken="speed limiting point" />

<!--Changes xxx.xxx to xxx decimal xxx for frequencies -->
<Translation Regex="(\d{3})\.(\d{1,3})" Spoken="$1 decimal $2" />

<!--Changes L to Left when it is associated with a two digit runway identifier-->
<Translation Regex="([012]\d|[3][0123456])L AND R" Spoken="$1 left and right" />
<Translation Regex="([012]\d|[3][0123456])L AND C" Spoken="$1 left and centre" />
Expand Down
50 changes: 25 additions & 25 deletions Airspace.xml
Original file line number Diff line number Diff line change
Expand Up @@ -411,27 +411,27 @@
<SID Name="TERO3S" />
<STAR Name="BUVL1B" ApproachName="GNSS" />
<STAR Name="IRMI1B" ApproachName="GNSS" />
<STAR Name="MIBU1B" ApproachName="GNSS" />
<STAR Name="MIBU2B" ApproachName="GNSS" />
<STAR Name="OKEV1B" ApproachName="GNSS" />
<STAR Name="RINR1B" ApproachName="GNSS" />
<STAR Name="TUTS1B" ApproachName="GNSS" />
<STAR Name="VIRO1B" ApproachName="GNSS" />
<STAR Name="RINR2B" ApproachName="GNSS" />
<STAR Name="TUTS2B" ApproachName="GNSS" />
<STAR Name="VIRO2B" ApproachName="GNSS" />
</Runway>
<Runway Name="25" DataRunway="25">
<SID Name="GUTN2P" />
<SID Name="GUTN3R" />
<SID Name="GUTN3T" />
<SID Name="GUTN2U" />
<SID Name="NZPM3A" />
<STAR Name="APIT1A" ApproachName="RNPX" />
<STAR Name="AVGU1A" ApproachName="GNSS" />
<STAR Name="IDLU2A" ApproachName="RNPX" />
<STAR Name="IGPA1A" ApproachName="GNSS" />
<STAR Name="APIT2A" ApproachName="RNPX" />
<STAR Name="AVGU2A" ApproachName="GNSS" />
<STAR Name="IDLU3A" ApproachName="RNPX" />
<STAR Name="IGPA2A" ApproachName="GNSS" />
<STAR Name="IRMI1A" ApproachName="GNSS" />
<STAR Name="LUNB1A" />
<STAR Name="LUNB2A" />
<STAR Name="LUNB1E" ApproachName="RNPX" />
<STAR Name="OKEV1A" ApproachName="GNSS" />
<STAR Name="TUTS1E" ApproachName="RNPX" />
<STAR Name="TUTS2E" ApproachName="RNPX" />
</Runway>
</Airport>
<Airport Name="NZPP">
Expand Down Expand Up @@ -1014,7 +1014,7 @@ BIGEK/
GOTSO/
FA VOR/
IKENA/
KETOT/
KETUS/
FU NDB
</Airway>
<Airway Name="A592">
Expand Down Expand Up @@ -1116,7 +1116,7 @@ TAPAP
</Airway>
<Airway Name="B581">
BAXIL/
GOBIN/
GOMIK/
WOOBY/
WACOS
</Airway>
Expand Down Expand Up @@ -3858,7 +3858,6 @@ RILEY
<Point Name="GM483" Type="Fix">-422924.742+1711003.140</Point>
<Point Name="GOBEN" Type="Fix">-462557.640+1682522.380</Point>
<Point Name="GOBIL" Type="Fix">-200450.980-1743809.690</Point>
<Point Name="GOBIN" Type="Fix">-092751.690-1725618.380</Point>
<Point Name="GOBOB" Type="Fix">-365415.450+1745039.670</Point>
<Point Name="GOBUK" Type="Fix">-375446.400+1761529.140</Point>
<Point Name="GODAB" Type="Fix">-190118.070-1650000.000</Point>
Expand All @@ -3869,6 +3868,7 @@ RILEY
<Point Name="GOKAG" Type="Fix">-393947.990+1785528.010</Point>
<Point Name="GOKIT" Type="Fix">-161522.000-1781606.000</Point>
<Point Name="GOLEG" Type="Fix">-450357.230+1684026.230</Point>
<Point Name="GOMIK" Type="Fix">-092751.690-1725618.380</Point>
<Point Name="GOMPI" Type="Fix">-433834.520+1722825.250</Point>
<Point Name="GOMUD" Type="Fix">-375606.180+1750755.310</Point>
<Point Name="GONAX" Type="Fix">-411028.650-1793437.890</Point>
Expand Down Expand Up @@ -4129,8 +4129,8 @@ RILEY
<Point Name="KETIX" Type="Fix">-401912.200+1752235.080</Point>
<Point Name="KETOB" Type="Fix">-370756.150+1750143.910</Point>
<Point Name="KETOS" Type="Fix">-433653.650+1723306.770</Point>
<Point Name="KETOT" Type="Fix">-122913.100-1741651.580</Point>
<Point Name="KETUP" Type="Fix">-222125.300-1754520.910</Point>
<Point Name="KETUS" Type="Fix">-122913.100-1741651.580</Point>
<Point Name="KEVEL" Type="Fix">-401514.960+1750425.830</Point>
<Point Name="KEVID" Type="Fix">-375558.010+1752345.260</Point>
<Point Name="KEVUT" Type="Fix">-412540.430+1724428.380</Point>
Expand Down Expand Up @@ -8352,10 +8352,10 @@ RILEY
<STAR Name="IDLU1H" Airport="NZOH" Runways="09">
<Route Runway="09">IDLUR/BOBIT</Route>
</STAR>
<STAR Name="APIT1A" Airport="NZPM" Runways="25">
<STAR Name="APIT2A" Airport="NZPM" Runways="25">
<Route Runway="25">APITI/TUTSI/UPNUK/LEKED</Route>
</STAR>
<STAR Name="AVGU1A" Airport="NZPM" Runways="25">
<STAR Name="AVGU2A" Airport="NZPM" Runways="25">
<Transition Name="BINIT">BINIT/UPRIX</Transition>
<Transition Name="MIBUS">MIBUS/RINRI</Transition>
<Transition Name="SAKBA">SAKBA/UPRIX</Transition>
Expand All @@ -8367,10 +8367,10 @@ RILEY
<Transition Name="IDLUR">IDLUR</Transition>
<Route Runway="07">BUVLI/NIRUB</Route>
</STAR>
<STAR Name="IDLU2A" Airport="NZPM" Runways="25">
<STAR Name="IDLU3A" Airport="NZPM" Runways="25">
<Route Runway="25">IDLUR/TUTSI/UPNUK/LEKED</Route>
</STAR>
<STAR Name="IGPA1A" Airport="NZPM" Runways="25">
<STAR Name="IGPA2A" Airport="NZPM" Runways="25">
<Transition Name="APITI">APITI</Transition>
<Transition Name="IDLUR">IDLUR</Transition>
<Route Runway="25">IGPAX/OVRUN/BIDEK</Route>
Expand All @@ -8381,20 +8381,20 @@ RILEY
<STAR Name="IRMI1B" Airport="NZPM" Runways="07">
<Route Runway="07">IRMIX/UDODI/AKNIN</Route>
</STAR>
<STAR Name="LUNB1A" Airport="NZPM" Runways="25">
<STAR Name="LUNB2A" Airport="NZPM" Runways="25">
<Transition Name="BINIT">BINIT/RINRI</Transition>
<Transition Name="MIBUS">MIBUS</Transition>
<Transition Name="SAKBA">SAKBA/RINRI</Transition>
<Transition Name="VIROL">VIROL/KEVEL/ANPUG/RINRI</Transition>
<Route Runway="25">LUNBA/OLMUX</Route>
</STAR>
<STAR Name="LUNB1E" Airport="NZPM" Runways="25">
<Transition Name="BINIT">BINIT/RINRI</Transition>
<Transition Name="BINIT">BINIT/BINIT/RINRI</Transition>
<Transition Name="MIBUS">MIBUS</Transition>
<Transition Name="SAKBA">SAKBA/RINRI</Transition>
<Route Runway="25">LUNBA/GUTNI/LEKED</Route>
</STAR>
<STAR Name="MIBU1B" Airport="NZPM" Runways="07">
<STAR Name="MIBU2B" Airport="NZPM" Runways="07">
<Route Runway="07">MIBUS/GUTNI</Route>
</STAR>
<STAR Name="OKEV1A" Airport="NZPM" Runways="25">
Expand All @@ -8403,22 +8403,22 @@ RILEY
<STAR Name="OKEV1B" Airport="NZPM" Runways="07">
<Route Runway="07">OKEVO/REPIM/AKNIN</Route>
</STAR>
<STAR Name="RINR1B" Airport="NZPM" Runways="07">
<STAR Name="RINR2B" Airport="NZPM" Runways="07">
<Transition Name="BINIT">BINIT</Transition>
<Transition Name="SAKBA">SAKBA</Transition>
<Route Runway="07">RINRI/GUTNI</Route>
</STAR>
<STAR Name="TUTS1B" Airport="NZPM" Runways="07">
<STAR Name="TUTS2B" Airport="NZPM" Runways="07">
<Transition Name="APITI">APITI</Transition>
<Transition Name="IDLUR">IDLUR</Transition>
<Route Runway="07">TUTSI/LEKED/OLMUX/AKNIN</Route>
</STAR>
<STAR Name="TUTS1E" Airport="NZPM" Runways="25">
<STAR Name="TUTS2E" Airport="NZPM" Runways="25">
<Transition Name="APITI">APITI</Transition>
<Transition Name="IDLUR">IDLUR</Transition>
<Route Runway="25">TUTSI/LEKED</Route>
</STAR>
<STAR Name="VIRO1B" Airport="NZPM" Runways="07">
<STAR Name="VIRO2B" Airport="NZPM" Runways="07">
<Route Runway="07">VIROL/KEVEL/ANPUG/RINRI/AKNIN</Route>
</STAR>
<STAR Name="AGSO1G" Airport="NZPP" Runways="34">
Expand Down
46 changes: 46 additions & 0 deletions Colours.xml
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,48 @@
<B>150</B>
</Colour>

<Colour id="Custom">
<Use>Hold Shorts - ASMGCS</Use>
<Name>yellowHS</Name>
<R>126</R>
<G>93</G>
<B>39</B>
</Colour>

<Colour id="Custom">
<Use>Hold point to Runway - ASMGCS</Use>
<Name>yellowHA</Name>
<R>126</R>
<G>93</G>
<B>39</B>
</Colour>

<Colour id="Custom">
<Use>Taxiways - ASMGCS</Use>
<Name>taxiway</Name>
<R>126</R>
<G>93</G>
<B>39</B>
</Colour>

<Colour id="Custom">
<Use>Runway Lines - ASMGCS</Use>
<Name>white</Name>
<R>208</R>
<G>214</G>
<B>226</B>
</Colour>

<Colour id="Custom">
<Use>Apron Lines - ASMGCS</Use>
<Name>apron</Name>
<R>86</R>
<G>63</G>
<B>26</B>
</Colour>



<!-- Colours added due to changes in the vatSys application -->

<Colour id="ListSeparator">
Expand Down Expand Up @@ -600,4 +642,8 @@
<G>30</G>
<B>0</B>
</Colour>




</Colours>
1 change: 0 additions & 1 deletion MET.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
<AIP url="http://www.aip.net.nz/" />
<IFIS url="https://www.ifis.airways.co.nz/script/briefing/aerodrome_briefing.asp" />
<MetFlight url="http://metflight.metra.co.nz/MetFlight.php" />
<MetConnect url="http://www.metconnect.co.nz/metconnect/index.php" />
<SkyVector url="https://skyvector.com/" />
<VATNZ url="https://www.vatnz.net/" />
<Feedback url="https://www.vatnz.net/feedback/" />
Expand Down
14 changes: 14 additions & 0 deletions Maps/Airspace/ENR Sector Labels.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Maps>
<Map Name="ENR Sector Labels" Type="System2" Priority="2">
<Label HasLeader="false">
<Point Name="126.0">-38.035710+174.528750</Point>
<Point Name="123.9">-36.125833+174.147222</Point>
<Point Name="123.7">-40.305556+173.033889</Point>
<Point Name="119.5">-38.265519+177.073506</Point>
<Point Name="126.2">-40.295614+176.037078</Point>
<Point Name="129.4">-42.742331+173.872099</Point>
<Point Name="129.3">-44.758333+168.963056</Point>
</Label>
</Map>
</Maps>
Loading

0 comments on commit 5c8ef47

Please sign in to comment.