Common Tasks: Difference between revisions
Jump to navigation
Jump to search
(faq) |
(docs, links) |
||
Line 15: | Line 15: | ||
== GIS Tasks == | == GIS Tasks == | ||
* | * [Georeferencing | Georectify a scanned raster image] | ||
** r.in.gdal into XY location | ** r.in.gdal into XY location | ||
** GUI georectifier | ** GUI georectifier | ||
Line 41: | Line 41: | ||
* Use NVIZ to make a fly through movie | * Use NVIZ to make a fly through movie | ||
** see nviz keyframe animation panel help page | ** see nviz keyframe animation panel help page | ||
** [[Movies | Encoding Movies]] | |||
* Use Paraview to render a 3D image | * Use Paraview to render a 3D image | ||
Line 61: | Line 62: | ||
* Create a high quality hardcopy plot | * Create a high quality hardcopy plot | ||
** ps.map | ** Creating PostScript with [[Ps.map_scripts | ps.map]] | ||
** export to GMT | ** export to GMT | ||
[[Category:Documentation]] | |||
[[Category:FAQ]] | [[Category:FAQ]] |
Revision as of 07:57, 12 December 2006
Mini-tutorials showcasing some common GIS taks
Import/Export and Display
- Import and display SRTM elevation data
- GRASS Newsletter, 3, June 2005.
- Import and display VMap0 Digital Chart of the World
- GRASS Newsletter, 3, June 2005.
- Import and display ETOPO2 world elevation and bathymetry dataset
- Global dataset of bathymetry and topography. GRASS Newsletter, 1:8-11, August 2004.
GIS Tasks
- [Georeferencing | Georectify a scanned raster image]
- r.in.gdal into XY location
- GUI georectifier
- i.points + i.rectify (alternate method)
- 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
- see nviz keyframe animation panel help page
- Encoding Movies
- 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