1.04k likes | 1.08k Views
GIS Fundamentals/ Geographic Database Design. GIS Concepts. Information cycle: Data/Information/System/Information System Geographic Information System Main Components/Characteristics Geographic Database Data Modeling Data Representation Spatial Analysis Implementing a GIS. Territory.
E N D
GIS Concepts • Information cycle: • Data/Information/System/Information System • Geographic Information System • Main Components/Characteristics • Geographic Database • Data Modeling • Data Representation • Spatial Analysis • Implementing a GIS
Territory Data Information Cycle GIS DSS Information Decision
Data / Information • Information is the result of interpretation of relations existing between a certain number of single elements (called data). • Example: • The Museum located at 5th Avenue, NY, was built in 1898. • Data: Museum, address, year of construction.
System A system is a set organized globally and comprising elementswhich coordinate for working towards doing a result. Example: Water supply system Elements: pipes, valves, hydrants, water meters, pumps, reservoirs, etc.
Information System (IS) An Information System is a set organized globally and comprising elements (data, equipment, procedures, users) that coordinate for working towards doing a result (information).
GIS: “G” & “IS” Definition: • A GIS is a collection of computer hardware and software, geographic data, methods, and personnel assembled to capture, store, analyze and displaygeographically referenced information in order to resolve complex problems of management and planning.
Geographic Data Geographic Information Input GIS Output • Reports • Maps • Photo. Products • Statistics • Input Data for models Manipulation Analysis • Maps • Census • Field Data • RS Data • Others Data Capture GIS Components Display Storage User Interface Models Other GIS
Integration of Multiple data: - Sources - Scales - Formats Geographic Database Spatial Analysis GIS: Main Characteristics
Data from multiple sources-at multiple scales-in multiple formats Census/ Tabular data Maps Picture & Multimedia GPS/ air photos/ satellite images
Referencing map features: Coordinate systems & map projections To integrate geographic data from many different sources, we need to use a consistent spatial referencing system for all data sets
The Latitude/Longitude reference system • latitude φ : angle from the equator to the parallel • longitude λ : angle from Greenwich meridian
Map Projections Curved surface of the earth needs to be “flattened” to be presented on a map Projection is the method by which the curved surface is converted into a flat representation
Map Projections (Cont.) • We can think of a projection as a light source located inside the globe which projects the features on the earth’s surface onto a flat map • Point p on the globe becomes point p on the map
Distortion in Map Projections Some distortion is inevitable Less distortion if maps show only small areas, but large if the entire earth is shown Projections are classified according to which properties they preserve: area, shape, angles, distance
Compromise projections • Do not preserve any property, but represent a good compromise between the different objectives • e.g., Robinson’s projection for the World
UTM: Universal Transverse Mercator • Minimal distortions of area, angles, distance and shape at large and medium scales • Very popular for large and medium scale mapping (e.g., topographic maps)
Cylindrical projection with a central meridian that is specific to a standard UTM zone • 60 zones around the world UTM
The concept of scale • scale is the ratio between distances on a map and the corresponding distances on the earth’s surface • e.g., a scale of 1:100,000 means that 1cm on the map corresponds to 100,000 cm or 1 km in the real world
The concept of scale • scale is essentially a ratio or representative fraction • small scale: small fraction such as 1:10,000,000 shows only large features • large scale: large fraction such as 1:25,000 shows great detail for a small area • “small scale” versus “large scale” often confused
Multi-scales Large scale (1:25.000) Small scale 1:500.000 • The same feature represented in different scales. • Example: lake
Multi-formats • Raster • Vector • Raster-Vector-Raster • DXF-DGN-etc. • Shapefile • KML • Etc.
Geographic Database • Geographic Data • Characteristics • Examples • Geographic Dataset • Geographic Database Concepts • Spatial entity • Data Modeling
Descriptive Data vs Geographic Data • General Data: • Descriptive attributes • Geographic Data: • Descriptive attributes • Spatial attributes • Location • Form
Geographic Data Characteristics : Position: explicit geographic reference • Cartesian coordinates :X,Y,Z • Geographic coordinates (lat, log) implicit geographic reference • Address • Place-name • Etc. Geometric Form: • ex: a polygon representing a parcel of land
Example1: Parcel of land • Attribute (descriptive) Data • Landowner • Area • Etc. • Spatial data • Position • Located at 100 Nelson Mandela Ave • X= a; Y=b within system (X,Y) • Form • dimensions (sides and arcs, constituting a polygon)
Example 2: District • Attribute (Descriptive) data: • District-Code • District-Name • Population 1990 • Population 2000 • Population 2010 • Spatial data: • Geographical Position • Polygon
Geographic Database • Definition • Components: • Spatial Entity/Attribute/Dataset • Data Modeling/Data Dictionary • Spatial Representation • Vector/Raster • Topology • Standard Spatial Operations
Spatial entity • We use the term entity to refer to a phenomenon that can not be subdivided into like units. Example: a house is not divisible into houses, but can be split into rooms. Others: a lake, a statistical unit, a school, etc. • In database management systems, the collection of objects that share the same attributes. • An entity is referenced by a single identifier, perhaps a place-name, or just a code number
Attribute • Each spatial entity has one or more attributes that identify what the entity is, and describe it. Example: you can categorize roads by whether they are local roads, highways, etc; by their length; their width; their pavement; etc. • The type of analysis you plan to do depends on the type of attributes you are working with.
Dataset “A dataset is a single collection of values or objects without any particular requirement as to form of organization.”
GeographicDatabase • “A geographic database is a collection of spatial data and related descriptive data organized for efficient storage, manipulation and analysis by many users.” • It supports all the different types of data that can be used by a GIS such as: • Attribute tables • Geographic features • Satellite and aerial imagery • Surface modeling data • Survey measurements
Data Modeling • Data Approach • Modeling Process • Entity/Relationship Approach • Example
Abstracting the Real World Reality Modeling Process Modeling (data & treat.) Geographic Database
Different users have different views of the world “Real World” ANSI/SPARC: Study Group on Data Base Management Systems (1975) External Model 1 External Model 2 External Model 3 Conceptual Model Logical Model Physical Model
Conceptual Model • A synthesis of all external models (user’s views). • Schematic representations of phenomena and how they are related. • Information content of the database (not the physical storage) so that the same conceptual model may be appropriate for diverse physical implementations. • Therefore, the conceptual model is independent from technology.
Conceptual Model (cont.) Easy to read Conceived for the analyst or designer Objective representation of the reality, therefore independently from the selected GDB System One conceptual model for the Database
Data Logical Model & Physical Model • We transform the conceptual model into a new modeling level which is more computing oriented: the logical model (Example: the Relational Database approach) • We transform the logical model into an internal model (physical model) which is concerned with the byte-level data structure of the database. • Whereas the logical model is concerned with tables and data records, the physical model deals with storage devices, file structure, access methods, and locations of data.
Hierarchical model - Hierarchical relationships between data (parent- child) • Network Model - Focus on connections • Relational model - Based on relations (tables) • Object-Oriented model • - Focus on Objects Several types of data organization
Entity Entity name Attributes Entity-relationship Formalism 0-N 0-1 Identifier (key-attribute) Maximum cardinality Association (relationship) Minimum cardinality
A B 2-N 0-1 1-2 3-N The E/R diagram for land parcels 1-N 2-2 A: Streets have edges (segments) B: parcels have boundaries (segments) C: line have two endpoints D: parcels have owners, and people own land. C D 2-N 1-N
Data Dictionary • Definition: A data catalog that describes the contents of a database. Information is listed about each field in the attribute table and about the format, definitions and structures of the attribute tables. A data dictionary is an essential component of metadata information.
Example: Census GIS database • - Basic elements • Entity: administrative or census units • enumeration areas • Entity type / Relations • Components of a digital spatial census database: • Boundary database • Geographic attribute tables • Census data tables
EA entity can be linked to the entity crew leader area. The table for this entity could have attributes such as the name of the crew leader, the regional office responsible, contact information, and the crew leader code (CL code) as primary code, which is also present in the EA entity. Relations R 1-1 1-N
Type (attributes) Entity: Enumeration areas Identifier