What is the recommended technique to import .e00 files into grass57?
Thanks,
Kirk
What is the recommended technique to import .e00 files into grass57?
Thanks,
Kirk
[Monday 26 July 2004 17:36] From Kirk R. Wythers
What is the recommended technique to import .e00 files into grass57?
Suggestion
1. convert the .e00 to a coverage file with avcimport
http://avce00.maptools.org/
2. Import the coverage with v.in.ogr
Et voila
Experience shows that you may want to fiddle a bit with the dbf created in
step 1, to make sure that the cat' names are less than 12-character long (or
ten), that the category names are legal (viz, that you don't have a DATE one,
for example, as it's a reserved word)...
But it's fairly straightfowrd
--
Soil & Water Laboratory
Dept. of Biological & Environmental Engineering
Cornell University
ITHACA, NY 14853
Tel: (607)255.2463
On Mon, Jul 26, 2004 at 06:18:44PM -0400, SWlab wrote:
[Monday 26 July 2004 17:36] From Kirk R. Wythers
> What is the recommended technique to import .e00 files into grass57?Suggestion
1. convert the .e00 to a coverage file with avcimport
http://avce00.maptools.org/
2. Import the coverage with v.in.ogr
Et voilaExperience shows that you may want to fiddle a bit with the dbf created in
step 1, to make sure that the cat' names are less than 12-character long (or
ten), that the category names are legal (viz, that you don't have a DATE one,
for example, as it's a reserved word)...
But it's fairly straightfowrd
Another option might be:
e002pg
http://e00pg.sourceforge.net/
E00 -> PostGIS -> v.external/v.in.ogr
I didn't try it yet.
Markus
On Tuesday 27 July 2004 00:18, SWlab wrote:
[Monday 26 July 2004 17:36] From Kirk R. Wythers
> What is the recommended technique to import .e00 files into grass57?
Suggestion
1. convert the .e00 to a coverage file with avcimport
http://avce00.maptools.org/
2. Import the coverage with v.in.ogr
Et voilaExperience shows that you may want to fiddle a bit with the dbf created in
step 1, to make sure that the cat' names are less than 12-character long
(or ten), that the category names are legal (viz, that you don't have a
DATE one, for example, as it's a reserved word)...
Now can be done with 'cnames' option in v.in.ogr.
Radim