spark-xarray icon indicating copy to clipboard operation
spark-xarray copied to clipboard

Refactoring read_nc_single() and read_nc_multi()

Open andersy005 opened this issue 8 years ago • 0 comments

  • [ ] Create a separate function for single and multi modes that calls xarray.open_dataset() and xarray.open_mfdataset() respectively.

  • [ ] After this, have single and multi modes use same function for further dataset selection and indexing.

andersy005 avatar Jul 31 '17 23:07 andersy005