brycefrank / pyfor

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

Pandas error on plot after clipping #12

Closed brycefrank closed 6 years ago

brycefrank commented 6 years ago

After clipping a point cloud and plotting that clipped point cloud the following warning appears:

A value is trying to be set on a copy of a slice from a DataFrame.
Try using .loc[row_indexer,col_indexer] = value instead

See the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/indexing.html#indexing-view-versus-copy
brycefrank commented 6 years ago

Fixed in 0.2.2