Working with external data in GRASS 7: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
No edit summary
Line 8: Line 8:


  r.external -f
  r.external -f
To link file-based data formats, eg. GeoTiff
r.external input=ncrast/urban.tif output=urban


== Vector data ==
== Vector data ==

Revision as of 12:43, 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

Using wxGUI