Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Posibillity to do a lookup within the pipeline (enhancement) #221

Open
xpertmind opened this issue Jan 3, 2025 · 1 comment
Open

Posibillity to do a lookup within the pipeline (enhancement) #221

xpertmind opened this issue Jan 3, 2025 · 1 comment
Labels
enhancement New feature or request

Comments

@xpertmind
Copy link

I have a database as a source and would need a record lookup (REST API) to query some additional data not in a database.
I'm using Nominatim and OSM as source for reverse Geo search, to get exact location that was saved in the database. I would like to parse the data and merge it with the DB input. Currently using native Python for it.

http://mygeogis:8080/reverse?lat=48.1788415&lon=13.7443096&format=json

Currently, result is returned as JSON
Bildschirmfoto 2025-01-03 um 13 41 33

Thanks,
Bruno

@tgourdel
Copy link
Contributor

tgourdel commented Jan 4, 2025

Thanks for the suggestion. Actually have a prototype for a REST Lookup. I'll consider adding it in next version :)

@tgourdel tgourdel added the enhancement New feature or request label Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants