Your message dated Tue, 16 Jul 2013 19:48:26 +0000
with message-id <e1uzbey-0003tg...@franck.debian.org>
and subject line Bug#310078: fixed in gpx2shp 0.70-1
has caused the Debian Bug report #310078,
regarding gpx2shp: Unable to convert simple GPX file
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
310078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=310078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpx2shp
Version: 0.69-1
Severity: important

When trying to convert a simple GPX file to a shape file, the
conversion fail completely.  I work on
<URL:http://developer.skolelinux.no/~pere/gis/openstreetmap/data/pere-2004-10.gpx.gz>.

The conversion seem to work fine, but the resulting track file is empty:

% gpx2shp -s pere-2004-10.gpx
gpx2shp:pere-2004-10.gpx:61659 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:67616 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69361 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69378 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69547 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69600 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69637 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:69686 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:70875 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:71996 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:74129 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:76386 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:80147 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:88880 track was not converted because no move recorded.
gpx2shp:pere-2004-10.gpx:116493 track was not converted because no move 
recorded.
Track Points:
        track count:    0
        point count:    0
        total length:   0.000000
        unconverted:    15(100.00%)
Routes:
        route count:    0
        point count:    0
        total length:   0.000000
        unconverted:    0( 0.00%)
Waypoints:
        point count:    14
% ls -l pere-2004-10_*
-rw-r--r--  1 pere pere   211 May 21 15:58 pere-2004-10_meta.txt
-rw-r--r--  1 pere pere   385 May 21 15:58 pere-2004-10_trk.dbf
-rw-r--r--  1 pere pere   100 May 21 15:58 pere-2004-10_trk.shp
-rw-r--r--  1 pere pere   100 May 21 15:58 pere-2004-10_trk.shx
-rw-r--r--  1 pere pere 18455 May 21 15:58 pere-2004-10_wpt.dbf
-rw-r--r--  1 pere pere   492 May 21 15:58 pere-2004-10_wpt.shp
-rw-r--r--  1 pere pere   212 May 21 15:58 pere-2004-10_wpt.shx
% file pere-2004-10_*
pere-2004-10_meta.txt: ASCII text
pere-2004-10_trk.dbf:  DBase 3 data file (no records)
pere-2004-10_trk.shp:  ESRI Shapefile version 1000 length 50 type PolyLine
pere-2004-10_trk.shx:  ESRI Shapefile version 1000 length 50 type PolyLine
pere-2004-10_wpt.dbf:  DBase 3 data file (14 records)
pere-2004-10_wpt.shp:  ESRI Shapefile version 1000 length 246 type Point
pere-2004-10_wpt.shx:  ESRI Shapefile version 1000 length 106 type Point
%

This is an example from the file:

<?xml version="1.0" encoding="utf-8"?>
<gpx version="1.1" creator="Free Street Map GPS collector"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns="http://www.topografix.com/GPX/1/1";
        xsi:schemaLocation="http://www.topografix.com/GPX/1/1
        http://www.topografix.com/GPX/1/1/gpx.xsd";>
 <metadata>
  <name>Free Street Map GPS coordinate dump</name>
  <author>Petter Reinholdtsen</author>
  <copyright>GPL</copyright>
 <bounds minlat="59.909158" minlon="10.547713" maxlat="68.42219" 
maxlon="16.894952"/>
</metadata>
 <trk>
  <trkseg>
   <trkpt lat="59.951378" lon="10.78423">
    <time>2004-10-07T01:10:46Z</time>
    <ele>137.9</ele>
   </trkpt>
   <trkpt lat="59.951113" lon="10.784125">
    <time>2004-10-07T01:10:46Z</time>
    <ele>137.9</ele>
   </trkpt>
   <trkpt lat="59.95083" lon="10.783957">
    <time>2004-10-07T01:10:46Z</time>
    <ele>137.9</ele>
   </trkpt>
[...]
  </trkseg>

 </trk>
</gpx>


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gpx2shp depends on:
ii  libc6                       2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  libexpat1                   1.95.8-3     XML parsing C library - runtime li
ii  proj                        4.4.9-1      Cartographic projection filter and

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: gpx2shp
Source-Version: 0.70-1

We believe that the bug you reported is fixed in the latest version of
gpx2shp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 310...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated gpx2shp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 16 Jul 2013 20:57:19 +0200
Source: gpx2shp
Binary: gpx2shp
Architecture: source i386
Version: 0.70-1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Description: 
 gpx2shp    - convert GPS or GPX file to ESRI Shape file
Closes: 310078 715992
Changes: 
 gpx2shp (0.70-1) unstable; urgency=low
 .
   [ Petter Reinholdtsen ]
   * New upstream release 0.70.
     - Add support for GPX files without <speed> tags (Closes: #310078).
     - Reliability fixes to avoid crashes (Closes: #715992).
     - Drop patches 10_check_clean.dpatch and20_version_0.69.dpatch now
       included upstream.
     - Drop build dependency dpatch now that we do not have any local
       patches.
   * Updated copyright file to make it clear who got the copyright.
   * Drop Jon Saints from uploader list.  His email address no longer
     work.
Checksums-Sha1: 
 84ec23423758637015f5f5f023bdab13f99ef111 1313 gpx2shp_0.70-1.dsc
 6fdfc983e83001d5c354a725ab54014c67f26706 214425 gpx2shp_0.70.orig.tar.gz
 09c806feb8efffea4840f40c4ca8b122abb21362 1011 gpx2shp_0.70-1.diff.gz
 0e6b06660cdee1eaff5773d10cbbfb53a326f6eb 40008 gpx2shp_0.70-1_i386.deb
Checksums-Sha256: 
 a59c13f867a50e5d9c5093a66ba157368f51c20d9bb24153552afefa9b9cb8b0 1313 
gpx2shp_0.70-1.dsc
 b9392f4dc366bed3b7fbf753dd103c78b7fd081fd88fb9749e4defbe9f8a2452 214425 
gpx2shp_0.70.orig.tar.gz
 871e5c7d8f1e367092794e890f9db47b9a607cdc4c3aea7c0826e016096c0a33 1011 
gpx2shp_0.70-1.diff.gz
 c92253b4e241b7ebaa7b577f6036848d8ca958b7defb28cd08e8d45176d140b0 40008 
gpx2shp_0.70-1_i386.deb
Files: 
 d19e2a09f9c3cf452f3f67080c539336 1313 science optional gpx2shp_0.70-1.dsc
 a610748fcc7ec489d4738429e3a0be78 214425 science optional 
gpx2shp_0.70.orig.tar.gz
 54bfd7ac372b8b197320c877e09cd9a6 1011 science optional gpx2shp_0.70-1.diff.gz
 84710f359a62a6e85b94a50e4acbf130 40008 science optional gpx2shp_0.70-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFR5Z2720zMSyow1ykRAnSCAKDUJKRoMn2l5iauC50A9ssnC8ZAQgCdFu91
QaFFgnXaZLkxtPlbumwvhwo=
=rQZj
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to