Closed RIST-tinoue closed 5 years ago
Implement esgfsearch.getDataURL() ? Or make getDataset() returns (by some option) URLs instead of opened xarray or netCDF4 object(s)?
esgfsearch.getDataURL()
getDataset()
split original getDataset() method to getDataURLs() and openDatasets().
getDataURLs()
openDatasets()
Now openDatasets() function is deleted, only getDataURLs() survived.
See also #11.
Implement
esgfsearch.getDataURL()
? Or makegetDataset()
returns (by some option) URLs instead of opened xarray or netCDF4 object(s)?