Learn R Programming

places (version 0.1.1)

Clusters GPS Data into Places

Description

Clusters GPS coordinates into places (i.e., meaningful stops). Additionally, categorizes places into types (e.g., home, cafe, gym). Places are identified as home using a rules-based algorithm defining home as the stop occurring most frequently during the night. Other places (e.g., cafe, gym) are identified using the Google Maps API.

Copy Link

Version

Install

install.packages('places')

Monthly Downloads

17

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Katherine Roehrick

Last Published

April 8th, 2021

Functions in places (0.1.1)

get_home

Predict which cluster is an individual's home.
places_gps

GPS coordinates.
get_places

Label each cluster's place type using Google Places API
get_clusters

Cluster GPS coordinates into places.