Skip to content

Exception in SBAS MT26 #84

@wdc-rsat

Description

@wdc-rsat

An empty self.vtec array in decode_sbas_iono function causes a python3.13 runtime exception
within EGNOS bands 4 and 9 in this code
nigp = len(self.vtec[band])
I have temporarily fixed it with
` - nigp = len(self.vtec[band])

  •    try:
    
  •     nigp = len(self.vtec[band])
    
  •    except:
    
  •     nigp = 0
    

`
but maybe there is a better solution.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions