TorchSpatiotemporal / tsl

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

sensor locations from pems08 #28

Closed StefanBloemheuvel closed 10 months ago

StefanBloemheuvel commented 10 months 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 10 months 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 9 months ago

Alright thanks for letting me know!