Closed agrignard closed 3 years ago
Just trying to build network form the "road" brix from this table https://cityscope.media.mit.edu/CS_cityscopeJS/?cityscope=team-1
I'd like to create a network doing
road_network <- as_edge_graph(brix where (each.type="Road"));
and then
do wander on:road_network;
it doesnt seems to work
@ptaillandier what am I doing wrong?
Just trying to build network form the "road" brix from this table https://cityscope.media.mit.edu/CS_cityscopeJS/?cityscope=team-1
I'd like to create a network doing
and then
it doesnt seems to work
@ptaillandier what am I doing wrong?