Select to view content in your preferred language

Error in setting raster table filter for <value> in Model Builder while doing Reclassification

4625
4
Jump to solution
06-27-2017 03:44 AM
JanakiGattu1
Regular Contributor

Dear ModelBuilder Team,

I have a custom model - While Executing the Model , I am getting an Error while working with "Reclassify" tool in ArcGIS  Pro Model Builder. Please find the below screenshot for the same.

Requesting you to help me out in overcoming this error-For which I will be very thankful to you.

0 Kudos
1 Solution

Accepted Solutions
curtvprice
MVP Alum
  • Your raster layer name (an input to the Make Raster Layer tool)  must not have any special characters like "\" in it.
  • Can you run the reclassify tool with the same inputs outside of ModelBuilder? I'd get it working interactively first.
  • I've seen spaces and dots anywhere in the path break Spatial Analyst tools. Best to avoid them.

View solution in original post

4 Replies
curtvprice
MVP Alum

Are you setting up the reclassify lookup using the tool interface in Model Builder? If so, the lookup table is probably okay because the tool dialog should help you get that right.

Your raster layer name should not be a path, it should be something short without special characters like "OpRas".

I see a lot of dots spaces, etc. in your pathnames. I'd fix that. (Pro is better at weird paths than ArcMap, but it is best to avoid path issues by only naming things simply.)

https://community.esri.com/people/curtvprice/blog/2016/05/07/how-to-name-things-in-arcgis?sr=search&...

JanakiGattu1
Regular Contributor

Hello Curtis Price,

Yes - You are right....I am trying to set up the reclassify lookup using the tool interface in Model Builder....As I have made it a Model Parameter....It is asking me the Input....But I want to fix it and keep in the Model Builder so that it can assist the Person who is executing the tool on how to reclassify.

 

We have given the Folder names starting with Number and followed by dot...But the actuals inputs and output data were not given any number or special characters...........

Can you share me any working example for the same.

0 Kudos
curtvprice
MVP Alum
  • Your raster layer name (an input to the Make Raster Layer tool)  must not have any special characters like "\" in it.
  • Can you run the reclassify tool with the same inputs outside of ModelBuilder? I'd get it working interactively first.
  • I've seen spaces and dots anywhere in the path break Spatial Analyst tools. Best to avoid them.
JanakiGattu1
Regular Contributor

Hello Curtis Price,

I tried to recreate a fresh model by taking all the measures during Naming the inputs and outputs...And it worked out really....Thank you for the Post.

0 Kudos