Advertisement
Guest User

saga_cmd with gdal

a guest
Jun 8th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. johan@cdh7:/tmp$ saga_cmd shapes_polygons 2 -POLYGONS:/usr/share/qgis/python/plugins/processing/tests/data/polygons.geojson -OUTPUT:out.shp
  2. ____________________________
  3.  
  4. ##### ## ##### ##
  5. ### ### ## ###
  6. ### # ## ## #### # ##
  7. ### ##### ## # #####
  8. ##### # ## ##### # ##
  9. ____________________________
  10.  
  11. SAGA Version: 2.2.8
  12.  
  13. ____________________________
  14. library path: /usr/lib/x86_64-linux-gnu/saga/
  15. library name: libshapes_polygons
  16. library : Polygons
  17. tool : Polygon Properties
  18. author : V.Olaya (c) 2004, O.Conrad (c) 2011
  19. processors : 4 [4]
  20. ____________________________
  21.  
  22. ERROR 4: `/usr/share/qgis/python/plugins/processing/tests/data/polygons.geojson' not recognised as a supported file format.
  23.  
  24.  
  25.  
  26. Parameters
  27.  
  28.  
  29. Polygons: polygons
  30. Polygons with Property Attributes: Polygons with Property Attributes
  31. Number of Parts: no
  32. Number of Vertices: no
  33. Perimeter: yes
  34. Area: yes
  35.  
  36.  
  37. 51%
  38. 51%Save shapes: out.shp...
  39.  
  40. 51%
  41. 51%okay
  42. johan@cdh7:/tmp$ dbview out.dbf
  43. Id : 1
  44. Poly num a : 1.1000000000e+00
  45. Poly st a : string a
  46. Perimeter : 2.3268682079e+02
  47. Area : 3.5437191539e+03
  48.  
  49. Id : 2
  50. Poly num a : 2.2000000000e+00
  51. Poly st a : string b
  52. Perimeter : 2.5424613794e+02
  53. Area : 4.1141146136e+03
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement