leafmap.write_lidar(las, 'madison.las') AttributeError: module 'leafmap' has no attribute 'write_lidar' #280
-
When I use examples 55_lidar.ipynb, it orrurs an error : I wonder if anyone has the same problem like this and what is the correct function of "leafmap,write_lidar" The "convert_lidar" has the same problem The "lasp[lazrs]' function has been successfully installed,so I really don't understand why the problem occured |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Make sure you update leafmap to the latest version: |
Beta Was this translation helpful? Give feedback.
Make sure you update leafmap to the latest version:
pip install -U leafmap