Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of return, return number is missing during loading #63

Open
komazsofi opened this issue Jan 31, 2018 · 1 comment
Open

Number of return, return number is missing during loading #63

komazsofi opened this issue Jan 31, 2018 · 1 comment

Comments

@komazsofi
Copy link
Contributor

Example code:

from laserchicken import read_las

pc = read_las.read("D:/GitHub/eEcoLiDAR/eEcoLiDAR/testdata/AHN2.las")
print(pc)

Result (the attributes highlighted with bold):

{'vertex': {'gps_time': {'type': 'float64', 'data': array([ 0., 0., 0., ..., 0., 0., 0.])}, 'x': {'type': 'float64', 'data': array([ 243735.30125, 243735.11125, 243734.84125, ..., 243579.19125,
243579.09125, 243578.83125])}, 'z': {'type': 'float64', 'data': array([ 0.58999997, 0.63999997, 0.58999997, ..., 0.55999997,
0.53999997, 0.54999997])}, 'raw_classification': {'type': 'uint8', 'data': array([2, 1, 2, ..., 1, 2, 2], dtype=uint8)}, 'intensity': {'type': 'uint16', 'data': array([0, 0, 0, ..., 0, 0, 0], dtype=uint16)}, 'y': {'type': 'float64', 'data': array([ 572058.56, 572058.81, 572058.56, ..., 572132.69, 572132.75,
572132.94])}}}

@cwmeijer
Copy link
Contributor

This is not yet present in AHN2 but we should figure out how to get this data from AHN3 though. We should find the correct column name in AHN3 for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants