Mapping AWS Location Service Places v2 results to GERS IDs (Roadmap / Bridge Files?) #534
honeybadger93
started this conversation in
Discussion
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I’m exploring ways to connect the search/autocomplete functionality to Overture data so I can leverage GERS IDs for conflation and downstream data joins.
I'm currently using AWS Location Service Places v2 (geo-places) for search. The API works great, but it returns a proprietary, temporary AWS PlaceId and abstracts away the underlying data providers. If another search API is available that can bridge to GERS IDs, I'd be open to switching.
Because AWS doesn't expose the source IDs (like OSM Node IDs or Meta Page IDs), I can't currently use the Overture Bridge files to map my search results to GERS IDs. This forces me into a custom conflation workflow (taking the lat/lng and name from AWS, doing a radius search against Overture data, fuzzy-matching the results, maybe throwing a Bedrock call on top of it to help, etc..).
Given that AWS is a founding member of Overture, I have a few questions about the roadmap:
Thanks for any guidance
Beta Was this translation helpful? Give feedback.
All reactions