Working with external data in GRASS 7: Difference between revisions
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Vector data == | == Vector data == | ||
For linking external vector data is used {{cmd|version=70|v.external}}. List of supported formats can be determined by | |||
v.external -f | |||
To link file-based data formats, eg. ESRI Shapefile | |||
v.external input=ncrast/urban.tif output=urban | |||
== Using wxGUI == | == Using wxGUI == | ||
[[Category:GRASS 7]] | [[Category:GRASS 7]] |
Revision as of 15:34, 30 December 2010
This page explains how to work with external data in GRASS 7.
(to be expanded)
Raster data
For linking external raster data is used r.external. List of supported formats can be determined by
r.external -f
To link file-based data formats, eg. GeoTiff
r.external input=ncrast/urban.tif output=urban
Vector data
For linking external vector data is used v.external. List of supported formats can be determined by
v.external -f
To link file-based data formats, eg. ESRI Shapefile
v.external input=ncrast/urban.tif output=urban