]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/readme.txt
355ac71ec52e595156f13665a02f06480c22149d
[GpsPrune.git] / tim / prune / readme.txt
1 Prune version 10
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 2006-2010 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_10.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_10.jar --lang=DE
29
30 New with version 10
31 ===================
32
33 The following features were added since version 9:
34   - Function to lookup altitudes using SRTM data from the Space Shuttle
35   - Choice between altitude profile and speed profile in main view
36   - Caching of map tiles to disk for faster access
37   - Offline mode where maps are only retrieved from disk
38   - Storage of multiple custom map sources, not just one custom one
39   - Use of maps with multiple layers (like maps-for-free)
40   - Use of cloudmade maps
41
42 New with version 9
43 ==================
44
45 The following features were added since version 8:
46   - Ability to paste coordinates (eg from wikipedia or geocaching sites) to create new points
47   - Configurable colour settings
48   - Function to convert waypoint names into timestamps
49   - Function to reorganise and sort photos either by filename or time
50   - Ability to load gzipped xml files
51   - New "full range details" dialog including pace and average gradient
52   - Preservation of unrecognised gpx tags by copying source xml
53   - Improved photo handling and ability to rotate photos
54   - Japanese, Portuguese and Turkish languages thanks to generous user input
55
56 New with version 8
57 ==================
58
59 The following features were added since version 7:
60   - Loading of NMEA files (with suffix .nmea)
61   - Loading of nearby tracks from gpsies.com
62   - Function for finding waypoints by name
63   - Language-sensitive keyboard shortcuts
64   - Scale bar
65   - Display of pace (time per km or time per mile)
66   - Ability to display and save configuration settings
67   - Configurable program paths and KMZ image sizes
68   - Chinese language thanks to generous user input
69
70 New with version 7
71 ==================
72
73 The following features were added since version 6:
74   - Loading of KMZ files and zipped GPX
75   - Improved compression functions with four configurable algorithms
76   - New function to call gpsbabel to send data directly to GPS receiver
77   - Charting functions (eg altitude or speed against distance) using gnuplot
78   - Map view can now use other OpenStreetMap images such as OpenCycleMap or any other tile server
79   - New function to create an average position from a track section
80   - Display of straight line distances between waypoints
81
82 New with version 6
83 ==================
84
85 The following features were added since version 5:
86   - Map view using OpenStreetMap images is now integrated in the main window, with control for map transparency
87   - Pov export has new option to use sphere sweeps for better appearance
88   - New function to check online for a newer version of Prune
89   - New function to take a section of track and cut/paste it to another position
90   - New function to add or subtract a time offset from point timestamps
91   - New function to call gpsbabel to load data directly from GPS receiver
92   - Additional file filter options on load and save
93   - Italian language thanks to generous user input
94
95 New with version 5
96 ==================
97
98 The following features were added since version 4.1:
99   - New map window in the View menu, showing points overlaid on OpenStreetMap images
100   - New function to launch a browser showing the area in either Google Maps or OpenStreetMap
101   - Handling of track segments, including loading, saving and exporting, and preservation during edits and undos
102   - New function to merge track segments for the current selection, to make one single segment
103   - Display of current and average speed on details panel
104   - Statusbar showing confirmation of actions
105   - Much improved French texts thanks to generous user input
106
107 New with version 4.1
108 ====================
109
110 The following fix was added since version 4:
111   - Exiftool calls now made in series rather than in parallel to avoid performance problems in Windows
112
113 New with version 4
114 ==================
115
116 The following features were added since version 3:
117   - Automatic correlation of photos with points based on timestamps
118   - Manual disconnection of photos from points
119   - Reading of photo thumbnails from exif data (speeds up photo loading)
120   - Export to GPX format
121   - KML and KMZ export now includes altitudes option for airborne tracks
122   - Track points in map can be connected by lines
123   - On loading a text file, fields are now guessed according to data or column headings
124   - Polish language
125
126 New with version 3
127 ==================
128
129 The following features were added since version 2:
130   - Loading of GPX and KML files
131   - Loading of jpeg photos with or without coordinate data
132   - Manual correlation of photos with points
133   - Saving of coordinates in exif data of jpegs
134   - Exporting to KMZ format including thumbnails of photos
135   - Four-panel layout with toolbar
136   - French language
137
138 New with version 2
139 ==================
140
141 The following features were added since version 1:
142   - Display of data in 3d view using Java3D library
143   - Export of 3d model to POV format for rendering by povray
144   - Point edit dialog, waypoint name edit dialog
145   - Waypoint list
146   - Spanish language
147
148 Features of version 1
149 =====================
150
151 The following features were included in version 1:
152   - Loading of text files, display in overhead and profile views
153   - Display of track details such as distances, speeds
154   - Deletion of points and ranges, and variable compression
155   - Export to KML format
156   - English, German and Swiss German languages
157
158
159 Further information and updates
160 ===============================
161
162 To obtain the source code (if it wasn't included in your jar file), or for further information,
163 please visit the website:  http://activityworkshop.net/
164
165 You will find there user guides and screenshots illustrating the major features.
166 As Prune is further developed, subsequent versions of the program will also be made freely
167 available at this website.
168
169 You can also provide feedback on Prune, and find out more about contributing to the development,
170 especially with regard to language translations.