<div dir="ltr">Hi Ken, <div><br></div><div>Were you able to solve the problem or find its cause? Could you create a reproducible example with the NC dataset? It seems really strange, if the mapset is named vel why would it add the date to it too?</div><div><br></div><div>Cheers,</div><div>Vero</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar, 23 ene 2024 a las 14:48, Ken Mankoff via grass-user (<<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi List,<br>
<br>
I'm trying to sample an STRDS at some vector points.<br>
<br>
My points are generated (from lines in another mapset) with:<br>
<br>
v.to.points input=ex1@gates type=line output=points dmax=100<br>
<br>
My STRDS is generated in the current mapset (named vel), and then when I run<br>
<br>
v.what.strds input=points strds=vx,vy output=test<br>
<br>
I get the following error:<br>
<br>
DBMI-SQLite driver error:<br>
Error in sqlite3_prepare():<br>
near "@vel_2007_09_07": syntax error<br>
<br>
ERROR: Error while executing: 'ALTER TABLE test_points_1 ADD COLUMN vy_2007_09_07_2008_04_23@vel_2007_09_07 DOUBLE PRECISION'<br>
ERROR: Unable to add column <vy_2007_09_07_2008_04_23@vel_2007_09_07 DOUBLE PRECISION>.<br>
ERROR: Unable to add column vy_2007_09_07_2008_04_23@vel_2007_09_07 DOUBLE PRECISION to vector map <test> <br>
<br>
<br>
'@' is not a valid character name in a DB column. Am I doing something wrong that v.what.strds is trying to generate this column name?<br>
<br>
Thanks,<br>
<br>
  -k.<br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a><br>
</blockquote></div><br clear="all"><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><font color="#888888">Dra. Verónica Andreo<br>Investigadora Adjunta de CONICET<br></font><div><font color="#888888">Instituto Gulich (CONAE - UNC)<br></font></div><div><font color="#888888">Centro Espacial Te</font><font color="#888888"><font color="#888888">ó</font>filo Tabanera (CETT)</font><br></div><font color="#888888">Falda del Cañete - Córdoba, Argentina<br></font><div><font color="#888888">+54 3547 400000 int. 1153</font></div><div><font color="#888888"><a href="https://veroandreo.gitlab.io/" target="_blank">https://veroandreo.gitlab.io/</a><br></font></div></div></div>