Documentation Index
Fetch the complete documentation index at: https://photocli.com/llms.txt
Use this file to discover all available pages before exploring further.
photo-cli address takes a single photo file, reads its GPS coordinates from EXIF data, sends them to your chosen reverse geocode provider, and prints the resulting address to the console. Use this command to verify that your provider configuration is correct and to discover which property names or admin levels to pass to --openstreetmap-properties, --bigdatacloud-levels, or --googlemaps-types before running photo-cli copy or photo-cli archive across your entire collection.
Synopsis
Arguments
Required
Path to the photo file whose GPS coordinates you want to resolve. Only a single file is accepted.
Controls how much detail is returned from the provider.
| Name | Value | Description |
|---|---|---|
| AllAvailableProperties | 0 | Returns every address property available for the photo’s coordinates |
| SelectedProperties | 1 | Returns only the properties you specify via the provider-specific argument |
| FullResponse | 2 | Returns the complete raw JSON response from the provider |
Optional
Third-party provider used to resolve GPS coordinates. See reverse geocoding overview for setup details.
| Name | Value |
|---|---|
| Disabled (default) | 0 |
| BigDataCloud | 1 |
| OpenStreetMapFoundation | 2 |
| GoogleMaps | 3 |
| LocationIq | 5 |
Space-separated OpenStreetMap address property names to include in the output. Used when
--reverse-geocode is OpenStreetMapFoundation or LocationIq and --type is SelectedProperties.Space-separated BigDataCloud admin level numbers. Used when
--reverse-geocode is BigDataCloud and --type is SelectedProperties.API key for BigDataCloud. Also configurable via the
PHOTO_CLI_BIG_DATA_CLOUD_API_KEY environment variable.Space-separated Google Maps address component types. Used when
--reverse-geocode is GoogleMaps and --type is SelectedProperties.API key for Google Maps. Also configurable via the
PHOTO_CLI_GOOGLE_MAPS_API_KEY environment variable.API key for LocationIq. Also configurable via the
PHOTO_CLI_LOCATIONIQ_API_KEY environment variable.Bypass the free-tier rate limit when using LocationIq with a paid license.