Thanks Philip,

The two selected nodes are the starting and ending points.

I know that interpolation can be out by tens of meters, due to varying
plot sizes. Even worse is that I intend to use even interpolation for
suburbs where the increment is 4 (for example, Nominatim thinks that
328 Edna,Pretoria exists, while it doesn't). But collecting these
details will make the projectsmuch too large.

I'll help you with writing the code that generates the parallel ways.
It will take a list of lat/long pairs (the road) and produces another
list of lat/long pairs (the new way). Assuming it's a Josm plugin,
I'll do it in Java.

Regards,
Nic

On Mon, Jan 24, 2011 at 7:44 AM, Philip Kloppers
<[email protected]> wrote:
> On 2011/01/23 07:10 PM, Nic Roets wrote:
>>
>> Hello All,
>>
>> I started large scale collection of house numbers. I'll start with
>> Eastern Pretoria and then expand South West until I reach Randburg. I
>> hope to add on average 150,000 houses per year with an accuracy /
>> completeness of over 50%. It is possible due to 2 pieces of
>> technology:
>>
>> The first is a little mobile app that allows me to enter house numbers
>> while cycling. A typical 2 digit house number takes only 3 key
>> strokes.
>>
>> http://help.openstreetmap.org/questions/1385/what-is-the-best-mobile-application-for-large-scale-house-number-collection
>>
>> But it's still not fast enough to collect every house number when
>> cycling at 20km/h. So I will need to create interpolation ways. The
>> fastest way of doing this will be with the help of an editor plugin
>> that is yet to be written:
>> 1. You select 2 house number nodes that are on the same side of the
>> same road and activate the tool.
>> 2. The tool generates a way that runs parallel to the road and
>> connects the nodes.
>> 3. The tool sets the addr:interpolation tag to odd or even so that it
>> matches the selected house numbers.
>> http://www.openstreetmap.org/?lat=-25.77606&lon=28.28914&zoom=17&layers=M
>>
>> Any volunteers to write this plugin ?
>>
>> --
>> Game now has an Android phone on special for R999. In all likelihood,
>> they are sold out, but if you are able get one, it offers a cheap
>> entry point into the coming wave of mobile OSM and open source
>> projects.
>>
>> Regards,
>> Nic
>>
>>
>
> Hi Nic,
>
> Sounds great. I haven't coded anything for JOSM yet, but am more than
> willing to take a stab at it. Would the selected houses be the start and end
> nodes of the way to be generated, or would they be two consecutive nodes and
> the rest to be added? If it is the second one, we would need a third node to
> indicate the start (or end) of the way.
>
> A possible pitfall that I foresee is dealing with unevenly spaced or sized
> lots. For example, a residential area is divided into blocks of equal size,
> but in one block there are 3 houses along a way, and in the next block only
> 2.
>
> Anyway, I'll take a look so long and see what I can come up with.
>
> Regards,
> Philip
>

_______________________________________________
Talk-ZA mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/talk-za

Reply via email to