{"id":777,"date":"2019-02-11T18:55:35","date_gmt":"2019-02-11T23:55:35","guid":{"rendered":"http:\/\/sunapi386.ca\/wordpress\/?p=777"},"modified":"2019-02-11T19:58:38","modified_gmt":"2019-02-12T00:58:38","slug":"compiling-pdal","status":"publish","type":"post","link":"https:\/\/sunapi386.ca\/wordpress\/compiling-pdal\/","title":{"rendered":"Compiling PDAL"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">sudo apt install libgdal-dev<br>git clone https:\/\/github.com\/PDAL\/PDAL.git<br>cd PDAL<br>mkdir build<br>cd build<br>cmake ..<br>make -j<br>sudo make install<\/pre>\n\n\n\n<p>List cmake options with installing this GUI<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt-get install cmake-curses-gui ccmake ..<br>ccmake ..<\/pre>\n\n\n\n<p>To get geowave plugin support, you need JDK. Geowave increases the project&#8217;s complexity so I&#8217;ll defer that to later, if I get to it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">sudo apt install openjdk-8-jdk<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>sudo apt install libgdal-devgit clone https:\/\/github.com\/PDAL\/PDAL.gitcd PDALmkdir buildcd buildcmake ..make -jsudo make install List cmake options with installing this GUI sudo apt-get install cmake-curses-gui ccmake ..ccmake .. To get geowave plugin support, you need JDK. Geowave increases the project&#8217;s complexity so I&#8217;ll defer that to later, if I get to it. sudo apt install openjdk-8-jdk<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[34],"tags":[],"class_list":["post-777","post","type-post","status-publish","format-standard","hentry","category-thoughts"],"_links":{"self":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/comments?post=777"}],"version-history":[{"count":2,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/777\/revisions"}],"predecessor-version":[{"id":780,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/posts\/777\/revisions\/780"}],"wp:attachment":[{"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/media?parent=777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/categories?post=777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sunapi386.ca\/wordpress\/wp-json\/wp\/v2\/tags?post=777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}