Show streets speeds all the time

If you think you've found a bug on the website which isn't specifically an App or Map Editor problem, or have a request for new or modified feature of the Community, Forums, or Waze website, use this forum.

Moderators: support, Unholy, krankyd

Re: Show streets speeds all the time

Postby MarcL20 » Fri Mar 16, 2012 5:10 am

Thats a problem then. We should be able to set the max speed of the road. With jams, people driving so slow and lot of data that corresponds to wrong road speed, that average will never go up.
MarcL20
 
Posts: 57
Joined: Mon Dec 19, 2011 1:12 am
Has thanked: 0 time
Been thanked: 0 time

Re: Show streets speeds all the time

Postby bgodette » Fri Mar 16, 2012 5:40 am

MarcL20 wrote:Thats a problem then. We should be able to set the max speed of the road. With jams, people driving so slow and lot of data that corresponds to wrong road speed, that average will never go up.

It's not a problem. The averages are not for the entire day, but rather some smaller amount of time, however Waze hasn't said how small.
Image
bgodette
Waze Champs
 
Posts: 2477
Joined: Wed Jul 06, 2011 8:19 pm
Location: Denver, CO
Has thanked: 5 times
Been thanked: 32 times

Re: Show streets speeds all the time

Postby AlanOfTheBerg » Fri Mar 16, 2012 2:12 pm

bgodette wrote:
MarcL20 wrote:Thats a problem then. We should be able to set the max speed of the road. With jams, people driving so slow and lot of data that corresponds to wrong road speed, that average will never go up.

It's not a problem. The averages are not for the entire day, but rather some smaller amount of time, however Waze hasn't said how small.

But the point still stands: just because traffic moves at 1/2 the speed limit for two-hours on specific segments during the evening doesn't mean, IMO, that Waze should consider that normal and not report a slowdown.
Oregon-based US Country Manager | iPhone5 - VZ - iOS 6.1.2 | Waze v3.6
Image
Wiki Resources: Map Editing Manual | Oregon Project/To-Do List
AlanOfTheBerg
Waze Champs
 
Posts: 13880
Joined: Sat Aug 28, 2010 8:48 pm
Location: Oregon, USA
Has thanked: 127 times
Been thanked: 443 times

Re: Show streets speeds all the time

Postby CBenson » Fri Mar 16, 2012 3:01 pm

AlanOfTheBerg wrote:But the point still stands: just because traffic moves at 1/2 the speed limit for two-hours on specific segments during the evening doesn't mean, IMO, that Waze should consider that normal and not report a slowdown.

IMHO, it should consider that normal and should not report a slowdown. I find the Google traffic maps that have all highways here marked red during the rush to be most unhelpful. What's the point of alerting me to a fact I already know, that the traffic is slow when it always slow during the rush.
Routing Expert
Area Manager: Annapolis, Maryland, US
Verizon, Droid Razr Maxx HD, Android 4.1.2, Waze 3.6.99.110
CBenson
Waze Champs
 
Posts: 4006
Joined: Wed Nov 03, 2010 9:13 pm
Location: Crownsville, MD, US
Has thanked: 122 times
Been thanked: 141 times

Re: Show streets speeds all the time

Postby AlanOfTheBerg » Fri Mar 16, 2012 3:16 pm

CBenson wrote:IMHO, it should consider that normal and should not report a slowdown. I find the Google traffic maps that have all highways here marked red during the rush to be most unhelpful. What's the point of alerting me to a fact I already know, that the traffic is slow when it always slow during the rush.

I'm not sure I agree, actually. But beyond that, if it considers that a road is running at its normal speed which is 1/2 the speed limit, is this affecting traffic avoidance? As I type this, I'm thinking "it shouldn't" and "I hope not" because traffic avoidance should still be based on transit times compared to alternate routes.
Oregon-based US Country Manager | iPhone5 - VZ - iOS 6.1.2 | Waze v3.6
Image
Wiki Resources: Map Editing Manual | Oregon Project/To-Do List
AlanOfTheBerg
Waze Champs
 
Posts: 13880
Joined: Sat Aug 28, 2010 8:48 pm
Location: Oregon, USA
Has thanked: 127 times
Been thanked: 443 times

Re: Show streets speeds all the time

Postby gettingthere » Fri Mar 16, 2012 4:01 pm

AlanOfTheBerg wrote:I'm not sure I agree, actually. But beyond that, if it considers that a road is running at its normal speed which is 1/2 the speed limit, is this affecting traffic avoidance? As I type this, I'm thinking "it shouldn't" and "I hope not" because traffic avoidance should still be based on transit times compared to alternate routes.


I can confirm that Waze ETA is affected by areas that are frequently jammed with traffic - whether or not there is a jam on the display. I notice this when there is a holiday and I can beat the ETA to my work by several minutes. Generally I can rarely beat the initial ETA on my daily commute.

Of course Waze has no concept of the speed limit - only the average speeds. But I understand what you are saying - if the average speed of a segment is 30 MPH at 8am and 65 MPH at noon that the slower average speed is due to traffic.

So in order for Waze to show a jam on a segment that has an average speed of 30 MPH at 8am, when the traffic is flowing at 30 MPH on a particular day they likely will have to modify their jam algorithm to also compare against average speeds at other times of the day. Likely this would really complicate their jam algorithm (and probably going to introduce other bugs...).
Waze Champ
iPhone 5, iOS 6.1.4, Waze 3.6
gettingthere
Waze Champs
 
Posts: 5783
Joined: Fri Nov 05, 2010 5:30 am
Location: Southern California, USA
Has thanked: 4 times
Been thanked: 15 times

Re: Show streets speeds all the time

Postby MarcL20 » Fri Mar 16, 2012 7:07 pm

They could implement something to use both data: Max and average. Its not hard to do.
MarcL20
 
Posts: 57
Joined: Mon Dec 19, 2011 1:12 am
Has thanked: 0 time
Been thanked: 0 time

Re: Show streets speeds all the time

Postby R4CLucky14 » Fri Mar 16, 2012 7:20 pm

MarcL20 wrote:They could implement something to use both data: Max and average. Its not hard to do.


Are you a programmer? Of course it's hard to do, since they probably have some sort of public interface being used, and adding in a max speed data requires a (if written in Java, for example) new Class (they might be able to cheat it by making max speed an instance variable of an existing class, which will still require updating anything interacting with that variable, and in turn, anything interacting with that Class), with new methods, and a new interface, along with changing the existing classes, methods, and interfaces to adapt to this new class.

Depending on how integrated (and large) the code is (and how poorly designed it was), it could require dozens of hours to add. Then there will be bugs.

It's something that should eventually be implemented, but not now.

EDIT:

It's always simple when we write it out on paper (who would honestly think that adding one more value could potentially take hours), but then again, as my teacher said, the stupidest thing in this room is the computer :P
Tennessee Editors, paritipate in our Wikipage

Area Manager: Southeast Tennessee, USA. Includes Athens, Benton, Cleveland, Englewood, Greenback, Maryville, Madisonville, and surrounding areas.
Phone: HTC Thunderbolt, Verizon, Android 2.3.4.
R4CLucky14
 
Posts: 356
Joined: Fri Nov 25, 2011 10:21 pm
Has thanked: 0 time
Been thanked: 0 time

Re: Show streets speeds all the time

Postby MarcL20 » Fri Mar 16, 2012 9:39 pm

The hardest one we already have that its the average aquired by the client. Adding a Max speed in database is simple since it will be done by the editor and is just another data field that you will add to waze road registers. I dont know how is waze algorithm but instead of comparing just with the average, using existing methods "and" maxspeed shouldnt be difficult.
MarcL20
 
Posts: 57
Joined: Mon Dec 19, 2011 1:12 am
Has thanked: 0 time
Been thanked: 0 time

Re: Show streets speeds all the time

Postby bgodette » Sat Mar 17, 2012 4:06 am

MarcL20 wrote:The hardest one we already have that its the average aquired by the client. Adding a Max speed in database is simple since it will be done by the editor and is just another data field that you will add to waze road registers. I dont know how is waze algorithm but instead of comparing just with the average, using existing methods "and" maxspeed shouldnt be difficult.

That horse is already dead. Please don't try to resurrect it. Any attempt to add a "speed limit" to segments is doomed to be wrong often enough to be effectively worthless, does zero to help traffic avoidance, and just heaps more work onto the community editors.
Image
bgodette
Waze Champs
 
Posts: 2477
Joined: Wed Jul 06, 2011 8:19 pm
Location: Denver, CO
Has thanked: 5 times
Been thanked: 32 times

PreviousNext

Return to Website & Community Issues and Requests

Who is online

Users browsing this forum: No registered users