Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[january-dev] Question about IDataset

Hi,

I'm working on an Eclipse RCP-based application that performs some statistical and numerical analysis on data. So far I'm using some in-house data structures for that, but I recently learned about the January project and I'd like to evaluate it.
My question is: how do I handle "indexed" datasets in January, where each value is a double measurement against some index - time, altitude, depth, etc? I tried using a CompoundDataset, but it requires nested datasets to be of the same time. Could you give some hints?

Thanks and best regards!
Dinko

Back to the top