|
POST
|
Do you maybe have some significant figure display set on that field? e.g values are actually 109.1, 109.2, 109.4
... View more
05-16-2023
10:01 AM
|
0
|
0
|
833
|
|
POST
|
Yes I think there's some more robust validation happening for the Feature Service input. I'd go with Johannes's solution. @Johannes there's still no Try - Except equivalent in Arcade is there?
... View more
05-15-2023
12:29 PM
|
0
|
1
|
1314
|
|
POST
|
Is the RSEI layer a Map Service? Do you have the URL? Map Services can't sit above Feature Services I don't think (for whatever Esrieason). If you can specify the feature by REST endpoint index 'ServiceName/MapServer/0' instead, then it acts as a feature layer which you can then put on top.
... View more
05-14-2023
10:18 AM
|
0
|
2
|
1394
|
|
POST
|
Can you explain in more detail what you're trying to achieve? The code looks very verbose and seems to have 6 levels of iteration at one point.
... View more
05-14-2023
03:06 AM
|
0
|
0
|
1617
|
|
POST
|
Don't use any ArcMap printing functions, not even print to PDF. Just export to PDF and then print it. Also your A0 map would just get resampled to A3 size and look awful with the imagery. You have to have the layout sized according to how it will be printed - if you don't want it resampled.
... View more
05-13-2023
05:10 AM
|
1
|
0
|
1454
|
|
POST
|
#Square
Power(inRaster, 2.0)
#Cube
Power(inRaster, 3.0)
#Square root
Power(inRaster, 0.5)
#Inverse
Power(inRaster, -1.0)
#etc.
... View more
05-13-2023
03:21 AM
|
1
|
0
|
2198
|
|
POST
|
Possibly 2 Select by locations using 'Add to selection' then run your join. I agree it would be nice to stack some spatial relationships. I also think you should also be able to incorporate AND OR logic into a cursor using SHAPE@ tokens to compare geometries, but it might be too computationally expensive depending on the dataset size.
... View more
05-13-2023
03:01 AM
|
0
|
0
|
2797
|
|
POST
|
Possibly read through all of this post and try 'Download Map' with no layers, and choose the nearest cache scale which would match your printed map https://community.esri.com/t5/arcgis-pro-questions/exporting-vector-tile-package/td-p/523007 there's a REST operation to export tiles but would be more fiddly than the Pro GUI.
... View more
05-12-2023
12:30 PM
|
1
|
1
|
15184
|
|
POST
|
That's a lot of hospitals. Is this a homework question?
... View more
05-12-2023
11:24 AM
|
0
|
1
|
939
|
|
POST
|
splitString would be a list which looks like this ['John', 'Smith'] splitString[0] would only return the first item 'John'. The code should work.
... View more
05-12-2023
11:20 AM
|
0
|
0
|
3477
|
|
POST
|
Calculate Field, Python. splitString = yourString.split()
oneSpace = splitString[0] + " " + splitString[1] note - edited original post to use .split() default whitespace method which would be more robust than .split(" ") which would include >=2 consecutive whitespaces.
... View more
05-12-2023
10:05 AM
|
0
|
2
|
3508
|
|
POST
|
Looks like a feature class with subtypes was uploaded.
... View more
05-12-2023
09:05 AM
|
0
|
0
|
961
|
|
POST
|
Are you using versioning? I'd try opening an edit session and Field Calculating in that.
... View more
05-12-2023
08:55 AM
|
0
|
0
|
5056
|
|
POST
|
Did you validate the expression? Ensure it's Python not Arcade.
... View more
05-12-2023
04:41 AM
|
0
|
2
|
5061
|
|
IDEA
|
Sounds like a support minefield for when users have issues with the 'upgrade'.
... View more
05-11-2023
02:28 PM
|
0
|
0
|
1340
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-17-2023 12:44 PM | |
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-06-2026
06:42 AM
|