Changes between Version 3 and Version 4 of Processing/VecToRast


Ignore:
Timestamp:
Aug 13, 2009, 9:42:41 AM (15 years ago)
Author:
chrfi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/VecToRast

    v3 v4  
    1 = Conversion of Vector maps to Raster maps and GeoTiff images using GRASS =
     1
     2
     3= Automatic Conversion of Vector maps to Raster maps and GeoTiff images using GRASS =
     4
     51. Ensure vector maps are in appropriate directory
     6eg. /tmp/vectors/
     7
     82. Ensure that the desired output directory for the GeoTiff file exits
     9
     103. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name>   (of the GeoTiff output)]
     11
     12for example
     13{{{
     14auto_grass_vecotr_tiff_conversion tmp/vectors /users/rsg/chrfi/scratch/tiffs/myGeoTiff
     15 }}}
     16
     17
     18= Manual Conversion of Vector maps to Raster maps and GeoTiff images using GRASS =
    219
    320