zen3geo icon indicating copy to clipboard operation
zen3geo copied to clipboard

The 🌏 data science library you've been waiting for~

Results 1 zen3geo issues
Sort by recently updated
recently updated
newest added

An iterable-style [DataPipe](https://github.com/pytorch/data/tree/v0.7.0#what-are-datapipes) for point cloud data! I/O handled using [laspy](https://laspy.readthedocs.io/en/latest/api/laspy.lasdata.html#laspy.lasdata.LasData). **Preview** at https://zen3geo--137.org.readthedocs.build/en/137/api.html#module-zen3geo.datapipes.laspy Usage: ```python from torchdata.datapipes.iter import IterableWrapper from zen3geo.datapipes import LaspyReader # Read in LAZ data using...

feature