An open API service indexing awesome lists of open source software.

https://github.com/amazon-science/goal-gps-ordered-activity-labels

Dataset of GPS trajectories with driving/walking activity labels of delivery agents
https://github.com/amazon-science/goal-gps-ordered-activity-labels

activity-recognition dataset geospatial-data

Last synced: 3 months ago
JSON representation

Dataset of GPS trajectories with driving/walking activity labels of delivery agents

Awesome Lists containing this project

README

          

## GPS-ordered Activity Labels

Dataset of GPS trajectories with driving/walking activity labels of delivery agents

If you use this dataset, please cite
```
@inproceedings{facnet,
author = {Emre Eftelioglu and Gil Wolff and Sai Krishna Tejaswi Nimmagadda and Vishal Kumar and Amber Roy Chowdhury},
title = {Deep Classification of Frequently-Changing Activities from GPS Trajectories},
booktitle = {ACM SIGSPATIAL Workshop: International Workshop on Computational Transportation Science (IWCTS)},
year = {2022},
}
```

## Accessing the data

The data is found under `trajectories.zip`. The dataset is organized into 804 separate csv files, each containing a 6-minute chunk of a GPS trace. The `x,y` coordinates are in meters relative to an arbitrary center point, i.e. there is no absolute location information in the trajectories. The `timestamp`s as well are not absolute but relative to an arbitrary date. The sampling frequency is approximately one GPS point per 5 seconds. The activity labels are a binary label, `OnFoot/Driving`. The `OnFoot` activity includes time spent in the vehicle not driving.

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This library is licensed under the CC-BY-4.0 License.