Common Tasks: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
Line 9: Line 9:
* Import and display VMap0 Digital Chart of the World
* Import and display VMap0 Digital Chart of the World
** ''GRASS Newsletter, 3, June 2005.'' - http://grass.itc.it/newsletter/GRASSNews_vol3.pdf
** ''GRASS Newsletter, 3, June 2005.'' - http://grass.itc.it/newsletter/GRASSNews_vol3.pdf
** If your region crosses the boundaries of a VMap0 block you can use the v.append, available in the Grass addons section of this wiki, to combine vectors across the edges. It can take quite a while to work.  
** If your region crosses the boundaries of a VMap0 block you can use the v.append command, available in the Grass addons section of this wiki, to combine vectors across the edges. It can take quite a while to complete.  


* Import and display ETOPO2 world elevation and bathymetry dataset
* Import and display ETOPO2 world elevation and bathymetry dataset

Revision as of 15:07, 12 December 2006

Mini-tutorials showcasing some common GIS taks

Import/Export and Display

  • Import and display VMap0 Digital Chart of the World
    • GRASS Newsletter, 3, June 2005. - http://grass.itc.it/newsletter/GRASSNews_vol3.pdf
    • If your region crosses the boundaries of a VMap0 block you can use the v.append command, available in the Grass addons section of this wiki, to combine vectors across the edges. It can take quite a while to complete.
  • Import and display ETOPO2 world elevation and bathymetry dataset
    • Global dataset of bathymetry and topography. GRASS Newsletter, 1:8-11, August 2004.

GIS Tasks

  • Create a DEM from contour lines and trig points
    • r.surf.contour
  • Create a DEM from x,y,z point data
    • v.surf.rst
    • v.surf.idw
    • v.surf.bspline
    • r.surf.nnbathy
  • Create vector contour lines from a raster DEM
    • r.contour

3D Visualization

  • Use NVIZ to render a 3D image
nviz elevation.dem
  • Use NVIZ to make a fly through movie
  • Use Paraview to render a 3D image
    • r.out.vtk, v.out.vtk

Raster operations

  • Create a shaded relief map
    • r.shaded relief
  • drape semi-transparent land use map over shaded relief map
    • d.his

Vector operations

  • Disolve interior lines
    • v.dissolve

Hardcopy and Presention Graphics Creation

  • Create a high quality hardcopy plot
    • Creating PostScript with ps.map
    • export to GMT