Opened 11 years ago
Closed 9 years ago
#2128 closed enhancement (fixed)
t.vect.observe.strds vector output wirte values in the same layer
Reported by: | lucadelu | Owned by: | lucadelu |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | t.vect.observe.strds output | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Other Unix |
Description
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 .
Change History (4)
follow-up: 2 comment:1 by , 11 years ago
comment:2 by , 11 years ago
Owner: | changed from | to
---|
Replying to 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.
Ok, I support the idea of v.what.strds. I'll try to work on it next week.
comment:3 by , 11 years ago
Cc: | added |
---|
comment:4 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
v.what.strds moved from addons to trunk in r65686.
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.