Summary
Instructions provided describe how to import an ArcInfo Interchange file, .e00, into a coverage or grid.
Note:
The ArcInfo interchange file format (.e00) is not compatible with ArcGIS Pro. For more information, refer to ArcGIS Help: Tools that are not available in ArcGIS Pro.
Read the following important information before proceeding:
- The input E00 file cannot be placed in a directory that has a space in the name or in the path to the directory.
- The output coverage or grid cannot be written to a directory that has a space in the name or in the path to the directory.
- The output coverage or grid name cannot be over 13 characters long, contain spaces (underscores are permitted) or special characters; for example, #, @, %.
- The coverage name can be the same as the original E00 file, but this is not required.
- There is no extension for the coverage name. For example, if the E00 file is named 'parcels.e00', the output coverage can be named 'parcels' with no extension.
- The output coverage name is in lower case.
- At ArcGIS 9.2 and earlier versions, folder names in the path to input or output cannot be over 8 characters. At ArcGIS 9.3 or later, this restriction is removed.
Warning:
If the E00 file is zipped, and being extracted with WinZip, see the link in the Related Information section below for information on how to fix WinZip and avoid corrupting the data during the extraction process.
Procedure
ArcGIS 10.x - All ArcGIS licenses
- Open ArcMap.
- Click the ArcToolbox icon.
- In ArcToolbox, expand Conversion Tools.
- Expand 'To Coverage'.
- Double-click 'Import from E00'.
- In the 'Input interchange file' (E00 file) entry box, click Browse. Navigate to the desired directory and select the file. Name the output dataset.
Note:
File naming restrictions outlined at the beginning of this article still apply at ArcGIS 10.x.
- Click OK. A dialog window appears and indicates the process has completed. Click Close.
- Click 'Add Data'and navigate to the selected directory.
ArcGIS 9.x - All ArcGIS licenses
- Start ArcCatalog.
- Navigate to Tools > Customize > Toolbars tab.
- Check the box for the ArcView 8.x Tools toolbar and click Close.
- Dock the Conversion Tools toolbar to ArcCatalog.
- Click the Conversion Tools drop-down menu.
- Select 'Import from Interchange File.'
- For the Input file, navigate to the directory location of the E00 file to be imported, and select the E00 file.
- Specify a name and location for the output dataset.
Note:
More than one file can be imported in a batch process.
- Click the Batch drop-down menu. To add additional E00 files for processing, click the Add Row button.
- Select or type a name for the new input file.
- Type the name of the new Output dataset.
- Repeat as needed to import additional E00 files in the same batch process.
- When all the E00 files have been added for batch processing, click OK.
ArcGIS 9.x - ArcInfo ONLY
Warning:
This tool only works if ArcInfo Workstation is also installed on the computer.
- Navigate to ArcToolbox > Coverage Tools > To Coverage > Import from Interchange File. Please see the link in the Related Information section if the coverage tools are missing from ArcToolbox.
- If ArcInfo Workstation is installed on the computer, use the IMPORT command from the ArcInfo Command Line to perform this process.
Code:
Arc: import <cover|grid> <file_name>.e00 <output_cover_grid_name>
Note:
To determine if ArcInfo Workstation is installed on the computer, go to Start > Programs > ArcGIS. If the item 'ArcInfo Workstation' is not listed, the software must be installed to use this import method.
ArcGIS 8.x - All ArcGIS licenses
- Open ArcToolbox.
- Open Conversion Tools.
- Open Import to Coverage.
- Double-click 'ArcView Import from Interchange File'.
- For the input file, navigate to the directory location of the E00 file to be imported, and select the E00 file.
- Specify a name and location for the output dataset.
Note:
More than one file can be imported in a batch process.
- Click the Batch button. To add additional E00 files for processing, click the Add Row button.
- Select or type the name of the new input file.
- Select or type the name of the new output dataset.
- Repeat as needed to import additional E00 files in the same batch process.
- When all the E00 files have been added for batch processing, click OK.