Most promising address format for single field geocoding

deals with geocoding and reverse geocoding in the context of PTV Geocoding&Places, PTV Geocoding&Places OSM and PTV xLocate 1 and 2
Post Reply
User avatar
Bernd Welter
Site Admin
Posts: 2878
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Most promising address format for single field geocoding

Post by Bernd Welter »

Hi guys,
today I spoke to a HSS based user who runs into issues in his geocoding process:

As the current SAP wrapper in the geocoding API does not support the structured address search (aka SearchByAddress) he is forced to assemble a temporary input address based on multiple elements of an address.

So his question is now:
what is the most promising structure of a single field address? He expects something like
{Country ISO2},{Zipcode} {City} {District} {Street} {Housenumber}
Is it that simple?
Are there some Nogo's?

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
bocajo
Posts: 50
Joined: Tue Mar 01, 2016 3:05 pm

Re: Most promising address format for single field geocoding

Post by bocajo »

If you want to limit the result to a specific country you must set the countryFilter:
https://developer.myptv.com/en/document ... ionsByText
Jochen Anderer
Manager Engineer
PTV GROUP GERMANY
User avatar
Bernd Welter
Site Admin
Posts: 2878
Joined: Mon Apr 14, 2014 10:28 am
Contact:

Re: Most promising address format for single field geocoding

Post by Bernd Welter »

Hello Jochen,

Thanks for rersponding.

Unfortunately there’s a misunderstanding in the question… though the question comes from the customer who is challenged by current tickets the forum's post is a more generic question:
- In the customers own database (SAP driven) they have the detailed attributes for a structured address search:
Country code, zipcode, city, street, housenumber

So via an xLocate2.searchByAddress or DEV Geocoding.SearchByAddress they would be able to use the proper structured search.

But: they want to use the Hana Spatial Services which do not wrap the SearchByAddress. They are limited to the SingleField search.

And they would like to gather a recommended expression of the most promising single field address string.

What’s the recommendation from your perspective?
Best regards,
Bernd

PS: Not only did SAP skip the “search by address” level so far – they also did not implement the “country filter” in their single field search.
That’s something I will discuss with them today.
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:
Post Reply