Default naming of local data source
Expected behavior
@forman Downloaded a data source and kept the unique ID for the local data source as default. Expected the local data source to be given meaningful name.
Actual behavior
The name of the local data source includes a string of apparently random characters, e.g.
Steps to reproduce the problem
-
Open GUI.
-
Select a remote data source, e.g. esacci.OZONE.mon.L3.NP.multi-sensor.multi-platform.MERGED.fv0002.r1
-
Click on “Download and/or open remote dataset”
-
Enter constraints, e.g.
-
Leave "Unique identifier for the new local data source" blank
-
Click on “Download & Open Local"
-
Wait for download to complete, then select Local Data Sources and look at name of new dataset.
Specifications
cate-2.0.0-dev.3 Windows 7 Professional
@HelenClifton as it is an ID, it is ok have a string like that.
Maybe the issue should not target the ID but instead ask for providing an editable human-readable title.
@kbernat I suggest we let the open_dataset operation do both
- generate a unique ID if not provided (like it is done now)
- generate a human-readable title if not provided (new)
In the GUI, users should be able to change the title, not the ID.
What do you think?