[GRASS-dev] [GRASS GIS] #3149: Adding database information to v.info metadata output
GRASS GIS
trac at osgeo.org
Sat Sep 10 16:44:46 PDT 2016
#3149: Adding database information to v.info metadata output
----------------------------------+---------------------------------
Reporter: huhabla | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.2.0
Component: Default | Version: svn-releasebranch72
Keywords: vector, info, v.info | CPU: Unspecified
Platform: Unspecified |
----------------------------------+---------------------------------
I would like to extent the metadata output of v.info with information
about the database used to store the attribute data. I have implemented
several tests to assure correct implementation.
Additional output is:
{{{
attribute_layer_number=1
attribute_layer_name=test_vinfo_with_db_3d
attribute_database=/home/user/g/LL/user/vector/test_vinfo_with_db_3d/sqlite.db
attribute_database_driver=sqlite
attribute_table=test_vinfo_with_db_3d
attribute_primary_key=cat
}}}
The patch is attached.
Unfortunately my editor changed some empty lines that got mixed up with
the patch.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3149>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list