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

Handle all problem Points #71

Open ximenesuk opened 1 year ago

ximenesuk commented 1 year ago

Checking the the East West Railway file there is still one problem point:

INFO | 2023-02-23 08:39:06,975 | app.checkers | Checking against BGS data validation: LOCA within Great Britain
/media/colin/Data/repos/AGS/AGS-Validator-external/.venv/lib/python3.11/site-packages/shapely/predicates.py:798: RuntimeWarning: invalid value encountered in intersects
  return lib.intersects(a, b, **kwargs)
INFO | 2023-02-23 08:39:23,194 | app.checkers | Checking against BGS data validation: LOCA_LOCX is not duplicate of other column

This can't be empty or NaN given the recent work.