Skip to content

Open large dataset without loading the whole file in RAM #8113

Answered by TomNicholas
rsatapat asked this question in Q&A
Discussion options

You must be logged in to vote

Xarray opens files lazily by default, and our lazy classes understand indexing, so what you're asking for should already work by default. If you want to actually process larger-than-RAM datasets (not just view subsections of them) you will need to install dask.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@TomNicholas
Comment options

@rsatapat
Comment options

Answer selected by TomNicholas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #8110 on August 24, 2023 21:49.