[GRASSLIST:793] Convertingh e00 file to shp??

Dear list,

please forgive me this stupid question ... but how can I convert a e00-file into a shape-file?

Greetings,

Tom

--
Thomas Zastrow
Seminar fuer Sprachwissenschaft
Universitaet Tuebingen

http://www.sfs.uni-tuebingen.de/dialectometry/

Wilhelm Str. 19

D-72074 Tübingen

Tel.: 07071/29-73968
Fax: 07071/29-5214

On 4/21/06, Thomas Zastrow <thomas.zastrow@uni-tuebingen.de> wrote:

how can I convert a
e00-file into a shape-file?

Try the avce00 library ( http://avce00.maptools.org/avce00/ ). It
contains a utility called 'avcimport' which will convert the e00 to a
arcinfo coverage. From there you can use ogr2ogr to convert to a
shapefile if needed:

avcimport input.e00 coverage
ogr2ogr -f "ESRI Shapefile" output.shp coverage/ arc

* The last argument of ogr2ogr is the layer name; 'arc' in the case of
lines, 'pal' in the case of polygons. I don't recall the layer name
for points but an 'ogrinfo coverage/' will give you a list of the
layer names contained in the coverage.

--
Matt Perry
perrygeo@gmail.com
http://www.perrygeo.net

Matthew Perry wrote:

On 4/21/06, Thomas Zastrow <thomas.zastrow@uni-tuebingen.de> wrote:

how can I convert a
e00-file into a shape-file?
   
Try the avce00 library ( http://avce00.maptools.org/avce00/ ). It
contains a utility called 'avcimport' which will convert the e00 to a
arcinfo coverage. From there you can use ogr2ogr to convert to a
shapefile if needed:

avcimport input.e00 coverage
ogr2ogr -f "ESRI Shapefile" output.shp coverage/ arc

* The last argument of ogr2ogr is the layer name; 'arc' in the case of
lines, 'pal' in the case of polygons. I don't recall the layer name
for points but an 'ogrinfo coverage/' will give you a list of the
layer names contained in the coverage.

--
Matt Perry
perrygeo@gmail.com
http://www.perrygeo.net

Thank you, I've got it!!

Best,

Tom

--
Thomas Zastrow
Seminar fuer Sprachwissenschaft
Universitaet Tuebingen

http://www.sfs.uni-tuebingen.de/dialectometry/

Wilhelm Str. 19

D-72074 Tübingen

Tel.: 07071/29-73968
Fax: 07071/29-5214