|
POST
|
Hi @DerekLindner - 617 MB is a large file to send Esri Support but I'm sure it's been done in the past. I can look at your code certainly and test things on my side if you like. Caveat though - my Python skills are a work in progress so I rely upon many sources....
... View more
11-16-2025
03:19 AM
|
0
|
0
|
1648
|
|
POST
|
In ArcMap, the Toggle Reference Scale tool was available via the Production Mapping extension as referenced here - Toggling reference scale for edited representations—ArcMap | Documentation I've looked for similar functionality in ArcGIS Pro and "think" this may be what you're looking for - go to the Layer Properties of your layer in the Contents Pane, click the Display tab and under Scale there is a checkbox "Scale symbols when a reference scale is set" - is this what you're looking for? If not, please let me know what specifically you're looking for. Thank you!
... View more
11-07-2025
02:33 PM
|
1
|
0
|
1015
|
|
POST
|
I wonder if this has to do with the ArcGIS Online Health Dashboard statuses for Hosted Feature layers? It shows "performance issues" so perhaps that's the issue?
... View more
10-29-2025
10:35 AM
|
0
|
1
|
1149
|
|
POST
|
The Esri Academy is back up and running on my side now. Please check again and let me know if you have any issues accessing the site.
... View more
10-29-2025
08:02 AM
|
1
|
0
|
882
|
|
POST
|
The Esri Academy is back up and running on my side now. Please check again and let me know if you have any issues accessing the site.
... View more
10-29-2025
08:02 AM
|
0
|
0
|
706
|
|
POST
|
Thank you for the clarification. What release of ArcGIS Enterprise and ArcGIS Pro are you currently using?
... View more
10-29-2025
07:28 AM
|
1
|
0
|
787
|
|
POST
|
A manual approach would be something like this: 1. Add a Join from your Excel spreadsheet to the feature class using the Address field in both tables as your common field using a 1-1 cardinality. Now you have one large table where the Excel table is appended to the spatial table. 2. Run a select layer by attribute where the SQL query is something like Address1<>Address2. Then you have selected records where Address1 does not equal Address2. 3. Lastly, run a Calculate Field where Address1=Address2. The result is a newly updated attribute value in the spatial table where the matches are recalculated from the Excel table. I'd recommend doing this workflow on copies of the data first to make sure it's the output you desire. I'm sure you could automate this with a Python script or a model in ModelBuilder too.
... View more
10-29-2025
07:07 AM
|
2
|
1
|
1580
|
|
POST
|
Question for you. When you create these layout templates in ArcGIS Pro, are you then importing them into ArcGIS Pro to create a new layout AND then seeing the duplicate layout item? Also, how does ArcGIS Experience Builder factor into this?
... View more
10-28-2025
01:04 PM
|
1
|
2
|
812
|
|
POST
|
So I searched the ArcGIS Pro Idea community and found a great read for an Idea plus learned one can set an Unknown coordinate system for the Map View! The link to the idea is How to clear\define the coordinate system of a par... - Esri Community - and to set the Map View to an Unknown Coordinate system, right-click on the Map view, select properties. In the Map Properties, click the Coordinate System tab on the left and in the center of the UI, there is the word <Unknown>. So one item addressed. But the problem remains, ArcGIS Pro will not let you create a new feature and has the message "no editable layers" - grrrrrr...
... View more
10-28-2025
07:30 AM
|
1
|
1
|
1365
|
|
POST
|
There is the Snap (Editing) geoprocessing tool that does modify the source data. It would move manhole covers to the sewer lines. I would test the tool on copies of the manhole covers (points) and sewer lines first before committing to the source data.
... View more
10-27-2025
12:52 PM
|
0
|
0
|
672
|
|
POST
|
Agree with @DanPatterson - I would have the workflows be located in a folder location other than your user profile. And the 002667 goes suggest you do not have the correct packages loaded. You can find all the current and earlier ArcGIS Pro deep learning libraries here - GitHub - Esri/deep-learning-frameworks: Installation support for Deep Learning Frameworks for the ArcGIS System
... View more
10-27-2025
11:02 AM
|
0
|
0
|
888
|
|
POST
|
It feels strange to suggest this workflow, but yes, you can. Just not using ArcGIS Pro it seems. Pro wants the user to have a coordinate system always defined for the Map and the layer it seems. BUT in ArcMap (and I just tested this), you can have a undefined feature class created using the Create Feature Class GP tool and leaving the Coordinate System parameter blank, add it to an undefined Data Frame and create new features. It works. But that also begets the question, do you have ArcMap on your PC?
... View more
10-27-2025
10:28 AM
|
1
|
1
|
1404
|
|
POST
|
Another workflow I found that worked in my testing environment: 1. In the Modify Features pane, select the Split tool. 2. Click the By Feature tab. 3. For Input Features, first set your line layer as the only selectable layer in the Contents Pane. 4. Select all your lines in the lines layer. 5. Click the Target Features tab. 6. In the Contents Pane, unselect the line layer and select the polygon layer as the only selectable layer. 7. Select all your polygons. 8. Click the Split button lower right of the Split tool. 9. Unselect all selected features. 10. Turn off the visibility of your line layer and voila! All polygons split by lines. Good luck!
... View more
10-27-2025
10:11 AM
|
2
|
0
|
3033
|
|
POST
|
@AaronKoelker - thank you for your respone. So good to hear that standard, 255 text field. That's not the issue. Factory settings for the creation of new projects is C:\Users\UserName\Documents\ArcGIS\Projects as set in the Project tab->Options->General tab I believe. In my Pro classes, I jokingly say this is where projects go to die as for many users it's difficult to "find" this location. You can certainly create/save projects at this location but I'm old school and prefer a more specific directory/folder system for my projects. If you've been doing this forever, go for it. Interesting about the start/stop editing option. I hadn't thought of this as I don't use this workflow. It's an ArcMap equivalency item. I changed my ArcGIS Pro to have this checked on and the Calculate Field GP tool failed as expected but with the dreaded 999999 error code. At least you have a workaround now!
... View more
10-27-2025
09:01 AM
|
0
|
0
|
800
|
|
POST
|
@AaronKoelker - definitely weird. So for the NAME field you created, how long is the field? The default 255 or another length? I used the default 255 and it worked as you saw. In studying other cases, the user created a model in ModelBuilder and it worked fine. One thing I saw with your project vs mine is your's is saved in your user profile folder system while mine is C:\Temp\<project_folder> - not sure if that's an issue...
... View more
10-24-2025
01:57 PM
|
0
|
2
|
821
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 3 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago | |
| 1 | 4 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|