Skip to content

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

@rbejar

Description

@rbejar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestperformancePerformance improvement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions