-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Elevation Column #189
base: master
Are you sure you want to change the base?
Add Elevation Column #189
Conversation
I've seen requests for this. Will take a look at see if this change makes sense |
I did a POC and left a few details here: https://sites.google.com/view/add-elevation/ |
Fix the initialisation/persistence to localStorage for SiteNegativeAngle
Reset Map causing exception due to DefaultSiteCirclesElevation This meant other initialisation was not occurring
To see signs of Tropospheric Propagation it is very handy to know the calculated elevation angle of the signal.
It is straightforward to calculate the angle providing the site elevation above sea level is known, the distance of the aircraft and the height of the aircraft.
This fork of the code changes 4 files only.
It needs to persist 1) the site elevation in local storage and 2) a negative angle is stored in local storage, used as a threshold. The latter is used so the user can define the angle compatible with regular "flat" atmospheric conditions.
The current code highlights the aircraft icon by flashing (every other second) when the aircraft goes below the threshold angle set. It actually toggles between its current colour and (typically) red.
Unless the site is at sea level, one would still expect to see some aircraft at negative elevation angles (even when there are no signs of Tropospheric Propagation). Any airfield lower than the receiving site is likely to indicate negative angle as long as it is not too far away. Obviously the curvature of the earth is significant. Having a configuarble threshold is useful.
Each site will be able to determine a default negative angle to represent "flat" propagation conditions.
By default -0.5 is assumed, but each site will differ, especially if there are nearby airfields.
What is fascinating to wtness under "lift" conditions is both aircraft beyond the regular radio horizon (naturally resulting in negative angles) but also aircraft within the normal range but very much lower in height than would normally be observable. The highlighting of aircraft below the configured threshold will give an excelent impression of where ducting is presently occuring.