Differences

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

Link to this comparison view

Both sides previous revision Previous revision
rasterize_shape [2017/04/03 18:53]
hermann [Optional Inputs]
rasterize_shape [2017/04/03 19:01] (current)
hermann [Optional Inputs]
Line 23: Line 23:
 | Output Map Columns ​ | [[Positive Integer Value Type]] ​ | The number of columns expected in the resulting re-projected map. Must be defined together with the number of lines. However, the definition of expected number of lines/​columns and cell height/​width are mutually exclusive. ​ | null  | | Output Map Columns ​ | [[Positive Integer Value Type]] ​ | The number of columns expected in the resulting re-projected map. Must be defined together with the number of lines. However, the definition of expected number of lines/​columns and cell height/​width are mutually exclusive. ​ | null  |
 | 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  | +| 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  | +| 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. ​The syntax used by the SQL query is described at [[http://​www.gdal.org/​ogr_sql.html]].  ​| null  | 
-| Where Statement ​ | [[String Type]] ​ | SQL WHERE expression used to select features from the input layer that will be rasterized. | null  |+| Where Statement ​ | [[String Type]] ​ | SQL WHERE expression used to select features from the input layer that will be rasterized. ​The syntax used by the SQL WHERE expression is described at [[http://​www.gdal.org/​ogr_sql.html]].  ​| null  |
  
 ===== Outputs ===== ===== Outputs =====