Currently in our `conftest.py` we use Dask to load satellite data. But should we be using `.load()` to load it into memory to avoid multiple data loads?
Currently in our
conftest.pywe use Dask to load satellite data. But should we be using.load()to load it into memory to avoid multiple data loads?