|
POST
|
I Think if you looked at the type for fSub it would be Boolean rather than a Geometry. Try Intersection() rather than Intersects(). https://developers.arcgis.com/arcade/function-reference/geometry_functions/#intersection
... View more
01-30-2024
12:52 PM
|
0
|
0
|
862
|
|
POST
|
Really seems like schema locking from what you describe.
... View more
01-29-2024
12:42 PM
|
0
|
1
|
3647
|
|
POST
|
Ok looks like to domain isn't the cause. Can you test each logical expression individually without any AND statements etc. as a check?
... View more
01-27-2024
02:28 PM
|
0
|
1
|
2164
|
|
POST
|
Don't understand at all. Definitely needs some visuals.
... View more
01-27-2024
10:41 AM
|
0
|
0
|
5016
|
|
POST
|
If these are domains, are you referring to the the code? I'm not sure if you can refer to the domain description. Go to the data data of your fea ture layer, then 'fields' tab and select your field. You should then be able to see the domain codes and descriptions if you open up the domain editing option. If this is the case then possibly just try to use the domain code e.g. $feature.approver_determination == 1234 or use DomainName() function https://developers.arcgis.com/arcade/function-reference/feature_functions/#domainname : DomainName($feature, 'approver_determination') == 'unfeasible'
... View more
01-27-2024
10:33 AM
|
1
|
3
|
2181
|
|
POST
|
Nice idea. I'd just throw my 2 pence in and say that closing ideas off (even with the best of intentions to pick them back up) could cause some ideas to drop of the radar. Is there perhaps a better status to put these into?
... View more
01-26-2024
11:38 AM
|
0
|
0
|
3865
|
|
POST
|
From the man who taught me my first Python with arcpy. Thanks @EdMorris
... View more
01-26-2024
11:14 AM
|
0
|
0
|
3057
|
|
POST
|
https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/near.htm might be preferable for posterity so you can refer back to a distance for each record. If the distance criteria changes you can just select by attribute (distance) instead. Of course you need to geocode you table first. that's most of the battle.
... View more
01-25-2024
10:29 AM
|
1
|
0
|
1850
|
|
POST
|
You can add a Calculate Field model builder tool which has a Python script to calculate the date and output as a string. You'd then use the output (I think defaults to 'Value') in an inline variable substitution for the output filename for whatever tool. https://pro.arcgis.com/en/pro-app/latest/tool-reference/modelbuilder-toolbox/calculate-value.htm Python script (not in codeblock, just in the expression box. Data Type=String. datetime.datetime.now().strftime("%Y_%m_%d") That should then have an output called 'Value' (you can rename this of-course) Then when you write the output filename in another tool: %Value%_myFilename.extension goes to -> 2024_01_25_myFilename.extension
... View more
01-25-2024
10:22 AM
|
1
|
1
|
3106
|
|
POST
|
Do you have domains for that required question/field? Maybe some mismatch of those between their app and the hosted feature layer (thus values being rejected)?
... View more
01-24-2024
12:36 PM
|
0
|
0
|
2896
|
|
POST
|
I'm not sure I entirely understand your picture provided, but it looks like you have a gap after that initial T-junction. The polygon looks like a buffer of that roadline which stops just after the junction. I know you've said you don't but, try to run a route analysis to make sure if you haven't done so already. Also check the Polygon Detail level in your analysis options and possibly increase it to High Precision for troubleshooting purposes.
... View more
01-24-2024
12:26 PM
|
0
|
0
|
1361
|
|
POST
|
https://pro.arcgis.com/en/pro-app/3.1/help/sharing/overview/save-a-layer-file.htm https://pro.arcgis.com/en/pro-app/3.1/help/projects/connect-to-a-style.htm
... View more
01-24-2024
12:16 PM
|
0
|
0
|
1089
|
|
POST
|
Are you republishing with any schema changes when source is in use?
... View more
01-24-2024
12:11 PM
|
0
|
0
|
3739
|
|
POST
|
https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/intersect.htm or select by location to if you need the entire features which intersect, touch etc. (numerous spatial relationships / overlap_type listed in the below help). https://pro.arcgis.com/en/pro-app/3.1/tool-reference/data-management/select-layer-by-location.htm Then export the selected features. https://support.esri.com/en-us/knowledge-base/how-to-export-selected-features-from-a-feature-layer-in-000025141 or right-click data->export.
... View more
01-24-2024
12:08 PM
|
1
|
0
|
887
|
| Title | Kudos | Posted |
|---|---|---|
| 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 | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|