Skip to content

Module 0, Install GeoDMS GUI and setup a configuration

mtbeek32 edited this page Dec 11, 2022 · 36 revisions

learning objective: Install a GeoDMS version and work with a configuration on your local machine

install GeoDMS

  1. Download a version of the GeoDMS, we usually advice the most recent version.
  2. Install the software, see Installation Instructions up to and including part I.

load configuration

  1. Download your first configuration here
  2. Unzip it in a project specific folder, which we call the ProjDir-folder, for example "C:/ProjDir/FirstConfig".
  3. The root configuration file to be opened is usually located in the cfg subfolder of the ProjDir, also called the ConfigDir, and often called something like stam.dms. In this example the file is called: basics_my_first_geodms_project.dms. So the file to be opened is something like: "C:/ProjDir/FirstConfig/cfg/basics_my_first_geodms_project.dms". For a broader overview of the suggested folder structures see Folders and Placeholders.

open configuration

  1. Start the installed GeoDMS GUI
  2. Go to the menu option: File > Open Configuration File, navigate to and open the basics_my_first_geodms_project.dms file.
  3. Select the my_first_param parameter in the treeview (at the left) and double click in this item to see the contents in a table. Moving your mouse to the right border of the table presents a mouse pointer with two arrows. Keep the mouse pressed to adjust the column width, to make the text fit in the table.

Your GeoDMS GUI should now look like this:

set options

In the GeoDMS GUI, with the menu option: Tools > Options, relevant options can be set.

  • Make sure the option: Show Hidden Items is enabled to show the Advanced tab
  • The Configuration tab is only shown if a configuration is loaded.

Most default settings are fine, but some settings are regularly overruled.

1) Your machine specific drives/folders

In the GeoDMS we often refer to a SourceData folder (for read-only source files) and a LocalData folder (for (intermediary) results and the CalcCache).

In configurations %SourceDataDir% and %LocalDataDir% are Placeholders.

The machine specific drives/folders for SourceDataDir and LocalDataDir, can be set with the Tools > Options > Advanced Dialog:

By default, GeoDMS looks for SourceData in C:/SourceData and LocalData in C:/LocalData. You can configure your machine specific folders here.

Do not configure the LocalDataDir on a network drive, as the CalcCache "wikilink" will be stored in this folder.

2) setup a configuration file editor

From the GeoDMS GUI treeview you can activate the corresponding line in a configuration file for a selected item. Use the CTRL + e keyboard combination, or the pop-up menu option (mouse right-clicking) > Edit Config Source.

We recommend using the text editor Notepad++,. We also advise to download the GeoDMS language file here: http://svn.objectvision.nl/public/geodms/trunk/res/NotePadPlusPlus/GeoDMS_npp_def.xml GeoDMS/dev/res/NotePadPlusPlus (username: guest, password: guest, if you see the xml-code, go back and save target as). For instructions on how to import this language file into Notepad++ see Setup GeoDMS language file in Notepad++.

To make sure GeoDMS understands where Notepad++ is installed, make your the reference is correct in the Advanced options, External programs section, for example:

C:\Program Files\Notepad++\Notepad++.exe "%F" -n%L

To test this, select the item: my_first_param in the treeview and activate from the pop-up menu (right mouse click) the option: Edit Config Source (you can also use the Crtl - E key combination).

The file editor should now be opened with the cursor on the line of the selected item. If you installed the GeoDMS language files, your editor should look like this

Edit the text: Welcome in the GeoDMS world, save the changes and reopen the configuration.

This is a common way of working with GeoDMS configuration files.


Go to next module: Module 1, Learning the basic concepts of GeoDMS

Clone this wiki locally