CityScope / CS_Simulation_GAMA

Agent Based Simulation platform for CityScope
GNU General Public License v3.0
30 stars 21 forks source link

Have people moving on road network #156

Closed agrignard closed 3 years ago

agrignard commented 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?