A utility to validate station xml documents against a set of rules, look https://seiscode.iris.washington.edu/projects/stationxml-validator/wiki for more information.
java -jar validation-client.jar station.xml
to build:
-
download.
-
cd validation-client
-
mvn clean assembly:assembly you can choose to skip testing with: -Dmaven.test.skip=true
-
your jar is under the target directory.