Skip to content

Commit

Permalink
run load command as vagrant user
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Nov 7, 2013
1 parent 16ff597 commit 19ddd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/vagrant/pgpointcloud.sh
Expand Up @@ -15,5 +15,5 @@ echo "CREATE EXTENSION pointcloud_postgis;" | sudo -u vagrant psql -d points -U
wget http://liblas.org/samples/st-helens-small.las
wget https://raw.github.com/PDAL/PDAL/master/scripts/vagrant/loadpgpointcloud.xml
wget https://raw.github.com/PDAL/PDAL/master/scripts/vagrant/readpgpointcloud.xml
pdal pipeline --input loadpgpointcloud.xml
pdal info --input readpgpointcloud.xml -p 0
sudo -u vagrant pdal pipeline --input loadpgpointcloud.xml
sudo -u vagrant pdal info --input readpgpointcloud.xml -p 0

0 comments on commit 19ddd57

Please sign in to comment.