INTERLIS

OGR has support for INTERLIS reading and writing.
INTERLIS is a standard which has been especially composed in order to fulfil the requirements of modelling and the integration of geodata into contemporary and future geographic information systems. The current version is INTERLIS version 2. INTERLIS version 1 remains a Swiss standard. With the usage of unified, documented geodata and the flexible exchange possibilities the following advantage may occur:

Model

Data is read and written into transfer files which have different formats in INTERLIS 1 (.itf) and INTERLIS 2 (.xml). For using the INTERLIS model (.ili) a Java interpreter is needed at runtime, and the ili2c.jar file must be in the Java path. The model file can be added to the transfer file seperated by a comma.

Some possible transformations using ogr2ogr.

Arc interpolation

INTERLIS arc geometries are converted to polygons.

The interpolation angle can be changed with the environment variable ARC_DEGREES (Default: 1 degree).

Other Notes