TorchSpatiotemporal / tsl

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

sensor locations from pems08 #28

Closed StefanBloemheuvel closed 1 year ago

StefanBloemheuvel commented 1 year ago

Hi creators of TSL,

I would like to know the sensor locations of the pems08 dataset, but those are not available. However, I think if I know which sensors were used, I can find them in the 'master' dataset: https://www.kaggle.com/datasets/liuxu77/largest

Do you have the names of the sensors available somewhere?

Kind regards,

Stefan

marshka commented 1 year ago

Hi Stefan,

the original Pems08 dataset comes from here: https://github.com/wanhuaiyu/ASTGCN/tree/master/data. Only readings and distances between sensors have been reported. Unfortunately, while the sensor IDs are indeed a useful piece of information, we are not able to provide them.

Best,

Ivan

StefanBloemheuvel commented 1 year ago

Alright thanks for letting me know!