|
POST
|
Alright, after swapping bits in and out of toolboxes, I managed to get something that looks virtually identical to your code working (attached). I can't even see what significant changes were made using a file diff tool, I have to assume there's some invalid whitespace characters in your source that I Ship of Theseus'd out of there. Let me know if this still gives you trouble.
... View more
04-11-2025
09:39 AM
|
0
|
3
|
2776
|
|
POST
|
A Github repo is great, please post it when you can.
... View more
04-11-2025
08:29 AM
|
0
|
5
|
2794
|
|
POST
|
Are you able to cut one of these toolboxes down to a minimum reproduction of the error and then post it here?
... View more
04-10-2025
04:30 PM
|
0
|
7
|
2827
|
|
POST
|
This stores the code in one field and the description in another, which is different from having a coded-value domain on an integer field. Not strictly wrong, but not as useful as a proper field in my experience.
... View more
04-10-2025
01:17 PM
|
0
|
1
|
1597
|
|
POST
|
I'm testing on Pro 3.4 and I'm not having any issues bulk selecting rasters (See screenshots). That said I don't have proper imagery on hand so maybe you're getting an error running the tool?
... View more
04-10-2025
12:43 PM
|
0
|
0
|
2948
|
|
POST
|
Second best thing to picking the folder: pop the folder open, click the first raster, scroll to the bottom, shift-click the last raster. Or click one raster then hit Ctrl+A if you're 100% sure every file in there is a raster dataset.
... View more
04-10-2025
11:17 AM
|
1
|
0
|
2985
|
|
POST
|
Looks like a decent chunk of legend properties are exposed through CIM access. Here's a quick example for setting the legend's title to 22pts: prj = arcpy.mp.ArcGISProject("CURRENT")
layout = prj.listLayouts()[0]
legend = layout.listElements('LEGEND_ELEMENT')[0]
cim = legend.getDefinition('V3')
cim.titleSymbol.symbol.height = 22
legend.setDefinition(cim) No gaurentee you can adjust every single component of the legend but it can't hurt to look.
... View more
04-10-2025
11:07 AM
|
0
|
0
|
1131
|
|
POST
|
If you make good use of the script tool parameter types this can be an efficient script tool. I've attached a tool with no code to execute but the parameters and validation already done, this illustrates how you can quickly gather a bunch of code ranges and their associated descriptions, for both new and existing domains.
... View more
04-10-2025
10:38 AM
|
0
|
0
|
1628
|
|
POST
|
I assume the search runs once and then caches the results to avoid performance issues. Two things you can try: Add the "time" parameter to your URL to attempt to pull the latest data. This is how it works for the pulldata function but search might not work with this trick. Try another calculation mode. No guarantees any of this will work as search might go through a different bit of code than calculations do.
... View more
04-08-2025
01:29 PM
|
1
|
1
|
953
|
|
POST
|
Assuming you don't care about extra PCI lanes, ECC memory etc. a high-end core series is usually better than any workstation class Xeon in Pro due to the inevitable single thread bottlenecks. That said, these 2 tools might actually use threads efficiently so it's hard to tell without proper benchmarking. If you have the budget and time then build both, run your standard workflows on both and refund whatever loses. You should also consider AMD's standard chips over Intel, the high-end Core chips have a bad habit of destroying themselves and the X3D chips obliterate anything that's memory bottlenecked (i.e. almost everything your computer does).
... View more
04-08-2025
10:14 AM
|
0
|
0
|
785
|
|
POST
|
Getting addresses from a location requires a trip to a geocoder so it doesn't fit into what dynamic text covers. You'll have to load all your locations into a point feature class, reverse geocode it, then display that on the map or copy the results to whatever drives your map series
... View more
04-08-2025
09:42 AM
|
3
|
0
|
572
|
|
POST
|
Calculations between two dates either work using "epoch time" in microseconds or "decimal time" which are whole days with hours, minutes etc. stored in the decimal. This part of the docs explains how to convert between the two and provides examples for doing calculations in both styles.
... View more
04-01-2025
02:22 PM
|
0
|
0
|
1094
|
|
POST
|
That looks like it's applying the "<pre>" tag which forces block display for that text. I'm thinking something that can be done inline, which I can't mock up due to HTML styling restrictions.
... View more
04-01-2025
11:51 AM
|
0
|
0
|
1381
|
|
POST
|
When you add the feature service you published back into Pro, are you able to select related records, add them to popups etc. etc.? If so you might want to post a screenshot or mockup of what you're trying to accomplish, you might be using the wrong tool here.
... View more
04-01-2025
09:50 AM
|
0
|
0
|
1784
|
|
POST
|
Those starting and ending messages are consistent with what appears in my environment. The message level appears to ignore those 2 leading messages and you always get 2 ending errors so I think you've hit the limit. Luckily the only internal info being leaked is the tool name so if you're able to instruct your users to ignore the other messages then you're good.
... View more
04-01-2025
09:16 AM
|
0
|
0
|
1135
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 3 weeks ago | |
| 1 | 3 weeks ago | |
| 1 | 07-16-2026 11:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|