Opened 11 years ago
Closed 11 years ago
#2107 closed enhancement (fixed)
t.vect.observe.strds for multiple strds
Reported by: | annakrat | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.0.0 |
Component: | Temporal | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | All |
Description
Module t.vect.observe.strds allows to sample only one space time raster dataset (strds). Every time it runs, it creates a new vector with the results stored in tables. It would be nice to be able to run it with more strds so that I have all data together linked to one vector. Now I can have only one column in a table, with more strds, I could have more columns with data from all the strds.
Notes from Soeren:
All space time raster datasets must have equal time stamps. Hence the temporal topology between them must be created to detect equal time stamped maps. The sampling with v.what.rast can then be performed several times for all maps in the same time granule. The names for the new columns must be provided as command line argument and must match the number of STRDS to be sampled.
Change History (3)
comment:1 by , 11 years ago
Component: | Default → Temporal |
---|---|
Keywords: | temporal removed |
follow-up: 3 comment:2 by , 11 years ago
comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Please try r58028