I'm writting a python script and it crashes when i try to extract cell values of a raster on a set of points.
I have also used the "extract values to points" tool with the shapefile generated and it doesn't work. There are no fields with a name larger than 10 characters.
I think that the problem is that the shapefile i'm using has been generated after a join (because i have tryed to use the "extract values to points" tool with another shapefile generated after a join and it doesn't work).
The error reported is: "ERROR 010067: Error in executing grid expression. Assignment to non-variable
Failed to execute (ExtractValuesToPoints)."
Any solution?
Thank you