[GRASSLIST:1356] Re: no categories .e00; wurtz script not applicable

Michel Wurtz mjwurtz at wanadoo.fr
Thu Sep 25 16:11:14 EDT 2003


stef wrote:

> I have a problem with importing .e00 files and the
> subsequent categories that are missing.  Here is what
> I have done:
> m.in.e00 -s lakes.e00
> <go to dig_cats>
> g.copy vect=lakes, lakes.name

This command destroy lakes.name (or replace it by the content
of lakes if this file exists) in dig_cats. This explains why
you see nothing in v.reports after that.

the right command to use here (as in my original script) is :
ln lakes.names lakes

and after that, you can use v.report, etc. on lakes

changing the cats is easy :
<go again to dig_cats>
rm lakes
ln lakes.<another file> lakes

-- 
Michel Wurtz - Auzeville-Tolosane




More information about the grass-user mailing list