#2128: t.vect.observe.strds vector output wirte values in the same layer
-----------------------------------------+----------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.vect.observe.strds output | Platform: Other Unix
Cpu: Unspecified |
-----------------------------------------+----------------------------------
Now t.vect.observe.strds is writing the results of the vector_output in
several layer, I would like to add possibility to write all the outputs in
the first layer in different columns .
#2128: t.vect.observe.strds vector output wirte values in the same layer
-----------------------------------------+----------------------------------
Reporter: lucadelu | Owner: grass-dev@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Temporal | Version: svn-trunk
Keywords: t.vect.observe.strds output | Platform: Other Unix
Cpu: Unspecified |
-----------------------------------------+----------------------------------
Comment(by huhabla):
I would suggest to implement this functionality into a new module called
v.what.strds, since the output is a vector map and not a space time vector
dataset or time stamped tables of a vector map. The implementation would
be different from t.vect.observe.strds because the column names must be
generated from the time stamps and v.what.rast must be called to fill each
column.