Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
rasterize_shape [2017/01/26 03:53]
hermann created
rasterize_shape [2017/04/03 18:53]
hermann [Optional Inputs]
Line 24: Line 24:
 | Use Cell Center Only  | [[Boolean Value Type]] ​ | If true, the interception between lines/​polygons and cells is calculated using the cell centers only. Otherwise, all parts of the cells are used. This flag must be set to true, if rasterizing shapes representing linear features (roads, rivers etc)  | | Use Cell Center Only  | [[Boolean Value Type]] ​ | If true, the interception between lines/​polygons and cells is calculated using the cell centers only. Otherwise, all parts of the cells are used. This flag must be set to true, if rasterizing shapes representing linear features (roads, rivers etc)  |
 | Use Compression ​ | [[Boolean Value Type]] ​ | If true, the resulting re-projected map is compressed. The map compression option only works for GeoTiff (.tif) and HFA (.img) file formats. For other file formats this option is ignored. | true  | | Use Compression ​ | [[Boolean Value Type]] ​ | If true, the resulting re-projected map is compressed. The map compression option only works for GeoTiff (.tif) and HFA (.img) file formats. For other file formats this option is ignored. | true  |
 +| Layer Name  | [[String Type]] ​ | Layer from the datasource containing the input features that will be rasterized. This definition and "​Select Statement"​ are mutually exclusive. | null  |
 +| Select Statement ​ | [[String Type]] ​ | SQL statement to be evaluated against the datasource to produce a virtual layer containing the input features that will be rasterized. This definition and "Layer Name" are mutually exclusive. | null  |
 +| Where Statement ​ | [[String Type]] ​ | SQL WHERE expression used to select features from the input layer that will be rasterized. | null  |
  
 ===== Outputs ===== ===== Outputs =====