Applications of GIS in Urban Planning and Spatial Operations
Applications of GIS in Urban Planning and Spatial Operations
• Vector data model uses sets of coordinates and associated attribute data to define
discrete objects
• Line objects are used to represent linear features using ordered set of coordinate pairs
• E.g. infrastructure networks (transport networks: highways, railroads, etc.) ; utility networks: (gas, electric,
telephone, water, etc. ); airline networks: hubs and routes, etc.); natural networks such as river channels
• Polygon objects in spatial database represent entities
which covers an area
• E.g. lakes, Buildings, parcels, etc.
•Ordinal data have an implied order (e.g. ranked scores), however, we cannot
quantify the difference since a linear scale is not implied.
•Interval data are numeric and have a linear scale, however they do not have a true
zero and can therefore not be used to measure relative magnitudes. For example,
one cannot say that 60°F is twice as warm as 30°F since when presented in degrees
°C the temperature values are 15.5°C and -1.1°C respectively (and 15.5 is clearly not
twice as big as -1.1).
•Ratio scale data are interval data with a true zero such as monetary value (e.g. $1,
$20, $100).
Spatial Operations
Clip (Analysis)
• Clip: Extracts input features that overlay the clip features
• Creating a new feature class: Area of Interest (AOI), or study area
• The Output Feature Class will contain all the attributes of the Input Features
Spatial Operations
Intersect (Analysis)
• Computes a geometric intersection of the input features.
• Features or portions of features which overlap in all layers and/or feature
classes will be written to the output feature class.
• Input Features must be simple features: point, multipoint, line, or polygon
Spatial Operations