mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
* Up-to-date information on the Smart Search feature * npm run format:fix * fix * chore: refinement --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
14 lines
679 B
Markdown
14 lines
679 B
Markdown
# Reverse Geocoding
|
|
|
|
Immich supports [Reverse Geocoding](https://en.wikipedia.org/wiki/Reverse_geocoding) using data from the [GeoNames](https://www.geonames.org/) geographical database.
|
|
|
|
## Extraction
|
|
|
|
During Exif Extraction, assets with latitudes and longitudes are reverse geocoded to determine their City, State, and Country.
|
|
|
|
## Usage
|
|
|
|
Data from a reverse geocode is displayed in the image details, and used in [Smart Search](/docs/features/smart-search.md).
|
|
|
|
<img src={require('./img/reverse-geocoding-mobile1.png').default} width='33%' title='Reverse Geocoding' />
|
|
<img src={require('./img/reverse-geocoding-mobile2.png').default} width='33%' title='Reverse Geocoding' />
|