Hi. I've been tasked with plotting the locations of photographs taken from an iphone 6s into a GIS (Data is based in the UK). I've been successful in exposing the jpeg_exif_gpslatitute and jpeg_exif_gpslongitude from the images. With these attributes exposed I've run a series of substring extractors to extract the hours minutes and seconds from the lat long data. I've also been successful in displaying the points at the correct location in the inspector view by using the DecimalDegreeCalculator and vertexCreator transformer.
All that seemed straight forward, once I exposed the attruibutes. However I'm now stuck ... I need to create an excel table from FME that holds the six digit UK Easting and six digit Northing for each location. I've tried numerous transformers with no success. (I will be using the workbench to process multiple photographs)
I know it is possible as this web page:
http://gridreferencefinder.com/batchConvert/batchConvert.php
can do exactly what I require.
Can anyone help me by providing some clear guidance?