Data source - ObjectVision/GeoDMS GitHub Wiki

A typical workflow for a GeoDMS project is to

So-called StorageManagers are used to read data from and write data to files/databases.

We advise configuring source data items in a source data container; these data items can be referred to from any other location in the configuration.

Data can also be explicitly exported with the GeoDMS GUI with the File > Export Primary Data menu options.

To learn how to configure this, look here

vector, grid and nonspatial data

For spatial data, a distinction is made in:

In GDAL this same distinction is used, gdal.vect or gdalwrite.vect is used for vector data, gdal.grid or gdalwrite.grid for grid data.

Non-spatial data can also partly be read from or written to with gdal.vect or gdalwrite.vect, but also by some other StorageManagers.