]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/readme.txt
Version 7, February 2009
[GpsPrune.git] / tim / prune / readme.txt
1 Prune version 7
2 ===============
3
4 Prune is an application for viewing, editing and managing coordinate data from GPS systems,
5 including format conversion, charting and photo correlation.
6 Full details can be found at http://activityworkshop.net/software/prune/
7
8 Prune is copyright activityworkshop.net and distributed under the terms of the Gnu GPL version 2.
9 You may freely use the software, and may help others to freely use it too.  For further information
10 on your rights and how they are protected, see the included license.txt file.
11
12 Prune comes without warranty and without guarantee - the authors cannot be held responsible for
13 losses incurred through use of the program, however caused.
14
15
16 Running
17 =======
18
19 To run Prune from the jar file, simply call it from a command prompt or shell:
20    java -jar prune_07.jar
21
22 If the jar file is saved in a different directory, you will need to include the path.
23 Depending on your system settings, you may be able to click or double-click on the jar file
24 in a file manager window to execute it.  A shortcut, menu item, alias, desktop icon
25 or other link can of course be made should you wish.
26
27 To specify a language other than the default, use an additional parameter, eg:
28    java -jar prune_07.jar --lang=DE
29
30
31 New with version 7
32 ==================
33
34 The following features were added since version 6:
35   - Loading of KMZ files and zipped GPX
36   - Improved compression functions with four configurable algorithms
37   - New function to call gpsbabel to send data directly to GPS receiver
38   - Charting functions (eg altitude or speed against distance) using gnuplot
39   - Map view can now use other OpenStreetMap images such as OpenCycleMap or any other tile server
40   - New function to create an average position from a track section
41   - Display of straight line distances between waypoints
42
43 New with version 6
44 ==================
45
46 The following features were added since version 5:
47   - Map view using OpenStreetMap images is now integrated in the main window, with control for map transparency
48   - Pov export has new option to use sphere sweeps for better appearance
49   - New function to check online for a newer version of Prune
50   - New function to take a section of track and cut/paste it to another position
51   - New function to add or subtract a time offset from point timestamps
52   - New function to call gpsbabel to load data directly from GPS receiver
53   - Additional file filter options on load and save
54   - Italian language thanks to generous user input
55
56 New with version 5
57 ==================
58
59 The following features were added since version 4.1:
60   - New map window in the View menu, showing points overlaid on OpenStreetMap images
61   - New function to launch a browser showing the area in either Google Maps or OpenStreetMap
62   - Handling of track segments, including loading, saving and exporting, and preservation during edits and undos
63   - New function to merge track segments for the current selection, to make one single segment
64   - Display of current and average speed on details panel
65   - Statusbar showing confirmation of actions
66   - Much improved French texts thanks to generous user input
67
68 New with version 4.1
69 ====================
70
71 The following fix was added since version 4:
72   - Exiftool calls now made in series rather than in parallel to avoid performance problems in Windows
73
74 New with version 4
75 ==================
76
77 The following features were added since version 3:
78   - Automatic correlation of photos with points based on timestamps
79   - Manual disconnection of photos from points
80   - Reading of photo thumbnails from exif data (speeds up photo loading)
81   - Export to GPX format
82   - KML and KMZ export now includes altitudes option for airborne tracks
83   - Track points in map can be connected by lines
84   - On loading a text file, fields are now guessed according to data or column headings
85   - Polish language
86
87 New with version 3
88 ==================
89
90 The following features were added since version 2:
91   - Loading of GPX and KML files
92   - Loading of jpeg photos with or without coordinate data
93   - Manual correlation of photos with points
94   - Saving of coordinates in exif data of jpegs
95   - Exporting to KMZ format including thumbnails of photos
96   - Four-panel layout with toolbar
97   - French language
98
99 New with version 2
100 ==================
101
102 The following features were added since version 1:
103   - Display of data in 3d view using Java3D library
104   - Export of 3d model to POV format for rendering by povray
105   - Point edit dialog, waypoint name edit dialog
106   - Waypoint list
107   - Spanish language
108
109
110 Further information and updates
111 ===============================
112
113 To obtain the source code (if it wasn't included in your jar file), or for further information,
114 please visit the website:  http://activityworkshop.net/
115
116 You will find there user guides and screenshots illustrating the major features.
117 As Prune is further developed, subsequent versions of the program will also be made freely
118 available at this website.
119
120 You can also provide feedback on Prune, and find out more about contributing to the development,
121 especially with regard to language translations.