This tool validate an XML file with QuakeML-1.2.xsd schema.
To obtain qml-validator docker image, you have two options:
Get the last built image from DockerHub repository:
$ docker pull ingv/qml-validator
First, clone the git repository
$ git clone https://github.com/INGV/qml-validator.git
$ cd qml-validator
$ docker build --tag ingv/qml-validator .
in case of errors, try:
$ docker build --no-cache --pull --tag ingv/qml-validator .
$ docker run -it --rm -v $(pwd)/your_file_to_validate.xml:/opt/input.xml ingv/qml-validator
Please, feel free to contribute.
(c) 2019 Valentino Lauciani valentino.lauciani[at]ingv.it
Istituto Nazionale di Geofisica e Vulcanologia, Italia