|
POST
|
The way that comes to my mind is you will need to cut up your video into chunks so it is multiple video files. Then you can add the videos as geodatabase attachments to the points, either interactively through editing, or in batches using the Add Attachments geoprocessing tool (assuming the video files are named in an easy way to match an ID of the point each video should be attached to). Once the attachments are ready, you can use the popup tool to click on a point and watch the video. I did this exercise, not with video, but with an audio track and it worked quite well.
... View more
01-16-2019
11:11 AM
|
0
|
1
|
1641
|
|
POST
|
As Nobbir said, both formats are supported Using tools in Python—Geoprocessing and Python | ArcGIS Desktop We include both syntax options to support different preferences for running tools - some people prefer to think of every toolbox as a Python module, which is a more Pythonic way of executing functions - arcpy.toolbox.tool(). However we wanted to support arcpy.tool_toolbox() as well since this is the legacy syntax from the old arcgisscripting, and some people prefer to have this flat list where you do not need to know the toolbox a tool is in to access it.
... View more
01-16-2019
10:23 AM
|
1
|
0
|
537
|
|
POST
|
Hi Jay, further protections against the crash and PYTHONPATH system variable have been added in the ArcGIS Pro 2.3 release. When the release is available, can you give it a try in your environment and see if the issue is addressed? Thanks
... View more
01-15-2019
12:54 PM
|
0
|
2
|
4183
|
|
POST
|
This bug with Apply Symbology From Layer not working in Python has been fixed in the ArcGIS Pro 2.3 release. For reference you can use Esri bug BUG-000106281.
... View more
01-15-2019
11:17 AM
|
0
|
9
|
4989
|
|
POST
|
An empty selection set or an an extent environment set outside where your data is can cause this empty output issue. Please upload your data if possible for troubleshooting.
... View more
01-14-2019
10:10 PM
|
1
|
2
|
2852
|
|
POST
|
Hi Ezi, Can you describe this further: "let me flatly say that ArcGIS Pro thinks too much before executing any type of geoprocessing" I am guessing that you mean validation in the tool is taking too long for a tool you are running? After you input some values into a geoprocessing tool, and before the tool is run, the framework evaluates that the values you entered are valid given the requirements of each parameter. If you can provide an example of a tool or tools that take a long time to validate in your workflow we will look into improving them. Thanks, Drew
... View more
01-08-2019
11:13 AM
|
2
|
0
|
2814
|
|
POST
|
Regarding problems with AddField, Merge, or TableToTable when running the script from Pro, would it be possible for you to get in touch with tech support on this problem? It sounds like a severe bug that we'd like to have analyzed by tech support and sent to development to fix the issue. You could also post the failing script and some sample data here if you have a set of steps that consistently shows the problem. Thanks
... View more
01-02-2019
12:33 PM
|
0
|
1
|
2235
|
|
POST
|
Analyze Tools For Pro runs Python2to3 to determine syntax updates to make, and this is the best available automated method from the Python community to see the changes required to run code written for Python 2 in Python 3. Analyze Tools For Pro also performs simple checks for arcpy functions or modules that are not available in ArcGIS Pro. These two checks have been very successful in getting many scripts written for ArcMap to work in ArcGIS Pro, but additional things not captured by the tool could definitely be encountered. However, we haven't heard about anything specific through tech support or other forum posts. If there are specific things you have found that require try excepts to get it to work in ArcMap and Pro, please post it here and the Python experts can evaluate and give feedback (and we can potentially integrate such logic into the Analyze tool). Thanks, Drew
... View more
01-02-2019
12:31 PM
|
1
|
0
|
2235
|
|
POST
|
This is occurring because currently changing the default gdb does not effect the geoprocessing workspace environments (which are used for generating default output paths in geoprocessing tools). If you manually update the geoprocessing environments to point to your new default geodatabase, then exports will be default go to this location. We will be looking to fix and improve this in a future release so that default gdb and geoprocessing environments stay in sync.
... View more
12-13-2018
05:09 PM
|
1
|
1
|
2512
|
|
POST
|
Andrew, did you see my custom Quick Access Toolbar that has the same buttons and order as ArcMap's standard toolbars? https://community.esri.com/thread/217567-arcgis-pro-most-cumbersome#comment-786192 Your approach goes a different direction, but putting whatever commands make you most productive is the exact reason for being able to customize the QAT.
... View more
12-11-2018
01:00 PM
|
0
|
1
|
2377
|
|
POST
|
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)
... View more
12-10-2018
09:51 AM
|
1
|
1
|
1911
|
|
POST
|
Chase Vanschoonhoven Can you see my request about uploading the crash dmp file that matches the time ArcGIS Pro crashed. Having this file will help us see what is causing the crash. Thanks
... View more
11-19-2018
10:23 AM
|
0
|
1
|
4585
|
|
POST
|
Thera Lombardi will you please check your system for crash dmp files, located at %localappdata%\esri\ErrorReports. The files will be timestamped with the date and time that ArcGIS Pro crashed. If you can upload these files it will go a long way towards troubleshooting this bug. Thanks.
... View more
11-19-2018
10:20 AM
|
1
|
2
|
4585
|
|
POST
|
Prior to running Snap, use Enable Editor Tracking to get a field that indicates when the feature was last edited. Enable Editor Tracking—Help | ArcGIS for Desktop Now after you run Snap, only the features that were snapped (or edited with any other geoprocessing tool) will get updated in the last edited date field, and you can run a summary against this field to see how many features were updated.
... View more
10-09-2018
01:29 PM
|
1
|
0
|
670
|
|
POST
|
Hi Thomas, We can add addition text to the hover tips, but as I said in a previous comment, the Back button seems to have some special gravity that attracts people to click it, so we are trying to add a level of protection by having Back take you from Environments back to Parameters. Back from Parameters will take you to the search results/toolbox tree/favorites. Changing the Back icon is an interesting idea, though the Back arrow is the standard used in many other panes. So changing the icon might help this case but hurt overall application consistency. Definitely something to consider though.
... View more
09-12-2018
12:25 PM
|
0
|
1
|
1491
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 03-22-2024 09:27 AM | |
| 2 | 03-08-2024 01:56 PM | |
| 3 | 02-21-2024 11:58 AM | |
| 1 | 05-09-2023 02:24 PM | |
| 3 | 02-27-2023 05:23 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|