Skip to main content

Hi folks,

I have multiple images I need to extract blob data for. When I input my individual feature types into the Raster Extractor (eg. 32 JPEGs, as shown in image below) the raster extractor seems to duplicate the first image for all of the feature types, so I end up with a blob of the first image for all of my individual feature types:

This results in the first image duplicated, as a blob, for all 32 features - when I require a unique blob value for each input feature. The only workaround I’ve found is to have a raster extractor for each feature type, which is not suitable.

Any help is greatly appreciated.

 

Kind regards,

 

Aaron

Are you sure they’re all the same? the first (and possibly last) section of the blobs will very possibly be the same (due to the same file format) but the core of the blob will be different

Additionally, having separate readers for all you images is a pretty inefficient way of reading in the data, i’d recommend using a wildcard

c:\folder\to\images\*.jpg

http://docs.safe.com/fme/2013/html/FME_QuickTranslator/content/fme%20configuration/dataset_wildcards.htm

 

 


Reply