obspy.io.stationxml.core.validate_stationxml
- validate_stationxml(path_or_object)[source]
Checks if the given path is a valid StationXML file.
Returns a tuple. The first item is a boolean describing if the validation was successful or not. The second item is a list of all found validation errors, if existent.
- Parameters:
path_or_object – File name or file like object. Can also be an etree element.