StatEngine / stat-engine

A Real-Time Open Source Data Analytics and Visualization Platform for Public Safety
https://statengine.io
GNU General Public License v3.0
8 stars 5 forks source link

Calculate real-time UHU for First Arriving API. #501

Closed larskendall closed 4 years ago

larskendall commented 4 years ago

Overview

Switch UHU from using the shift/week/etc in calculations to using the current one, with calculations up to the second.

GitHub Issues

Changes

Steps to Test

To verify the time range is correct, you could drop this line in first-arriving.controller.js after line 78: Log.info('timeRange', timeRange);