- Добавил: literator
- Дата: 1-05-2020, 17:32
- Комментариев: 0

Автор: Laura G. Tateosian
Издательство: Springer
Год: 2016
Страниц: 544
Язык: английский
Формат: pdf (true), epub
Размер: 26.3 MB
This book introduces Python scripting for geographic information science (GIS) workflow optimization using ArcGIS. It builds essential programming skills for automating GIS analysis. Over 200 sample Python scripts and 175 classroom-tested exercises reinforce the learning objectives. Python is easy to pick up. Python is a nice ‘starter’ programming language: easy to interpret with a clean visual layout. Python uses English keywords or indentation frequently where other languages use punctuation. Some languages require a lot of set-up code before even creating a program that says ‘Hello.’ With Python, the code you need to print Hello is print 'Hello'.