Skip to content

Commit

Permalink
Moved to https://github.com/PDAL/unsuppported-plugins with commits c4…
Browse files Browse the repository at this point in the history
…b339073d806c31cde70d09e4577e84ad54e6a8 and 7cf8677b1c2021fc65b1d08c4388daa0ad54b88d
  • Loading branch information
chambbj committed Oct 15, 2020
1 parent fac3e82 commit 72330f6
Show file tree
Hide file tree
Showing 19 changed files with 1 addition and 1,246 deletions.
17 changes: 0 additions & 17 deletions cmake/geowave.cmake

This file was deleted.

19 changes: 0 additions & 19 deletions cmake/jace.cmake

This file was deleted.

22 changes: 0 additions & 22 deletions cmake/jni.cmake

This file was deleted.

27 changes: 0 additions & 27 deletions cmake/modules/FindGeoWave.cmake

This file was deleted.

5 changes: 0 additions & 5 deletions cmake/options.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ option(BUILD_PLUGIN_CPD
add_feature_info("CPD plugin" BUILD_PLUGIN_CPD
"Coherent Point Drift (CPD) computes rigid or nonrigid transformations between point sets")

option(BUILD_PLUGIN_GEOWAVE
"Choose if GeoWave support should be built" FALSE)
add_feature_info("GeoWave plugin" BUILD_PLUGIN_GEOWAVE
"Read and Write data using GeoWave")

option(BUILD_PLUGIN_I3S
"Choose if I3S and SLPK support should be built" FALSE)
add_feature_info("I3S plugin" BUILD_PLUGIN_I3S
Expand Down
2 changes: 1 addition & 1 deletion doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ below is intended to provide an overview of some of the differences between the
various distributions, as not all features can be enabled in every
distribution. This table only summarizes the differences between distributions,
and there are several plugins that are not built for any of the distributions.
These include Delaunay, GeoWave, MATLAB, MBIO, MRSID, OpenSceneGraph, RDBLIB,
These include Delaunay, MATLAB, MBIO, MRSID, OpenSceneGraph, RDBLIB,
and RiVLib. To enable any of these plugins, the reader will need to install any
required dependencies and build PDAL from source.

Expand Down
73 changes: 0 additions & 73 deletions doc/stages/readers.geowave.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/stages/readers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ like :ref:`readers.pgpointcloud`, or a network service like :ref:`readers.ept`.
readers.e57
readers.faux
readers.gdal
readers.geowave
readers.hdf
readers.i3s
readers.ilvis2
Expand Down Expand Up @@ -71,9 +70,6 @@ like :ref:`readers.pgpointcloud`, or a network service like :ref:`readers.ept`.
:ref:`readers.gdal`
Read GDAL readable raster data sources as point clouds.

:ref:`readers.geowave`
Read point cloud data from Accumulo.

:ref:`readers.hdf`
Read data from files in the HDF5 format.

Expand Down
73 changes: 0 additions & 73 deletions doc/stages/writers.geowave.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc/stages/writers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ dimension type, while others only understand fixed dimension names.
writers.ept_addon
writers.e57
writers.gdal
writers.geowave
writers.gltf
writers.las
writers.matlab
Expand Down Expand Up @@ -49,9 +48,6 @@ dimension type, while others only understand fixed dimension names.
:ref:`writers.gdal`
Create a raster from a point cloud using an interpolation algorithm.

:ref:`writers.geowave`
Write point cloud data to Accumulo.

:ref:`writers.gltf`
Write mesh data in GLTF format. Point clouds without meshes cannot be
written.
Expand Down
4 changes: 0 additions & 4 deletions plugins/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ if(BUILD_PLUGIN_CPD)
add_subdirectory(cpd)
endif(BUILD_PLUGIN_CPD)

if(BUILD_PLUGIN_GEOWAVE)
add_subdirectory(geowave)
endif(BUILD_PLUGIN_GEOWAVE)

if(BUILD_PLUGIN_ICEBRIDGE)
if (NOT PDAL_HAVE_LIBXML2)
message(FATAL_ERROR "Can't build icebridge plugin without libxml2")
Expand Down
45 changes: 0 additions & 45 deletions plugins/geowave/CMakeLists.txt

This file was deleted.

0 comments on commit 72330f6

Please sign in to comment.