| 
 
 NAMEv.what.rast3 - Uploads 3D raster values at positions of vector points to the table. KEYWORDSvector, sampling, raster, position, querying, attribute table, surface information SYNOPSISv.what.rast3
   Flags:Parameters:
 DESCRIPTIONv.what.rast3 reads 3D raster value for each point in the
    vector and updates col column in vector attribute table by this
    value. The column should be type double. This module is based on
    v.what.rast.
   NOTESEXAMPLESA) Reading values from 3D raster map at position of vector points,
    writing these values into a column of the attribute table connected to the
    vector map:
   v.what.rast3 map=pnts raster3d=plume column=concentration B) In case of a vector map without attached attribute table, first
    add a new attribute table. This table is then populated with values queried
    from the raster map:
   # create new random 3d vector points map v.random -z output=pnts npoints=100 zmin=0 zmax=50 # add new table, link to map v.db.addtable map=pnts column="concentration double precision" # query raster map and upload values to vector table into specified column g.region raster3d=plume -p v.what.rast3 map=pnts raster3d=plume column=concentration # verify new attribute table: v.db.select map=pnts # verify statistics of uploaded values: v.univar map=pnts column=concentration type=point SEE ALSOv.db.addtable, v.db.select, v.what.rast, v.what.vect, v.univar AUTHORSoeren Gebbert, heavily based on v.what.rast by Radim Blazek SOURCE CODEAvailable at: v.what.rast3 source code (history) Latest change: Friday Jan 26 01:02:01 2024 in commit: f7522f8b849b53e5f23f8d8671e0aabd049124d5 Main index | Vector index | Topics index | Keywords index | Graphical index | Full index © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual 
 
  |