|
POST
|
If you add a guid field to your hydrants and calc the globalids to it, then use that guid field to map to globalid, does that work?
... View more
05-14-2020
07:05 AM
|
0
|
7
|
5054
|
|
POST
|
Then I am not sure, the log file shows it is only firing on the source table. Maybe I do not understand what is happening.
... View more
05-12-2020
09:57 AM
|
0
|
1
|
7336
|
|
POST
|
Skip, I would work with Tech Support, there may be an issue with pro 2.5 publishing to a 10.6.1 server. What version of the UN are you trying to publish?
... View more
05-12-2020
08:44 AM
|
0
|
5
|
5679
|
|
POST
|
Hard to tell without seeing your dynamic value. What other rules are set on the Alias table? Can you turn on the AA Debug log and post it?
... View more
05-12-2020
08:43 AM
|
0
|
3
|
7336
|
|
POST
|
Nevermind, that tool is part of the data loading solutions. It is failing on running change asset package spatial reference, could you try running that tool using the asset package in that project and your spatial reference?
... View more
05-10-2020
01:39 PM
|
0
|
0
|
1509
|
|
POST
|
What version of Arcgis Pro are you using? That tool looks like a dev tool that was never released. You want to install the data loading tools and use them. https://solutions.arcgis.com/shared/help/data-loading/
... View more
05-10-2020
03:44 AM
|
0
|
1
|
1509
|
|
DOC
|
This prototype data model is provided to help irrigation districts get started with a utility network. The prototype data model was developed by Esri as a research project in collaboration with two irrigation districts. One of the irrigation district uses a gravity feed irrigation network in a predominantly agriculture area, the other irrigation district operates a gravity feed irrigation system in a predominately suburban area. The Prototype Irrigation Data Model is for gravity feed irrigation systems. It is not designed to represent pressurized non-potable irrigation systems. For those systems we recommend starting with the Water Utility Network Foundation. The first prototype borrows many data elements from geometric network based pipe system data models. We hope more irrigation districts can review the prototype and share feedback on the design and inclusions. As time permits, we plan to continue development of the prototype. Please post comments and feedback here. Here are some basic modeling principles Pipes and Canal are divided into different Asset Group and Asset Types by their function Turnouts are Structure Junctions and contain Gates and other features Delivery Gates offset from the lateral using a connection point so their status does not affect flow on the lateral Components in this download Asset Package based on ArcGIS Pro 2.5 Editor Map Status Asset Groups and Asset Types created Core set of rules 3 Tiers - Canal, Lateral and Forebay Simple basic set of Attributes Basic set of sample data Gaps Attribute domains and specific set of attributes per Asset Group Complete set of rules for connectivity
... View more
05-01-2020
02:55 AM
|
4
|
7
|
6786
|
|
BLOG
|
Welcome and thanks for joining the Irrigation District group on GeoNet! To get started we invite you to first review the group features on the overview page and familiarize yourself with the group info, and GeoNet 101 information in the left column. As you explore the group, you’ll also find tools to connect and collaborate so we encourage you to use them to share files, create blogs, ask/answer questions and read the latest blogs posts and join discussions. Next, we invite you to post a comment below to say “hello" and introduce yourself and share your ideas on how to leverage the ArcGIS Platform to meet the needs of Irrigation district organizations. We’re excited to connect and collaborate with you and we look forward to seeing your contributions.
... View more
05-01-2020
02:07 AM
|
0
|
1
|
1226
|
|
POST
|
I reviewed the code, it calls https://desktop.arcgis.com/en/arcmap/10.3/tools/data-management-toolbox/split-line-at-point.htm. This requires Advance. You will need to skip splitting or construct your geometric network yourself.
... View more
04-30-2020
09:01 AM
|
1
|
1
|
2078
|
|
POST
|
You can export the File Geodatabase Utility Network to asset package.
... View more
04-27-2020
12:23 PM
|
1
|
10
|
3705
|
|
POST
|
You need to add the centroid flag. The intersection is correct without it, those polygons do intersect the other polygons on the border
... View more
04-27-2020
12:44 AM
|
2
|
1
|
1555
|
|
POST
|
One trick I like to do when troubleshoot attribute rule is test them in an expression in a pop ups. Take the attribute rule and place it in the pop up. Create the feature that it would be running on. Then using the explore tool, click on the feature. If nothing is returned, keep updating the attribute rule and slowly step down the code adding return "Something". This will help you walk the code and find out where something may be acting up.
... View more
04-23-2020
12:57 AM
|
1
|
0
|
1828
|
|
POST
|
Can you verify this is the rule you are using? https://github.com/MikeMillerGIS/arcade-expressions/blob/master/attribute_rule_calculation/RotateFeatureByIntersectedLine.md Based on the logic, you should be around this section of the code: else if (Count(angles) == 2) { // If the feature is midpan of the first line, return the angle of the second line if (angles[0]['type'] == 'mid') return angles[1]['angle']; // If the feature is midpan of the second line, return the angle of the first line else if (angles[1]['type'] == 'mid') return angles[0]['angle']; Can you create a pop up on taps and use this rule. Then you can add to the return statements to see what part is being users? Such as else if (Count(angles) == 2) { // If the feature is midpan of the first line, return the angle of the second line if (angles[0]['type'] == 'mid') return “Count 2, angle 1 is mid” + angles[1]['angle']; // If the feature is midpan of the second line, return the angle of the first line else if (angles[1]['type'] == 'mid') return Count 2, angle 2 is mid” + angles[0]['angle'];
... View more
04-22-2020
11:05 AM
|
1
|
1
|
2059
|
|
POST
|
If you are trying to intersect polygon to polygon, try to centroid option https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-intersecting-features/#intersecting-feature If you need more than one feature, that intersects, you something to use the concat method on intersect stats https://solutions.arcgis.com/shared/help/attribute-assistant/documentation/methods-intersecting-features/#intersecting-statistics We need to see the dynamic value table to see what you are trying to do. Why cant you turn on the debug log?
... View more
04-22-2020
10:47 AM
|
2
|
0
|
1555
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | a month ago | |
| 1 | 06-26-2026 09:15 AM | |
| 1 | 06-05-2026 05:01 AM | |
| 1 | 06-02-2026 01:29 PM | |
| 2 | 05-27-2026 08:28 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|