|
POST
|
The Calculate Field tool in ArcGIS Pro will now create the field if it doesn't already exist, which is handy and saves a step. Either way, you should be able to have access to the new field in model builder and Python. Without more details, I can't advise further. If you are able to provide a detailed description of your starting tables and what you want the output to be, we might be able to provide some code examples.
... View more
04-18-2024
08:02 AM
|
0
|
4
|
3824
|
|
POST
|
If you can use geoprocessing tools to complete the workflow, it can be automated. If you have a basic working knowledge of Python, you can copy the Python command from Pro and paste it into your IDE to get the code started. Alternatively, if you already have a model built, you can export the model to Python. You would be free to edit variable names and utilize the memory workspace. I'm having trouble fully understanding the workflow from your description so please follow-up with any specific, detailed questions you have.
... View more
04-17-2024
11:52 AM
|
1
|
6
|
3840
|
|
POST
|
You'll probably use the geometryEngine for this. The docs don't clarify what happens when two geometries share a boundary, so you'll have to do a little testing. Seems like crosses or intersects would be a good place to start. Assuming that intersects will return true if they share an edge, you could check if it intersects but doesn't cross. EDIT: It looks like relate is what you want. You'll look for a specific boundary result in the DE-9IM matrix table result values.
... View more
04-17-2024
11:21 AM
|
0
|
0
|
892
|
|
POST
|
@EdX1 wrote: @BlakeTerhune Would you recommend rebuilding the indexes on a regular basis? Is there any possible repercussions with deleting geoprocessing history from the metadata? This table I am editing contains critical data. Thanks! Yes, you should compress, update statistics, and rebuild indexes on a regular basis. Enterprise geodatabase maintenance tasks—ArcGIS Pro | Documentation The only down side to removing geoprocessing history is that you have to have a process to do it and you won't have a history of geoprocessing operations run on the data. If neither of those things are trouble for you or your organization, then go for it. For me, I try to include the option to not record the gp history in metadata when I run scripts. arcpy.SetLogMetadata(False) SetLogMetadata—ArcGIS Pro | Documentation
... View more
04-17-2024
08:28 AM
|
2
|
0
|
4075
|
|
POST
|
I think maybe you are missing single quotes around the last part of the SQL expression for subType. Is it a string or a number value? Try using f-string to build the expression. f"ROLLNUM15 = '{txtARN}' and SUBTYPE = '{subType}'"
... View more
04-16-2024
07:46 AM
|
0
|
1
|
1569
|
|
POST
|
That is definitely what I would do first. You could also try to rebuild the indexes. Also add the layer to a map and running some gp tool on it. If it's also slow there, you could try deleting geoprocessing history from the metadata. Or you could copy the features into a new feature class for testing and run your script on the new feature class to see if the performance is any different.
... View more
04-16-2024
07:21 AM
|
1
|
2
|
4142
|
|
POST
|
Your mxd variable name is messing with me! What version of Pro are you using?
... View more
04-16-2024
07:12 AM
|
0
|
0
|
1344
|
|
POST
|
Sorry, I didn't realize you had already posted this question before I moved it from the other (unrelated) post. This can be deleted. Please refer to the new post: Help with Spatial thinning - Esri Community
... View more
04-10-2024
08:06 PM
|
0
|
0
|
543
|
|
POST
|
Which also includes improvements to the popup. The Popup and Features widgets now display features from multiple layers in the order they are displayed in the map. This means that the features of the topmost layer in the map will appear first, followed by the features of the next layer, and so on. In previous versions, the features were displayed in the order they were returned from the server.
... View more
04-10-2024
07:46 AM
|
2
|
0
|
1249
|
|
POST
|
I'm not really sure. I think I changed my display name a while back, but that's all I can think of.
... View more
04-05-2024
11:46 AM
|
0
|
0
|
1492
|
|
POST
|
The "One Year Anniversary" badge is listed twice in my profile. Both have the same description.
... View more
04-05-2024
09:01 AM
|
0
|
4
|
1568
|
|
IDEA
|
@Bud, it has both. Write geoprocessing operations to Geoprocessing History Write geoprocessing operations to dataset metadata
... View more
04-05-2024
08:41 AM
|
0
|
0
|
877
|
|
DOC
|
@Shauna-RaeBrown, I think you just need to point the PyCharm interpreter to the ArcGIS Pro Python install. Configure a Python interpreter | PyCharm Documentation (jetbrains.com) C:\YourInstallDir\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe
... View more
04-04-2024
11:11 AM
|
0
|
0
|
10595
|
|
IDEA
|
You do have some control over this in the settings and in ArcPy (SetLogHistory and SetLogMetadata).
... View more
04-03-2024
11:43 AM
|
0
|
0
|
912
|
|
IDEA
|
I like the feature in 3.2 that allows you to name a new database connection in the same dialog box you're creating it. It'd be great if we could define a template for this name in the settings somewhere so we can use our organization's naming pattern for consistency. For example, the default name template is {dbplatform}-{instance}({user}) I'd want a setting that let us define our own, like {user}@{instance}
... View more
04-03-2024
11:22 AM
|
3
|
0
|
517
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-23-2025 03:53 PM | |
| 1 | 2 weeks ago | |
| 1 | 03-19-2026 08:59 AM | |
| 1 | 02-12-2026 01:37 PM | |
| 1 | 12-01-2025 06:19 AM |