Open jbfaden opened 8 months ago
It looks like some timetags also go back in time. This is causing another problem, where the data formatter assumes timetags only increase. I'm fixing this now.
Here's a URL with a shorter time interval, useful for testing:
wget -O - 'http://localhost:8080/HapiServer/hapi/data?id=solo_L2_rpw-tnr-surv¶meters=Epoch,TEMPERATURE&time.min=2023-09-20T00:03:20Z&time.max=2023-09-20T00:03:30Z'
Some of the CDF files have records repeated, which is not allowed in HAPI and the verifier is catching it:
I'm putting in code to cull repeated records.