RIST-tinoue / cmiputil

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

How to aquire URL(s) of dataset #9

Closed RIST-tinoue closed 5 years ago

RIST-tinoue commented 5 years ago

Implement esgfsearch.getDataURL() ? Or make getDataset() returns (by some option) URLs instead of opened xarray or netCDF4 object(s)?

RIST-tinoue commented 5 years ago

split original getDataset() method to getDataURLs() and openDatasets().

RIST-tinoue commented 5 years ago

Now openDatasets() function is deleted, only getDataURLs() survived.

See also #11.