Closed blaylockbk closed 6 days ago
I have an old, handy page called Multi-Station Timeseries and I would like to rebuild that page using PyScript.
The work-in-progress Timeseries page is here: https://blaylockbk.github.io/SynopticPy/timeseries
start time/end time
start time/duration
duration/end time
from pyodide.http import open_url
asyncio
pd.grouby(day)
Done as much I'm going to do for now
I have an old, handy page called Multi-Station Timeseries and I would like to rebuild that page using PyScript.
The work-in-progress Timeseries page is here: https://blaylockbk.github.io/SynopticPy/timeseries
Implement this for rolling: https://github.com/blaylockbk/SynopticPy/discussions/4Not needed.start time/end time
,start time/duration
, orduration/end time
90th, 10th)"Reset form" button to reset colors and all values to their defaultNot really needed since the browser refresh button does the same thing.from pyodide.http import open_url
because I don't really need to useasyncio
Can't use Cartopy in pyscript yet, but possibly soon.But it would make page take too long to load.pd.grouby(day)
instead of resample?)