From b381672cae774252025aa4656639a63ef84d8df5 Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 29 Jun 2020 13:50:33 -0400 Subject: [PATCH] Update config.yaml --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 92017ba5..7f10ba82 100644 --- a/config.yaml +++ b/config.yaml @@ -73,7 +73,7 @@ BARNETT_LOCATION: DB_TABLE: locations DAY_SEGMENTS: [daily] # These features are only available on a daily basis FEATURES: ["hometime","disttravelled","rog","maxdiam","maxhomedist","siglocsvisited","avgflightlen","stdflightlen","avgflightdur","stdflightdur","probpause","siglocentropy","circdnrtn","wkenddayrtn"] - LOCATIONS_TO_USE: RESAMPLE_FUSED # ALL, ALL_EXCEPT_FUSED OR RESAMPLE_FUSED + LOCATIONS_TO_USE: ALL # ALL, ALL_EXCEPT_FUSED OR RESAMPLE_FUSED ACCURACY_LIMIT: 51 # meters, drops location coordinates with an accuracy higher than this. This number means there's a 68% probability the true location is within this radius TIMEZONE: *timezone MINUTES_DATA_USED: False # Use this for quality control purposes, how many minutes of data (location coordinates gruped by minute) were used to compute features