Hi, 2016-07-03 3:02 GMT+02:00 alassane toure <[email protected]>: > But does not work in grass/python script: > grass.run_command('v.extract', input='const', output='const_clean', > type='area',where='"(value=255) and (area_sqf>1000)"' )
why '"(value=255) and (area_sqf>1000)"' ? '(value=255) and (area_sqf>1000)' or "(value=255) and (area_sqf>1000)" would be enough. Martin -- Martin Landa http://geo.fsv.cvut.cz/gwiki/Landa http://gismentors.cz/mentors/landa _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
