Advertisement
goatbar

Untitled

Oct 27th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. Mac osx with fink sqlite3
  2.  
  3. ./ogr_gpkg.py
  4. TEST: ogr_gpkg_1 ... success
  5. TEST: ogr_gpkg_2 ... success
  6. TEST: ogr_gpkg_3 ... success
  7. TEST: ogr_gpkg_4 ... success
  8. TEST: ogr_gpkg_5 ... success
  9. TEST: ogr_gpkg_6 ... success
  10. TEST: ogr_gpkg_7 ... success
  11. TEST: ogr_gpkg_8 ... success
  12. TEST: ogr_gpkg_9 ... success
  13. TEST: ogr_gpkg_11 ... success
  14. TEST: ogr_gpkg_12 ... success
  15. TEST: ogr_gpkg_13 ... success
  16. TEST: ogr_gpkg_14 ... success
  17. TEST: ogr_gpkg_15 ... success
  18. TEST: ogr_gpkg_16 ... success
  19. TEST: ogr_gpkg_17 ... success
  20. TEST: ogr_gpkg_18 ... success
  21. TEST: ogr_gpkg_19 ... success
  22. TEST: ogr_gpkg_20 ... success
  23. TEST: ogr_gpkg_21 ... success
  24. TEST: ogr_gpkg_22 ... success
  25. TEST: ogr_gpkg_23 ... success
  26. TEST: ogr_gpkg_24 ... success
  27. TEST: ogr_gpkg_25 ... success
  28. TEST: ogr_gpkg_26 ... success
  29. TEST: ogr_gpkg_27 ... skip
  30. TEST: ogr_gpkg_28 ... ERROR 1: Failed to reproject feature 0 (geometry probably out of source or destination SRS).
  31. ERROR 1: Terminating translation prematurely after failed
  32. translation of layer poly (use -skipfailures to skip errors)
  33. fail (blowup)
  34. Traceback (most recent call last):
  35. File "../pymod/gdaltest_python2.py", line 42, in run_func
  36. result = func()
  37. File "./ogr_gpkg.py", line 1936, in ogr_gpkg_28
  38. if str(ds.GetLayer(0).GetSpatialRef()).find('1984') == -1:
  39. AttributeError: 'NoneType' object has no attribute 'GetLayer'
  40. TEST: ogr_gpkg_29 ... success
  41. TEST: ogr_gpkg_30 ... success
  42. TEST: ogr_gpkg_31 ... success
  43. TEST: ogr_gpkg_32 ... success
  44. TEST: ogr_gpkg_33 ... success
  45. TEST: ogr_gpkg_34 ... success
  46. TEST: ogr_gpkg_35 ... success
  47. TEST: ogr_gpkg_36 ... success
  48. TEST: ogr_gpkg_37 ... success
  49. TEST: ogr_gpkg_38 ... success
  50. TEST: ogr_gpkg_39 ... success
  51. TEST: ogr_gpkg_test_ogrsf ... skip
  52. TEST: ogr_gpkg_cleanup ... success
  53.  
  54. Test Script: ogr_gpkg
  55. Succeeded: 37
  56. Failed: 1 (1 blew exceptions)
  57. Skipped: 2
  58. Expected fail:0
  59. Duration: 0.35s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement