Skip to content

Commit

Permalink
Update docs/src/UserGuide/faq.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA authored Jul 25, 2024
1 parent c9a4eb9 commit 59d23fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/UserGuide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ ds_lonlat = ds[Lon=1 .. 5, Lat=5 .. 10]
In this case, if we subset by the common dimension/s, this works the same as for YAXArrays, Cubes, and datasets that share all their dimensions.

But we can also subset a variable by the values of another variable with which it shares some dimensions.
**Important:** If your data is not loaded into memory, the selection will be too slow. So, you have load into memory, at least, the variable with which you make the selection.
!!! warning
If your data is not loaded into memory, the selection will be too slow. So, you have load into memory, at least, the variable with which you make the selection.

Let's make an example.
```@example howdoi
using YAXArrays
Expand Down

0 comments on commit 59d23fc

Please sign in to comment.