|
POST
|
I am working on creating a Utility Network within ArcGIS Pro and also experimenting with the Network Diagram features that could be used for analysis and round-table discussions. However, I am hitting a roadblock. I want to be able to export the Network Diagram to a PDF or have the ability to send it to my plotter to print a large scale of the diagram. So far, no luck and not finding much online. Any idea how I do this? Thank You
... View more
08-27-2021
08:16 AM
|
0
|
0
|
667
|
|
POST
|
Hello Mike: I am unsure why the vertices would be different since I snapped the End-Points and Junctions to ensure they match. I verified via the attributes to make sure this was the case. I "Split" the electric line to get a clean end-point to snap the junction and other end-point line. The phase(s) match from OH to Riser to UG. It works when I have an OH 3-Phase to an junction to an OH 1-phase. The specific location that I am working has no Utility Network Errors. In this screen-shot, the thick purple line is from the Electric Subnet Line layer after running the Update Subnetwork. The junction is from the Electric Junction layer - Medium Voltage Attachment. Also, doing a trace using the "Connected" option, somehow shows that the junction/line is not connected. The File GDB is from using the Utility Network Package Tools toolbox to prepare the GDB/UN/Feature Classes from the ArcSolutions Electric model. So, I am using the template and not a custom built one. I am at a total loss here on why this isn't working.
... View more
08-13-2021
08:58 AM
|
0
|
1
|
3685
|
|
POST
|
Thank you for the reply Angela. Unfortunately, that did not do the trick. The Z-Value is identical. I have a rule in the Utility Network that is suppose to connect a 3-phase OH Electric Line to an UG Three Phase Electric Line via an Electric Junction. I also have the connectivity (Modify Associations) correct with the Electric Junction-Riser connected to the lines (To and From). I have no issue with an OH 3-phase to OH 2-phase or OH 1-phase connection with an Overhead Electric Junction. I am at a loss. I cannot really continue converting and building my model until I can connect the UG Riser Conductor to the OH lines. Appreciate any other advice that I might be overlooking.
... View more
08-13-2021
06:58 AM
|
0
|
1
|
3699
|
|
POST
|
I am working with the Electric Distribution Management GDB from Arc Solutions and slowly trying to add my Electric Data from my current GDB to the Utility Network. Working thru all of the errors but one I cannot figure out is connecting an Overhead Medium Conductor and an Underground Medium Conductor. I have an Electric Junction (Medium Voltage Attachment-Riser) and when I run the Update Subnetwork tool, it does not connect the Overhead to Underground. I have even done the connectivity on connecting the conductor to the junction still with no luck on updating the Electric Subnet Line layer. Any advice on what I might be doing wrong??
... View more
08-12-2021
03:18 PM
|
0
|
6
|
3748
|
|
POST
|
Paul: This does help. Is there any other documentation on working with these GDBs?
... View more
07-19-2021
08:43 AM
|
0
|
0
|
1139
|
|
POST
|
Good Morning: I am experimenting with the Arc Solutions Electric Distribution Data Management for ArcGIS Online package, specially the one that is set-up for an Enterprise system. I downloaded the File GDBs to my local drive and trying to determine if I can use my existing data to append into the File GDBs to utilize the trace network. I am going thru and deleting/clearing our the sample data and having issues with the Subnetwork Controllers. When I follow the Help section and select something that is in a Subnetwork, nothing in the dialog box shows up. With the attributes in a feature class attached to a Subnetwork, I am unable to delete it. Being new to the Arc Solutions features and working with ArcGIS Pro, I'm sure I am doing something wrong and looking for advice. Thank You
... View more
07-19-2021
07:38 AM
|
0
|
2
|
1161
|
|
POST
|
Recently updated our ArcGIS Online home page settings to the new style. One thing I noticed is my assigning a specific group to the content page, it assigns that group to ALL of our User Name License(s). What I would like to do is customize each individual Home Page and content page per User Name License(s) since the various ones we have has a different purpose/job function and require different kinds of maps, apps and data. Is this possiable?
... View more
05-26-2021
02:14 PM
|
0
|
2
|
1634
|
|
POST
|
Good Morning: I have recently started working with ArcGIS Solutions, specifically the Electric Distribution Data Management set and Water Distribution Data Management Set. I've deployed both set(s) to My Content on my ArcGIS Online platform. So far, I've been able to open the Project in ArcGIS pro from My Content on AGOL. The problem is, when I close ArcGIS Pro and attempt to reopen the project under Recent, I get: This is getting frustrating since I am not sure what I am doing wrong AND I have to go thru multiple steps of relinking the Feature Class(s) to the map, so on and so forth before I can start updating the content. Possible I did something wrong in the set-up? Appreciate any assistance to resolve this. Thank You
... View more
04-07-2021
07:31 AM
|
0
|
0
|
611
|
|
POST
|
BINGO. Dang Dan I sure wish I had your expertise. Let me pick your brain one more time. This converts the DATE field to a different TEXT field. From here, how would I take the text field and convert the 12/12/2020 to Monday, December 21, 2020 I have been using the Convert Time Field tool in Python but it takes a very very LONG time to complete. I have found using Field Calculator is much much FASTER.
... View more
12-21-2020
03:25 PM
|
0
|
1
|
2587
|
|
POST
|
Lets say I have a DATE field that is populated from a different database. However, within the field the dates/times are produced differently. Some may be 2/25/2010 7:41:00 AM and others *In the Same Field* are 7/9/2008 *Missing the time* When I run the script on the whole column and try to convert, it crashes due to different date formats. My goal is to get all of them into the Day of the Week, month day and year. I have figured out how to do that part but with (2) sometimes (3) different date formats, its not working. Is there a way to take ALL of the dates, regardless if they are different format and convert them ALL to the same format? So, 2/25/2010 7:41:00 AM and 7/9/2008 with ONE command would change to Weekday, Month Day, Year? I am stuck and my research isn't working. Thank You
... View more
12-21-2020
02:48 PM
|
0
|
3
|
2595
|
|
POST
|
I am doing a follow-up on this solution you assisted with awhile ago, but this time for a different project. I am understanding the basics but still having some issues. Lets say I have a DATE field that is populated from a different database. However, within the field the dates/times are produced differently. Some may be 2/25/2010 7:41:00 AM and others *In the Same Field* are 7/9/2008 *Missing the time* When I run the script on the whole column and try to convert, it crashes due to different date formats. My goal is to get all of them into the Day of the Week, month day and year. I have figured out how to do that part but with (2) sometimes (3) different date formats, its not working. Is there a way to take ALL of the dates, regardless if they are different format and convert them ALL to the same format? So, 2/25/2010 7:41:00 AM and 7/9/2008 with ONE command would change to Weekday, Month Day, Year? I am stuck and my research isn't working. Thank You
... View more
12-21-2020
01:51 PM
|
0
|
0
|
4712
|
|
POST
|
I recently downloaded the Python Script - "Overwrite Hosted Feature Service" to update ArcGIS Online from ArcGIS Pro. I have been using Python Script(s) to update the data from ArcMAP, but starting to use ArcGIS Pro alot more for a variety of reasons. Trying to run this script thru Python 2.7.13 IDLE and keep getting this error: ImportError: No module named GIS. Is there a way to correct this or is there a different script that I can download and run to update ArcGIS Online from ArcGIS Pro thru Python IDLE and using Window's Task Scheduler? Thank You
... View more
08-25-2020
09:28 AM
|
0
|
10
|
13734
|
|
POST
|
I have a series of different Feature Classes and most of them I have assigned a Company Tag/Number and they are in sequential order. What I would like to do is to write a Python script to identify what the next number would be on a given Feature Class's field. If the last sequential number of 2345, I would want the script to "print" 2346. Need to know how to get started. Want to write a Python script to achieve this. Thank You
... View more
08-05-2020
12:30 PM
|
0
|
2
|
1809
|
|
POST
|
David: That would be a BIG Negative!!! And it appears we (not me specifically) are not entertaining the possibilities of getting it. Just working with ArcMap, Python, ArcReader and AGOL. I'm the only GIS Editor/Analysis in the company but I have about 20 end-users. Doing alot of R&D to see how I can better utilize what I have for their benefit.
... View more
07-17-2020
01:36 PM
|
0
|
1
|
2654
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-23-2026 10:58 AM | |
| 1 | 11-20-2025 02:52 PM | |
| 1 | 10-30-2025 12:42 PM | |
| 1 | 10-16-2025 10:51 AM | |
| 1 | 08-27-2025 08:47 AM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|