Folks,
I'm trying to make a Polygon Catalogue of all the jpg images we have in a directory/ subdirectory. So far I havent been able to get FME to to detect the Coordinates embedded in the XML and jgw files. Is this possible?
many thanks.
Folks,
I'm trying to make a Polygon Catalogue of all the jpg images we have in a directory/ subdirectory. So far I havent been able to get FME to to detect the Coordinates embedded in the XML and jgw files. Is this possible?
many thanks.
Hi @pilgrimjake,
When you read a JPEG file in FME, you can use the custom transformer PhotoCoordinateExtractor.
Thanks,
Danilo
Tanks Dailo - unfortunately its not quite what's going on. They arent normal jpgs with coordinate - but ESRI georeferenced files, so the PhotoCoordinateExtractor doesnt see them - and they have the details in the XML and Jgw files associated with them.
Worst case, you could read the XML files using the regular XML reader and extract the coordinates from there. I'm guessing that the base filename of the XML is the same as the JPEG.
If you need help, consider posting a sample XML file here.