|
POST
|
I do not believe there is any ability to select layers in the ToC from model builder other than in the manner you have done. This does not surprise me as models can be run within python scripts without even ArcPro open.
... View more
08-01-2022
04:49 AM
|
2
|
0
|
1107
|
|
IDEA
|
@AmeliaBradshaw I write a description in the properties as shown below: DuncanHornby_0-1658827500001.png I also document in the metadata as shown below: DuncanHornby_1-1658827787168.png Neither of these text appear in the pop-up as shown below: DuncanHornby_2-1658827895942.png All system tools show a short piece of text in their pop-up and this is the description written into the properties of the tool. Hope this clarifies my idea?
... View more
07-26-2022
02:35 AM
|
0
|
0
|
3610
|
|
POST
|
I've noticed this new tool and ESRI seemed to have replaced all mention of the classic Spatial Join tool in the UI with this new Add Spatial Join. Whilst not answering your question, more of an observation, but I have discovered at least one tool that fails with the output of Add Spatial Join and that's the split by attributes tool. Seems odd that this apparent in-memory join is persisted in the scratch workspace as Dan shows, seems to defeat the purpose of it being in-memory!
... View more
07-25-2022
08:39 AM
|
0
|
0
|
1647
|
|
IDEA
|
So here is a screen shot of the properties of a dataset note it is UNCOMPRESSED and has a SPATIAL INDEX DuncanHornby_2-1658702483793.png DuncanHornby_3-1658702506383.png When I run the following code in the Python console in ArcPro 3.0 I get the expected results desc = arcpy.Describe('centerline_reprojected')
desc.hasSpatialIndex
True Now... I run the compress file geodatabase tool to compress the dataset, and to prove I did this here are the properties DuncanHornby_4-1658702681840.png Now if I run the same bit of code I get False desc.hasSpatialIndex
False Finally if I un-compressed the data it clearly states in the properties that the spatial index exists. It would good if this method reports the presence of the index correctly. If there is some technical reason why this can't be done the Help file needs updating to explain that it won't report the existence of a spatial index.
... View more
07-24-2022
03:48 PM
|
1
|
2
|
1867
|
|
IDEA
|
If you move your cursor over a tool in any system tool you get a pop-up and it shows the text that is in the description, an example of this behaviour is shown below: DuncanHornby_0-1658702130255.png I'm creating a set of python script tools which are embedded into an atbx toolbox. Each tool I have created I have given it a short description in the properties of the tool. Yet the description does not display, as shown below, in fact the pop-up is quite different in format to the system tool's pop-ups. DuncanHornby_1-1658702130258.png It would be good if the pop-up for a script tool in an atbx toolbox could display its description.
... View more
07-24-2022
03:33 PM
|
3
|
5
|
3683
|
|
IDEA
|
Just an idea, don't know if it will work. But in Windows File Explorer navigate to the AddIn folder and set the properties of the file to be read-only. That might stop accidental deletion? At least give it ago?
... View more
07-24-2022
11:14 AM
|
0
|
0
|
4314
|
|
POST
|
Because 9.2 is very old and ESRI stopped supporting it years ago! They obviously tweaked the UI when they moved to 10.x
... View more
07-07-2022
02:16 AM
|
0
|
0
|
809
|
|
POST
|
You need to read the help file and understand how to turn your script into a script tool. Its all in the help file here.
... View more
07-07-2022
02:12 AM
|
0
|
0
|
1114
|
|
POST
|
How about this as an alternative workflow: buffer each polyline individually with end type parameter set to flat? A very simple model with a feature iterator would achieve this.
... View more
07-07-2022
02:09 AM
|
0
|
0
|
1258
|
|
POST
|
You could try using the Dice tool on the polygon output or use the Split Raster tool to cut up your raster before your convert to polygon?
... View more
07-07-2022
02:06 AM
|
0
|
0
|
1351
|
|
POST
|
I've not needed to do such work so have not followed up any development in field maps. So based upon your experience I guess not.
... View more
07-07-2022
01:57 AM
|
0
|
2
|
12539
|
|
POST
|
Hi, I've been thinking of migrating a large ArcMap AddIn to the geoprocessing framework of ArcPro 3.0. I would like to protect the python source code by encrypting the toolbox through the process of embedding a script into the toolbox. I have a couple of questions that may be an experienced python toolbox developer can answer? Are there any known issues with the size of the script that can be embedded? I have seen some old threads on this forum where someone was embedding a script that was greater than 7000 lines and this seemed to corrupt the toolbox, does such a limit exist for ArcPro, especially the newer atbx format? Playing around with the embedding option I note than none of the validation code is encrypted, is this correct? Seems like an oversight to me as one may be putting proprietary code in this part, especially the isLicensed function? @DrewFlater tagging you in this as you were able to answer a previous question about the new atbx format. May be you know or know someone who can offer an answer?
... View more
07-06-2022
02:49 PM
|
3
|
1
|
1410
|
|
IDEA
|
@Bud This is not a solution to your idea of being able to automate domain validation but I discovered this way to find all that are invalid features using the Attribute Panel. This is a suggestion but may be you can explore the Data Reviewer (I have never used it), that offers all sorts of tools for reviewing data quality in an automated way?
... View more
07-04-2022
08:42 AM
|
0
|
0
|
1010
|
|
IDEA
|
I can replicate the issue in ArcPro 3.0. A work around is to right click on the file geodatabase and refresh it before you right click on the feature class to rename it correctly.
... View more
07-04-2022
07:07 AM
|
0
|
0
|
2675
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-03-2026 07:31 AM | |
| 3 | 06-29-2026 05:17 AM | |
| 1 | 02-15-2023 05:45 AM | |
| 1 | 06-16-2026 02:37 AM | |
| 1 | 06-15-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|