the NETWORK, STATION, LOCATION, CHANNEL parameters are case sensitive but should always be UPPERCASE. it probably makes sense to force these to be .upper() prior to the get_stations call in the event a user does not know this or something strange happens elsewhere
the NETWORK, STATION, LOCATION, CHANNEL parameters are case sensitive but should always be UPPERCASE. it probably makes sense to force these to be
.upper()
prior to theget_stations
call in the event a user does not know this or something strange happens elsewheree.g. line 826 in seismoloader.py
and line 630