CityScope / CS_Simulation_GAMA

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

CSV file needs more information #128

Closed LAAP closed 4 years ago

LAAP commented 4 years ago

@agrignard ,

I am trying to explore to have some results from the model, so we can compare the 2 models (Autonomy vs Conventional). A question, in what units is now measure: time and nbs?

For that, I will need to get more info from the CSV file. Now we have:

Captura de pantalla 2020-06-03 a las 9 26 09

Can we add?:

  1. Time: in days and hours not in circles
  2. Total number of agents in the model
  3. Total number of buildings (Shops, office, housing)
  4. Number of people walking per "cicle-hour"
  5. Number of people commuting per "cicle-hour"
  6. Pandemic level per "cicle-hour"
  7. City Efficiency per "cicle-hour"
  8. Safety level per "cicle-hour"
  9. Number of infected, death, and recovered people per profile (P)
agrignard commented 4 years ago

Yes I will add it step by step

agrignard commented 4 years ago

The first 5 bullet point are made.

agrignard commented 4 years ago

OK so the information is nowhere however the number should be more accurate for SafetyLevel, City Efficiency and Pandemic level. I will create a dedicated issue related to this.

@LAAP Please test this new version and tell me if it's ok

LAAP commented 4 years ago

Hi @agrignard ,

I think that the KPI indicators are ok. However, not sure if the CSV file is getting all the data. I miss some rows... the most important data from "SafetyLevel, City Efficiency and Pandemic level" are also missing:

Captura de pantalla 2020-06-05 a las 13 47 55
agrignard commented 4 years ago

OK i understand the problem here, the data are stored but your excel is not loading it correctly, if you look at you're header it's very weird, I think you should specify the delimiter (which is a coma in this case ,)

LAAP commented 4 years ago

@agrignard , Awesome! You are right!

Captura de pantalla 2020-06-09 a las 11 50 30

It is working now, I am clossing the issue