-
Notifications
You must be signed in to change notification settings - Fork 301
Closed
Description
As a user of netcdf-CF compliant data, I want my data to always load when I provide a valid "name string" in the load command, so that I can be confident it will be loaded regardless of the naming attributes it has.
Acc Criteria:
- When supplying a "name string" on load, i.e.
iris.load(filename, name_string)all matching data should be returned regardless of whethername_stringmatches thestandard_name,long_nameorvar_name. (i.e. if the data has astandard_nameand along_nameit should be loaded even if the user supplies thelong_name). - Include an example of loading a cube using the "name string" (as in the above case)
- Include an example of how to load a cube in a manner that replicates the current behaviour, so users can easily retain our original functionality should they needed to.
Reactions are currently unavailable