[GRASS-user] Query raster type

patrick s. patrick_gis at gmx.net
Sat Jul 25 10:08:07 PDT 2015


Dear all

Is there a function in GRASS70 to match multiple rasters as values to a 
point-vector. Some of the rasters are of type integer, some of type 
float and the columns should ideally respect the datatype. It might be 
possible as a bash.loop on v.what.rast, but I do not find a way to query 
the datatype of a raster and get warnings:
/
for i in `g.list type=rast ` #ideally //only type integer OR float
//do //
//    echo "adding layer '$i'" //
//    v.db.addcolumn map=pt_grid column="$i double" #adapt datatype of 
column according to raster type//
//    v.what.rast map=pt_grid rast=$i col=$i//
//done;

/Happy about any help and hint,
Patrick
/
/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/grass-user/attachments/20150725/86a1a862/attachment.html>


More information about the grass-user mailing list