Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-06-21 | 1.2 kB | |
table_list.csv | 2013-06-21 | 185 Bytes | |
openfolderHS.gif | 2013-06-21 | 1.0 kB | |
dump_db_lib.py | 2013-06-21 | 1.2 kB | |
dump_db_gui.py | 2013-06-21 | 4.7 kB | |
dump_db_gui.bat | 2013-06-21 | 21 Bytes | |
dump_db_cli.py | 2013-06-21 | 292 Bytes | |
dump_db_cli.bat | 2013-06-21 | 76 Bytes | |
Totals: 8 Items | 8.7 kB | 0 |
Abstract Copy multiples feature classes in ArcSDE to a local file geodatabase. Why use it? You can create your own Python script using model builder, but you have to modify the script everytime you want to dump different tables. Using this script you only need to have a CSV with all the table names, thats it. Purpose: It can be used as an archival and historical database It will make you ArcSDE database portable and shareable How to use it: Add the Python directory to the PATH environmental variable An ArcSDE connection file using a database account with READ privileges to all the tables you need A Comma Delimited File (CSV) with all the table names you need including the schema. N number of feature classes could be added A folder repository Features: You also can put it into a scheduler and run backups of your database. Youll have snapshots of the database along the time. Graphical User Interface and Command Line Interface It runs independently System Requirements: Python 2.6 ArcGIS Desktop or Server or ArcToolBox Technologies: Python: Tkinter, OOP ArcGIS : Geoprocessing tools