How does Uber anonymize the data? Does it only use subset of a trip? If you can see where and when a trip started or finished, it's definitely not anonymous enough.
From the FAQ: "All data is anonymized and aggregated to ensure no personally identifiable information or user behavior can be surfaced through the Movement tool"
Aggregation is a common method for anonymization. One approach is to only display trips that were made by at least 15 different people in a day.
Yeah one scenario I was thinking of was the case of a rural home that's isolated from other buildings. It's plainly obvious that any data coming to and from that building is the occupants. There probably has to be some threshold of users (say, > 100 users taking a route) before it's exposed through this service.
Aggregation is a common method for anonymization. One approach is to only display trips that were made by at least 15 different people in a day.