Changes between Version 1 and Version 2 of Processing/VecToRast


Ignore:
Timestamp:
Nov 30, 2007, 3:37:01 PM (16 years ago)
Author:
benj
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/VecToRast

    v1 v2  
    4141}}}
    4242
    43 5. Convert to raster map using v.to.rast. Note this converts for the current region only at the current resolution, so be sure that region and resolution are set as desired
     436. Convert to raster map using v.to.rast. Note this converts for the current region only at the current resolution, so be sure that region and resolution are set as desired
    4444{{{
    4545v.to.rast input=patched_map_name output=raster_map_name use=val value=100 --overwrite
    4646}}}
    4747
    48 6. Convert to 8-bit GeoTiff using r.out.gdal
     487. Convert to 8-bit GeoTiff using r.out.gdal
    4949{{{
    5050r.out.gdal input=raster_map_name type=Byte output=Geotiff_file_name.tif