Select to view content in your preferred language

Is there any tool in ArcGIS Pro to import E00 file

1526
6
01-25-2024 07:40 PM
AbuBadruddin1
Emerging Contributor

Don't find any tool for importing E00 file into ArcGIS Pro. Used to do it in ArcMAP! Any work around?

0 Kudos
6 Replies
ThomasHoman
Frequent Contributor

Have you tried https://mygeodata.cloud/converter/e00-to-shp to convert dataset from E00 to shape?

0 Kudos
ChristopherCounsell
MVP Regular Contributor

The .e00 file format is not compatible with ArcGIS Pro:

https://support.esri.com/en-us/knowledge-base/how-to-import-an-arcinfo-interchange-file-e00-in-arcgi...

There is no workaround within Pro and the best workaround recommendation would be to use ArcMap per the above guide.

0 Kudos
MiguelParedes
Esri Contributor

Greetings @AbuBadruddin1 

As @ChristopherCounsell mentioned, the good ole ArcIfo interchange file (E00) is not compatible with ArcGIS Pro.  However,  whilst doing some digging, I found the following Community post, E00 files, and in there I found an interesting entry by @BarryNorthey  dated 10-05-2022 05:18 AM, where he suggests downloading an ArcView GIS era 32 bit import utility and using it with Python. Alternatively and if you have them, you could use the Data Interoperability extension for ArcGIS Pro, or FME desktop. Please see Convert E00 to SHP

I hope the above is of help

Miguel
0 Kudos
FrankSims
Occasional Contributor

Or.........they could just add the tool back

 

We need the old Interchange Tool from ArcMap to still breakdown old data formats.

Conversion Tools > To Coverage > Import from E00

FrankSims_0-1708982633859.png

 

AlexanderGray
Honored Contributor

There are open source solutions that still read e00.   Things like gdal and qgis.  You could convert them to shapefile and bring that into pro if ArcMap is no longer an option.  

0 Kudos
AlfredBaldenweck
MVP Regular Contributor

Not quite. Neither Q nor GDAL handle compressed nor partially compressed feature class E00 files, and have no support for either TIN or GRID E00 files. (GRID actually had support but it was taken out. The old driver is somewhere on their github, though).

0 Kudos