Skip to content

Commit 7ba4d70

Browse files
committed
Updated readme about CSV input
1 parent de03560 commit 7ba4d70

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Can read airspace and waypoint files in the following formats:
77
- _openAIP_
88
- KML/KMZ
99
- _SeeYou_
10+
- _LittleNavMap_
1011

1112
Can write in the following formats:
1213
- KMZ
@@ -68,7 +69,7 @@ Possible options:
6869
- **-q**: optional, specify the QNH in hPa used to calculate height of flight levels
6970
- **-a**: optional, specify a default terrain altitude in meters to calculate AGL heights of points not covered by loaded terrain map(s)
7071
- **-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_)
7273
- **-m**: optional, multiple, terrain map file(s) (**.dem**) used to lookup terrain heights
7374
- **-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
7475
- **-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:
9293
3. If converting to _GoogleEarth_ specify a default terrain altitude to be used for the points not under terrain raster map coverage.
9394
4. Select as input multiple _openAIP_ (**.aip**) _OpenAir_ (**.txt**) and/or _GoogleEarth_ (**.kmz**) files or the folder containing them.
9495
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.
9697
7. Optionally configure the latitude and longitude ranges for filtering the output.
9798
8. If converting to _OpenAir_ choose if to output only points and the desired coordinates format.
9899
9. Press the "Convert" button.
@@ -159,7 +160,7 @@ On Windows, the folder `icons` with the placemarks PNG icons must be kept in the
159160

160161
Contributors
161162
------------
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
163164

164165
Contacts
165166
--------

0 commit comments

Comments
 (0)