Skip to content

xarray consumes a lot of memory #29

@joernu76

Description

@joernu76

The current implementation of xarray loads the whole dataset in memory, which can be very large depending on the gridding, area and time steps.

a lazy-loading implementation (open_dataset) or an implementation modifying the file in place (netCDF4) would be preferable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions