Skip to content

Auto generate airfield radar holes#5878

Draft
luke11brown wants to merge 2 commits intomainfrom
airfield_radar_holes
Draft

Auto generate airfield radar holes#5878
luke11brown wants to merge 2 commits intomainfrom
airfield_radar_holes

Conversation

@luke11brown
Copy link
Contributor

Summary of changes

Ref VATSIM-UK/uk-controller-pack#1163

Introduces a GitHub Actions workflow and supporting Python script to automatically generate Misc Other/Airfield_Radar_Holes.txt from OurAirports data. The workflow runs on schedule or relevant file changes, and creates a pull request with updated radar hole definitions for UK aerodromes, using runway geometry or fallback logic.

Screenshots (if necessary)

Nil

Introduces a GitHub Actions workflow and supporting Python script to automatically generate Misc Other/Airfield_Radar_Holes.txt from OurAirports data. The workflow runs on schedule or relevant file changes, and creates a pull request with updated radar hole definitions for UK aerodromes, using runway geometry or fallback logic.
@luke11brown luke11brown added enhancement For new or improved features controller-pack-change A change to the controller pack is required ops-input-required Where other Ops staff input/work is required labels Oct 29, 2025
a=core.get(icao)
if not a or not a.get("latitude_deg") or not a.get("elevation_ft"): continue
lat=float(a["latitude_deg"]); lon=float(a["longitude_deg"])
elev=float(a["elevation_ft"]) + 10.0
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As per Mike, 20ft is suggestion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

controller-pack-change A change to the controller pack is required enhancement For new or improved features ops-input-required Where other Ops staff input/work is required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant