|
POST
|
Chandler Callison sorry you are experiencing this performance problem. Would you be willing to share your project package? We would like to troubleshoot the issue. Send to dflater@esri.com, or contact tech support.
... View more
02-26-2020
02:48 PM
|
0
|
0
|
1631
|
|
IDEA
|
If you need to have multiple parameters be different in the batch operation, I suggest to simply use the normal version of the tool, and use the geoprocessing queuing system to accomplish running this sequence of operations. Since you are modifying multiple sets it does not seem like there is much to be gained by interacting with a grid of parameters vs the tool dialog. Grant Smith brought up a case of picking multiple pairs of base feature and compare feature. In the normal Feature Compare tool, select a base, select a comparison layer, name the output, click Run, and immediately repeat to add the next tool to run when the first one finishes. The parameters from the first one are maintained so if only one or a few things need to be changed that can be done efficiently (similarly to "filling" a batch column in the ArcMap batch grid).
... View more
02-24-2020
11:41 PM
|
0
|
1
|
7929
|
|
POST
|
Hi Amanda Kochanek, since Richard cannot share his data due to confidentiality, I'm hoping you might be able to share the data where you experienced the failure with XY Table To Points, or perhaps follow the steps I gave Richard: If you copy the header row PLUS the first data row into a new XLSX then use that as input, does the tool still fail? If so, can you replace the values with non-personally identifiable data and send that copy to us? If this error is widespread we want to understand and fix the problem in a patch so users can take advantage of the new 2.5 version of the tool.
... View more
02-18-2020
01:49 PM
|
1
|
0
|
12213
|
|
POST
|
Hi Richard Marountas, I understand the confidentiality of your data. We do have automated tests for XY Table To Point using both XLXS and XLS data, and those test cases are passing in 2.5 so we're obviously missing some different column format or data contents. If you copy the header row PLUS the first data row into a new XLSX then use that as input, does the tool still fail? If so, can you replace the values with non-personally identifiable data and send that copy to us? If this error is widespread we want to understand and fix the problem in a patch so users can take advantage of the new 2.5 version of the tool.
... View more
02-18-2020
08:01 AM
|
1
|
0
|
12213
|
|
POST
|
Hi Thomas Colson, I'm a little puzzled at this case, as our in-house test suite has cases just as you described that are passing and I just tried it myself in the application and the calc worked as expected. If you look under the hood of Calculate Geometry Attributes, it uses arcpy.da.UpdateCursor to perform the updates. Some data sources and enterprise gdb configurations require an updatecursor in an edit session, some don't support edit sessions, it's really a grab bag. So the tool attempts to start and use an edit session when required or check that the cursor can retrieve data without the edit session. If it's not able to, it raises the error you described. Attached is a screenshot of the test I ran using a SQL Server Enterprise GDB polygon feature class that has the Geography Configuration Keyword, GCS coordinate system, not registered as versioned, with archiving enabled. The Double field gets updated with the Area in sq miles as specified on the tool. I can only say this is a case to report and work withing tech support, please. All the best, Drew
... View more
02-13-2020
12:24 AM
|
0
|
1
|
6213
|
|
IDEA
|
Hello, I am a lead from the geoprocessing development team and have some information to share. We are developing a new open-format for toolboxes, based on a folder structure and json files to contain the properties of the toolbox and it's tools and their parameters. This open format will support better source code management, will produce less corruption/invalid binary file problems, and better support backward compatibility across a variety of releases. The story will start to come together in the near-mid term (likely around 2.7). However, at this time, we can accomplish a lot of what you described specifically for source control by writing your code and toolbox as Python toolboxes. Creating a new Python toolbox—Geoprocessing and Python | ArcGIS Desktop This is a single Python file (text file) that contains toolbox and tool definitions as classes. Those classes can come from other modules as well. Python toolboxes are a great capability for developers who want programmatic control of the toolbox and organization of the code using basic Python structures. I hope you can consider this approach. We even have an old utility for auto-generating the PYT based on your TBX: GitHub - Esri/tbx-pyt-translator: Utility for converting a Geoprocessing TBX file to a pure-Python PYT file in ArcGIS 10… . Lastly, you can explore how some Esri system-tool developers are using Python toolboxes by exploring the PYTs in your ArcGIS Pro installation. C:\Program Files\ArcGIS\Pro\Resources\ArcToolBox\Toolboxes Drew
... View more
12-18-2019
02:31 PM
|
4
|
1
|
5523
|
|
POST
|
H. Alex Huskey, pretty much exactly what you described happens once per release, most recently in October 2019 for the Pro 2.5 release that will be publicly available early 2020. We call the process Holistic Testing, as you look at not just one area of the software but usage across all the functional areas necessary to get your job done. Roughly 25 individuals from primarily the U.S., across every industry, join us at Esri development headquarters in Redlands, CA for a week of testing your workflows with your data in a new software release, and reporting problems you find directly with the development teams. It is hands-on full days of testing and talking between you and the dev teams, and extremely useful for us to see the work you are doing and any struggles you are having. It's the closest you can get to the zoo animals, outside of the User Conference showcase floor If you want more information about participation send me an email at dflater@esri.com.
... View more
12-12-2019
11:30 PM
|
2
|
1
|
3152
|
|
IDEA
|
The Attributes pane already allows for bulk editing as you showed -- 1. Select some features in the Attributes pane 2. Click the field cell for the field containing the domain value you want applied to all the selected records 3. Pick the domain value from the choicelist 4. Click apply 5. Save edits when you're ready
... View more
11-20-2019
03:31 PM
|
4
|
0
|
3773
|
|
POST
|
Dianne Gray Kory Kramer The Spatial Join - Largest Overlap download has been updated to remove that ridiculous print at the end.
... View more
11-13-2019
10:43 AM
|
3
|
3
|
9161
|
|
POST
|
This issue has been fixed in Pro 2.5 beta 2. Thank you for reporting the problem.
... View more
11-07-2019
01:21 PM
|
1
|
2
|
3750
|
|
POST
|
To update all, this issue has been fixed in ArcGIS Pro 2.5 beta 2. If you are interested to test please email dflater@esri.com and I can get you added to the beta community, otherwise Pro 2.5 will likely be available early 2020.
... View more
11-06-2019
04:48 PM
|
2
|
1
|
5036
|
|
POST
|
Hello, I'd like to suggest moving your discussion from the Learn ArcGIS area to Python and ArcGIS Pro, where this will have better visibility with people who work with Python toolboxes. As for the question itself, what workflow are you using to share the Python toolbox, and what error are you experiencing regarding encryption? If you can also let us know the version and application you are using while attempting to share the Python toolbox.
... View more
09-13-2019
09:13 AM
|
1
|
0
|
704
|
|
POST
|
Hi Thomas, I could not repro a blank <name> in the kml file using some very simple repro data in Pro (two points with a Name field marked as the display field in the properties as you showed). I do have that display name also as the label field, so perhaps you could try the same. This definitely seems like a bug to work with tech support to enter if you continue getting a blank name in the exported kml. Drew
... View more
08-16-2019
11:37 AM
|
0
|
0
|
1883
|
|
POST
|
Just remember to use GCS_WGS_1984 (4326) as the Coordinate System parameter, and the values will be latitude and longitude in decimal degrees.
... View more
08-13-2019
02:26 PM
|
1
|
0
|
2096
|
|
POST
|
Duncan Hornby we are working on raster support in the memory workspace as we speak for Pro 2.5. You should be able to check it out in a beta release in a few months.
... View more
08-06-2019
01:14 PM
|
2
|
0
|
1728
|
| 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
|