Question

gdalinfo - stats versus RasterPropertyExtractor

  • 19 February 2020
  • 1 reply
  • 0 views

Badge +10

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


1 reply

Badge +22

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