]> gitweb.fperrin.net Git - GpsPrune.git/blob - debian/control
Update changelog for 20.1.fp1 release
[GpsPrune.git] / debian / control
1 Source: gpsprune
2 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
3 Uploaders: David Paleino <dapal@debian.org>,
4            Mònica Ramírez Arceda <monica@debian.org>,
5            Bas Couwenberg <sebastic@debian.org>
6 Section: utils
7 Priority: optional
8 Build-Depends: ant,
9                debhelper (>= 9),
10                javahelper,
11                default-jdk,
12                fastjar,
13                libjava3d-java,
14                libvecmath-java
15 Standards-Version: 4.4.1
16 Vcs-Browser: https://salsa.debian.org/debian-gis-team/gpsprune
17 Vcs-Git: https://salsa.debian.org/debian-gis-team/gpsprune.git
18 Homepage: https://activityworkshop.net/software/gpsprune/index.html
19
20 Package: gpsprune
21 Architecture: all
22 Depends: ${java:Depends},
23          ${misc:Depends}
24 Recommends: gnuplot-x11,
25             gpsbabel,
26             libimage-exiftool-perl,
27             libjava3d-jni,
28             libjava3d-java,
29             libvecmath-java
30 Description: visualize, edit, convert and prune GPS data
31  GpsPrune is an application for viewing, editing and converting coordinate
32  data from GPS systems. It's a tool for preparing GPS data before you go on a
33  trip, and for playing with your collected GPS data after you get home again.
34  .
35  It can load data from arbitrary text-based formats (for example, any
36  tab-separated or comma-separated file) or XML, or directly from a GPS
37  receiver. It can display the data (as map view using OpenStreetMap
38  images and as altitude profile), edit this data (for example delete
39  points and ranges, sort waypoints, compress tracks), and save the data
40  (in various text-based formats). It can also export data as a GPX
41  file, or as KML/KMZ for import into Google Earth, or send it to a GPS
42  receiver.
43  .
44  Some example uses of GpsPrune include cleaning up tracks by deleting
45  wayward points - either recorded by error or by unintended detours. It
46  can also be used to compare and combine tracks, convert to and from
47  various formats, compress tracks, export data to Google Earth, or to
48  analyse data to calculate distances, altitudes and so on.
49  .
50  Furthermore, GpsPrune is able to display the tracks in 3d format and
51  lets you spin the model round to look at it from various directions.
52  You can also export the model in POV format so that you can render a
53  nice picture using Povray. You can also create charts of altitudes or
54  speeds. It can also load Jpegs and read their coordinates from the
55  EXIF tags, and export thumbnails of these photos to Kmz format so that
56  they appear as popups in Google Earth. If your photos don't have
57  coordinates yet, GpsPrune can be used to connect them (either manually or
58  automatically using the photo timestamps) to data points, and write
59  these coordinates into the EXIF tags.