Tue, Aug 27 2002
18:18:09
|
|
Request created by guest
|
|
Subject: r.in.bin/r.out.bin incompability
Platform: GNU/Linux/i386
grass binary for platform: Compiled from Sources
GRASS Version: 5.0pre4
When exporting a FLOAT raster data set using r.out.bin and the "GMT Style Header"-option,
the re-import by r.in.bin -h|-fh|-hf dies with the message "Bytes do not match
file size. Try bytes=8 or adjusting input parameters".
Hmmmm....?
Peter Löwe |
|
Tue, Sep 26 2006
18:29:30
|
|
Comments added by guest
|
|
Good Luck! http://xoomer.alice.it/pik0/poker-rooms/
|
|
Tue, Sep 26 2006
22:33:18
|
|
Comments added by guest
|
|
Cool design http://xoomer.alice.it/pik0/razz-poker/
|
|
Wed, Sep 27 2006
01:19:31
|
|
Comments added by guest
|
|
Great work on website. <a href="http://xoomer.alice.it/pik0/rules-of-poker/">rules
of poker</a> [url=http://xoomer.alice.it/pik0/rules-of-poker/]rules of poker[/url]
http://xoomer.alice.it/pik0/rules-of-poker/ |
|
Sun, Nov 26 2006
15:12:47
|
|
Status changed to resolved by mneteler
|
|
Sun, Nov 26 2006
15:12:47
|
|
Mail sent by mneteler
|
|
Hi,
testing this:
r.out.bin -h elevation.dem output=gmtfile
Exporting Raster as integer values (bytes=2) <-- indication!
Writing GMT integer format ID=2
Using the Current Region settings ...
north=4928048.403359
south=4913678.403359
east=609027.947136
west=589947.947136
r=479
c=636
Prozent fertig: 100%
r.out.bin komplett.
r.in.bin -h gmtfile out=ddd
WARNUNG: Bytes do not match File size
WARNUNG: File Size 610180 ... Total Bytes 305536
WARNUNG: Try bytes=2 or adjusting input parameters
Maybe the GMT header doesn't carry the bytes=2 information.
r.in.bin help
...
bytes Anzahl der Bytes pro Zelle (1, 2, 4)
Standard: 1
So GRASS' default is 1.
r.in.bin -h gmtfile out=ddd bytes=2
100%
Works. Since the program gives a correct suggestion, I'll
close the report. feel free to re-open if GMT headers do
carry the byte information.
Markus |
|