cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

Multichannel #260

Closed friedlysol closed 2 years ago

friedlysol commented 7 years ago

I'm trying to figure out how to pass data for the same time series with multiple channels via cesium-web.

Is that passed in the header file?

bnaul commented 7 years ago

We currently don't support multichannel data in the web app, only in the cesium library. This example shows how to do an analysis using multichannel data using just the backend. We do intend to add this functionality so I'm leaving this issue open.