Skip to main content

Hi, is there a more comprehensive way to get a summary of rasper properties akin to gdalinfo - stats from FME - I looked at RasterPropertyExtractor but it doesnt appear to cover things like compression, no data value etc

Many thanks for your help in advance,

Oliver

The NoData value is band specific, so you would get it from the RasterBandPropertiesExtractor. Things like compression are format specific, so check the format attributes on your reader, the geotiff reader for instance has an attribute geotiff_compression_method you can expose.


Reply