<html>
<body>
Me again.<br><br>
I am attempting to import what I think is an 8 bit unsigned binary data
file from&nbsp; USGS.&nbsp; When I use the north, south, east, west
parameters (used to define the region) in r.in.bin, it generates a
filesize error, and gives me a negative value for total bytes and suggest
trying bytes=0.&nbsp; When I use the row, column parameters, r.in.bin
generates a raster that is about 10 times smaller than the data
file.&nbsp; d.rast generates a blank screen (or maybe a really tiny
map).&nbsp; Am I missing an intermediate step or two between r.in.bin and
d.rast?<br><br>
I have pasted the data info that comes with the datafile, and that I used
to generate the region and plug into r.in.bin:<br><br>
<b>2.2 Lambert Azimuthal Equal Area Projection Parameters <br><br>
</b>The data dimensions of the Lambert Azimuthal Equal Area projection
for the North America land cover characteristics data set are 8,996 lines
(rows) and 9,223 samples (columns) resulting in a data set size of
approximately 83 megabytes for 8-bit (byte) images. The following is a
summary of the map projection parameters used for this
projection:<br><br>
Projection Type: Lambert Azimuthal Equal Area 
<ul>
Units of Measure: meters <br>

Pixel Size: 1000 meters <br>

Radius of sphere: 6370997 m <br>

Longitude of origin: 100 00 00 W <br>

Latitude of origin: 50 00 00 N <br>

False easting: 0.0 <br>

False northing: 0.0 <br><br>

XY corner coordinates (center of pixel) in projection units (meters):
<br><br>

<ul>
Lower left: (-4487000, -4515000) <br>

Upper left: (-4487000, 4480000) <br>

Upper right: (4735000, 4480000) <br>

Lower right: (4735000, -4515000) 
</ul>
</ul></body>
</html>