https://github.com/PacktPublishing/Learning-Geospatial-Analysis-with-Python-Third-Edition/blob/5f4961837d762cffbf67338e0237313ea89dbb48/Chapter07/B13346_07_04-grid.py#L26 You can install laspy from pypi. This is how you read a file when using laspy 2 and above. To read a file do: ``` import lapsy las = laspy.read('lidar.las') ```
Learning-Geospatial-Analysis-with-Python-Third-Edition/Chapter07/B13346_07_04-grid.py
Line 26 in 5f49618
You can install laspy from pypi. This is how you read a file when using laspy 2 and above.
To read a file do: