Get Free Ebook Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler
When some people taking a look at you while reviewing Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler, you might really feel so happy. However, as opposed to other people feels you should instil in yourself that you are reading Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler not due to that factors. Reading this Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler will provide you more than individuals appreciate. It will certainly guide to understand greater than individuals staring at you. Already, there are several sources to learning, reviewing a book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler still becomes the first choice as an excellent way.
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler
Get Free Ebook Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler
Do you believe that reading is a vital task? Discover your reasons adding is essential. Reading a book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler is one part of pleasurable activities that will certainly make your life top quality better. It is not about only just what sort of book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler you check out, it is not just concerning just how numerous e-books you check out, it's regarding the routine. Checking out behavior will certainly be a way to make book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler as her or his good friend. It will certainly regardless of if they spend money and also invest more e-books to complete reading, so does this publication Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler
It is not secret when attaching the writing abilities to reading. Reviewing Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler will certainly make you obtain even more sources as well as sources. It is a manner in which could improve exactly how you ignore and comprehend the life. By reading this Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler, you can more than exactly what you obtain from various other book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler This is a well-known publication that is released from famous publisher. Seen kind the writer, it can be relied on that this publication Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler will give numerous inspirations, regarding the life and encounter as well as everything inside.
You may not have to be question concerning this Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler It is uncomplicated means to obtain this book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler You could merely go to the set with the web link that we offer. Here, you could purchase the book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler by on the internet. By downloading Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler, you can find the soft file of this book. This is the local time for you to start reading. Even this is not published publication Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler; it will precisely offer even more perks. Why? You could not bring the published book Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler or pile the book in your house or the office.
You can finely include the soft data Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler to the gadget or every computer unit in your office or house. It will certainly help you to constantly proceed reading Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler each time you have extra time. This is why, reading this Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler doesn't provide you troubles. It will certainly provide you essential resources for you which wish to start writing, writing about the comparable publication Programming ArcGIS 10.1 With Python Cookbook, By Eric Pimpler are different book area.
In Detail
ArcGIS is an industry standard geographic information system from ESRI.
This book will show you how to use the Python programming language to create geoprocessing scripts, tools, and shortcuts for the ArcGIS Desktop environment.
This book will make you a more effective and efficient GIS professional by showing you how to use the Python programming language with ArcGIS Desktop to automate geoprocessing tasks, manage map documents and layers, find and fix broken data links, edit data in feature classes and tables, and much more.
"Programming ArcGIS 10.1 with Python Cookbook" starts by covering fundamental Python programming concepts in an ArcGIS Desktop context. Using a how-to instruction style you’ll then learn how to use Python to automate common important ArcGIS geoprocessing tasks.
In this book you will also cover specific ArcGIS scripting topics which will help save you time and effort when working with ArcGIS. Topics include managing map document files, automating map production and printing, finding and fixing broken data sources, creating custom geoprocessing tools, and working with feature classes and tables, among others.
In "Python ArcGIS 10.1 Programming Cookbook" you’ll learn how to write geoprocessing scripts using a pragmatic approach designed around an approach of accomplishing specific tasks in a Cookbook style format.
Approach
This book is written in a helpful, practical style with numerous hands-on recipes and chapters to help you save time and effort by using Python to power ArcGIS to create shortcuts, scripts, tools, and customizations.
Who this book is for
"Programming ArcGIS 10.1 with Python Cookbook" is written for GIS professionals who wish to revolutionize their ArcGIS workflow with Python. Basic Python or programming knowledge is essential(?).
- Sales Rank: #934482 in eBooks
- Published on: 2013-02-22
- Released on: 2013-02-22
- Format: Kindle eBook
About the Author
Eric Pimpler
Eric Pimpler is the founder and owner of GeoSpatial Training Services (geospatialtraining.com) and has over 20 years of experience in implementing and teaching GIS solutions using ESRI technology. Currently, Eric focuses on ArcGIS scripting with Python, and the development of custom ArcGIS Server web and mobile applications using JavaScript.
Eric has a Bachelor’s degree in Geography from Texas A&M University and a Master's of Applied Geography degree with a concentration in GIS from Texas State University.
Most helpful customer reviews
10 of 11 people found the following review helpful.
Extremely Practical and Intuitive
By happy with books
I agree that the "cookbook" part of the title is a bit of a misnomer. However, it does include very helpful scripts which take advantage of ArcGIS 10 features.
What I find most useful is the fact that the organization of the book takes a building block approach which is helpful for someone who may need to get started, and equally so for someone who would like to simply pinpoint and extract what they want and need.
Here are some of the useful features:
* automated map production and printing: can automate the production of map production and printing (including exporting PDFs), which is helpful when creating a set of maps or map files.
* quickly using geoprocessing tools: this is a quick way to increase functionality and power without having to do everything separately; application-level environment settings are utilized quite helpfully as well.
* creating custom tools: the example shows how to filter the data for North American wildfires -- it's a useful example; I think it might be even more helpful to list some of the common sources of data and practice importing them and working with them by developing additional custom tools.
* working with attribute and spatial queries: I think it would have been good to go into a bit more detail about how / why syntax decisions are made, and to discuss the logic, the flow, and the structure; after all, mind and the mental processes are where clean code begins and ends. That said, the section discusses how Python interprets the queries and how / when it matters where a string is placed. The examples are clear, but I always need lots of examples, so I would have welcomed even more examples, but that would perhaps confuse some users, so I concluded that the book hit the right balance.
* for the more adventurous, the book includes how to use the add-in wizard. I have always been a bit leery of add-ins, believing (perhaps superstitiously) that they will create conflicts, and unleash a small troop of gremlins. This chapter shows how / where to place an add-in in a folder that is easily discoverable by ArcGIS Desktop. This is probably the key to having the thing work, and it solves a small mystery of why add-ins sometimes do not work.
In sum, I'd like to say that I find the book to be very clear, well-organized, and helpful. It's likely to have a nice, long shelf life as well.
22 of 27 people found the following review helpful.
Extremely basic
By NT
This book is an extremely basic introduction to the ArcGIS 10.1 ArcPy module, with a few minor additions whose link to ArcGIS (or to GIS at all) is tenuous (sending emails? Really? And the first chapter is a generic intro to python, better covered in dozens of other dedicated resources). The "recipes" are almost all single ArcPy methods demonstrated; those seeking interesting problems and novel solutions (like the aging, but excellent "Python Cookbook") will be sorely disappointed. No real-world problems are discussed - the output from many (most?) recipes is print statements, hardly useful for much more than toy problems.
On the plus side, the examples are clearer and more consistent in style than many of ESRI's own, particularly with the consistent use of the "with" statement that leads to much clearer and easier to debug code. But the chosen book structure makes several sections highly repetitive - a method is demostrated in one recipe, and then the next virtually repeats the entire thing to add an SQL query.
There's also some questionable advice, like explicitly telling readers to issue "import arcpy" even in the ArcMap python console "as a good habit"; perhaps it would be good to understand the context in which you're issuing commands? The dumb insistance on this does allow the author to pad out each and every example though, because he includes it even when it's entirely un-needed. And this is not the only use of unnecessary/pointless import statements - many recipes import the "os" module and then never use it, which is hardly good style (though to be fair, ESRI documentation and training teaches similar crappy habits).
If you're looking for interesting problems with practical solutions and a deep discussion of alternatives (like the "Python Cookbook") you'll be very disappointed. If this is a cookbook, it's of the "cheese on toast" variety. Only worth it for the absolute beginner - even as someone who'd never used 10.1 before, though who has a reasonable amount of experience with python and previous ArcGIS versions, I learned more from 5 minutes with the help files. Money wasted.
5 of 5 people found the following review helpful.
Errata galore and very basic
By Epilady
If you're an ArcGIS user looking to expand your skillset, you'll probably end up purchasing this book because there are not many other options out there. As someone new to Python but not new to programming, I was sorely disappointed with this book. If you are new to Python, do not start with this book, but with one of the O'Reilly (like Python Cookbook) versions. It will explain much more about the structure of Python, which is sorely missing in this intro book. The author sets you off on examples without explaining many of the fundamental basics. Python is highly sensitive to indents. Unfortunately, that is glossed over, which provided me a lot of difficulty in writing my independent Python code until I used another intro book.
Also extremely unfortunately, almost every example in this book has at least one errata, frequently in the indents. I found this quite frustrating and detrimental to my learning - I ended up spending a lot of time fiddling the the examples to get them to work, then trying to remember which change actually fixed the code. It didn't cover things like importing csv or XML data with headers, which is the majority of the data I see. It's a lot to expect that a novice Python programmer would figure out the correct code to import one line as the header, then the rest of the text as data. (thank you, Stack Overflow)
I also wish it had an appendix list of all the items that arcpy could call. That would've made it very useful, because I haven't found a resource like that, and usually end up doing a lot of hunting around in help and other user programs to find the element name that I need.
Most helpful was the section on layout design, assuming you want to publish to a png or pdf (or other image file). There is no instruction about how to generate mapbooks, georeferenced PDFs, or any sort of active layer that can easily be imported into an on-line system. Downloading data from a FTP site was also interesting, though you'd have to have a good sense of what was already contained in the data file before it would be a process that would be automated via Python.
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler PDF
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler EPub
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler Doc
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler iBooks
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler rtf
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler Mobipocket
Programming ArcGIS 10.1 with Python Cookbook, by Eric Pimpler Kindle
Tidak ada komentar:
Posting Komentar