QGIS Python Plugins Repository
RasterizeString
Plugin ID: 1687
(4) votes
This plugin extends gdal rasterize command to burn values from non-numeric field.
Conversion from vector to raster. This algorithm is a wrapper of gdal rasterize that allows to specify a non-numeric field. Output raster values are automatically generated according to input field values. A temporary integer field is created and a new integer value is associated to each input unique value (from 1 to N with N = number of unique values). Such association is loaded is CSV file 'Association.csv'. Output data type is chosen according to data range (unsigned integer type of minimal range, e.g. Byte, UInt16 or UInt32).
- Author
- Mathieu Chailloux
- Maintainer
- mc
- Tags
- vector , python , raster , conversion , string , rasterize
- Plugin home page
- https://github.com/MathieuChailloux/rasterizestring
- Tracker
- Browse and report bugs
- Code repository
- https://github.com/MathieuChailloux/rasterizestring
- Latest experimental version:
- 0.1
- Plugin ID
-
1687