PDAL / PDAL

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

Installing python-pdal causes issue with projection #4440

Open maboualidev opened 1 month ago

maboualidev commented 1 month ago

When python-pdal is installed the following error is generated:

pj_obj_create: Open of /home/username/miniconda3/envs/env_name/share/proj failed

The following sequence on a Linux machine would end up to the above issue:

conda config --add channels conda-forge
conda create --name env_name python=3.11
conda activate env_name
conda install geopandas pyfiglet polyline fiona jupyterlab tqdm rioxarray ipywidgets ipympl matplotlib laspy
conda isntall python-pdal gdal
hobu commented 1 month ago

Verified, but I'm not sure how this is PDAL's fault. Continuing to investigate.

maboualidev commented 1 month ago

Thanks; I also look into this if I find more information, will share here.