Open tlogan2000 opened 11 months ago
This seems like it could be a nice addition. Would you be interested in submitting a PR adding it? My only question is whether yielding from items()
(so name, Dataset
pairs) makes the most sense, or whether just the Dataset
would be enough, since you could still get the name from ds.name
?
@dopplershift Sorry for the delay yes I can try to throw something together in the coming weeks. Would the most logical place to make the addition simply be a new method in the catalogue class?
As far a I know this functionality does not exist already but believe it would be a welcome addition :
I often need to find all datasets for multiple subfolders of a thredds catalogue. To do this I resort to using a custom function in my data processing scripts (see simple example below) but ideally this would be built into
siphon
itself.