You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-3
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@ Can read airspace and waypoint files in the following formats:
7
7
-_openAIP_
8
8
- KML/KMZ
9
9
-_SeeYou_
10
+
-_LittleNavMap_
10
11
11
12
Can write in the following formats:
12
13
- KMZ
@@ -68,7 +69,7 @@ Possible options:
68
69
-**-q**: optional, specify the QNH in hPa used to calculate height of flight levels
69
70
-**-a**: optional, specify a default terrain altitude in meters to calculate AGL heights of points not covered by loaded terrain map(s)
70
71
-**-i**: multiple, input file(s) can be _OpenAir_ (**.txt**), _openAIP_ (**.aip**), _Google Earth_**.kmz**, **.kml**)
71
-
-**-w**: multiple, input waypoint file(s) can be _SeeYou_ (**.cup**) or _openAIP_ (**.aip**)
72
+
-**-w**: multiple, input waypoint file(s) can be _SeeYou_ (**.cup**), _openAIP_ (**.aip**) or **.csv** (_LittleNavMap_)
72
73
-**-m**: optional, multiple, terrain map file(s) (**.dem**) used to lookup terrain heights
73
74
-**-l**: optional, set filter limits in latitude and longitude for the output, followed by the 4 limit values: northLat,southLat,westLon,eastLon where the limits are comma separated, expressed in degrees, without spaces, negative for west longitudes and south latitudes
74
75
-**-o**: optional, output file **.kmz** (_Google Earth_), **.txt** (_OpenAir_), **.cup** (_SeeYou_), **.csv** (_LittleNavMap_), **.img** (_Garmin_) or **.mp** (_Polish_). If not specified will be used the name of first input file as **KMZ**
@@ -92,7 +93,7 @@ This is the default way to use the graphical user interface:
92
93
3. If converting to _GoogleEarth_ specify a default terrain altitude to be used for the points not under terrain raster map coverage.
93
94
4. Select as input multiple _openAIP_ (**.aip**) _OpenAir_ (**.txt**) and/or _GoogleEarth_ (**.kmz**) files or the folder containing them.
94
95
5. If converting to _GoogleEarth_ or to find missing altitudes of _SeeYou_ waypoints it is possible to load multiple raster map files (**.dem**) with the terrain altitude.
95
-
6. And/or select one or multiple waypoints files (**.cup**) or the folder containing them.
96
+
6. And/or select one or multiple waypoints files (**.cup**, **.csv**) or the folder containing them.
96
97
7. Optionally configure the latitude and longitude ranges for filtering the output.
97
98
8. If converting to _OpenAir_ choose if to output only points and the desired coordinates format.
98
99
9. Press the "Convert" button.
@@ -159,7 +160,7 @@ On Windows, the folder `icons` with the placemarks PNG icons must be kept in the
159
160
160
161
Contributors
161
162
------------
162
-
-_[Valerio Messina](mailto:efa@iol.it)_ : packaging for _Ubuntu_, various issues fixed and testing
163
+
-_[Valerio Messina](mailto:efa@iol.it)_ : packaging for _Ubuntu_, CSV waypoints, various issues fixed and testing
0 commit comments