ITHIM / ITHIM-R

Development of the ITHIM-R, also known as ITHIM version 3.0. Started in January 2018.
https://ithim.github.io/ITHIM-R/
GNU General Public License v3.0
19 stars 11 forks source link

To do: Bangalore #55

Open robj411 opened 5 years ago

robj411 commented 5 years ago

This is a to-do list for the Bangalore setting, which includes data, parameters, and any special functions required. Please add to it any items that are missing, and tick off items when they are complete.

usr110 commented 5 years ago

I think trip data is sorted (see here: https://github.com/ITHIM/ITHIM-R/commit/5520275c8532b4b6ba16c533494fe26408c54628)

usr110 commented 5 years ago

@robj411 just re-reading the list. Found that Bangalore population dataset was not an outstanding issue. Don't think we used some place else's population for it.

usr110 commented 5 years ago

updated results on 25/04

Looking at the distance (km) and duration (mins) for short walk assosicated with bus trips, is as follows:

(units: mins)

summary(rd %>% filter(trip_mode == "bus" & stage_mode == "short walk") %>% select(stage_duration)) stage_duration Min. : 2.00
1st Qu.: 4.00
Median :10.00
Mean :10.55
3rd Qu.:15.00
Max. :70.00

(units: kms)

summary(rd %>% filter(trip_mode == "bus" & stage_mode == "short walk") %>% select(stage_distance)) stage_distance
Min. :0.1600
1st Qu.:0.3200
Median :0.8000
Mean :0.8439
3rd Qu.:1.2000
Max. :5.6000

In terms of distribution, this is how the density plots look like:

image

image

@leandromtg SP's trip data is located at: inst/extdata/local/sao_paulo/trips_sao_paulo.csv

Ali, can you confirm if these numbers should be per trip or person? Durations are quite high anyway and don't match distance stats. I will do for Sao Paulo early next week.

@leandromtg thanks for looking at the distribution. You were right - they were incorrect. Now have fixed them. Please see the plots above.

Re these numbers being per trip or per person, it is per trips. I believe this is what we need, don't we?

leandromtg commented 5 years ago

Ali, can you confirm if these numbers should be per trip or person?

Durations are quite high anyway and don't match distance stats.

I will do for Sao Paulo early next week.

Thanks,

Leandro

On Thu, 18 Apr 2019, 15:29 Ali Abbas, notifications@github.com wrote:

Looking at the distance (km) and duration (mins) for short walk assosicated with bus trips, is as follows:

stage_duration Min. : 5.00 1st Qu.: 30.00 Median : 50.00 Mean : 58.62 3rd Qu.: 80.00 Max. :240.00

stage_distance Min. :0.1600 1st Qu.:0.3200 Median :0.8000 Mean :0.8439 3rd Qu.:1.2000 Max. :5.6000

In terms of distribution, this how the density plots look like:

[image: image] https://user-images.githubusercontent.com/10958628/56367977-6704f680-61ee-11e9-98e6-d336078c9739.png

[image: image] https://user-images.githubusercontent.com/10958628/56368022-81d76b00-61ee-11e9-9fdc-c9c341b0d3fd.png

@leandromtg https://github.com/leandromtg SP's trip data is located at: inst/extdata/local/sao_paulo/trips_sao_paulo.csv

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ITHIM/ITHIM-R/issues/55#issuecomment-484534707, or mute the thread https://github.com/notifications/unsubscribe-auth/ACTUQBZS567HBKMJAQGRLUDPRCAVLANCNFSM4HBVWIYQ .