brycefrank / pyfor

Tools for analyzing aerial point clouds of forest data.
MIT License
93 stars 19 forks source link

Summary output #4

Closed brycefrank closed 5 years ago

brycefrank commented 6 years ago

It would be nice to have a summary output for Cloud and Grid objects for interactive data analysis. This would also force us to look at proper Cloud object creation. This would probably end up being a function/property of CloudData.

Something like:

cloud1 = cloud.Cloud("data/sample.las")
cloud1.las.summary

File Name: sample.las
File Size: 12 MB
Point Count: 1,123,456
Point Density: 15.2
etc