Changes between Version 5 and Version 6 of Processing/VecToRast


Ignore:
Timestamp:
Nov 18, 2009, 3:21:06 PM (14 years ago)
Author:
emca
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/VecToRast

    v5 v6  
    1 
    2 = Automatic Conversion of Vector maps to Raster maps and GeoTiff images using GRASS =
     1= Automatic Conversion of Vector maps to Raster maps and !GeoTiff images using GRASS =
    32
    431. Ensure vector maps are in appropriate directory
    54eg. /tmp/vectors/
    65
    7 2. Ensure that the desired output directory for the GeoTiff file exits
     62. Ensure that the desired output directory for the !GeoTiff file exits
    87
    9 3. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name>   (of the GeoTiff output)]
     83. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name>   (of the !GeoTiff output)]
    109
    1110for example
     
    1514
    1615
    17 = Manual Conversion of Vector maps to Raster maps and GeoTiff images using GRASS =
     16= Manual Conversion of Vector maps to Raster maps and !GeoTiff images using GRASS =
    1817
    1918
     
    6261}}}
    6362
    64 7. Convert to 8-bit GeoTiff using r.out.gdal
     637. Convert to 8-bit !GeoTiff using r.out.gdal
    6564{{{
    6665r.out.gdal input=raster_map_name type=Byte output=Geotiff_file_name.tif