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. The model file can be added to the transfer file seperated by a comma.

Sample usage:

ogr2ogr -f "ESRI Shapefile" shp/ ili-bsp.itf,ili-bsp.ili

ogr2ogr -f "Interlis 1" shp/ili-bsp_ogr.itf,ili-bsp.ili ili-bsp.itf,ili-bsp.ili

Other Notes