A Python package for Data Interchange for Geotechnical and Geoenvironmental Specialists (DIGGS).
- Free software: GNU General Public License v3
- Documentation: https://xinp-hub.github.io/pydiggs
- GitHub: https://github.com/xinp-hub/pydiggs
- Validate DIGGS instance files against DIGGS XSD, Schematron schemas, and XML Dictionaries.
Install pydiggs:
pip install pydiggs
Basic usage:
from pydiggs import validator
# Create a validator instance
v = validator.Validator()
# Validate a DIGGS XML file
v.validate_schema("path/to/your/diggs_file.xml")
For more information, please see the documentation.