|
POST
|
May not be relevant to your situation but something I've tripped up on that hammers performance is to have a layer displaying unique values, but many thousands of them.
... View more
Wednesday
|
0
|
0
|
71
|
|
POST
|
Have you explored the Polygon Neighbours tool, sounds like that tool could do what you want?
... View more
Wednesday
|
0
|
1
|
85
|
|
IDEA
|
Interesting idea this as its a sequence of steps I sometimes do and could see value in it, but I agree with @AlfredBaldenweck this could easily lead to untold damage particularly with users who are not power users. As much as a I like the idea, safety first! I think training people to make the effort to drill into a geodatabase to delete a feature class is telling them that this is a one -way street with no undo.
... View more
Wednesday
|
0
|
0
|
43
|
|
IDEA
|
@DanLee ArcPro has lots of tools, you are forgiven! I sometime forget and rediscover tools I had used many years ago and amaze myself it has it.
... View more
Wednesday
|
0
|
0
|
32
|
|
IDEA
|
Unless I have missed an important point in this discussion, a tool already exists that achieves this? No need for a model. Its The generate origin-destination links tool. DuncanHornby_0-1786460650619.png
... View more
a week ago
|
0
|
0
|
94
|
|
IDEA
|
Thanks for the link @Laura_B , this will be an extremely useful addition to AGOL.
... View more
07-07-2026
10:18 AM
|
0
|
0
|
186
|
|
IDEA
|
Jeff, I develop a toolbox called RivEX. I fully support your idea for making that help button be able to point to an online manual. The best I could come up with to overcome this limitation is if you hover over the help button you get the pop-up. In the summary section you can add hyperlinks, so in my case I have a bit of text that states Online help is "here" which if they click on takes them to my website manual. DuncanHornby_0-1783097377548.png An interim solution?
... View more
07-03-2026
09:53 AM
|
0
|
0
|
144
|
|
POST
|
That's useful to know, I hope esri include the ability to read/write metadata to a gpkg as that would greatly accelerate my use of them!
... View more
07-03-2026
07:31 AM
|
1
|
0
|
441
|
|
IDEA
|
This idea is obsolete as this can be very easily done in ArcPro 3.7 Symbolise your layer with a graduated colour then in the symbology panel go to the advance option. Choose your field in feature drawing order that will sort features and then choose up or down. DuncanHornby_0-1782739937834.png
... View more
06-29-2026
06:32 AM
|
0
|
0
|
188
|
|
POST
|
Interesting question as I too wish to hide the select toggle. Whilst all the suggestions would solve the problem it would be nice not to have to defensively code for that situation and simply hide the toggle. Will be interesting if esri expose such property in the future?
... View more
06-29-2026
06:19 AM
|
0
|
0
|
124
|
|
POST
|
GeoPackages also do not support metadata for the datasets inside it. This is my primary reason why I do not use them. I can't document what I have been doing to the data through the metadata editor interface in Arcpro.
... View more
06-29-2026
05:17 AM
|
3
|
1
|
520
|
|
POST
|
Are you aware of the new extract lines tool that was released in Pro 3.7? There is an equivalent for polygons.
... View more
06-29-2026
05:11 AM
|
0
|
1
|
211
|
|
POST
|
Understanding the issue I think there are several solutions buts worth understanding why things are what they are. When you create a Feature Class you typically need to set a coordinate system as that's how the GIS knows where your data is. Don't set a coordinate system then your data could just a easily be on the moon. That's a "sphere" just like Earth... If you read the help file for the tool I link to above the coordinate system parameter tells you that you can set xy domain via the environment settings of the tool. But all that glitters is not gold... Go to the help page for xy domain environment and it states "...geodatabases automatically calculate a valid x,y domain based on the coordinate system". SO.. tools force a xy domain based upon the coordinate system of the data. That makes sense, as you create your features they need to exist somewhere and that is your coordinate system. Possible solution #1 But! You can create a Feature Class without a coordinate system (you simply don't provide one for that parameter) and ONLY THEN can you set the xy domain. So now you have a dataset that has an unknown coordinate system but an xy domain extent you set. But you can't edit into it! Note if you have a dataset with no coordinate system then ArcPro refuses to allow you to edit it. All a bit chicken 'n' egg. But there is a sort of a legacy tool from the past which is define projection , this allows you to set the coordinate system of a dataset which was unknown. Finally you have a featureclass that has a coordinate system, a user define xy domain extent and is editable. But... I can't say with certain, go run one of the many other tools on your data and they simply reset the extent to the domain of the coordinate system. So a complete waste of time... Possible (untested) solution #2 Modern versions of ArcPro have massively expanded the capability of a geodatabase through attribute rules. Arcade code that gets executed when you insert/edit a feature. It would take very little code to query the geometry and ask does it fall within the extent of a predefined area, if not reject the edit. Rules are associated with layers in your project. I would suggest solution #2.
... View more
06-23-2026
02:46 AM
|
0
|
0
|
247
|
|
BLOG
|
This is a tool that will have far reaching impacts for many organisations. Where I work we have many legacy projects that were built using personal geodatabases. I support staff who have a long history of using ArcMap and personal geodatabases. With Universities forced by esri to drop support for ArcMap there are many projects with datasets that are sitting in project folders in these older formats. In true academic style these projects often have a habit of bubbling back to the surface years later, so having a way to transfer them into file geodatabases is critical. Now esri might have said in the past you need to migrate, the rest of the WORLD would responded saying who has time for that! Especially projects that have come to the end of their funding. I feel this new tool is that "get out of jail" card! Use it when we need to. I can already think of several projects I could save from obsolescence! Nice.
... View more
06-16-2026
04:26 AM
|
0
|
0
|
271
|
|
POST
|
Christopher, Perfect! That did the trick, thank you. Now I know what its called I went searching for it in the help file. I even used the document assistant. There appears to be no documentation in the esri arcpro help file on what the chart selection outline is and how to turn it off/on. I would recommend you point this out to the documentation team so they can add it and allow people and no doubt ai to discover what it is and how to turn it off/on.
... View more
06-16-2026
02:37 AM
|
1
|
0
|
864
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-03-2026 07:31 AM | |
| 3 | 06-29-2026 05:17 AM | |
| 1 | 02-15-2023 05:45 AM | |
| 1 | 06-16-2026 02:37 AM | |
| 1 | 06-15-2026 08:29 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|