[GRASS-SVN] r31840 - grass/branches/develbranch_6/scripts/v.in.gpsbabel

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 24 08:40:30 EDT 2008


Author: hamish
Date: 2008-06-24 08:40:29 -0400 (Tue, 24 Jun 2008)
New Revision: 31840

Modified:
   grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
Log:
improve last commit (make it obviously bogus)

Modified: grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel
===================================================================
--- grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:38:39 UTC (rev 31839)
+++ grass/branches/develbranch_6/scripts/v.in.gpsbabel/v.in.gpsbabel	2008-06-24 12:40:29 UTC (rev 31840)
@@ -300,7 +300,7 @@
     cat "${TMP}.xcsv" | tr '+' '|' | cut -f3,4,5,6 -d '|' | \
 	sed -e 's/-99999999.000000//' -e 's/|$/|_/' \
 	    -e 's/01\/01\/1970|00:00:00 AM/|/' \
-	    -e 's/^|/0|/'> "$TMP".attributes
+	    -e 's/^|/-9999|/'> "$TMP".attributes
 
 
     #### reproject if needed



More information about the grass-commit mailing list