|
POST
|
You are passing expression type, which is the fourth parameter, as the second parameter, which is field. Also, when you pass the second parameter, you don't put it in square brackets, which creates a Python list and will cause another error. Try: arcpy.management.CalculateField(out_fc, "SEGMENT", r"!STRUCTUREBEG! + ' to ' + !STRUCTUREEND!", "PYTHON3")
... View more
04-19-2024
04:43 PM
|
0
|
0
|
1880
|
|
POST
|
Providing representative code would be helpful because it is likely how you are calling the tool that is causing the issue. From Select Layer By Attribute (Data Management)—ArcGIS Pro | Documentation If the input is a feature class or dataset path, this tool will create and return a new layer with the result of the tool applied. Are you passing a feature class or dataset path to the tool or the name of a layer or view?
... View more
04-15-2024
07:07 AM
|
0
|
1
|
1843
|
|
POST
|
Have you tried using an UpdateCursor—ArcGIS Pro | Documentation? If so, any error messages?
... View more
04-10-2024
06:53 AM
|
0
|
1
|
1581
|
|
POST
|
What ArcGIS Desktop app, specifically, crashes? I assume ArcMap is crashing, what about ArcCatalog, what about ArcScene?
... View more
04-08-2024
07:25 AM
|
0
|
2
|
2353
|
|
POST
|
Where are you expecting a Publish "button" to be? What is described in the documentation, and how it works, is through a context-menu option and not a button somewhere. However, we may be talking about the same thing but using different terms.
... View more
04-03-2024
03:16 PM
|
0
|
0
|
5487
|
|
POST
|
Is the FGDB feature class hosted on a local drive on your machine or a network share?
... View more
04-02-2024
11:15 AM
|
0
|
1
|
3306
|
|
POST
|
The issue likely has to do with the data store or workspace and not your code. Are you updating a feature service, enterprise geodatabase feature class, shape file, etc...?
... View more
04-01-2024
07:47 AM
|
0
|
0
|
3333
|
|
POST
|
If the max number goes to 115, do you want the result to be "001" so that all the values are 3 characters.
... View more
03-28-2024
08:31 AM
|
0
|
1
|
2779
|
|
POST
|
The answer lies in the fact that you are relying on dot density symbology for some polygons that have perimeters that span water and land. If you want to ensure all the dots are in land, you will have to intersect the census layer with some kind of water/land layer to get census area definitions that only include land.
... View more
03-26-2024
07:45 AM
|
0
|
0
|
1955
|
|
POST
|
If new data is being created in the enterprise geodatabase and not seen on the published service, I would check whether the new data and published data are using the same geodatabase version (not software version, but geodatabase version as in versioned data). It might be necessary to reconcile and post the data to a parent version before it shows up in the service.
... View more
03-26-2024
06:10 AM
|
1
|
0
|
1519
|
|
POST
|
Thanks. Yeah, it helps to know not to expect anything else in the near to mid term.
... View more
03-25-2024
12:19 PM
|
0
|
0
|
2767
|
|
POST
|
@DerekLaw, any plans to support anything different besides Postgres?
... View more
03-25-2024
10:17 AM
|
0
|
2
|
2796
|
|
POST
|
Census data is commonly summarized by area, where are the points coming from? If I download the ACS_2021_5YR_COUSUB_36_NEW_YORK geodatabase it doesn't have any points in it.
... View more
03-25-2024
07:10 AM
|
0
|
1
|
1979
|
|
POST
|
Honestly, I have no idea what the question is for this post, or are you just sharing a story about working with a consultant?
... View more
03-24-2024
08:50 AM
|
0
|
0
|
1299
|
|
POST
|
There are several tools available for moving data around, maybe give Export Features (Conversion)—ArcGIS Pro | Documentation a try.
... View more
03-21-2024
07:46 AM
|
0
|
1
|
3096
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-11-2026 07:04 AM | |
| 1 | 07-17-2026 06:54 AM | |
| 2 | 07-06-2026 12:29 PM | |
| 1 | 07-06-2026 12:00 PM | |
| 2 | 06-05-2026 10:30 AM |
| Online Status |
Online
|
| Date Last Visited |
4 hours ago
|