TorchSpatiotemporal / tsl

tsl: a PyTorch library for processing spatiotemporal data.
https://torch-spatiotemporal.readthedocs.io/
MIT License
236 stars 22 forks source link

Datasets with several channels #5

Closed ucsky closed 2 years ago

ucsky commented 2 years ago

Hello,

Is there a dataset with multiple channels available in tsl in the pre-configured one ?

marshka commented 2 years ago

Hi Guillaume,

Not for the moment, the only datasets we provide are with a single channel per node. However, the library supports any custom-made dataset with multiple channels.

Cheers,

Ivan

ucsky commented 2 years ago

Hi Ivan,

Thanks, I used others variables in AQI to configure an imputation with multiples channels.

Cheers, Guillaume