Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lazy loading of vector dataframes? #491

Open
rhugonnet opened this issue Feb 16, 2024 · 0 comments
Open

Lazy loading of vector dataframes? #491

rhugonnet opened this issue Feb 16, 2024 · 0 comments
Labels
enhancement Feature improvement or request new-feature A new functionality / feature or request performance Related to computational performance

Comments

@rhugonnet
Copy link
Contributor

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 rhugonnet added the enhancement Feature improvement or request label Feb 16, 2024
@rhugonnet rhugonnet added new-feature A new functionality / feature or request performance Related to computational performance labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature improvement or request new-feature A new functionality / feature or request performance Related to computational performance
Projects
None yet
Development

No branches or pull requests

1 participant