BritishGeologicalSurvey / pyagsapi

pyagsapi - An AGS Utilities API with AGS v4.x Schema Validation & Converter for .ags<-->.xslx files
https://britishgeologicalsurvey.github.io/pyagsapi/
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Catch IndexError in BGS checker #92

Closed ximenesuk closed 1 year ago

ximenesuk commented 1 year ago

The AGS checker will handle and report AGS3 files, however these cannot be read by the BGS checker. This PR catches the exception and reports the error. A test case has been added.

KoalaGeo commented 1 year ago

Nice simple fix