Extracting datasets/feature

1484
2
02-20-2017 11:07 PM
RajP
by
New Contributor

Can anyone suggest me to Extracting Single City datasets or feature dataset from master data base by one click using Python (arcpy).

0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus

In Arcpy and python there is no single one-click solution unless you have prefilled out an attribute and/or spatial query to select the feature and copy it to your desired location.  You can examine the arcpy object methods in the link and the tools in arctoolbox.  If you have a workflow you are trying to simulate, then you need to provide some specifics as to what steps you are trying to remove or simplify

MitchHolley1
MVP Regular Contributor

Sounds like you want to build an Add-In. What is a Python add-in?—Help | ArcGIS Desktop 

You can import a Python script and control functions based on user mouse clicks or keyboard commands. 

0 Kudos