faq-hs-11 How to use the File Geodatabase (FGDB) reader on the command line?
English:
The provider ID for the FGDB instance reader is eu.esdihumboldt.hale.gdal.fgdb.instance.reader
and can be used after the -source
parameter. Example for a command line transformation:
"C:\Program Files\wetransform\HALE\HALE.exe" -nosplash -console -application hale.transform -project "C:\temp\buildings_fgdb.hale" -source "D:\FGDB\INSPIRE.gdb\a00000001.gdbtable" -providerId eu.esdihumboldt.hale.gdal.fgdb.instance.reader -Scharset UTF-8 -target "buildings.gml.gz" -providerId eu.esdihumboldt.hale.io.gml.writer -gml.geometry.simplify TRUE -contentType eu.esdihumboldt.hale.io.gml.gzip -reportsOut "C:\temp\buildings_fgdb.log" –stacktrace
German:
Die Provider-ID für den FGDB-Instanz-Reader lautet eu.esdihumboldt.hale.gdal.fgdb.instance.reader
und kann nach dem Parameter -source
verwendet werden. Beispiel für eine Befehlszeilen-Transformation:
"C:\Program Files\wetransform\HALE\HALE.exe" -nosplash -console -application hale.transform -project "C:\temp\buildings_fgdb.hale" -source "D:\FGDB\INSPIRE.gdb\a00000001.gdbtable" -providerId eu.esdihumboldt.hale.gdal.fgdb.instance.reader -Scharset UTF-8 -target "buildings.gml.gz" -providerId eu.esdihumboldt.hale.io.gml.writer -gml.geometry.simplify TRUE -contentType eu.esdihumboldt.hale.io.gml.gzip -reportsOut "C:\temp\buildings_fgdb.log" –stacktrace