|
POST
|
Thomas Zuberbuehler thank you for the comment. The geoprocessing team is providing the shortcut key Ctrl+Shift+Enter to run the geoprocessing tool in the Pro 2.5 release. Initially this will work only when the Geoprocessing pane has focus, but we will also work on getting the shortcut key to run the tool even if the focus is in a different window or the ribbon in a future release. I think what we deliver in 2.5 will cover your request of typing in a geoprocessing parameter control/text box and wanting to immediately run the tool without moving the mouse down to the run, or tabbing through the remaining parameter to get to the Run button.
... View more
08-06-2019
12:38 AM
|
2
|
2
|
4789
|
|
POST
|
Doing interactive steps as you described is not the purpose of ModelBuilder, which is for automating geoprocessing workflows. Everything you described could be encapsulated in a Task instead that gives more guidance to do each of the steps. This will not require any coding and provides an easy-to-use guide for creating reproducible workflows. Learn more about ArcGIS Pro Tasks: https://pro.arcgis.com/en/pro-app/help/tasks/whatistask.htm And here's a great workshop from User Conference about Tasks: https://www.youtube.com/watch?v=R4GEFwMIu-M
... View more
07-24-2019
11:22 AM
|
2
|
0
|
2299
|
|
POST
|
Scatter plot matrix was added in ArcGIS Pro 2.3. https://pro.arcgis.com/en/pro-app/get-started/whats-new-in-arcgis-pro-2-3.htm#GUID-6851E584-25DF-4DB5-B0AE-B90F6963F93B What version of the software are you using?
... View more
07-23-2019
11:06 AM
|
0
|
0
|
1381
|
|
POST
|
Hi Pete, I have two questions: 1. can you upload a layer package with this data 2. can you upload the crash report (.dmp) from your %localappdata%\esri\errorReports folder with the timestamp that matches when the application crashed running Layer To KML? There is no personally identifiable information in this report, so there are no privacy concerns. If you feel better, you could also email it to me at dflater@esri.com. Thanks for your help troubleshooting the issue.
... View more
07-19-2019
10:30 AM
|
0
|
1
|
1462
|
|
POST
|
If you locate one of the crash files matching the timestamp of when you got this specific crash, you can upload it here for us to get a jump start at debugging. These files have no personally identifiable info in them. You can locate the .dmp files at %localappdata%\esri\errorReports
... View more
07-18-2019
01:59 PM
|
1
|
1
|
3586
|
|
POST
|
Calculate Field and all other geoprocessing tools that have a field choice-list have displayed field aliases since Pro 1.0, there hasn't been any recent change to this effect unless I am misunderstanding your comment. You are right, in certain situations it's better to view the field name. However, field aliases are the defacto choice for listing fields across the app, so there is no setting for geoprocessing that will switch all field lists to display field names. For calculate field there are two things that might help you -- 1. In the choice-list for selecting a field, you can hover over the entries to see a popup that states the field name and alias. 2. In the expression builder Field Options you can toggle between field name and alias.
... View more
07-18-2019
01:43 PM
|
2
|
1
|
5432
|
|
IDEA
|
As of March 2019, the Elevation and Hydrology ready to use services have been FREE- no credit charges to run the Profile, Summarize Elevation, Viewshed, Trace Downsteam, or Watershed ready to use services in ArcGIS Pro or any other client. https://developers.arcgis.com/rest/elevation/api-reference/get-started-with-elevation-services.htm#ESRI_SECTION1_D50801BCC66D40D094555B3221BA6D81
... View more
06-12-2019
11:31 AM
|
0
|
0
|
3541
|
|
IDEA
|
The ArcGIS Pro Profile Graph works with any 3D Line data - you do not need to run or use the Esri-hosted elevation data or Profile ready-to-use geoprocessing tool. If you already have 3d lines, you just need to right-click the layer and select Create Chart>Profile Graph. If you have 2d lines and an elevation surface, you first need to run the Interpolate Shape (3d Analyst) tool to burn the z-values into the 2d lines - either at the existing vertices, or at a regular sampling distance. Now that you have 3d lines, you can use them with the Profile Graph chart. EDIT: Also wanted to point out that since March 2019, the Elevation and Hydrology ready to use services have been FREE- no credit charges to run the Profile, Summarize Elevation, Viewshed, Trace Downsteam, or Watershed ready to use services in ArcGIS Pro or any other client. https://developers.arcgis.com/rest/elevation/api-reference/get-started-with-elevation-services.htm#ESRI_SECTION1_D50801BCC66D40D094555B3221BA6D81
... View more
06-12-2019
11:02 AM
|
2
|
2
|
3541
|
|
IDEA
|
Cole Andrews unfortunately due to a technical limitation of the geoprocessing value table datatype (what is used in Add Fields multiple as well as many other geoprocessing tools) the state of the empty rows cannot be stored, they are automatically cleaned up as soon as the mouse focus leaves the first text box you are entering values into. So we need to approach the problem from the perspective of putting the + button in a location that makes it easier and require less scrolling to access. Our current thinking is that at the bottom will require less scrolling and mouse travel to add many fields.
... View more
06-07-2019
04:34 PM
|
2
|
2
|
3504
|
|
POST
|
Hi, The bug you linked, BUG-000116163, is not fixed yet. It deals specifically with arcpy.MakeFeatureLayer_management() when arcpy.env.addOutputToMap = False. If your script is only doing a CopyFeatures then it might be a different issue that the script is failing. You do say after the copy the script "performs analysis" so I guess this may include arcpy.MakeFeatureLayer_management? You might be able to rewrite some steps in your script, as Make Feature Layer is no longer required as a pre-requisite for many tools like Add Join, Select Layer By Attribute, etc, as of Pro 2.2. https://pro.arcgis.com/en/pro-app/get-started/what-s-new-in-arcgis-pro-2-2.htm#ESRI_SECTION1_68F7BAF048AE4EF096C802EB7FD68817 (see the second bullet point)
... View more
03-28-2019
11:11 AM
|
1
|
0
|
2669
|
|
POST
|
Glad you are finding the Undo toggle button useful.
... View more
03-15-2019
04:28 PM
|
0
|
1
|
2750
|
|
POST
|
This came up in a previous geonet discussion https://community.esri.com/message/736034-applying-field-calculator-only-on-selected-features?q=calculate%20field#commen… The issue was found to be caused by duplicate layer names in Contents, and the Calculate Field tool used the duplicate layer that didn't have a selection rather than the duplicate layer that had the selection. Can you confirm if you have multiple layers with the same name?
... View more
03-15-2019
04:28 PM
|
1
|
1
|
2750
|
|
POST
|
Good can come from any post. We've fixed this now in ArcGIS Pro 2.4 alpha software so that if the input data is empty, Calculate Geometry returns a helpful error. Thank you for posting.
... View more
03-15-2019
03:13 PM
|
2
|
1
|
3055
|
|
POST
|
Mark Peacey Was the data interop you needed to uninstall installed before or after you installed ArcGIS Pro 2.3? Was it perhaps an older version of data interop, like the 2.2 version?
... View more
03-13-2019
11:20 AM
|
0
|
1
|
1382
|
|
POST
|
Hi everyone. I have always said better late than never, and thought it was worthwhile to update this thread as there are some familiar faces still active on geonet.... This enhancement has been complete in ArcGIS Pro 2.4 alpha software, for both standard tbx toolboxes as well as PYT toolboxes, so you can expect to see this working when the 2.4 final release is available (or if you sign up and participate in the beta program). How it works .... you can define a value table parameter, much like discussed above, where one column is a feature layer, and a second column is a field. If this parameter has NO DEPENDENCY set, it will apply an intrinsic dependency between the field column and the layer/data column, to read and populate the field list from the data selected in the first column. Again this only works if the parameter doesn't have a dependency set on another parameter -- we want this dependency to be applied WITHIN the value table, not between the value table parameter and another tool parameter. I hope it makes sense. Attached a small video of the script tool properties and the tool dialog to help illustrate.
... View more
03-12-2019
11:48 PM
|
3
|
2
|
2860
|
| 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
|