-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Longitude truncation & Missing Heatmap Data At Different Precision #173
Comments
So in the highlevel view (image 3) it looks like we've hit the entire road, but then on zooming in (image 2) the precision gets better and we can see that it's only part of the road right? That seems correct to me. |
Backwards from that. The whole road should have heat map points everywhere
|
It's not 100% critical at this point, I'm more worried about why the web
|
The data might be within the next page of the API response. |
Right now we're mitigating the issue by increasing the page size of the So we'll keep this in mind for 2.0 |
Two issues here
{
latDegrees = "44.2068";
lonDegrees = "-72.92270000000001";
secondsWorked = 49;
}
4 09:04:10:204 GreenUpVt[38680:1547] --- Data - Map: Current Precision = 4.000000
2014-04-24 09:04:10:205 GreenUpVt[38680:1547] --- Data - Map: Current Lat = 44.202366
2014-04-24 09:04:10:205 GreenUpVt[38680:1547] --- Data - Map: Current Lon = -72.945259
2014-04-24 09:04:10:205 GreenUpVt[38680:1547] --- Data - Map: Current Lat Delta = 0.122815
2014-04-24 09:04:10:205 GreenUpVt[38680:1547] --- Data - Map: Current Lon Delta = 0.109863
I'll just point out the place of interest is at the end of the "LowerLevel" log file. This is what the end of the heat map array looks like. We are missing that entire longitudinal section from -72.957678 to -72.936435 which again you can see from some of the images.
Log Exports
Lower Level (Contains Missing Data - Seen in image 2)
https://drive.google.com/file/d/0B8Q2EtU9zgjCTTVZNjl2Ry1JcUk/edit?usp=sharing
Higher Level (Contains All Data - Seen in image 3)
https://drive.google.com/file/d/0B8Q2EtU9zgjCZ1AyeVlWOS00X3M/edit?usp=sharing
Image 1
https://drive.google.com/file/d/0B8Q2EtU9zgjCTEstLXB2Y3Nielk/edit?usp=sharing
Image 2
https://drive.google.com/file/d/0B8Q2EtU9zgjCNUFGMEJVLW4yVXc/edit?usp=sharing
Image 3
https://drive.google.com/file/d/0B8Q2EtU9zgjCWWlETXlFS2V2dFk/edit?usp=sharing
Image 4
https://drive.google.com/file/d/0B8Q2EtU9zgjCODlpdG53ZmR5em8/edit?usp=sharing
The text was updated successfully, but these errors were encountered: