CityScienceLab-GDL / cityscope-ccu

Project for the mobility team of the MIT CityScope workshop
0 stars 2 forks source link

Cannot run Calibrator.gaml #20

Open agrignard opened 1 year ago

agrignard commented 1 year ago

I get the following error when trying to run calibrator.gaml experiment gui on the main branch

2 occurrences in 2 agents at cycle 0: File denoted by ../includes/shp/scenario1/poligonos.shp not found.
in Simulation 0
in file<unknown, string> blocks_shp <- file<unknown, string>(main_shp_path + 'scenario1/poligonos.shp') ;
/Users/arno/Projects/GitHub/cityscope-ccu/models/../includes/shp/scenario1/poligonos.shp
/Users/arno/Projects/GitHub/cityscope-ccu/models/../includes/shp/scenario1/poligonos.shp
in initializing attribute blocks_shp
in agents Simulation 0, gui0
gamalielpalomo commented 1 year ago

Please replace "poligonos.shp" with "blocks.shp".
I have changed it but I will wait for the next commit with other changes to add it to my dev branch and PR it to the "estable" and "master". Also I want to mention that this file was used in the past for trying to get the best camera settings for the simulation.

gamalielpalomo commented 1 year ago

Solved in the last commit to "dev-gama-may23" branch, as soon as it is tested I will PR to "estable".