PDAL / PDAL

PDAL is Point Data Abstraction Library. GDAL for point cloud data.
https://pdal.io
Other
1.09k stars 433 forks source link

Missing tileDB driver in pdal 2.6.3 #4350

Closed samlalwani closed 3 months ago

samlalwani commented 3 months ago

Describe the bug reading tiledb is failing with the following error

pdal pipeline "D:\temp\Tarana.json"
PDAL: Couldn't create reader stage of type 'readers.tiledb'.
You probably have a version of PDAL that didn't come with a plugin
you're trying to load.  Please see the FAQ at https://pdal.io/faq.html
$ pdal --drivers

readers.bpf                  "Binary Point Format" (BPF) reader support. BPF is
                             a simple DoD and research format that is used by
                             some sensor and processing chains.
readers.copc                 COPC Reader
readers.draco                Read data from a Draco array.
readers.e57                  Reader for E57 files
readers.ept                  EPT Reader
readers.faux                 Faux Reader
readers.fbi                  Fbi Reader
readers.gdal                 Read GDAL rasters as point clouds.
readers.hdf                  HDF Reader
readers.i3s                  I3S Reader
readers.icebridge            NASA HDF5-based IceBridge ATM reader. See
                             http://nsidc.org/data/docs/daac/icebridge/ilatm1b/
                             index.html for more information.
readers.ilvis2               ILVIS2 Reader
readers.las                  ASPRS LAS 1.0 - 1.4 read support
readers.memoryview           Memory View Reader
readers.obj                  Obj Reader
readers.optech               Optech reader support.
readers.pcd                  Read data in the Point Cloud Library (PCL) format.
readers.pgpointcloud         Read data from pgpointcloud format. "query" option
                             needs to be a SQL statement selecting the data.
readers.ply                  Read ply files.
readers.pts                  Pts Reader
readers.ptx                  Ptx Reader
readers.qfit                 QFIT Reader
readers.sbet                 SBET Reader
readers.slpk                 SLPK Reader
readers.smrmsg               SBET smrmsg Reader
readers.stac                 STAC Reader
readers.terrasolid           TerraSolid Reader
readers.text                 Text Reader
readers.tindex               TileIndex Reader
writers.bpf                  "Binary Point Format" (BPF) writer support. BPF is
                             a simple DoD and research format that is used by
                             some sensor and processing chains.
writers.copc                 COPC Writer
writers.draco                Write data using Draco.
writers.e57                  E57 format support.
writers.ept_addon            EPT Writer
writers.fbi                  FBI Writer
writers.gdal                 Write a point cloud as a GDAL raster.
writers.gltf                 Gltf Writer
writers.las                  ASPRS LAS 1.0 - 1.4 writer
writers.null                 Null writer. Provides a sink for points in a
                             pipeline. It's the same as sending pipeline output
                             to /dev/null.
writers.ogr                  Write a point cloud as a set of OGR
                             points/multipoints
writers.pcd                  Write data in the Point Cloud Library (PCL)
                             format.
writers.pgpointcloud         Write points to PostgreSQL pgpointcloud output
writers.ply                  ply writer
writers.raster               Write a raster.
writers.sbet                 SBET Writer
writers.text                 Text Writer
$ pdal --version
pdal 2.6.3 (git-version: Release)
$ conda info

     active environment : wave-env
    active env location : C:\Users\samee\anaconda3\envs\wave-env
            shell level : 1
       user config file : C:\Users\samee\.condarc
 populated config files : C:\Users\samee\.condarc
          conda version : 4.12.0
    conda-build version : 3.20.5
         python version : 3.8.5.final.0
       virtual packages : __cuda=12.4=0
                          __win=0=0
                          __archspec=1=x86_64
       base environment : C:\Users\samee\anaconda3  (writable)
      conda av data dir : C:\Users\samee\anaconda3\etc\conda
  conda av metadata url : None
           channel URLs : https://conda.anaconda.org/conda-forge/win-64
                          https://conda.anaconda.org/conda-forge/noarch
          package cache : C:\Users\samee\anaconda3\pkgs
                          C:\Users\samee\.conda\pkgs
                          C:\Users\samee\AppData\Local\conda\conda\pkgs
       envs directories : C:\Users\samee\anaconda3\envs
                          C:\Users\samee\.conda\envs
                          C:\Users\samee\AppData\Local\conda\conda\envs
               platform : win-64
             user-agent : conda/4.12.0 requests/2.24.0 CPython/3.8.5 Windows/10 Windows/10.0.19041
          administrator : False
             netrc file : None
           offline mode : False

hobu commented 3 months ago

TileDB driver is currently OFF on windows. Use linux or OSX.