I am reading several GeoTif and line features from a PostGIS table. To make life easy I added the RasterMosaicker and linked the mosaic to the PointOnRasterValueExtractor.
The line features from the PostGIS table get their vertices densified, and I extract those using the PointVertexReplacer from FME Hub. Since the coordinate systems of the data do not match I use the EsriReprojector for the points to have them as well as the mosaic in EPSG: 4326.
Now, when I run the PointOnRasterValueExtractor the output points do have _band{}.value and _band{}.palette{}.value. I expose _band{0}.value since the mosaic only has one band, but each and every point is missing the value.
I used the Data Inspector to visualize the points on top of the mosaic, and everything lines up.
Why do I not get any values from the PointOnRasterValueExtractor?
I am using the
Data Interoperability workbench with FME(R) 2022.2.1.0 (20221202 - Build 22776 - WIN64)
RasterMosaicker in version 7
PointVertexReplacer in version 2
EsriReprojector in version 5
PointOnRasterValueExtractor in version 2