Gdal.vect

gdal.vect is the part of GDAL, used to read Vector data and non-spatial data.

We test and support (options for) the following formats:

reading

Since GeoDMS 20.20.0 a table is read as one operator application (storage_read_table): the layer is opened for the attributes that are requested and no others, an IntegrityCheck on the table unit guards every attribute read from it, and SyncMode still adds the columns of the layer as attributes without reading them. See StorageManager.

see also