<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>Convert E00 into Shape</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Ok I am still struggling with the converting of E00 files into shape files. I used avcimport to convert the E00 file into a binary coverage. Now I am trying to use OGR to convert the binary coverage into a shape file. My command looks like.<BR>
<BR>
ogr2ogr.exe -s_srs EPSG:4326 -f &quot;ESRI Shapefile&quot; .\pop .\data\Cov<BR>
<BR>
When I run this command I get the following error message.<BR>
<BR>
ERROR 4 unable to open EPSG support file in gcs.csv<BR>
Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files - Which I have.<BR>
<BR>
Cheers<BR>
Chris </FONT>
</P>

</BODY>
</HTML>