v.in.arc label-text file

If I understand your problem correctly the data will transfer
into grass fine, but you can not import it with the text
file attached.

Look at your text file and it will probably look like the
following:

2 NW Unionville NY-NJ 0032
3 NW Port Jervis South NJ-NY 0011

You need to fix the data slightly because of the problems with
inputting characters. First, you need to put quotes around
the title. Spaces are understood to seperate columns. Next,
for some odd quirk on grass's part you need to fill the spaces
between words with a character. If you do not it will only
show you the first word.

Your file should look like:

2 "NW" "Unionville.NY-NJ" 0032

You can do this by cut and paste, with either awk or sed to add
the quotes.

Hope this helps.

Kym M. Lenkus
Davidson Laboratory
Stevens Institute of Technology
Hoboken, NJ 07030

In article 01H9AQM8DYF69JD203@VAXC.STEVENS-TECH.EDU, KLENKUS1@VAXC.STEVENS-TECH.EDU writes:

If I understand your problem correctly the data will transfer
into grass fine, but you can not import it with the text
file attached.

Look at your text file and it will probably look like the
following:

2 NW Unionville NY-NJ 0032
3 NW Port Jervis South NJ-NY 0011

...(helpful suggestion deleted)...

Actually, I am not sure HOW to generate the text file at all from Arc/Info. I am
trying to import the NOAA coastal framework data which delineates various estuarine,
fluvial, and coastal drainage areas and although I am having no problems bringing in
the actual vectors, I am stumped as to how to include the polygon attribute data i.e.
the data in the arc/info .pat file.

Oliver Weatherbee
oliver@earthview.cms.udel.edu