ebook img

Python for ArcGIS Part 1 - Data Services PDF

58 Pages·2012·0.96 MB·English
by  
Save to my drive
Quick download
Download
Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.

Preview Python for ArcGIS Part 1 - Data Services

Python for ArcGIS Part 1 Ahmad Aburizaiza Data Services Group - GMU Libraries Spring 2016 What is Programming? Programming can be explained as set of ordered instructions for the computer to do something(s). 2 What is Programming? 3 What is Programming? 4 What is Programming? Examples of simple programs running ordered instructions: 1. a. Add the two numbers 2 and 8 b. Multiply the addition result by 5 2. a. Create a circle b. Assign it the red color c. Draw it on the computer screen 3. a. Open a CSV file b. Read x and y coordinates c. Create points from the read coordinates d. Draw the points on the map 5 Programming Languages A programming language is a set of instructions and commands in a specific syntax different from other programming languages. 6 Programming Languages Command Python JavaScript Define a variable named x x = 3 var x = 3; Print x value on the screen print(x) alert(x); Check if x is not equal to zero if x <> 0: if (x != 0) 7 Programming Benefits for GIS 1. Higher salaries and demand for GIS developers (desktop/web/mobile) in the GIS related market. 8 Programming Benefits for GIS 9 Programming Benefits for GIS 10

Description:
Python for ArcGIS Part 1 Ahmad Aburizaiza Data Services Group - GMU Libraries Spring 2016
See more

The list of books you might like

Most books are stored in the elastic cloud where traffic is expensive. For this reason, we have a limit on daily download.