Tools for working with StationXML, including a validator and a convertor to SEED format
This repository was inspired by this blog post
The jar files can be found at iris-edu/stationxml-validator or iris-edu/stationxml-seed-converter
It's probably not necessary to archive the jar files in this repo, but it seems OK to hang onto them, "just in case".
To make the stationxml-validator executable, run the following line with the correct jar file version in the second command
cat wrapper.sh > stationxml-validator
cat station-validator-<version>.jar >> stationxml-validator
Give stationxml-validator executable permissions and copy to the desired destination like "/usr/local/bin".
To make the stationxml-seed-converter executable, run the following line with the correct jar file version in the second command
cat wrapper.sh > stationxml-seed-converter
cat station-seed-converter-<version>.jar >> stationxml-seed-converter
Give stationxml-seed-converter executable permissions and copy to the desired destination like "/usr/local/bin".