cf.DimensionCoordinate.long_name¶
-
DimensionCoordinate.
long_name
¶ The long_name CF property.
Examples: >>> f.long_name = 'zonal_wind' >>> f.long_name 'zonal_wind' >>> del f.long_name
>>> f.setprop('long_name', 'surface air temperature') >>> f.getprop('long_name') 'surface air temperature' >>> f.delprop('long_name')