Thomas Fink

Results 10 comments of Thomas Fink

Great question I also found they start with 7. Also are those the original speed timestamps in metr-la.h5 @liyaguang? ``` import pandas as pd import h5py #h5 file path filename...

The ids in LA distances don't start with 7. https://github.com/liyaguang/DCRNN/blob/master/data/sensor_graph/distances_la_2012.csv

> The ids in LA distances don't start with 7. https://github.com/liyaguang/DCRNN/blob/master/data/sensor_graph/distances_la_2012.csv Never-mind they actually do further down the list.

> Great question I also found they start with 7. Also are those the original speed timestamps in metr-la.h5 @liyaguang? > > > > ``` > import pandas as pd...

I'm also stuck on that.

Checkout: https://stellargraph.readthedocs.io/en/stable/demos/time-series/gcn-lstm-time-series.html Notebook: https://colab.research.google.com/github/stellargraph/stellargraph/blob/develop/demos/time-series/gcn-lstm-time-series.ipynb

Found another example: https://stellargraph.readthedocs.io/en/stable/demos/time-series/gcn-lstm-time-series.html Notebook: https://colab.research.google.com/github/stellargraph/stellargraph/blob/develop/demos/time-series/gcn-lstm-time-series.ipynb

No, I got data from another city (Munich) and then built my own adjacency matrix: https://github.com/ThomasAFink/osmnx_adjacency_matrix_for_graph_convolutional_networks

Lots of data here from 40 cities: https://utd19.ethz.ch/

This may help: https://github.com/ThomasAFink/osmnx_adjacency_matrix_for_graph_convolutional_networks