<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:"Palatino Linotype";
        panose-1:2 4 5 2 5 5 5 3 3 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin-top:0cm;
        margin-right:0cm;
        margin-bottom:8.0pt;
        margin-left:0cm;
        line-height:106%;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.E-MailFormatvorlage17
        {mso-style-type:personal-compose;
        font-family:"Palatino Linotype",serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link="#0563C1" vlink="#954F72" style='word-wrap:break-word'><div class=WordSection1><p class=MsoNormal>Hello list,<o:p></o:p></p><p class=MsoNormal>I have problems with v.in.ogr in a python script; I use:<o:p></o:p></p><p class=MsoNormal><i>grass.run_command('v.in.ogr',input='d:/my_input',output='my_output',type='boundary,centroid',where='LENGTH != 1',snap=0.01,min_area=0.01,flags="o",overwrite=True)<o:p></o:p></i></p><p class=MsoNormal>This has been working fine for years in GRASS 7.0.3 with Python 2.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Now, I tried in GRASS 7.8 on Python 3 and I get the following error:<o:p></o:p></p><p class=MsoNormal style='margin-left:70.8pt'>ERROR 1: "LENGTH" not recognised as an available field.<o:p></o:p></p><p class=MsoNormal style='margin-left:70.8pt'>FEHLER: Error setting attribute filter 'LENGTH != 1'<o:p></o:p></p><p class=MsoNormal>The field called LENGTH is present and there is no typing error. What I absolutely not understand is that the command is working fine inside GRASS itself! Just the Python script does not.<o:p></o:p></p><p class=MsoNormal>„LENGTH“ is not a Python reserved keyword, and no SQL reserved keyword. I also tried it with another name for that column. That also did not work.<o:p></o:p></p><p class=MsoNormal>Any ideas what could be wrong? Thank you very much.<o:p></o:p></p><p class=MsoNormal><span style='font-size:12.0pt;line-height:106%;font-family:"Palatino Linotype",serif'>Uwe<o:p></o:p></span></p></div></body></html>