Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #35205
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2012-12-20 09:08 -0800 |
| Message-ID | <19696daa-12c8-4a2d-aa6c-ffb60c8505bb@googlegroups.com> (permalink) |
| Subject | Data Driven Process |
| From | balparmak@gmail.com |
I need to come up with a Python code to automate a map creation process but I am a little bit of lack of python knowledge. Any help would be much appreciated.
My problem is that I have a 20 mxd file which need an update process in timely manner(this is just one project) and pdf creation for each mxd then appended pdfs. At the moment, I have a tool which creates map index shape file for at the layout view for each mxd.
I want to :
1 Loop through the index shape file's attribute (first one in the table of contents)
2 Select or zoom into first row then
-get mxd name from attribute table(its available in attribute table)
-specify the destinatin folder to save the mxd(i think that I can get that in attribute table as well) or specify it in the code.
-save mxd to specified location
-specify the destinatin folder to save the pdf file
-save pdf to specified location
3 Move to next row and do the same process in step 2
4 When reached the last row append all pdf files created into same locaition as pdfs
5 Close
Please help me!
Any Help would be much appreciated.
Thank you
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Data Driven Process balparmak@gmail.com - 2012-12-20 09:08 -0800
Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 11:33 -0600
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 10:08 -0800
Re: Data Driven Process Grant Rettke <grettke@acm.org> - 2012-12-20 12:21 -0600
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 21:03 +0000
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:21 -0800
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 12:39 -0800
Re: Data Driven Process Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-20 20:57 +0000
Re: Data Driven Process Dave Angel <d@davea.name> - 2012-12-20 16:18 -0500
Re: Data Driven Process Jeffrey Ciesla <ciesla@gmail.com> - 2012-12-20 12:41 -0800
Re: Data Driven Process balparmak@gmail.com - 2012-12-20 13:18 -0800
csiph-web