-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Problem description
The number of users change over time can be a valuable output. So the API should also give the number of users in in an area with time dimensions for the below scenarios.
what is the user count between 10:00 and 14:30 on 13th of May
Time window can be set:
HOURLY: (user count between at 11:00 on 13th of may )
Period of the Day : morning, midday, afternoon, evening, night ((user count between morning 13th of may )
For example in google MAPs, I can find the weekly and hourly change of visitors for a certains locations.
Possible evolution
API can query with time interval parameter and output the result with hourly distribution.
The API output can give the date or day of week and hour information in the output.
Alternative solution
Additional context
For example when I check a place in google MAPs, I can see the hourly visitors count in a day and also visitors distribution with day of week distribution like monday, tuesday...