Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 652 Bytes

File metadata and controls

26 lines (18 loc) · 652 Bytes

F25 Parser - Rijkswaterstaat

This is a F25 parser for deflection measurements

How to run

Download the latest release: https://github.com/sysunite/f25-parser/releases/download/1.0.0/f25-parser.zip

After unpacking, you should have:

  • f25-parser.jar
  • template.xsl
  • data directory (empty)

Then add any number of (recursive directory structure) F25 files into the data directory.

Finally, in a command prompt, run:

java -jar f25-parser.jar

Options

Use the command line options --template, --source, and --destination to change either location. There is a help printout after running for more information.

Prerequisites

  • Java 8