How to import ...

data from other packages

To import maps, you can use ILWIS Map Import and Import General Raster.

 

 

You can choose the method which suits your needs best.

To import tables, you can use the ILWIS Import Table wizard. The Import Table wizard can be used:

 

  1. To import a file in a foreign format (ASCII or DBF) into ILWIS. The formats that are allowed are described below. ILWIS import routines will be used. The table will be converted to the ILWIS table format .

     

  2. To access or import a single table from a file-based database format (DBF, XLS, MDB).
  3. A Windows access method is used, which makes use of an OLE DB Provider which, in turn, probably uses installed ODBC drivers. You can choose to use the table in its original format and obtain a Use As table u, or to convert the table to the ILWIS table format .

To access a file-based database, you can also:

Also here, an OLE DB Provider and probably an installed ODBC driver will be used. You will obtain a database collection with Use As tables u.

For more information on databases, see ILWIS objects : tables - databases.

 

When you wish to import multiple files, it is advised to use the ILWIS command line or an ILWIS script. Import expressions are described in Appendices : ILWIS script language (syntax), section Import expressions.

Importing maps through ILWIS Import

You can use ILWIS Map Import to import maps from the following packages and in the following formats:

Raster:

Arc/Info non-compressed ASCII (.ASC or .NAS), Arc/Info .E00 interchange format (.E00), ASTER (1A/1B), Compuserve GIF images (.GIF), Erdas .GIS and .LAN files (.GIS, .LAN), IDA images (.IMG), Idrisi maps (.DOC), ILWIS ASCII raster (.ASC), PaintBrush pictures (.PCX), Tagged Image File Format (.TIF) including GeoTIFF images (.TIF), and Windows bitmaps (.BMP).

Vector:

Arc/Info .E00 interchange format (.E00), Arc/Info .LIN .PTS (ASCII vector), Arc/View Shape (.SHP, .SHX, .DBF), Atlas segments (.BNA), AutoCad .DXF, GARtrip Text (.TXT), ILWIS ASCII segments (.SMT), InfoCam Sequential (.SEQ).

To start importing single maps:

The Import Map dialog box will be opened:

The Import Map dialog box, furthermore asks the following:

Tip:

To import (multiple) maps, you can also type expressions on the command line or create a script containing one or more import expressions. For more information, see Appendices : ILWIS script language (syntax), section ILWIS Map Import.

Importing general raster data through ILWIS Import

To start importing general raster files:

First, the Import dialog box will be opened; for Import Format,   Use General Raster Import is already selected. After selecting an input file and clicking OK, the Import General Raster Data dialog box will appear. You should decide on whether you wish to convert the data to the ILWIS data format(s) or to use the data files as they are (UseAs).

To import (multiple) general raster files, you can also type expressions on the command line or create a script containing one or more import expressions. For more information, see Appendices : ILWIS script language (syntax), section ILWIS General Raster Import.

Importing tables through Import Table wizard

To start the Import Table wizard:

The Import Table wizard will be started.

a. Import Table wizard to import a foreign table with ILWIS import:

Foreign table formats:

 

dBase III/IV files (DBF), ILWIS 1.4 tables (ASCII), Comma delimited files (ASCII), Space delimited (ASCII), and Standard format files (SDF, ASCII) also known as Fixed format.

The imported table is always converted to the ILWIS table format .

To import (multiple) foreign table files, you can also type expressions on the command line or create a script containing one or more import expressions. For more information, see Appendices : ILWIS script language (syntax), section ILWIS Table Import.

b. Import Table wizard to import a foreign file-based database (OLE DB/ODBC):

The Import Table wizard can also be used to import a single table (or view) from a file-based database format, such as dBase .DBF, Excel .XLS or Access .MDB.

The file-based database formats that are actually supported depend on the installed OLE DB Provider(s) and probably on installed ODBC drivers. For a standard Windows database such as Access, the required ODBC driver is already present.

You can choose to use the table in its original format and obtain a Use As table u, or to convert the table to the ILWIS table format .

Accessing a database (OLE DB/ODBC)

For a file-based database format:

You will obtain a database collection in your Catalog. When you double-click the database collection, the tables in the database collection will appear. When you double-click a table, it will be opened in Use As manner u.

For more information, refer to ILWIS objects : tables - databases.

See also: