ZIP radius search

deals with geocoding and reverse geocoding
Post Reply
User avatar
Max Beermann
Posts: 68
Joined: Tue Oct 30, 2018 7:36 am

ZIP radius search

Post by Max Beermann »

Hey there,

long time no read;)

There is a ZIP > e.g. D-76131.
I want to create a list with all 20km-surrounded Zips.

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

For example:
https://www.suche-postleitzahl.org/plz-umkreis/76131

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Is there any chance to solve it via xServer?

Thanks in advance!
Max
Max Beermann
Development Manager
WHEELS Logistics
User avatar
Bernd Welter
Site Admin
Posts: 2572
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: ZIP radius search

Post by Bernd Welter »

Hello Max,

gathering this kind of data is a bit aside of geocoding and not the usual purpose of the engine.
Sounds more like a task you can solve if you have the raw geometries of the zip areas within your spatial database.

It is also important to specify the definition of "distance":
adjacent postcodes - what is the istance between 76131 and 76133? Zero? because they touch?<br />Or 1.5km because this is the airline between the reference points? Picture taken from https://www.suche-postleitzahl.org
adjacent postcodes - what is the istance between 76131 and 76133? Zero? because they touch?
Or 1.5km because this is the airline between the reference points? Picture taken from https://www.suche-postleitzahl.org
If you have a raw table of postcodes+(x,y) you could determine the airline distance approach by yourself.

Does it make sense to exchange details about available data structures? Then I'd link you with the data experts (e.g. Andreas Mensing).

Best regards,
Bernd
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany

Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning... :twisted:
User avatar
Max Beermann
Posts: 68
Joined: Tue Oct 30, 2018 7:36 am

Re: ZIP radius search

Post by Max Beermann »

Good morning Bernd,

thanks for your reply.
You are right, a zip-database with coordinates should work for me!

I will give it a try and gonna inform you :)

Thanks
Max
Max Beermann
Development Manager
WHEELS Logistics
User avatar
Max Beermann
Posts: 68
Joined: Tue Oct 30, 2018 7:36 am

Re: ZIP radius search

Post by Max Beermann »

Good morning Bernd,

works great! : )

Thanks and have a nice day
Max
Max Beermann
Development Manager
WHEELS Logistics
Post Reply