Add default filename for download #224
Labels
Area: Catalog
good first issue
Straightforward issues suitable for new and inexperienced contributors to the project
Type: Enhancement
Milestone
Right now,
Dataset.download()
requires a filename to be passed in. We should make that optional, defaulting to the value ofDataset.name
. So download should look roughly likewith of course an updated docstring.
The text was updated successfully, but these errors were encountered: