Brian Davidson
EF2
Does anyone know of a program that tracks your GPS location and then gives you a list of SkyWarn repeaters that are in range?
If not, could anyone write up such program?
If not, could anyone write up such program?
Not as fun, fancy, and maybe harder, but not by much...the poor mans way would be to get a Repeater directory and just highlight the various skywarn repeaters. I believe they have map page layouts in the directory (not the annoying little book, the travel directory...comes with a CD rom I think).
Not as fun, fancy, and maybe harder, but not by much...the poor mans way would be to get a Repeater directory and just highlight the various skywarn repeaters. I believe they have map page layouts in the directory (not the annoying little book, the travel directory...comes with a CD rom I think).
The Icon lines are formatted as follows:
Icon: (lat.####,-lon.####),000,1,1,"City: Freq\nPL ##.#\nName of repeater system\nWhich NWS office\nOther notes" (\n means New
Line. You can have as many lines as you need to add important info)
The line command was a little little tricky for me to figure out at first because it has to be done exactly this way:
Color: ### ### ### (Only need ONE color command per system before the first line. Use an RGB color picker to get the 3 sets of numbers for any given color)
Line: 2, (the 2 is how many pixels wide the line will be, and you must have the comma after it)
lat.######,-lon.###### (point A. This must be indented TWO spaces directly under the Line: command)
lat.######,-lon.###### (point B. This must also be indented TWO spaces)
End: (No indent here. There must always be an End: command when using a Line:, or else GR will kick back an error when you load the file)
...and if you know of other linked systems in your area, let me know, throw up a link to the system map and I'll get them in here.