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

The method rhealpix_file_to_geodataframe loads the data twice in memory. See if this can be improved for large datasets #19

Open
rbejar opened this issue Mar 13, 2024 · 0 comments
Labels
enhancement New feature or request performance Performance improvement

Comments

@rbejar
Copy link
Contributor

rbejar commented Mar 13, 2024

The implementation is straightforward (load the raster in memory, create rhealpix cells, write everything to a GeoDataFrame, which is in memory too), but inefficient, especially regarding RAM usage. For very large datasets this method will fail. On the other hand, a bad implementation that usess less RAM could be very slow.

@rbejar rbejar added enhancement New feature or request performance Performance improvement labels Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Performance improvement
Projects
None yet
Development

No branches or pull requests

1 participant