Skip to main content
Question

How to add text to buildings?

  • January 5, 2019
  • 1 reply
  • 21 views

I'm trying to generalize the map. I want to add building names to their geometry, but I have a problem with that. I tried to use TextAdder and Aggregator and the result is good. I then use the temporary location to be able to use ArcPy and here the problem arises. When I add TextAdder and Aggregator, I get an error:

Python Exception <ExecuteError>: Failed to execute. Parameters are not valid.

ERROR 000732: Input Features: Dataset pre_aggregation does not exist or is not supported

 

When I don't use TextAdder and Aggregator everything is good.

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

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • January 6, 2019

Hi @urszulagromala,

Could it be that the settings of the aggregator transformer are not set correctly and that not all the attributes are made available for the python script?

Another issue can be that the python script is trying to use results from down stream that are not yet available, using a FeatureHolder before the python script might help with that.