I am trying to add the SDMtoolbox to my current installation of ArcGIS Pro 2.2. I first, added the toolbox using the ArcCatalog and it seemed to work with ArcMap 10.6.1. However, when I try added the toolbox using Pro, it doesn't seem to work. I am not getting error messages when I try to add the toolbox either.
Solved! Go to Solution.
This toolbox needs significant updates to function in ArcGIS Pro. I ran the Analyze Tools For Pro geoprocessing function, which does a Python2to3 test. Lots of new syntax errors (probably using print statement instead of print function) and extensive use of arcpy.mapping which no longer exists in ArcGIS Pro (it is replaced by arcpy.mp).
Analyzing toolbox (SDM_Toolbox_v2.3_ArcMap10.5.tbx) for use within ArcGISPro:
ERROR 000989: Python syntax error: within script tool differenceBetweenBinarySDMs2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool binaryClipSdmsByMCPs222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool continuousClipSdmsByMCPs22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool BiasFileCoordinateData_
ERROR 000989: Python syntax error: within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@52)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@53)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@54)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@55)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@56)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool PseudoabsenceSelectionBufferedMCP222_
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@64)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@65)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@66)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@67)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@68)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionBufferedPts222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool ClipBFCDbyPASBiasFile222_
ERROR 000989: Python syntax error: within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@34)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@35)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@36)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@37)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
ERROR 000989: Python syntax error: within script tool CSVtoEAPtoCSV222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@23)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@24)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@25)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@26)
ERROR 000989: Python syntax error: within script tool CovertInputToCEA222222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ProjectFoldertoEAC23222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool differenceBetweenBinarySDMs222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool binaryClipSdmsByMCPs23_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool continuousClipSdmsByMCPs3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool FrictionLayerInvertSDM_
ERROR 000989: Python syntax error: within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@74)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@75)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@77)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@78)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@79)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@82)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@83)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@84)
ERROR 000989: Python syntax error: within script tool LeatCostAll_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LeastCostHaps2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool PseudoabsenceSelectionKD2_
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@168)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@169)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@170)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@171)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@172)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool centroidchanges_
WARNING 001681: Found REMOVED Layer File Scripts\Centroid_Lines2.lyr within script tool centroidchanges_
WARNING 001681: Found REMOVED Layer File %scratchFolder%\_centroid_change.lyr within script tool centroidchanges_
ERROR 000989: Python syntax error: within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@271)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@272)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@273)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@274)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@275)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@276)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@277)
WARNING 001681: Found REMOVED Layer File /Scripts/Centroid_Lines2.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@278)
WARNING 001681: Found REMOVED Layer File _centroid_change.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@279)
ERROR 000989: Python syntax error: within script tool RasterToASCII(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ASCIItoRaster(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool centroidchanges2_
WARNING 001681: Found REMOVED Layer File Scripts\Centroid_Lines2.lyr within script tool centroidchanges2_
WARNING 001681: Found REMOVED Layer File %scratchFolder%\_centroid_change.lyr within script tool centroidchanges2_
ERROR 000989: Python syntax error: within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@253)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@254)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@255)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@256)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@257)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@258)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@259)
WARNING 001681: Found REMOVED Layer File /Scripts/Centroid_Lines2.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@260)
WARNING 001681: Found REMOVED Layer File _centroid_change.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@261)
ERROR 000989: Python syntax error: within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@28)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@29)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@30)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@31)
ERROR 000989: Python syntax error: within script tool ShapetoCSV2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@57)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
ERROR 000989: Python syntax error: within script tool SplitShapefilbyLayer2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExtractbyMask(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SDMTRasterToASCIIFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ASCIItoRaster(Folder)3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool rastertorasterany_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ProjectFoldertoEACb2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool projectTo2435_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ResampleGrids(Folder)a2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script132_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script13222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@27)
WARNING 001678: Found REMOVED Python method mapping.ListLayers within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@28)
ERROR 000989: Python syntax error: within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@42)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
ERROR 000989: Python syntax error: within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@42)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
ERROR 000989: Python syntax error: within script tool ReclassifyRasterFolder2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CorrelationsStatistics2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@181)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@182)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@183)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@184)
ERROR 000989: Python syntax error: within script tool hextessillation22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BiodiversityMeasuresRaster21_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool HexCWE2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BiodiversityMeasures2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool SpeciesRichness222_
ERROR 000989: Python syntax error: within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@293)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@294)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@296)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@297)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@298)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@302)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@303)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@304)
ERROR 000989: Python syntax error: within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@472)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@473)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@474)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@475)
ERROR 000989: Python syntax error: within script tool RarefyData2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@29)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@30)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@31)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@32)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool ClimHete2_
ERROR 000989: Python syntax error: within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@129)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@130)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@131)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@132)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@133)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool topohet_
ERROR 000989: Python syntax error: within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@70)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@71)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@72)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@73)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@74)
ERROR 000989: Python syntax error: within script tool LimDisp_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LimDisp2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BatchreprojectShp_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ZonestatsFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.ListLayers within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@78)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@79)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@83)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@98)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@99)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@100)
WARNING 001681: Found REMOVED Layer File Scripts\RGB.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\RBG.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\BGR.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\BRG.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\GRB.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\GBR.lyr within script tool RGBprint_
ERROR 000989: Python syntax error: within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File /RGB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@32)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@33)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@34)
WARNING 001681: Found REMOVED Layer File /Scripts/RGB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@37)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001681: Found REMOVED Layer File /Scripts/RBG.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@46)
WARNING 001681: Found REMOVED Layer File /Scripts/BGR.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@49)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@50)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@51)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@52)
WARNING 001681: Found REMOVED Layer File /Scripts/BRG.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@56)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@57)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001681: Found REMOVED Layer File /Scripts/GRB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@62)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@63)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@64)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@65)
WARNING 001681: Found REMOVED Layer File /Scripts/GBR.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@68)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@69)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@70)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@71)
ERROR 000989: Python syntax error: within script tool RunMaxentModel2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionSBufferedPtsFOLDER_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionSBufferedMCPcFOLDER3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS1984_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS19842_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS198422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS19843_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExploreClimate2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RemoveCorrel_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionRegionalHull_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjection2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ResampleGridsAdvance(Folder)_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DistanceMatrix_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool NetCDFtoRaster(Folder)_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Shapefiletoraster_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SampleRasterValuestoLocalities_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LargerExtent2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@61)
ERROR 000989: Python syntax error: within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@41)
ERROR 000989: Python syntax error: within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@41)
ERROR 000989: Python syntax error: within script tool IntergerRasterFolder222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MultiBandNCtoRaster_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MicroClim1factor_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MircoClim2Param_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MultiBandNCtoRasterFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcPlus_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcTimes_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcSub_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcDivide_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ReclassifyRasterFolder2232322_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcPlus2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade22222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExtractbyMask(Folder)22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
Downloads - SDMtoolbox makes no mention of ArcGIS Pro
You might want to try their google group Google Groups
This toolbox needs significant updates to function in ArcGIS Pro. I ran the Analyze Tools For Pro geoprocessing function, which does a Python2to3 test. Lots of new syntax errors (probably using print statement instead of print function) and extensive use of arcpy.mapping which no longer exists in ArcGIS Pro (it is replaced by arcpy.mp).
Analyzing toolbox (SDM_Toolbox_v2.3_ArcMap10.5.tbx) for use within ArcGISPro:
ERROR 000989: Python syntax error: within script tool differenceBetweenBinarySDMs2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool binaryClipSdmsByMCPs222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool continuousClipSdmsByMCPs22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool BiasFileCoordinateData_
ERROR 000989: Python syntax error: within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@52)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@53)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@54)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@55)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool BiasFileCoordinateData_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@56)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool PseudoabsenceSelectionBufferedMCP222_
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@64)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@65)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@66)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@67)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool PseudoabsenceSelectionBufferedMCP222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@68)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionBufferedPts222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool ClipBFCDbyPASBiasFile222_
ERROR 000989: Python syntax error: within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@34)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@35)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@36)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@37)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool ClipBFCDbyPASBiasFile222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
ERROR 000989: Python syntax error: within script tool CSVtoEAPtoCSV222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@23)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@24)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@25)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CSVtoShapefile323222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@26)
ERROR 000989: Python syntax error: within script tool CovertInputToCEA222222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ProjectFoldertoEAC23222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool differenceBetweenBinarySDMs222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool binaryClipSdmsByMCPs23_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool continuousClipSdmsByMCPs3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool FrictionLayerInvertSDM_
ERROR 000989: Python syntax error: within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@74)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@75)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@77)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@78)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@79)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@82)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@83)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool FrictionLayerInvertSDM_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@84)
ERROR 000989: Python syntax error: within script tool LeatCostAll_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LeastCostHaps2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool PseudoabsenceSelectionKD2_
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@168)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@169)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@170)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@171)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool PseudoabsenceSelectionKD2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@172)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool centroidchanges_
WARNING 001681: Found REMOVED Layer File Scripts\Centroid_Lines2.lyr within script tool centroidchanges_
WARNING 001681: Found REMOVED Layer File %scratchFolder%\_centroid_change.lyr within script tool centroidchanges_
ERROR 000989: Python syntax error: within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@271)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@272)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@273)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@274)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@275)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@276)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@277)
WARNING 001681: Found REMOVED Layer File /Scripts/Centroid_Lines2.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@278)
WARNING 001681: Found REMOVED Layer File _centroid_change.lyr within script tool centroidchanges_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@279)
ERROR 000989: Python syntax error: within script tool RasterToASCII(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ASCIItoRaster(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool centroidchanges2_
WARNING 001681: Found REMOVED Layer File Scripts\Centroid_Lines2.lyr within script tool centroidchanges2_
WARNING 001681: Found REMOVED Layer File %scratchFolder%\_centroid_change.lyr within script tool centroidchanges2_
ERROR 000989: Python syntax error: within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@253)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@254)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@255)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@256)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@257)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@258)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@259)
WARNING 001681: Found REMOVED Layer File /Scripts/Centroid_Lines2.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@260)
WARNING 001681: Found REMOVED Layer File _centroid_change.lyr within script tool centroidchanges2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@261)
ERROR 000989: Python syntax error: within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@28)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@29)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@30)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CSVtoShapefile2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@31)
ERROR 000989: Python syntax error: within script tool ShapetoCSV2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@57)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool randomSelect3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
ERROR 000989: Python syntax error: within script tool SplitShapefilbyLayer2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExtractbyMask(Folder)2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SDMTRasterToASCIIFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ASCIItoRaster(Folder)3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool rastertorasterany_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ProjectFoldertoEACb2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool projectTo2435_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ResampleGrids(Folder)a2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script132_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script13222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@27)
WARNING 001678: Found REMOVED Python method mapping.ListLayers within script tool Script122_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@28)
ERROR 000989: Python syntax error: within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@42)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool Script2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
ERROR 000989: Python syntax error: within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@42)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool quickReclassify12_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
ERROR 000989: Python syntax error: within script tool ReclassifyRasterFolder2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CorrelationsStatistics2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@181)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@182)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@183)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool hextessillation_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@184)
ERROR 000989: Python syntax error: within script tool hextessillation22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BiodiversityMeasuresRaster21_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool HexCWE2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BiodiversityMeasures2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool SpeciesRichness222_
ERROR 000989: Python syntax error: within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@293)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@294)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@296)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@297)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@298)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@302)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@303)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool SpeciesRichness222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@304)
ERROR 000989: Python syntax error: within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@472)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@473)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@474)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool Script1234_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@475)
ERROR 000989: Python syntax error: within script tool RarefyData2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@29)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@30)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@31)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool climHetePCA_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@32)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool ClimHete2_
ERROR 000989: Python syntax error: within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@129)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@130)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@131)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@132)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool ClimHete2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@133)
WARNING 001681: Found REMOVED Layer File Scripts\MaxEnt.lyr within script tool topohet_
ERROR 000989: Python syntax error: within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@70)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@71)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@72)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@73)
WARNING 001681: Found REMOVED Layer File /Scripts/MaxEnt.lyr within script tool topohet_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@74)
ERROR 000989: Python syntax error: within script tool LimDisp_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LimDisp2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool BatchreprojectShp_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ZonestatsFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.ListLayers within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@78)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@79)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@83)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@98)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@99)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool printJPG_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@100)
WARNING 001681: Found REMOVED Layer File Scripts\RGB.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\RBG.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\BGR.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\BRG.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\GRB.lyr within script tool RGBprint_
WARNING 001681: Found REMOVED Layer File Scripts\GBR.lyr within script tool RGBprint_
ERROR 000989: Python syntax error: within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001681: Found REMOVED Layer File /RGB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@32)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@33)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@34)
WARNING 001681: Found REMOVED Layer File /Scripts/RGB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@37)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001681: Found REMOVED Layer File /Scripts/RBG.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@43)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@44)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@45)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@46)
WARNING 001681: Found REMOVED Layer File /Scripts/BGR.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@49)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@50)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@51)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@52)
WARNING 001681: Found REMOVED Layer File /Scripts/BRG.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@56)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@57)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001681: Found REMOVED Layer File /Scripts/GRB.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@62)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@63)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@64)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@65)
WARNING 001681: Found REMOVED Layer File /Scripts/GBR.lyr within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@68)
WARNING 001678: Found REMOVED Python method RefreshTOC within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@69)
WARNING 001678: Found REMOVED Python method RefreshActiveView within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@70)
WARNING 001678: Found REMOVED Python method mapping.ExportToJPEG within script tool RGBprint_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@71)
ERROR 000989: Python syntax error: within script tool RunMaxentModel2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionSBufferedPtsFOLDER_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionSBufferedMCPcFOLDER3_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS1984_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS19842_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS198422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjectWGS19843_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExploreClimate2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RemoveCorrel_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool PseudoabsenceSelectionRegionalHull_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DefineProjection2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ResampleGridsAdvance(Folder)_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool DistanceMatrix_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Script_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool NetCDFtoRaster(Folder)_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool Shapefiletoraster_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SampleRasterValuestoLocalities_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool LargerExtent2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@58)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@59)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@60)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool CANAPE422_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@61)
ERROR 000989: Python syntax error: within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool QuickSigR223_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@41)
ERROR 000989: Python syntax error: within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
WARNING 001678: Found REMOVED Python method mapping.MapDocument within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@38)
WARNING 001678: Found REMOVED Python method mapping.ListDataFrames within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@39)
WARNING 001678: Found REMOVED Python method mapping.Layer within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@40)
WARNING 001678: Found REMOVED Python method mapping.AddLayer within script tool QuickSigR2222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED@41)
ERROR 000989: Python syntax error: within script tool IntergerRasterFolder222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MultiBandNCtoRaster_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MicroClim1factor_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MircoClim2Param_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool MultiBandNCtoRasterFolder_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcPlus_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcTimes_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcSub_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcDivide_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ReclassifyRasterFolder2232322_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool RasterCalcPlus2_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool SplitbyClade22222_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
ERROR 000989: Python syntax error: within script tool ExtractbyMask(Folder)22_(SDM_Toolbox_v2.3_ArcMap10.5.tbx::EMBEDDED)
A good class lab in the new year