-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
42 lines (31 loc) · 1.56 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
- Add file name selection for KML output. Make sure a name has been
selected by the time initializeDisplay is called.
---- second alpha release
- build Windows installer (excluding msvcrt --- require user to install via
vcredist_XXX.exe for now)
---- first windows alpha release to friendly users
-- Export To Text: allow raw text output of qDF data (including fixes) for
incident reports, etc.
- Add WMM geomagnetic model and automatic computation of declination
The new version that creates a library might be usable directly!
- Add setting for changing name of DF fix objects
- Fix up miscellaneous warnings from DFLib (e.g. signed/unsigned compares)
- Allow persistent TCP connection to APRS stream rather than UDP
- Allow user to turn off each display class other than main window in settings
dialog
- Implement All Topo Maps display class on Windows
- Agrello doppler input? How to compute SD?
- Practice mode. Allow input of actual transmitter location, computation of
bearing error. Use this to accumulate data for SD computation?
--------
- add computation of bearing/range between any two points (geodesic,
spherical earth OK)
- add VOR database
- Add bearing/range from VOR for fixes
- add computation of location given bearing/range from VOR
- Add ability to plot airborne reports given bearing/range from VOR or Lat/Lon
and altitude (use SAR School text for parameters needed to compute footprint)
- Receive APRS data from stream (drop all on floor but DF reports)
- Allow ability to import selected DF reports from APRS stream
--------
- Upload to github?