Dear all,
I am new to PyLidar and Python as well. I installed anaconda and python 3.6 and the last version of Pylidar on windows 10 64 bit. But, I could't run the test file pylidar_test -i '/Downloads/testdata_9.tar', it keeps giving me syntax error.
I also tried:
pylidar_translate --input "/tree.las" --output "/tree.spdv4" --format SPDV4
and getting syntax error.
But these work well:
import numpy
from numba import jit
from pylidar import lidarprocessor
from pylidar.toolbox import spatial
from pylidar.lidarformats import generic
import pylidar
Could someone help me what am I doing wrong or give me guidelines?
Thanks in advance,
Best regards,
Shukhrat