ValueError
Python 3.9.10: /uufs/chpc.utah.edu/common/home/u0028395/software/pkg/miniconda3-py39/bin/python
Fri Aug 1 08:21:26 2025

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/steenburgh/public_html/hrrrqsfts/hrrrqsfts.cgi in <module>
     59     plon = -111.6383
     60 else:
=>   61     plon = float(plon)
     62 plat = form.getvalue('plat')
     63 if plat == None:
plon = '-106.740scnr_engine_sink_tracer_55efe1a75a2399c2..._da3322bcdc5145ffd4c75e97c020fe94"\'`--)()\\"&%1\'-;', builtin float = <class 'float'>

ValueError: could not convert string to float: '-106.740scnr_engine_sink_tracer_55efe1a75a2399c2ff2adf0a0aa2fb4e_da3322bcdc5145ffd4c75e97c020fe94"\'`--)()\\"&%1\'-;'
      args = ('could not convert string to float: \'-106.740scnr...322bcdc5145ffd4c75e97c020fe94"\\\'`--)()\\\\"&%1\\\'-;\'',)
      with_traceback = <built-in method with_traceback of ValueError object>