Open brainandforce opened 1 year ago
If I want to check if a key is defined in an NcFile I have to use k in keys(nc), but I think a dedicated method should exist for this.
NcFile
k in keys(nc)
If I want to check if a key is defined in an
NcFile
I have to usek in keys(nc)
, but I think a dedicated method should exist for this.