|
POST
|
Is the UN Line layer repeated in the map twice? What does your TOC look like?
... View more
04-18-2024
03:12 AM
|
0
|
5
|
2072
|
|
POST
|
To access the topology or the connectivity of the Utility Network, you must run a trace or export subnetwork and get this information from the json file results.
... View more
04-18-2024
03:05 AM
|
1
|
0
|
1654
|
|
POST
|
I am traveling, can verify and look it up next week, but I am fairly sure for branch versioned data, a relationship must be global id based.
... View more
04-12-2024
09:36 AM
|
0
|
0
|
1140
|
|
POST
|
My only guess is there may be indetermiate flow on the bus work and that is why is it not making it to the other transformer. If you put a trace flag on the bus work, maybe in the middle, what does upstream do?
... View more
04-04-2024
03:54 AM
|
0
|
0
|
1736
|
|
POST
|
Then the trace results are correct, there is a path from directions to that location.
... View more
04-04-2024
03:40 AM
|
0
|
0
|
2034
|
|
POST
|
Here is a copy of the toolbox with the abandon rows. Can also start to test out some of the other templated rules. https://github.com/Esri/arcade-expressions/tree/master/attribute_assistant
... View more
04-03-2024
01:05 PM
|
1
|
0
|
2894
|
|
POST
|
You have Devices that are present in a child tier that are not defined in a parent tier. You need to fix this in the b_subnetwork_devices tier. Either remove them from the child or add to parent
... View more
04-03-2024
10:12 AM
|
0
|
0
|
1036
|
|
POST
|
What version of ArcGIS Enterprise? There were some issues I recall with how tracing evaluated all paths. Also, not sure how and where the controllers are.
... View more
04-03-2024
03:12 AM
|
0
|
0
|
1771
|
|
POST
|
Now run a path trace, between the controller and your point. Put a barrier on the line to the left of your trace location, does it show a path the other direction?
... View more
04-03-2024
03:09 AM
|
0
|
1
|
2064
|
|
POST
|
We recently moved the tools to their own toolbox. I will work on getting a copy posted for you to test out.
... View more
04-02-2024
06:15 AM
|
0
|
1
|
2901
|
|
POST
|
It depends on your path to the controller. If is a mesh, like a pressurize system, both directions have a path to the controller and you have indeterminate flow. Flow direction defined by the edge is not available until 3.3. Run a controller trace, does that provide a single path or both?
... View more
04-02-2024
05:44 AM
|
0
|
3
|
2087
|
|
POST
|
My guess is that you checked "allow_indeterminate_flow" checked https://pro.arcgis.com/en/pro-app/latest/tool-reference/utility-networks/trace.htm#GUID-72D79FCF-DEA2-4E29-968F-6D97F4F91C59
... View more
04-02-2024
05:41 AM
|
1
|
0
|
2336
|
|
POST
|
This came up the other day and my suggestion is as you thought, start with the split code and instead of returning the new geometry, just return the length of the original segment that was split: https://github.com/Esri/arcade-expressions/blob/master/attribute_rule_calculation/SplitIntersectingLine.md around this area line_att = set_date_type(line_feature, pop_keys(line_att, atts_to_remove));
// Check length of new shapes, adjust the current feature to the longest segment
if (polyline_1_length > polyline_2_length) {
Push(update_features, {
'globalID': line_feature.globalID,
'geometry': polyline_1
}); ,change it to return length of polyline_1
... View more
03-20-2024
10:50 AM
|
0
|
0
|
1221
|
|
POST
|
There is a new capability coming in 3.3 that will create an coded value domain from the values in the column. You could leverage that after transferring the data. At 3.2 and before, you will need to script the process.
... View more
03-18-2024
05:39 AM
|
1
|
0
|
2031
|
|
POST
|
Not in data loading tools. They only are for the transfer of data, not schema.
... View more
03-18-2024
05:29 AM
|
0
|
5
|
2075
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 2 | 07-07-2026 06:45 AM | |
| 1 | 06-26-2026 09:15 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|