- Translates INTERLIS 1+2 data model definitions to a SQL schema.
- Loads INTERLIS 1+2 data into a SQL database.
- Extracts INTERLIS 1+2 data from a SQL database.
ili2db is licensed under the LGPL (Lesser GNU Public License).
ili2db is in stable state.
For the current version of ili2db, you will need a JRE (Java Runtime Environment) installed on your system, version 1.8 or later. The JRE (Java Runtime Environment) can be downloaded for free from the Website <http://www.java.com/>.
<https://downloads.interlis.ch/>
To install ili2db, choose a directory and extract the distribution file there.
ili2db can be started with
PostGIS: java -jar ili2pg.jar --schemaimport --dbdatabase mogis
--dbusr julia --dbpwd romeo path/to/dm01av.ili
GeoPackage: java -jar ili2gpkg.jar --schemaimport --dbfile
mogis.gpkg path/to/dm01av.ili
User documentation docs/ili2db.rst
Developer documentation devdocs/README.rst