I noticed when Bill was navigating around a spectrogram produced by FFTPower of a waveform data from a Das2Server, that it would reload data when zooming in. I suspect there is an issue where the cache tag is lost, since it should have all the data loaded in memory already--it's waveform data.
In Autoplot:
- plot 2 hours of waveform data:
vap+das2server:https://planet.physics.uiowa.edu/das/das2Server?dataset=Juno/WAV/Burst_Waveforms&start_time=2021-07-21T07:00:00.000Z&end_time=2021-07-21T07:30:00.000Z
- data tab,
|fftPower(512,2,'Hanning') in Operations
- zoom in to
2021-07-21T07:08Z to 2021-07-21T07:20Z
You can see it goes back to the server and loads the data again, even though it didn't need to. I think this is a client-side issue, and I'm going to look into it.