OSOceanAcoustics / echoregions

Interfacing water column sonar data with annotations and labels
https://echoregions.readthedocs.io/
Apache License 2.0
6 stars 6 forks source link

Make `read_evr` handle missing bounding boxes #113

Closed valentina-s closed 1 year ago

valentina-s commented 1 year ago

According to the Echoview documentation, the reading function should handle the case when bounding boxes are not available in the .evr file. It has a Bounding rectangle calculated 1/0 option:

Screenshot 2023-07-03 at 2 56 44 PM

However, when set to zero the parser still tried to read the next character and errored out.