This is a standalone application of gretl's Gpkg2DxfStep
Gpkg2Dxf expects two arguments:
| Arguments | Description |
|---|---|
| gpkgFile | Input GPKG-File |
| outputDir | Output directory, of the result |
| log (Optional) | Log file path |
and it can be started with
java -jar Gpkg2Dxf.jar --gpkgFile file.gpkg --outputDir myDir/
gradle build
gradle run --args="--gpkgFile file.gpkg --outputDir myDir/"