Hi Benyang,

Thanks very much for these files!

Best regards,
Wei

On Tue, Aug 18, 2015 at 10:59 AM, Benyang Tang <[email protected]>
wrote:

> Hi Jia and Wei,
>
> Enclosed are two javascript files, containing the dataset information.
>
> The structure of the two files are  identical, but the time range
> information are slightly different.
>
> dataList2.js is for Benyang's services (Difference plot, Scatter and
> Histogram, correlationMap, random forest)
> dataList1.js is for Chengxing's services (all the rest).
>
> The file contains a javascript object named dataList. It is almost the
> same as a python dictionary. In fact, you can almost parse it to a python
> dictionary.
>
>
> Each item of the object dataList is like this: (you can ignore the group
> lines.)
>
> datasetName: [ groupName, variableList, variableTimeRange]
>
> You can ignore groupName.
>
> variableList is a list of the variables for the dataset.
>
> variableTimeRange's structure is like:
> variableName: [startTime, endTime, location]. You can ignore location.
>
> I assume that startTime and endTime are what you need.
>

Reply via email to