geoutils icon indicating copy to clipboard operation
geoutils copied to clipboard

Lazy loading of vector dataframes?

Open rhugonnet opened this issue 1 year ago • 0 comments

For a lot of operations (rasterizing, creating mask, point interpolation, and all geometrical operations inherited from Shapely), we mostly require a Vector's geometry columns, but not all of the tabular data associated to it. The data could be loaded implicitly when called?

This could be the same for a PointCloud's auxiliary data from point cloud files, at the exception of coordinates X/Y/Z.

rhugonnet avatar Feb 16 '24 17:02 rhugonnet