[GRASS-dev] [GRASS GIS] #3316: t.list: only relative time strds reported when using output option
GRASS GIS
trac at osgeo.org
Thu Apr 27 12:31:03 PDT 2017
#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 at lst
MOD11A1_LST_Night_1km at lst
MYD11A1_LST_Day_1km at lst
MYD11A1_LST_Night_1km at lst
Space time raster datasets with relative time available in mapset <lst>:
MOD11A1_LST_Day_1km_month_perc_vd at lst
MOD11A1_LST_Day_1km_yearly_perc_vd at lst
MOD11A1_LST_Night_1km_month_perc_vd at lst
MOD11A1_LST_Night_1km_yearly_perc_vd at lst
MYD11A1_LST_Day_1km_month_perc_vd at lst
MYD11A1_LST_Day_1km_yearly_perc_vd at lst
MYD11A1_LST_Night_1km_month_perc_vd at lst
MYD11A1_LST_Night_1km_yearly_perc_vd at lst
}}}
Here, the list after using output option (only the STRDS with relative
time are there):
{{{
GRASS 7.3.svn (eu_laea):~ > t.list output=strds_list
GRASS 7.3.svn (eu_laea):~ > cat strds_list
MOD11A1_LST_Day_1km_month_perc_vd at lst
MOD11A1_LST_Day_1km_yearly_perc_vd at lst
MOD11A1_LST_Night_1km_month_perc_vd at lst
MOD11A1_LST_Night_1km_yearly_perc_vd at lst
MYD11A1_LST_Day_1km_month_perc_vd at lst
MYD11A1_LST_Day_1km_yearly_perc_vd at lst
MYD11A1_LST_Night_1km_month_perc_vd at lst
MYD11A1_LST_Night_1km_yearly_perc_vd at lst
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3316#comment:2>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list