Python api output is incomplete #3614
Unanswered
hassen-miri
asked this question in
Q&A
Replies: 2 comments 1 reply
-
https://nominatim.org/release-docs/latest/library/Getting-Started/ https://nominatim.org/release-docs/latest/library/NominatimAPI/#nominatimapi Can you post the full result? Isn't there a 'osm_type', 'name', 'license' field, too? |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to enable output of addressdetails, like so:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Nominatim python library for reverse geocoding, I see that the format is less precise than the output of HTTP result, I use the following code
to get the following result
{'tiger:county': 'Yamhill, OR'}
whereas on the API I get the following result
I am new to the tool, any idea on how to use this or how to find detailed documentation on how to use these functions ?
Beta Was this translation helpful? Give feedback.
All reactions