Skip to main content
Solved

No parameter "Elevation" to be found

  • September 18, 2023
  • 3 replies
  • 41 views

sparks
Contributor
Forum|alt.badge.img+6

Hi, I'm following the FME Desktop Basic training, now doing exercise "Flood Risk Project" (under "Use Conditional Values"). As it is clear that I'm newbie to FME, so maybe this is a stupid question: where can I find the parameter "Elevation"? See pics attached here. This parameter is not listed in the AttributeManager, nor in other Read items. The FME workspace can be found here. Maybe I overlooked something?

FME exercise Flood Risk ProjectFME exercise Flood Risk Project - AttributeManager

Best answer by samatsafe

Hello @sparks​. Thanks for getting in touch. I can help you with this question.

I think I can see the problem. You are correct that the AttributeManager in your workspace (based on the screenshot) does not have access to an attribute called Elevation. The reason is that the instructions specify to place the AttributeManager after the AttributeRenamer. In your workspace, it is placed before the AttributeRenamer.

If you open the AttributeRenamer, you'll see it renames a less readable attribute, _band{0}.value, to Elevation. So, if you move the AttributeManager after the AttributeRenamer, you should have access to this renamed attribute. Please give that a try and let me know if it works.

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.

3 replies

samatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • Best Answer
  • September 18, 2023

Hello @sparks​. Thanks for getting in touch. I can help you with this question.

I think I can see the problem. You are correct that the AttributeManager in your workspace (based on the screenshot) does not have access to an attribute called Elevation. The reason is that the instructions specify to place the AttributeManager after the AttributeRenamer. In your workspace, it is placed before the AttributeRenamer.

If you open the AttributeRenamer, you'll see it renames a less readable attribute, _band{0}.value, to Elevation. So, if you move the AttributeManager after the AttributeRenamer, you should have access to this renamed attribute. Please give that a try and let me know if it works.


sparks
Contributor
Forum|alt.badge.img+6
  • Author
  • Contributor
  • September 19, 2023

That did the trick. I overlooked the AttributeRenamer completely. I feel myself stupid... Thanks for your help!


samatsafe
Safer
Forum|alt.badge.img+9
  • Safer
  • September 19, 2023

That did the trick. I overlooked the AttributeRenamer completely. I feel myself stupid... Thanks for your help!

@sparks​, you're welcome. An easy detail to miss. Please let me know if you have any more questions.