das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

ArrayIndexOutOfBoundsException when reading Das2Stream #74

Open jbfaden opened 11 months ago

jbfaden commented 11 months ago

The Autoplot URI produces a ArrayIndexOutOfBoundsException when reading the stream returned by:

vap+das2server:https://planet.physics.uiowa.edu/das/das2Server?+5.5U&dataset=Juno/WAV/Housekeeping&start_time=2013-11-01T00:00:00.000Z&end_time=2013-11-02T00:00:00.000Z

I suspect it's an empty stream, but I need to look into this and properly handle the condition (maybe with a NoDataInIntervalException).

jbfaden commented 11 months ago

Chris pointed out that this is planet, and all Juno stuff should come from jupiter. This is the working request:

https://jupiter.physics.uiowa.edu/das/server?server=dataset&start_time=2013-11-01&end_time=2013-11-02&resolution=121&dataset=Juno%2FWAV%2FHousekeeping&params=%2B5.5U

and this shows the bug:

https://jupiter.physics.uiowa.edu/das/server?server=dataset&start_time=2013-11-01&end_time=2013-11-02&resolution=121&dataset=Juno%2FWAV%2FHousekeeping&params=+5.5U