|
POST
|
If you are just trying to get the content of a subnetwork, use the subnetwork trace and pick the name of the subnetwork you want to analyze.
The most likely scenario is that when you are placing your trace location on the subnetwork controller, you are not selecting the terminal appropriate for your trace. As an example, if you're trying to do a distribution trace on a circuit breaker, you need to pick the line side terminal because it is the distribution side of the circuit breaker. If you select (or default to) the bus side terminal of the circuit breaker, you are actually looking at the transmission side of the circuit breaker.
Can you post a screenshot of the your trace locations pane, your trace gp config, and a map showing the feature you're trying to trace?
... View more
11-19-2024
07:18 AM
|
0
|
3
|
2557
|
|
POST
|
I would recommend you create an idea for this, but do it in the data management community since this is much broader than the utility network.
In terms of a way to capture what you're looking for, you could use version differences to find all the newly created features in a version or you could use an attribute rule to respond to the edit.
... View more
11-18-2024
11:03 AM
|
0
|
2
|
1654
|
|
POST
|
You should be able to find an example you can adapt in the attribute rule github repo: arcade-expressions/attribute-rules/attribute_rule_calculation at master · Esri/arcade-expressions · GitHub. Something like the "Contain feature in a container within a search distance" would be a good place to start.
... View more
11-18-2024
08:45 AM
|
0
|
2
|
1502
|
|
POST
|
Because a group template or preset template can contain multiple features, it doesn't make sense that we would be able to provide a single row token back for the operation.
... View more
11-18-2024
08:39 AM
|
0
|
4
|
1661
|
|
POST
|
I would triple-check the trace configuration in production AND the trace configuration shared with that web map. If you had aggregated geometry in your trace configuration you would see a 'show graphics' toggle, and if you had a selection in your config, you wouldn't get that error.
... View more
11-18-2024
08:28 AM
|
0
|
0
|
1878
|
|
POST
|
Directional terminal configurations control the flow within a device, but do not affect the directionality of flow of the lines connected to them. Subnetwork controllers, and whether they're a sink or source, determines what is upstream and downstream in your network.
Look at your connectivity rules to determine how to appropriately connect lines to devices with that terminal configuration. In the case of port two in the pipeline model the bidirectional dual terminal configuration is used for the emergency valve that act as subnetwork controllers for your isolation tier. There is no directionality on those devices or their terminals because gas can flow freely through the valve in either direction.
... View more
11-15-2024
05:22 AM
|
0
|
1
|
1935
|
|
POST
|
No. You don't have to delete the feature, but you need to use the modify subnetwork controller tool to remove the old subnetwork from the feature and add the new one. You should then follow the steps in the online help to completely remove the old subnetwork from the system so it doesn't appear in any of the dropdowns or tools.
... View more
11-15-2024
05:14 AM
|
1
|
0
|
885
|
|
POST
|
If I was trying to estimate the feasibility of connecting a new service, my preferred approach would be integrating my UN with a hydraulic model. For basic feasibility like this I would calculate the number of customers per pressure zone, which you can do by adding a summary function to the subnetwork definition for your pressure zones. You can see an example of this in action in this tutorial:https://learn.arcgis.com/en/projects/get-started-with-arcgis-utility-network-for-water/
You can only support so many customers in a pressure zone before you degrade the water pressure, so you'd want to rely on the number of customers in the pressure zone. Looking at the upstream/downstream doesn't work in a looped pressurized system. You could try and do something with an isolation trace, but it'd be a lot of work to build something scalable to do that, and it would be more reliable to look at the pressure zone anyways.
... View more
11-14-2024
06:37 AM
|
1
|
1
|
2571
|
|
POST
|
You can use a function to calculate a value using the attributes of the features upstream of the manhole. If you need something more advanced than that you would need to write something to perform the calculation, using the features returned by the trace.
... View more
11-13-2024
03:01 PM
|
1
|
1
|
2612
|
|
POST
|
@JoaquinMadrid1 It's not just the history that is lost. You are leaving the old database behind and setting up an entirely new geodatabase with the new data model. We may get less restrictive about making these kinds of changes at some point in the future, but for today this is the workaround.
... View more
11-12-2024
10:45 AM
|
1
|
0
|
1792
|
|
POST
|
It makes your life easier to communicate with other utilities or contractors if everyone uses the same terminology, but every utility has unique naming standards. If you do need to rename things use the D_Rename table to manage the rename, so it handles updating all the rules and configuration. Read this blog if you are unfamiliar with this process. You'll still need to adjust any existing maps or applications you've configured that reference specific asset groups or asset types by name.
Once you've deployed a utility network you cannot rename asset groups or asset types, so if you've already deployed and want to make this change, you'll need to go back to an asset package and deploy a new database and services. For a list of what you can/cannot change, and when, refer to the Utility Network Management Tasks page of the online help.
... View more
11-12-2024
08:59 AM
|
3
|
0
|
1877
|
|
POST
|
Can you explain what you mean by changing the order of tiers? Each tier has its own unique tier rank that controls tracing. This is how the system knows that high voltage is upstream of medium voltage and low voltage is downstream of medium voltage.
Once you've added a tier group or tier to a utility network you cannot remove it. However, if you export your data to an asset package you can them remove the tier/tier group from the model (along with all its configuration) either manually or using the D_Configuration table.
... View more
11-12-2024
06:01 AM
|
1
|
1
|
1822
|
|
POST
|
I haven't had a chance to test out using the FeatureLayer object yet, but you could try doing that by global ID or object ID.
If you can't find a path forward via the ArcGIS API for Python, but can produce a correct result using the REST endpoint directly, I'd recommend you log a case with support. We could either expose the appropriate ArcGIS API for Python object, or determine why directly editing the layer doesn't work.
... View more
11-08-2024
06:37 AM
|
0
|
3
|
2662
|
|
POST
|
The source types field is intended for fields like "service type" or "fitting type" that allow you to identify the different asset types in your layers. While the tool shouldn't fail when you specify this field, using a diameter field for this purpose seems problematic since it would create separate mappings for every diameter value in your database for each a layer.
... View more
11-07-2024
07:20 AM
|
0
|
0
|
2041
|
|
POST
|
Can you provide an example of the problem you are trying to solve? There is likely a better way to achieve this than by changing the network's topology type to be hierarchical.
The topology type (hierarchical or partitioned) is defined at the domain network level, not at the tier level. This means the entire electric network would become hierarchical, allowing each feature to belong to a separate transmission, distribution, etc network. This would be bad for performance, but also doesn't align well with organizational and regulatory definitions for electrical networks.
... View more
11-07-2024
05:45 AM
|
1
|
0
|
1762
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Friday | |
| 1 | Tuesday | |
| 1 | 03-30-2026 07:24 AM | |
| 1 | Tuesday | |
| 1 | Thursday |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|