✨ Try Brian's NEW Station Timeseries Page

Multi-station Time Series


Start:
End:

--> -->
 
 
IndexError
Python 3.7.3: /uufs/chpc.utah.edu/common/home/u0553130/anaconda3/bin/python
Thu May 16 04:12:28 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /uufs/chpc.utah.edu/common/home/u0553130/public_html/Brian_Blaylock/cgi-bin/ts_multistations.cgi in <module>()
    427 # =============================================================================
    428 
=>  429 demoURL = data[plotted_stations[0]]['URL']
    430 import re
    431 result = re.search('&token=(.*)&stid=', demoURL)
demoURL undefined, data = OrderedDict(), plotted_stations = []

IndexError: list index out of range
      args = ('list index out of range',)
      with_traceback = <built-in method with_traceback of IndexError object>