Skip to main content
Question

gdalinfo - stats versus RasterPropertyExtractor

  • February 19, 2020
  • 1 reply
  • 5 views

oliver.morris
Contributor
Forum|alt.badge.img+14

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

jdh
Contributor
Forum|alt.badge.img+37
  • Contributor
  • 2002 replies
  • February 19, 2020

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.