Skip to content

sourcepole/gpkg2dxf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpkg2dxf - Generates DXF files from GPKG files

This is a standalone application of gretl's Gpkg2DxfStep

Running Gpkg2Dxf

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/

Development

Build from Source

gradle build

Run Gpkg2Dxf with gradle

gradle run --args="--gpkgFile file.gpkg --outputDir myDir/"