geotrellis / geotrellis-pointcloud

GeoTrellis PointCloud library to work with any pointcloud data on Spark
Apache License 2.0
26 stars 10 forks source link

Update GeoTrellis pointcloud and add a test env dockerfile #18

Closed pomadchin closed 5 years ago

pomadchin commented 5 years ago

Docker image name: daunnc/pdal-spark-debian:1.8.0

Usage example:

$ docker run --rm -it daunnc/pdal-spark-debian:1.8.0 bash
root@90b343544279:/opt/spark# gdalinfo --version
GDAL 2.4.0, released 2018/12/14
root@90b343544279:/opt/spark# pdal --version
-------------------------------------------------------------------------------------------------------------------------------------
pdal 1.4.0 (git-version: Release)
-------------------------------------------------------------------------------------------------------------------------------------

root@90b343544279:/opt/spark# pyspark --version
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 2.4.0
      /_/

Using Scala version 2.11.12, OpenJDK 64-Bit Server VM, 1.8.0_181
Branch 
Compiled by user  on 2018-10-29T06:22:05Z
Revision 
Url 
Type --help for more information.
root@90b343544279:/opt/spark#
pomadchin commented 5 years ago

Ok, old PDAL version here

pomadchin commented 5 years ago
$ docker run --rm -it daunnc/pdal-spark-debian:1.8.0 bash
root@7ed8c9d923db:/opt/spark# gdalinfo --version
GDAL 2.4.0, released 2018/12/14
root@7ed8c9d923db:/opt/spark# pdal --version
-------------------------------------------------------------------------------------------------------------------------------------
pdal 1.8.0 (git-version: Release)
-------------------------------------------------------------------------------------------------------------------------------------

root@7ed8c9d923db:/opt/spark# pyspark --version
Welcome to
      ____              __
     / __/__  ___ _____/ /__
    _\ \/ _ \/ _ `/ __/  '_/
   /___/ .__/\_,_/_/ /_/\_\   version 2.4.0
      /_/

Using Scala version 2.11.12, OpenJDK 64-Bit Server VM, 1.8.0_212
Branch 
Compiled by user  on 2018-10-29T06:22:05Z
Revision 
Url 
Type --help for more information.
pomadchin commented 5 years ago

quay.io/geodocker/pointcloud:latest