Greetings,
I am trying to set up an ingest process that relies on GPS data to set location. Everything is working quite well, but I have one instance that involves iteratively using information in a metadata field. (So my question isn't about the GPS data per se.)
Via the GPS-Reverse Geocode functionality, I load country, state, city & location. In my local woods ("Kottenforst"), where I photograph a lot, many locations are named such as "Hirschweiher" (Deer Pond) or a street/path name. These names appear correctly. I would like to pre-pend the name of the woods to that location. GPS-Reverse Geocode gives location "Hirschweiher". I want, however, "Kottenforst-Hirschweiher". (Kottenforst doesn't belong in the city, which is "Bonn".)
So, starting from the point of having already loaded the location via GPS-RG (i.e. Location reads "Hirschweiher"), I tried creating an additional template with the location field "Kottenforst-{location}" (and the Geocode globe turned off) to be run subsequently. This gives as output "Kottenforst-Kottenforst-{location}". So, the algorithm isn't using the original data, but the template entry (and quasi doubled). If I run it with the Geocode globe on, I get "Hirschweiher".
Any way to make this work? (Hotcodes?)
(I see that I can use search and replace for this, but since I'll have a list of different locations, that's not convenient.)
Thanks in advance.
Cheers,
Jamie