https://github.com/niko86/agsverifierapp
A library and app to verify that AGS files comply with the official rule set.
https://github.com/niko86/agsverifierapp
ags ags-data-format
Last synced: about 1 month ago
JSON representation
A library and app to verify that AGS files comply with the official rule set.
- Host: GitHub
- URL: https://github.com/niko86/agsverifierapp
- Owner: niko86
- License: mit
- Created: 2021-07-22T08:57:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-21T13:13:08.000Z (almost 5 years ago)
- Last Synced: 2023-12-02T01:26:37.607Z (over 2 years ago)
- Topics: ags, ags-data-format
- Language: C#
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AgsVerifierApp
A library and app written in C# for verifying that AGS files comply with the rule set created by the Association of Geotechnical and Geoenvironmental Specialists Data Format Commitee.
https://www.ags.org.uk/data-format/
# Install
Download releases:
https://github.com/niko86/AgsVerifierApp/releases
Simply unzip all files and run. No installer planned at this time.
# Documentation
None at this time. Code comments will eventually be added as my free time permits.
# Acknowledgements
EPPlus 4 (Licenced under LGPL) - https://github.com/JanKallman/EPPlus
CsvHelper (Dual licensed under MS-PL and Apache 2) - https://github.com/JoshClose/CsvHelper
Newtonsoft json.NET (Licenced under MIT) - https://www.newtonsoft.com/json
# License
MIT Licence
https://github.com/niko86/AgsVerifierApp/blob/master/LICENSE.md