Guest User

Untitled

a guest
Aug 6th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. {
  2. "pipeline":[
  3. {
  4. "type":"readers.las",
  5. "filename":"data/pt000002.las",
  6. "spatialreference":"EPSG:4326"
  7. },
  8. {
  9. "type":"filters.chipper",
  10. "capacity":500
  11. },
  12. {
  13. "type":"writers.pgpointcloud",
  14. "connection":"host='localhost' dbname='db_example' user='postgres' password='super'",
  15. "table":"las2",
  16. "compression":"dimensional",
  17. "srid":"4326"
  18. }
  19. ]
  20. }
  21.  
  22. sudo docker run -v /home/user/Documents/projectX:/data pdal/pdal:1.7 pdal pipeline /data/laz2pg.txt
  23.  
  24. pdal/pdal:1.7 pdal pipeline /data/laz2pg.txt
  25. PDAL: could not connect to server: Connection refused
  26. Is the server running on host "localhost" (127.0.0.1) and accepting
  27. TCP/IP connections on port 5432?
  28. could not connect to server: Address not available
  29. Is the server running on host "localhost" (::1) and accepting
  30. TCP/IP connections on port 5432?
Add Comment
Please, Sign In to add comment