ldeo-glaciology / glacioData-loading

A working repo for the group's notebooks which (1) load data into xarray, (2) load data from GCS
0 stars 0 forks source link

laspy does not work in pangeo #1

Open jkingslake opened 3 years ago

jkingslake commented 3 years ago

laspy is a package for loading LAS files (which store lidar data). It works on my local machine with this notebook , but loading fails in pangeo. It appears to be the same issues as discussed here: https://github.com/laspy/laspy/issues/91

If this is sorted out within laspy, we should retry this an pangeo .

porterdf commented 3 years ago

@lockecd I think has the same issue - should we try using this fork?

jkingslake commented 3 years ago

correction to my initial message: when the LAS file has been uploaded to the pangeo workspace, loading with import laspy.file as File inFile = File.File("../AN04_F1010_20171127_130056_LIDAR_VQ580_Record77.las", mode='r') fails with ValueError: buffer is smaller than requested size