Skip to content

claeis/iox-ili

Folders and files

NameName
Last commit message
Last commit date
Apr 8, 2025
Sep 4, 2015
Dec 22, 2023
Oct 7, 2022
Jun 28, 2024
May 29, 2017
Apr 16, 2025
Nov 11, 2017
Oct 7, 2022
Jun 27, 2018
Apr 8, 2025
Oct 7, 2022
Oct 7, 2022
Nov 10, 2017

Repository files navigation

iox-ili - implementation of iox API

Features

  • INTERLIS 2 reader/writer
  • INTERLIS 1 reader/writer
  • CSV reader/writer
  • eCH-118 (GML) reader/writer
  • Validator
  • from/to JTS geometry conversion

Status

stable

How to use?

License

iox-ili is licensed under the MIT/X License.

Latest Version

To get the latest version of iox-ili, visit GitHub: https://github.com/claeis/iox-ili/.

System Configuration

In order to compile iox-ili, a JAVA software development kit JDK version 1.6 or a more recent version must be installed on your system. Download and install the latest version of the JAVA software development kit JDK for free: http://www.oracle.com/technetwork/java/javase/. To build the iox-ili, use gradle. Download gradle from: https://gradle.org/ and install it.

How to compile iox-ili?

  • Enter the command: gradle build on the commandline prompt.

How to build a binary distribution?

  • Enter the command: gradle bindist on the commandline prompt.

Comments/Suggestions