PDA

View Full Version : (New) Nemo Export Wizard



ianmauhay
2011-11-02, 03:12 PM
With the Nemo Export Wizard tool, it is possible to export measurement data to different ASCII formats.
The wizard will walk you through the steps involved. Users can also define own profiles to be used
for exporting selected parameters. GPS information is available in the "Event" parameter.

Export methods are:

Time based export
Parameter based export

Supported export formats are:

Map Info delimited ASCII
ArcView delimited ASCII
Comma delimited ASCII
Semicolon delimited ASCII
Space delimited ASCII

Exporting with command prompt

"Export Wizard.exe" /?
Displays help.

"Export Wizard.exe" /profile:"path"
Defines the profile file (the profile file defines which parameters are exported and in what format). The user can either define the whole path or just the filename (including extension) if the file is located in the installation folder.

"Export Wizard.exe" /output:"path"
Defines a destination folder for the exported files. The folder must first be created by the user. If the folder is not defined, the exported files will be saved to the same folder with the loaded measurement files.

"Export Wizard.exe" "C:\Nemo Tools\Results\file.dt1"
Defines the file to be exported.

"Export Wizard.exe" "C:\Nemo Tools\Results\*.dt1"
Searches and exports all .dt1 files from the specified folder (file extension can be changed).

Example command line (in the command prompt format):

C:\Nemo Tools\Nemo Export Wizard>"Export Wizard.exe" /profile:"Tetra.np" /output:"C:\Export Data" "C:\Nemo Tools\Results\*.dt1" "C:\Nemo Tools\Results\2005\drive_test_290605.dt2"

The command line defines "Tetra.np" as the profile file and "C:\Export Data" as the destination folder for the exported files. All .dt1 files in "C:\Nemo Tools\Results\" and a specific .dt2 file will be exported.

Link Attached Include the program and the manual.

Hope it helps. :D