Hi All,<div><br></div><div>I&#39;m having a problem importing a jpeg using r.in.gdal.  I&#39;ve done it successfully in the past but I have forgotten what I did.  Now when I import a jpeg into an xy location it is just a solid block of color (name.red, name.blue, name.green).  I think it has something to do with the g.region settings.  My image dimensions are 3648 x 2736 and 180dpi (325MB in size).  I tried setting north and east to 2736 and 3648 using g.region with a resolution of 1, but it still doesn&#39;t work.  Also, when I use r.in.gdal I extended the region.  Does anybody know what I&#39;m doing wrong?</div>
<div><br></div><div>Thanks,</div><div>Nick<br><br><div class="gmail_quote">On Fri, Mar 4, 2011 at 7:11 AM, Rich Shepard <span dir="ltr">&lt;<a href="mailto:rshepard@appl-ecosys.com">rshepard@appl-ecosys.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">  Almost there:<br>
<br>
GRASS 6.5.svn (Nevada-utm27):~/grassdata &gt; v.in.ascii -b --o<br>
in=/home/rshepard/GIS/data/Nevada/nv_wells.txt out=water_wells format=point<br>
fs=&#39;|&#39; skip=1 columns=&#39;well_log varchar(8), x double precision, y double<br>
precision&#39; x=2 y=3 z=0 cat=0<br>
Scanning input for column types...<br>
Maximum input row length: 39<br>
Maximum number of columns: 3<br>
Minimum number of columns: 3<br>
Column: 1 type: string length: 8<br>
Column: 2 type: double<br>
Column: 3 type: double<br>
Importing points...<br>
 100%<br>
Populating table...<br>
ERROR: Could not close attribute table. The DBMI driver did not accept all<br>
       attributes<br>
<br>
  The source table contains three columns: the well_log ID, utm_easting, and<br>
utm_northing. Seems to me that only the first would be an attribute for the<br>
table. How do I determine what the problem is?<br>
<br>
Rich<br>
<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/grass-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br></div>