]> granicus.if.org Git - file/commitdiff
fix bogus magic
authorChristos Zoulas <christos@zoulas.com>
Fri, 4 Jan 2013 00:47:02 +0000 (00:47 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 4 Jan 2013 00:47:02 +0000 (00:47 +0000)
magic/Magdir/geo

index 6f75804dd78a01b74d6c03e1f6f082fc559166b7..9a765fed0c1174fbd7185e3d08c50bd47440c92e 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: geo,v 1.2 2013/01/02 15:27:53 christos Exp $
+# $File: geo,v 1.3 2013/01/04 00:47:02 christos Exp $
 # Geo- files from Kurt Schwehr <schwehr@ccom.unh.edu>
 
 ######################################################################
 
 # Geospatial Designs http://www.geospatialdesigns.com/surfer6_format.htm
 0      string          DSBB    Surfer 6 binary grid file
-     leshort         x       \b, %d
-     leshort         x       \bx%d
-     ledouble        x       \b, minx=%g
-16     ledouble        x       \b, maxx=%g
-24     ledouble        x       \b, miny=%g
-32     ledouble        x       \b, maxy=%g
-40     ledouble        x       \b, minz=%g
-48     ledouble        x       \b, maxz=%g
+>4     leshort         x       \b, %d
+>6     leshort         x       \bx%d
+>8     ledouble        x       \b, minx=%g
+>16    ledouble        x       \b, maxx=%g
+>24    ledouble        x       \b, miny=%g
+>32    ledouble        x       \b, maxy=%g
+>40    ledouble        x       \b, minz=%g
+>48    ledouble        x       \b, maxz=%g