runwayDepositsMap top-level property

Map<String, String> runwayDepositsMap
final

Table 0919

Implementation

final runwayDepositsMap = <String, String>{
  '0': 'clear and dry',
  '1': 'damp',
  '2': 'wet and water patches',
  '3': 'rime and frost covered (depth normally less than 1 mm)',
  '4': 'dry snow',
  '5': 'wet snow',
  '6': 'slush',
  '7': 'ice',
  '8': 'compacted or rolled snow',
  '9': 'frozen ruts or ridges',
  '/':
      'type of deposit not reported (e.g. due to runway clearance in progress),'
};