Skip to content

Commit

Permalink
update gps_stats_main README
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeEfstathiadis committed Oct 14, 2023
1 parent 7bd5b6e commit 9107699
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,8 @@ save_traj = False
parameters = None
# list of locations to track if visited, leave None if don't want these summary statistics
places_of_interest = ['cafe', 'bar', 'hospital']
# True if want to save a log of all locations and attributes of those locations visited
save_osm_log = True
# list of OpenStreetMap tags to use for identifying locations, leave None to default to amenity and leisure tagged locations or if you don't want to use OSM (see OSMTags class in constants.py)
osm_tags = None
# threshold of time spent in a location to count as being in that location, in minutes
threshold = 15

# 3. Impute location data and generate mobility summary metrics using the simulated data above
gps_stats_main(
Expand All @@ -143,9 +139,7 @@ gps_stats_main(
save_traj = save_traj,
parameters = parameters,
places_of_interest = places_of_interest,
save_osm_log = save_osm_log,
osm_tags = None,
threshold = threshold,
osm_tags = osm_tags,
)

# 4. Generate daily summary metrics for call/text logs
Expand Down

0 comments on commit 9107699

Please sign in to comment.