Answers for "how to open a dataset in xarray"

0

how to open a dataset in xarray

import xarray as xr

#opens the dataset
ds = xr.open_dataset(/path_to_file/name_of_file.nc)
Posted by: Guest on January-23-2021

Code answers related to "how to open a dataset in xarray"

Python Answers by Framework

Browse Popular Code Answers by Language