|
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
|
3157
|
|
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
|
3096
|
|
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
|
2333
|
|
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
|
5589
|
|
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
|
5589
|
|
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
|
839
|
|
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
|
2153
|
|
POST
|
Thanks Dan, I think you are in camp A, and have never lost work by accidentally clicking Back realizing it leaves the tool There are some vocal people in camp B that did this workflow, clicked Back because it has some gravity and might make sense to take them "back to parameters", and now all their work filling in parameters is lost. Even if you understand the metaphor of Parameters and Environments as tabs, and the Back button as something to leave both and take you back to the previous page, Back does seem to have special gravity that attracts people to click it. So we are considering having Back from Environments take you to Parameters. We feel it adds a level of protection to avoid losing work in the GP pane, without really impacting many people's workflow.
... View more
09-12-2018
12:21 PM
|
0
|
0
|
2153
|
|
POST
|
Dan Patterson What I actually meant is the Back button while you're still on the Environments page. Should it go back to parameters, or back to the search results/toolboxes/favorites page/wherever you opened the tool.
... View more
09-11-2018
10:52 PM
|
0
|
2
|
2153
|
|
POST
|
Hello ArcGIS Pro Geonet community! Please help us on the geoprocessing development team to improve ArcGIS Pro by adding your thoughts about this usability issue regarding tool Parameters and Environments. Steps: Open any geoprocessing tool, fill in some parameters. Switch to Environments, fill in some like Output Coordinate System, Extent, Cell Size, etc. Click the Back button --- where do you expect Back to take you? Another way to state this: You've filled in some parameters, switch to environments and fill some in, then you want to review parameters again before running the tool. What clicks will you naturally do to see the tool parameters? Looking forward to the discussion! Dan Patterson Thomas Colson
... View more
09-11-2018
10:22 PM
|
0
|
8
|
2283
|
|
POST
|
Remember that when the processing is on the server, it means the data must also be on the server, so it will take some time to serialize and upload data from ArcGIS Pro to the server prior to the service actually running. These services are typically meant to run with smaller sized data sent from the client, but executing against larger datasets on the server. For example, if you have a Viewshed service, the server can store the DEM (the bigger dataset) and the client can sent simple points, and return the viewshed for those points. Services that would take both the DEM and the points as input from the client should be fine for smaller cases, but if the user is sending a big DEM up to the server the whole thing will be quite slow. If you have questions about how to design the geoprocessing service for best performance, take a look at the following topics: Performance tips for geoprocessing services—ArcMap | ArcGIS Desktop Large dataset upload and download considerations—ArcMap | ArcGIS Desktop This is one advantage that the Standard Feature Analysis tools also provide - they primarily use data that is already located on the server or in the enterprise as input (web feature layers, etc.), so the processing doesn't need to move data around.
... View more
09-04-2018
09:37 AM
|
2
|
0
|
1881
|
|
POST
|
You can run a number of Standard Feature Analysis tools that are likely already available on your server, assuming you set up the spatial analysis capability and assign users in the enterprise the spatial analysis role. The tools are accessible in Pro as described here Portal tools—ArcGIS Pro | ArcGIS Desktop You can also share any tool from Pro to the enterprise as a web tool which starts a geoprocessing service on the federated server. This works for any custom tools as well as any Esri tools you might want to run as a service. What is a web tool?—ArcGIS Pro | ArcGIS Desktop In both cases the processing occurs on the server, so Pro can act as a light client to collect input parameters for a tool and visualize the output, with the server doing the heavy data processing.
... View more
09-02-2018
07:33 PM
|
2
|
2
|
1881
|
|
POST
|
Yes ModelBuilder: migration to ArcGIS Pro Although "migrate" isn't really the best word, as you shouldn't need to do anything to get your models to work in ArcGIS Pro. A few caveats are covered in the topic above: 1. Some tools are not supported in Pro, so if your model uses one of these tools you will need to fix the model or find an alternative in Pro: Tools that are not available in ArcGIS Pro 2. Some data types, namely personal geodatabases, are not supported in Pro, so if your model uses these data types the model will have to be updated. 3. One of the most common tools, Calculate Field, no longer supports VB calculations, so you will need to update your model to use Python or Arcade expressions instead. Make a backup of the toolbox your models are in before using them in Pro, since if you make changes and save the models, they will no longer be able to be used in ArcMap.
... View more
08-22-2018
11:32 AM
|
1
|
1
|
3705
|
|
POST
|
Gabriel Marcus does this occur with any other windows, like the Contents pane or Catalog pane when undocked on the 3rd or 4th screen?
... View more
08-03-2018
11:51 AM
|
0
|
1
|
2674
|
|
POST
|
The bug was not reported and was never experienced with file geodatabase. I believe any Oracle enterprise geodatabase version would be impacted, thought all the known cases have been addressed in 2.2.1.
... View more
08-02-2018
01:33 PM
|
1
|
0
|
2593
|
| 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 |
Wednesday
|