I'm doingh some solar angle calculations and want to include a correction for the difference in angle between the coordinate system I use and the true north. The tool CalculateGridConvergenceAngle_carthography should be able to do this but I constantly get an error indicating that the field Type should be wrong! (ERROR 000308: Invalid field type)
I have python statements like: (footprintFC is a layer !)
Thanks for your proposal. I may have found the problem to be that the feature class was joined to a table. Now that I remove the join before CalculateGridAngle I no longer get the error message, which anyhow seemed to be misleading 😞