Skip to content
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

Best server plot #2

Open
davidsrsb opened this issue May 29, 2019 · 2 comments
Open

Best server plot #2

davidsrsb opened this issue May 29, 2019 · 2 comments

Comments

@davidsrsb
Copy link

A useful improvement to the coverage plot optionfeature with multiple transmitters would be to be able to plot a map of best server.
I have modified Johns original code to add an extra field in the map array. When coverage -c is plotted, it recorded the transmitter number and for each transmitter updated this field if the new calculation had stronger signal. I then assigned a colour to the transmitter number and plotted.

@hoche
Copy link
Owner

hoche commented May 29, 2019

Ooo, I like it. I passed the suggestion on to John. Do you have a patch for that? It's doubtful it can be applied to the current codebase, but I can probably modify it to work.

@davidsrsb
Copy link
Author

This is working code derived from an older splat.
It needs some work to allow normal "-L" plotting as well as the modified "-c"
I added an extra element to the dem struct to store the transmit site and some functions to read and write to this.

splat_best_server.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants