230 likes | 422 Views
Geographic Data in GIS. Streets. Attributes. Behavior. Geometry. Rules:. Streets and highways may not intersect. Components of geographic data. Three general components to geographic information. Geometry: Location, Location, Location.
E N D
Streets Attributes Behavior Geometry Rules: Streets and highways may not intersect Components of geographic data • Three general components to geographic information
Geometry: Location, Location, Location • Feature spatial relationships (distance, containment, intersection, and adjacency) are the basis of solving problems with a GIS.
Attributes • A value or property that is characteristic of a spatial element • Single feature – many attributes • Example: Rivers • What attributes might rivers have? • Name • Location • Discharge • Length • Components: • Items or fields (columns) • Entities or records (rows)
Attributes Feature Attributes Spatial Attributes (Coordinates)
Spatial Data • Physical features with location coordinates • Attributes associated with physical features
Vector & Raster Data • Vector Data: • Features are represented as: points, lines, polygons • Information about a feature is stored in an attribute table • There can be many different attributes for each feature • Raster Data: • Features are represented as square cells in a grid (array) • The data stored is usually numeric
Raster Data Model Geographic Data Models Raster model – grid cells or pixels Vector model – points, lines, polygons Vector Data Model TIN Data Model
GIS Spatial Data Formats Coverage Geodatabase Shapefile Internet Map Service CAD Tables Raster ArcGIS
Shapefiles • For a single feature class. • Each file contains either points, lines or polygons. • Made up of multiple files, each stored separately. • When copying/moving the shapefile, must copy/move all the associated files.
ESRI Coverages • Multiple feature classes • Attributes stored in an INFO table • Can only be stored in an ArcGIS Workspace • Edited only with ArcInfo Workstation
ESRI Geodatabases • Geodatabases: sets of feature classes • Grouped together into one database • Use extension .mdb for the set • Example: LaCrosse.mdb could include: • A polygon feature class of properties • A point feature class of houses • A line feature class of roads • Integrates features and attributes