import laspy infile = laspy.file.File("AK_BrooksCamp_2012_000002.las", mode="r") dataset =np.vstack([inFile.x, inFile.y, inFile.z]).transpose() print(dataset.shape) # Here In this code segment infile is the variable which stores the data