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

Additional Metadata only available via BGS Checks #95

Closed KoalaGeo closed 6 months ago

KoalaGeo commented 1 year ago

https://github.com/BritishGeologicalSurvey/pyagsapi/blob/main/app/checkers.py#L96 creates the additional metadata which provides a summary of the contents of a file.

This summary is only available if using the BGS checks.

If a user performs AGS check only, no summary is returned

Expected behaviour: Summary returned in all cases, AGS checks only, AGS & BGS checks and BGS Checks only

KoalaGeo commented 1 year ago

Temporary fix - https://github.com/BritishGeologicalSurvey/pyagsapi/pull/94

KoalaGeo commented 1 year ago

Suggested to add to upstream library - https://gitlab.com/ags-data-format-wg/ags-python-library/-/issues/76