Guest User

Untitled

a guest
Feb 26th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. (rio-rgbify) planemad:rio-rgbify arun$ rio rgbify ~/Gis/data/fao/population_density/tmp.tif india-pop-density.mbtiles --max-z 10 --min-z 2
  2. multiprocessing.pool.RemoteTraceback:
  3. """
  4. Traceback (most recent call last):
  5. File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 119, in worker
  6. result = (True, func(*args, **kwds))
  7. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/mbtiler.py", line 133, in _tile_worker
  8. resampling=RESAMPLING.bilinear)
  9. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/rasterio/env.py", line 308, in wrapper
  10. return f(*args, **kwds)
  11. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/rasterio/warp.py", line 281, in reproject
  12. init_dest_nodata, **kwargs)
  13. File "rasterio/_warp.pyx", line 413, in rasterio._warp._reproject
  14. File "rasterio/_base.pyx", line 1115, in rasterio._base._osr_from_crs
  15. rasterio.errors.CRSError: Invalid CRS: "init='epsg:3857'"
  16. """
  17.  
  18. The above exception was the direct cause of the following exception:
  19.  
  20. Traceback (most recent call last):
  21. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/scripts/cli.py", line 84, in rgbify
  22. tiler.run(workers)
  23. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/mbtiler.py", line 355, in run
  24. tiles):
  25. File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 735, in next
  26. raise value
  27. rasterio.errors.CRSError: Invalid CRS: "init='epsg:3857'"
  28. multiprocessing.pool.RemoteTraceback:
  29. """
  30. Traceback (most recent call last):
  31. File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 119, in worker
  32. result = (True, func(*args, **kwds))
  33. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/mbtiler.py", line 133, in _tile_worker
  34. resampling=RESAMPLING.bilinear)
  35. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/rasterio/env.py", line 308, in wrapper
  36. return f(*args, **kwds)
  37. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/rasterio/warp.py", line 281, in reproject
  38. init_dest_nodata, **kwargs)
  39. File "rasterio/_warp.pyx", line 413, in rasterio._warp._reproject
  40. File "rasterio/_base.pyx", line 1115, in rasterio._base._osr_from_crs
  41. rasterio.errors.CRSError: Invalid CRS: "init='epsg:3857'"
  42. """
  43.  
  44. The above exception was the direct cause of the following exception:
  45.  
  46. Traceback (most recent call last):
  47. File "/Users/arun/GitHub/Mapbox/rio-rgbify/bin/rio", line 11, in <module>
  48. sys.exit(main_group())
  49. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/core.py", line 722, in __call__
  50. return self.main(*args, **kwargs)
  51. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/core.py", line 697, in main
  52. rv = self.invoke(ctx)
  53. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/core.py", line 1066, in invoke
  54. return _process_result(sub_ctx.command.invoke(sub_ctx))
  55. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/core.py", line 895, in invoke
  56. return ctx.invoke(self.callback, **ctx.params)
  57. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/core.py", line 535, in invoke
  58. return callback(*args, **kwargs)
  59. File "/Users/arun/GitHub/Mapbox/rio-rgbify/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
  60. return f(get_current_context(), *args, **kwargs)
  61. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/scripts/cli.py", line 84, in rgbify
  62. tiler.run(workers)
  63. File "/Users/arun/GitHub/Mapbox/rio-rgbify/rio_rgbify/mbtiler.py", line 355, in run
  64. tiles):
  65. File "/usr/local/Cellar/python3/3.6.4_2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 735, in next
  66. raise value
  67. rasterio.errors.CRSError: Invalid CRS: "init='epsg:3857'"
Add Comment
Please, Sign In to add comment