[GRASS-dev] v.out.ascii "where" not working

Hi Grass Developers,

I’m running GRASS 7.1-dev on Ubuntu, and the “where” keyword is being ignored; all of the data are being exported regardless of what I choose. Could anyone verify that this is the case?

Thanks,

Andy

On 27/01/16 05:36, Andy Wickert wrote:

Hi Grass Developers,

I'm running GRASS 7.1-dev on Ubuntu, and the "where" keyword is being
ignored; all of the data are being exported regardless of what I choose.
Could anyone verify that this is the case?

I cannot confirm with grass7.1 on Debian:

v.out.ascii hospitals type=point output=hospitals.csv where="COUNTY='Wake'"

gives me:

640607.6248615|224673.12440056|4
640952.4998615|224309.56340056|5
670385.0618615|229717.53040056|6
643879.5628615|230462.43740056|7
636274.0638615|229165.37540056|8
627390.7508615|202760.56240056|9
646823.5628615|226063.35940056|10
629431.6868615|221039.29640056|146

as expected.

What is the exact command you used ? Can you reproduce with the NC demo data ?

Moritz