I am trying to execute IDW of dataset (.csv format) in ArcGIS 10.8. But it is showing following error
How do I solve this problem?
I am trying to execute IDW of dataset (.csv format) in ArcGIS 10.8. But it is showing following error
How do I solve this problem?
IDW only accepts a feature layer as an input. Your CSV values (although they display in your MDX) are an event layer. As @BERA suggests, export your event layer to a feature class and try again. See this link for tool parameters. For more information on the proper coordinate reference systems for IDW interpolations consider this post.