pyfor icon indicating copy to clipboard operation
pyfor copied to clipboard

Tools for analyzing aerial point clouds of forest data.

Results 10 pyfor issues
Sort by recently updated
recently updated
newest added

Hey Bryce. I'm debugging a pyfor install issue. I'll document here in case it happens to others. gdal and rasterio are failing on your conda forge build, but not only...

environment

hi, one of the parts in the tutorial dodumentation about this tool is missing; this part can grid the metrics vegatation cloud point? I mast classify the raw point cloud...

Right now metrics are computed using all points, with the exception of cover metrics. Would be useful to allow the user to define a global height break.

rasterization

``` ====================================================================== ERROR: test_write (pyfortest.test_pyfor.LAZCloudTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/travis/build/brycefrank/pyfor/pyfortest/test_pyfor.py", line 171, in setUp self.test_cloud = cloud.Cloud(test_laz) File "/home/travis/build/brycefrank/pyfor/pyfor/cloud.py", line 88, in __init__ las = laspy.file.File(self.filepath) File...

File I/O

https://github.com/brycefrank/pyfor/blob/1700e58040b91c5f6604239886ca8abe27c03e90/pyfor/rasterizer.py#L188 It would be useful and perhaps cleaner to round the bbox to the nearest raster-compatible extent if the user did not supply one. The user should be warned if...

rasterization

Currently, the pyfor conda-forge feedstock does not run the testing suite, as there were some issues with file locations. These errors should be resolved and testing for the master branch...

testing-suite

Due to the dependency stack, installation of the environment on travis is slow, it should be possible to cache arbitrary directories via `.travis.yml` for a speed up e.g. : https://github.com/theochem/qcgrids/issues/8

enhancement
good-first-issue

Hey bryce - this is looking really great! Amazing job. I just came back to it for a way to pass watershed clusters to my deep learning tree classifier (still...

enhancement

Hello, Thank you for putting this together. I am running a script to generate percentile 95th output of a LAS file. This is my code: `print("Computing rasterization of the prepared...