| 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 |  | 
                        |  | 5 | 1. Ensure vector maps are in appropriate directory | 
                        |  | 6 | eg. /tmp/vectors/ | 
                        |  | 7 |  | 
                        |  | 8 | 2. Ensure that the desired output directory for the GeoTiff file exits | 
                        |  | 9 |  | 
                        |  | 10 | 3. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name>   (of the GeoTiff output)] | 
                        |  | 11 |  | 
                        |  | 12 | for example | 
                        |  | 13 | {{{ | 
                        |  | 14 | auto_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 = |