Skip to main content
Question

How can I expose the raster feature information? Looking to expose the band values.

  • April 6, 2021
  • 4 replies
  • 28 views

How can I expose the raster feature information? Looking to expose the band values.

4 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • April 6, 2021

You want to know a cell value of a specific point? PointOnRasterValueExtractor

You want to create vectors from all rastercells? RasterCellCoercer


  • Author
  • 3 replies
  • April 6, 2021

I would like to know it for all cells. Looking to take a large number of raster images from an ESRI SDE and convert them to a geo-tiff however they are coming out black


nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • April 6, 2021

I'm by no means a Rasterdata expert, but I think this has to do with the alpha band (transparency) being written to the GeoTIFF. Your solution depends on what you have and what you need, but if I guess correctly you can use the RasterBandSeparator and the tester to remove the alpha band and only write the databand (BAND0 in you screenshot) to the GeoTIFF.


david_r
Celebrity
  • 8392 replies
  • April 6, 2021

Have you looked at the RasterPropertyExtractor and the RasterBandPropertyExtractor?