- ANR (31)
- HREC (1)
- SFREC (30)
- NPS (20)
- PINN (20)
- PORE
- SJER (13)
- Tahoe
- Wetland 1 (2)
- Wetland 2
Research SitesNavigationUser loginWho's onlineThere are currently 1 user and 10 guests online.
Online users
|
Converting GRASS vectors from 2D into 3D: v.drapeSubmitted by dylan on Wed, 2005-09-28 23:12.
More often than not geographic data come in a format that is essentially two-dimensional: i.e. raster grids and vector points, lines, and areas with only (x,y) style coordinates. GRASS provides a convenient 3D data type for vectors, but it is not common to get data that contains a z-coordinate from the start. The command v.drape can be used to convert a 2D vector (line or point) into a 3D vector by sampling a DEM at each vertex. v.drape is included in GRASS 6.3 and newer: link to manual page. ( categories: )
|