geoutils
geoutils copied to clipboard
Lazy loading of vector dataframes?
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.