Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Algorithm 'Rasterize (vector to raster)' starting…
  2. Input parameters:
  3. { 'BURN' : 0, 'DATA_TYPE' : 5, 'EXTENT' : '413885.10813709395,678750.4296324956,6754403.012272906,6909638.055526119 [EPSG:32635]', 'FIELD' : None, 'HEIGHT' : 0, 'INIT' : 0, 'INPUT' : 'C:\Users\vvaris\Desktop\Uoma\Uoma10.shp', 'INVERT' : False, 'NODATA' : 0, 'OPTIONS' : '', 'OUTPUT' : 'C:/Users/vvaris/Desktop/asd.tif', 'UNITS' : 0, 'WIDTH' : 0 }
  4.  
  5. gdal_rasterize -l Uoma10 -burn 0.0 -ts 0.0 0.0 -a_nodata 0.0 -te 413885.10813709395 6754403.012272906 678750.4296324956 6909638.055526119 -ot Float32 -of GTiff C:UsersvvarisDesktopUomaUoma10.shp C:/Users/vvaris/Desktop/asd.tif
  6.  
  7. ERROR 1: Wrong value for -outsize parameter.
  8.  
  9. gdal_rasterize [-b band]* [-i] [-at]
  10.  
  11. {[-burn value]* | [-a attribute_name] | [-3d]} [-add]
  12.  
  13. [-l layername]* [-where expression] [-sql select_statement]
  14.  
  15. [-dialect dialect] [-of format] [-a_srs srs_def]
  16.  
  17. [-co "NAME=VALUE"]* [-a_nodata value] [-init value]*
  18.  
  19. [-te xmin ymin xmax ymax] [-tr xres yres] [-tap] [-ts width height]
  20.  
  21. [-ot {Byte/Int16/UInt16/UInt32/Int32/Float32/Float64/
  22.  
  23. CInt16/CInt32/CFloat32/CFloat64}] [-q]
  24.  
  25. <src_datasource> <dst_filename>
  26.  
  27. Execution completed in 0.13 seconds
  28.  
  29. {'OUTPUT': <QgsProcessingOutputLayerDefinition {'sink':C:/Users/vvaris/Desktop/asd.tif, 'createOptions': {'fileEncoding': 'System'}}>}
  30.  
  31. Loading resulting layers
  32. Algorithm 'Rasterize (vector to raster)' finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement