Skip to main content
Solved

NetCDF extract values to attributes?

  • November 26, 2020
  • 1 reply
  • 82 views

Forum|alt.badge.img

I have a NetCDF with below values in each band. How do I go about extracting these values to an attribute using a set of points? They don't seem to come up in attribute list only when I click on a pixel in inspector.netcdf_fme 

 

Best answer by david_r

Have you looked at the PointOnRasterValueExtractor?

It will output a list containing all the band values under each input point, very similar to what is shown in the Inspector.

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

david_r
Celebrity
  • Best Answer
  • November 26, 2020

Have you looked at the PointOnRasterValueExtractor?

It will output a list containing all the band values under each input point, very similar to what is shown in the Inspector.