PermafrostDiscoveryGateway / viz-points

Python package for post-processing point-cloud data for 3D visualization
Apache License 2.0
0 stars 1 forks source link

Convert to float within `Pipeline` #18

Closed iannesbitt closed 1 year ago

iannesbitt commented 1 year ago
          Minor suggestion, but consider converting to float within `Pipeline`, where you can handle potential `ValueError` exceptions if the conversion fails.

_Originally posted by @robyngit in https://github.com/PermafrostDiscoveryGateway/viz-points/pull/12#discussion_r1195559137_

iannesbitt commented 1 year ago

ae3d6fb is actually a fix for this issue. Closing.