Skip to content

Commit

Permalink
add indexes={}
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNicholas committed Jul 2, 2024
1 parent d454172 commit f8a68c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ TODO: Use preprocess to create a new index from the metadata
Whilst the values of virtual variables (i.e. those backed by `ManifestArray` objects) cannot be loaded into memory, you do have the option of opening specific variables from the file as loadable lazy numpy/dask arrays, just like `xr.open_dataset` normally returns. These variables are specified using the `loadable_variables` argument:

```python
vds = open_virtual_dataset('air.nc', loadable_variables=['air', 'time'])
vds = open_virtual_dataset('air.nc', loadable_variables=['air', 'time'], indexes={})
```
```python
<xarray.Dataset> Size: 31MB
Expand Down

0 comments on commit f8a68c5

Please sign in to comment.