Select to view content in your preferred language

"Detach From Source Data" Option to Download Layers Inported from ArcGIS Online

290
3
04-11-2025 01:31 AM
Status: Already Offered
Labels (1)
Going
by
Emerging Contributor

The basic problem is this, if you want to edit any layer you find on ArcGIS Online locally you currently have to perform a preprocessing tool on it which will then create a copy of that layer. This is because of the default connection that layers have to their source data which prevents people who don't have editing permissions to a layer to edit it. This is very important when it comes to editing attribute tables specifically.

Currently what I do as a workaround is pairwise clip layers to themself which keeps the data the same while still downloading it locally. There really should be a GUI option that does that instead of having to find a random geoprocessing tool that does it. What it would be called is something like "Detach from source data" and what it would then do is download the data to the geodatabase of the project. This would be an option on the toolbar as well as be an option when you right click a layer in the content pane. Additionally, there could also be a geoprocessing tool that allows you to chose a specific geodatabase to download the layer to instead of the project geodatabase. But I really want to emphasis that the solution to this is not a geoprocessing tool, this needs to be apart of the GUI for it to have any value.

3 Comments
SSWoodward
Status changed to: Needs Clarification

Thanks for this Idea @Going, have you checked out the Export Features tool?  It's available in the right-click context menu of a layer in the contents pane. If Export Features doesn't meet your needs, could you share what specific functionality is missing?

ArcGIS Pro uses geoprocessing tools for these types of operations.  Especially when outputs are configurable, like when you'd like to chose what geodatabase to output the features to, a geoprocessing tool allows the most flexibility. 

Export features can be found in the right-click context menu of the layer in the contents pane. 

Right-click layer > Data > Export Features

Going
by

I had seen the export features tool, but I didn't think it did that. Export features sounds like exporting it as a file versus what it actually is which is downloading copy of it (I guess its kind of both?). Also you can use any layer with that tool which makes it more unclear what it's doing especially with layers you already have downloaded. Maybe a better name maybe would be "Copy from Source Data", although I am not sure.

Thanks for letting me know that this exists though I will use that in my workflow.

SSWoodward
Status changed to: Already Offered

Glad we could help get you on the right track.