Changes between Version 5 and Version 6 of Processing/VecToRast
- Timestamp:
- Nov 18, 2009, 3:21:06 PM (15 years ago)
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 = 3 2 4 3 1. Ensure vector maps are in appropriate directory 5 4 eg. /tmp/vectors/ 6 5 7 2. Ensure that the desired output directory for the GeoTiff file exits6 2. Ensure that the desired output directory for the !GeoTiff file exits 8 7 9 3. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name> (of the GeoTiff output)]8 3. Run 'auto_grass_vector_tiff_conversion [<vector dir>][<path/name> (of the !GeoTiff output)] 10 9 11 10 for example … … 15 14 16 15 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 = 18 17 19 18 … … 62 61 }}} 63 62 64 7. Convert to 8-bit GeoTiff using r.out.gdal63 7. Convert to 8-bit !GeoTiff using r.out.gdal 65 64 {{{ 66 65 r.out.gdal input=raster_map_name type=Byte output=Geotiff_file_name.tif