<div dir="ltr">Hi Nikos, <div><br></div><div>the columns that you use in the where condition of temporal modules are those in the SQLite table that stores metadata about each map in the st(r)ds: min, max, start_time, end_time. AFAIK, there's no metadata for the mean, i.e. no column in the SQLite table containing that info. Here there are some examples with t.rast.list [1] using where. Maybe the error message could be improved as to specify which columns are available.</div><div><br></div><div>If, from the output t.rast.univar (with or without -e) you want to get those maps where LST mean is higher than 10, then you would need a different procedure. What I did eventually, was import the .txt file into R, and there, make queries with sqldf package. There's for sure other much better options that I would love to learn.</div><div><br></div><div>hth, </div><div>Vero</div><div><br></div><div>[1] <a href="https://grasswiki.osgeo.org/wiki/Temporal_data_processing#Listing_maps_and_selections">https://grasswiki.osgeo.org/wiki/Temporal_data_processing#Listing_maps_and_selections</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-10-21 14:34 GMT+02:00 Nikos Alexandris <span dir="ltr"><<a href="mailto:nik@nikosalexandris.net" target="_blank">nik@nikosalexandris.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Shouldn't the following work?<br>
<br>
t.rast.univar lst where="mean > 10"<br>
..<br>
sqlite3.OperationalError: no such column: mean<br>
<br>
<br>
'min', 'max' and 'start_time' work.<br>
<br>
Where are the "columns"?<br>
Isn't the whole of what t.rast.univar -e reports supported?<br>
<br>
Thank you, Nikos<br>
<br>______________________________<wbr>_________________<br>
grass-dev mailing list<br>
<a href="mailto:grass-dev@lists.osgeo.org">grass-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>mailman/listinfo/grass-dev</a><br></blockquote></div><br></div>