You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: