Extract ArcGIS Server map/geodata service data to local GDB using Python and .bat file

3150
1
Jump to solution
04-10-2015 10:31 AM
AndrewNiederhauser1
New Contributor III

I'm looking to extract the data from a map/geodata service to a local SQL Server Geodatabase using a series of Python and .bat files. I would think the process would involve a Python script to create a replica from the REST endpoint then use Python again to export that replica to the SQL GDB. Has anybody attempted this before or have any suggestions on where to start?

Thanks,

Andrew

0 Kudos
1 Solution

Accepted Solutions
AndrewBrown
New Contributor III
0 Kudos
1 Reply
AndrewBrown
New Contributor III

Never done it, but I'd start

here

Geodata service usage

http://resources.arcgis.com/en/help/main/10.2/0154/015400000335000000.htm

and here

An overview of the Distributed Geodatabase toolset

http://resources.arcgis.com/en/help/main/10.2/0017/001700000013000000.htm

0 Kudos