[OSM-talk] Turn left restriction on two way highways

2010-12-29 Thread Diego Woitasen
Hi,
 In Argentina we have a general rule. If you are driving in a two way
highway (residential, primary, secondary, etc) you can't turn left.
You can do it only if there is a sign and/or traffic light with the
turn left row. We are discussing in the Argentina forum about if it's
make sense to map the no_turn_left restriction on every crossing road
or not. I think that we should drive the exception to the rule, the
routing software should apply the default restriction.

What are you doing in the other countries?

Regards,
 Diego

-- 
Diego Woitasen

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Turn left restriction on two way highways

2010-12-29 Thread Diego Woitasen
I'm reading the law again and it's a little confusing. It says "you
can't turn left on ways with traffic lights". I'm discussing about
this in the Argentinian OSM forum.



On Wed, Dec 29, 2010 at 7:00 PM, Nic Roets  wrote:
> Hello Diego,
>
> Are left turns prohibited for the majority of junctions where two
> residential roads cross each other ? Are left turns prohibited even at the
> majority of residential T junctions ?
>
> I know it may look like a lot of work adding all the no_left_turns, but it's
> the right way.
>
> Having different defaults for each country leads to many problems:
> 1. At a T junction, something that looks a left turn to some may look like a
> straight on to others.
> 2. Writing the code is non trivial and it affects routing engines, relation
> editors, validators and even some renderers.
> 3. Tourists who map in Argentina may not do the right thing.
>
> Regards,
> Nic
>
> On Wed, Dec 29, 2010 at 6:19 PM, Diego Woitasen 
> wrote:
>>
>> Hi,
>>  In Argentina we have a general rule. If you are driving in a two way
>> highway (residential, primary, secondary, etc) you can't turn left.
>> You can do it only if there is a sign and/or traffic light with the
>> turn left row. We are discussing in the Argentina forum about if it's
>> make sense to map the no_turn_left restriction on every crossing road
>> or not. I think that we should drive the exception to the rule, the
>> routing software should apply the default restriction.
>>
>> What are you doing in the other countries?
>>
>> Regards,
>>  Diego
>>
>> --
>> Diego Woitasen
>>
>> ___
>> talk mailing list
>> talk@openstreetmap.org
>> http://lists.openstreetmap.org/listinfo/talk
>
>





-- 
Diego Woitasen

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Turn left restriction on two way highways

2010-12-30 Thread Diego Woitasen
On Thu, Dec 30, 2010 at 7:30 AM, Hendrik Oesterlin
 wrote:
> "Alan Mintz" alan_mintz+...@earthlink.net wrote on 30/12/2010 at 04:16:22 
> +1100
> subject "[OSM-talk] Turn left restriction on two way highways" :
>
>> You should map the exceptions (where left-turn IS allowed).
>
> -1
>
> I would say: map the restriction.
>
> Mapping the allowed_left_turn is not recognisable by artificial
> intelligence in an reliable way.  What about a road making a curb to
> the left and an other road coming from front. The computer will not be
> able to recognize.
>
> If the defaults are mapped on the country boundary, what if I download
> only a small area instead of feeding the whole planet.osm file to my
> routing engine? The engine will not be aware of the default values.
>
> --
> Sincerely
> Hendrik Oesterlin - email hendrikmail2...@yahoo.de
>
>
> ___
> talk mailing list
> talk@openstreetmap.org
> http://lists.openstreetmap.org/listinfo/talk
>


Yes, we'll map the restrictions. I reviewed the local law and
sometimes you can turn left so we must tag the restriction on every
case.

Regards,
 Diego

-- 
Diego Woitasen

___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


[OSM-talk] Cost of tolls

2011-03-11 Thread Diego Woitasen
Hi,
 Mapping the tolls of a highway a found that there is no tag to assign the
cost of the toll. I haven't found examples in taginfo or tagwatch. Are you
using something for this?

 I know this is a little complex because the cost of the toll is different
and depends in the size of the vehicle, the time of the day, etc. but may be
we could do something.

Regards,
 Diego

-- 
Diego Woitasen
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-12 Thread Diego Woitasen
On Fri, Mar 11, 2011 at 7:21 PM, David Murn  wrote:

> On Fri, 2011-03-11 at 12:34 -0300, Diego Woitasen wrote:
> > Hi,
> >  Mapping the tolls of a highway a found that there is no tag to assign
> > the cost of the toll. I haven't found examples in taginfo or tagwatch.
> > Are you using something for this?
> >
> >  I know this is a little complex because the cost of the toll is
> > different and depends in the size of the vehicle, the time of the day,
> > etc. but may be we could do something.
>
> Here in Australia, we have many toll-roads where another part to the
> equation (time, size, etc) is how far you travel along the road.  If you
> join the road at toll-point A and continue to toll-point B, its a
> different toll than A to C, or B to C.
>
> There are a couple of short roads which have a fixed value toll, but
> most toll-roads vary the toll depending on how far you travel.
>
> This is the matrix showing how the tolls are calculated:
>
> http://www.westlinkm7.com.au/cmsAdmin/uploads/Tollmatrix_Janto_Mar2011.pdf
>
> David
>
>
>
What do you think about something like:

cost:car_2axle = $X
cost:car_3axle = $X
cost:motorbike = $X
cost:truck_2axle = $X
.
.
.
cost:truck_Naxle = $X

And we can use something like $X/$Y is the price is different in the rush
hours.

Regards,
 Diego

-- 
Diego Woitasen
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk


Re: [OSM-talk] Cost of tolls

2011-03-14 Thread Diego Woitasen
On Sat, Mar 12, 2011 at 9:00 PM, David Murn  wrote:

> On Sat, 2011-03-12 at 20:52 -0300, Diego Woitasen wrote:
>
> > This is the matrix showing how the tolls are calculated:
> >
> >
> http://www.westlinkm7.com.au/cmsAdmin/uploads/Tollmatrix_Janto_Mar2011.pdf
>
> >
> > What do you think about something like:
> >
> >
> > cost:car_2axle = $X
> > cost:car_3axle = $X
> > cost:motorbike = $X
> > cost:truck_2axle = $X
> > .
> > .
> > .
> > cost:truck_Naxle = $X
>
> So, what value do you put into there?  The price per km/mile, the
> maximum price, the minimum price?
>
> As pointed out in the pdf above, in our case depending on what roads you
> use to enter/leave the tollway and depending on how close you are to the
> city, the toll varies per kilometre travelled.
>
> David
>
>
>
If the toll price is different in every country, we couldn't use a tag
scheme that works everywhere. That schema works in Argentina I think, and
may be in other countries. I posted it to hear opinions about it.

Regards,
 Diego

-- 
Diego Woitasen
___
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk