<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Apr 22, 2014 at 2:25 PM, Markus Metz <span dir="ltr"><<a href="mailto:markus.metz.giswork@gmail.com" target="_blank">markus.metz.giswork@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div class="">On Mon, Apr 21, 2014 at 7:12 AM, jwd <<a href="mailto:jwd@surewest.net">jwd@surewest.net</a>> wrote:<br>


> I've been working at trying bring data from either shapefile or e00<br>
> file into GRASS 6.4.3  However some of the layers simply do not<br>
> import.  The trouble seems to be that some of the column names in the<br>
> shape dbf violate naming limits and result duplicate column names<br>
> which cause a failure.  E00 files (same data but different format) also<br>
> result in a failure.  As far as I can tell, the cause is the same.  In<br>
> some tables the process of importing the data results in duplicate<br>
> field names due to truncation.  Switching to the SQLite driver did not<br>
> help here.<br>
<br>
</div>Hmm, switching to the SQLite driver should help. Did you use<br>
db.connect driver=sqlite database="$GISDBASE/$LOCATION_NAME/$MAPSET/sqlite/"<br>
<br>
or another command / other options. Note that you should use<br>
$GISDBASE/$LOCATION_NAME/$MAPSET literally and not replace these<br>
variables with their content.<br>
<br>
What does db.connect -p say after switching to the SQLite dirver?<br>
What are the error messages after switching to the SQLite dirver?<br>
<br></blockquote><div>See <a href="https://trac.osgeo.org/grass/ticket/2193">https://trac.osgeo.org/grass/ticket/2193</a> for explanation of duplication and issues with cnames parameter.</div><div><br></div><div>Vaclav</div>

<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
Markus M<br>
<div class=""><div class="h5"><br>
><br>
> The data files are USGS coverages created originally in the '90s. If<br>
> anyone has a recommended utility that can handle this problem, please<br>
> let me know.<br>
><br>
> JWDougherty<br>
><br>
> _______________________________________________<br>
> grass-user mailing list<br>
> <a href="mailto:grass-user@lists.osgeo.org">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>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org">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>
</div></div></blockquote></div><br></div></div>