Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:Python27ArcGIS10.6Libsite-packagespythonwinpywinframeworkscriptutils.py", line 326, in RunScript
  3. exec codeObject in __main__.__dict__
  4. File "C:UserstyquiOneDriveDesktopGIS6400PythonFinalProj2PythonScriptsWildlandsCalculator22.py", line 108, in <module>
  5. arcpy.gp.WeightedSum_sa(RescaleRoads + " Value " + DistanceWeight + "; " + RescaleSlopes + " Value " + SlopeWeight + "; " + RescaleLanduse + " Value " + LanduseWeight + "; " + WilkesSPWRC + " Value " + StateParkWeight + "; " + WilkesNFNP + " Value " + FedLandsWeight, WildlandsIndex)
  6. TypeError: cannot concatenate 'str' and 'int' objects
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement