Closed christophrenkl closed 2 years ago
Hi @christophrenkl and thanks for this PR! I'm sorry it took me so long to get to it. I didn't have notifications turned on, and also haven't had time for this project. But, I am working on bringing it back up to speed. Thanks again!
The
pathlib
module makes it convenient to handle file names and paths.xarray
supportspathlib.Path
objects in its various functions to open and save files. By allowing file names to be either a string orpathlib.Path
, this functionality becomes readily available inxroms
.