spark-xarray
spark-xarray copied to clipboard
Refactoring read_nc_single() and read_nc_multi()
-
[ ] Create a separate function for single and multi modes that calls
xarray.open_dataset()andxarray.open_mfdataset()respectively. -
[ ] After this, have single and multi modes use same function for further dataset selection and indexing.