#3316: t.list: only relative time strds reported when using output option
------------------------+-------------------------
Reporter: veroandreo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Temporal | Version: svn-trunk
Keywords: t.list | CPU: x86-64
Platform: Linux |
------------------------+-------------------------
When the output of G7:t.list is displayed in the terminal, all the strds
available are there (absolute and relative time). However, if I use the
output option to get a file with the list of strds, only those with
relative time are listed. Might that be a bug?
#3316: t.list: only relative time strds reported when using output option
-------------------------+-------------------------
Reporter: veroandreo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Temporal | Version: svn-trunk
Resolution: | Keywords: t.list
CPU: x86-64 | Platform: Linux
-------------------------+-------------------------
Comment (by veroandreo):
Replying to [comment:1 neteler]:
> Could you please add a small example (output)?
Yes, sure. Luckily I kept a file with the example. Here, the list as seen
in the standard output with all the available STRDS (absolute and relative
time):
{{{
GRASS 7.3.svn (eu_laea):~ > t.list
----------------------------------------------
Space time raster datasets with absolute time available in mapset <lst>:
MOD11A1_LST_Day_1km@lst
MOD11A1_LST_Night_1km@lst
MYD11A1_LST_Day_1km@lst
MYD11A1_LST_Night_1km@lst
Space time raster datasets with relative time available in mapset <lst>:
MOD11A1_LST_Day_1km_month_perc_vd@lst
MOD11A1_LST_Day_1km_yearly_perc_vd@lst
MOD11A1_LST_Night_1km_month_perc_vd@lst
MOD11A1_LST_Night_1km_yearly_perc_vd@lst
MYD11A1_LST_Day_1km_month_perc_vd@lst
MYD11A1_LST_Day_1km_yearly_perc_vd@lst
MYD11A1_LST_Night_1km_month_perc_vd@lst
MYD11A1_LST_Night_1km_yearly_perc_vd@lst
}}}
Here, the list after using output option (only the STRDS with relative
time are there):
#3316: t.list: only relative time strds reported when using output option
-------------------------+-------------------------
Reporter: veroandreo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Temporal | Version: svn-trunk
Resolution: | Keywords: t.list
CPU: x86-64 | Platform: Linux
-------------------------+-------------------------
Comment (by neteler):
Replying to [comment:4 veroandreo]:
> Replying to [comment:3 huhabla]:
> > Should be fixed in r70968, please test.
>
> Yes, all is there now. Thank you!
>
> I do not close yet, in case it will be backported.