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