1 / 73

Intro to advanced GIS and a review of basic GIS

Intro to advanced GIS and a review of basic GIS. Topic 1 Jan. 14, 2008. Outlines. About the class setting Materials to be covered and scheduled Quick review of GIS basics First lab (Lab 1). Materials to be covered and scheduled . A review of basic GIS (1) Spatial data analysis

tahmores
Télécharger la présentation

Intro to advanced GIS and a review of basic GIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Intro to advanced GIS and a review of basic GIS Topic 1 Jan. 14, 2008

  2. Outlines • About the class setting • Materials to be covered and scheduled • Quick review of GIS basics • First lab (Lab 1)

  3. Materials to be covered and scheduled • A review of basic GIS (1) • Spatial data analysis • Vector data analysis (2,3) • Raster data analysis (4,5) • Spatial statistics (6) • Geostatistic analysis (7,8) • 3-D analysis (9) • Geoprocessing (10,11) • Other topics (12) • We do not use one single book, because there is no single book covering all the materials I will cover in the class. • I will assign many ESRI-ebook for you to read • Many papers for you to read. • I will give quiz occasionally to see if you read them or not. One quiz will be 2 points toward your final grade. • Other policies refer to the syllabus

  4. What is GIS ? • A computer system for • - collecting, • - storing, • - manipulating, • - analyzing, • - displaying, and • - querying geographically related information.

  5. In general GIS cover 3 components • Computer system • Hardware • Computer, plotter, printer, digitizer • Software and appropriate procedures • Spatially referenced or geographic data • People to carry out various management and analysis tasks

  6. Geographic Data • Geospatial data tells you where it is and attribute data tells you what it is. Metadata describes both geospatial and attribute data. In GIS, we call geographic data as GIS data or spatial data

  7. 1. Geospatial data

  8. Traditional method • To represent the geographic data is paper-based maps • Geology map • Topographic map • City street map (we still use it a lot) • ...

  9. Characteristics of spatial data • “mappable” characteristics: • Location (coordinate system, will be lectured later) • Size is calculated by the amount (length, area, perimeter) of the data • Shape is defined as shape (point, line, area) of the feature • Discrete or continuous • Spatial relationships

  10. Discrete and continuous • Discrete data are distinct features that have definite boundaries and identities • A district, houses, towns, agricultural fields, rivers, highways, … • Continuous data has no define borders or distinctive values, instead, a transition from one value to another • Temperature, precipitation, elevation, ...

  11. GIS: a simplified view of the real world • Points • Lines • Areas • Networks • A series of interconnecting lines • Road network • River network • Sewage network • Surfaces • Elevation surface • Temperature surface Discrete features Continuous features

  12. Problems caused by the simplified features may still exist, but let’s live on it • Dynamic nature (not static) • Forest grow • River channel change • City expand or decline • Identification of discrete and continuous features • Road to be a line or a area? • Scale • Some may not fit to any type of features: fuzzy boundaries • Transition area between woodland and grassland Lets do not worry about these problems now!!! Just keep in mind

  13. Points • A point is a 0 dimensional object and has only the property of location (x,y) • Points can be used to Model features such as a well, building, power, pole, sample location ect. • Other name for a point are vertex, node Point

  14. Lines • A line is a one-dimensional object that has the property of length • Lines can be used to represent road, streams, faults, dikes, maker beds, boundary, contacts etc. • Lines are also called an edge, link, chain, arc • In an ArcInfo coverage an arc starts with a node, has zero or more vertices, and ends with a node Line

  15. Areas (Polygons) • A polygon is a two-dimensional object with properties of area and perimeter • A polygon can represent a city, geologic formation, dike, lake, river, ect. • Other name for polygons face, zone Area

  16. Topology needed • A collection of numeric data which clearly describes adjacency, containment (coincidence), and connectivity between map features and which can be stored and manipulated by a computer. • A set of rules on how objects relate to each other • Major difference in file formats • Higher level objects have special topology rules

  17. Topology © Paul Bolstad, GIS Fundamentals

  18. Two basic data models to represent these features • Raster spatial data model • Define space as an array of equally sized cells arranged in rows and columns. Each cell contains an attribute value and location coordinates • Individual cells as building blocks for creating images of point, line, area, network and surface • Continuous raster • Numeric values range smoothly from one location to another, for example, DEM, temperature, remote sensing images, etc. • Discrete raster • Relative few possible values to repeat themselves in adjacent cells, for example, land use, soil types, etc. • Vector spatial data model • Use x-, y- coordinates to represent point, line, area, network, surface • Point as a single coordinate pair, line and polygon as ordered lists of vertices, while attributes are associated with each features • Usually are discrete features

  19. DIGITAL SPATIAL DATA • RASTER • VECTOR • Real World Source: Defense Mapping School National Imagery and Mapping Agency

  20. Raster and Vector Data Models Real World 600 1 2 3 4 5 6 7 8 9 10 G 1 B Trees 500 2 G B G 3 B 400 G G 4 B Trees Y-AXIS 5 B G G 300 B BK 6 G G House 7 B 200 B B 8 River 100 9 B 200 500 100 300 600 400 10 B X-AXIS Raster Representation Vector Representation Source: Defense Mapping School National Imagery and Mapping Agency

  21. Example: Discrete raster

  22. Example: continuous raster Xie et al. 2005

  23. Raster Real world Vector Heywood et al. 2006

  24. Effects of changing resolution Heywood et al. 2006

  25. Vector – Advantages and Disadvantages • Advantages • Good representation of reality • Compact data structure • Topology can be described in a network • Accurate graphics • Disadvantages • Complex data structures • Simulation may be difficult • Some spatial analysis is difficult or impossible to perform

  26. Raster – Advantages and Disadvantages • Advantages • Simple data structure • Easy overlay • Various kinds of spatial analysis • Uniform size and shape • Cheaper technology • Disadvantages • Large amount of data • Less “pretty” • Projection transformation is difficult • Different scales between layers can be a nightmare • May lose information due to generalization

  27. GIS data formats (files) • Shapefiles • Coverages • TIN (e.g. elevation can be stored as TIN) • Triangulated Irregular Network • Grid (e.g. elevation can be stored as Grid) • Image (e.g. elevation can be stored as image, all remote sensing images) Vector data Raster data

  28. Shape Files • Nontopological • Advantages no overhead to process topology • Disadvantages polygons are double digitized, no topologic data checking • At least 3 files .shp .shx .dbf

  29. Coverages • Original ArcInfo Format • Directory With Several Files • Database Files are stored in the Info Directory • Uses Arc Node Topology • Containment (coincident) • Connectivity • Adjacency

  30. TIN ©Arthur J. Lembo Cornell University • A triangulated irregular network (TIN) is a data model that is used to represent three dimensional objects. In this case, x,y, and z values represent points. Using methods of computational geometry, the points are connected into what is called a triangulation, forming a network of triangles. The lines of the triangles are called edges, and the interior area is called a face, or facet. • While the TIN model is somewhat more complex than the simple point, line, and polygon vector model, or the raster model, it is actually quite useful for representing elevations. For example a raster grid would require grid cells to cover the entire surface of a geographic area. Also, if we wanted to show great detail we would have to have small grid cells. Now, if the land area is relatively flat, we would still need the small grid cells. However, with a TIN we would not have to include so many points on the flat areas, but could add more points on the steep areas where we want to show greater detail. • The illustration shows how we can create a TIN of the terrain around Ithaca, NY. • First, a series of elevation points are created • Second, a TIN face is created with the elevation data • Third, the faces are shaded in to give the impression of a 3D surface

  31. Components of a TIN • Nodes • Edges • Triangles • Hull • Topology ©Arthur J. Lembo Cornell University

  32. Grid Properties • Each Grid Cell holds one value even if it is empty. • A cell can hold an index standing for an attribute. • Cell resolution is given as its size on the ground. • Point and Lines move to the center of the cell. • Minimum line width is one cell. • Rasters are easy to read and write, and easy to draw on the screen.

  33. A new data model in ArcGIS • Geodatabase data model • Use a relational database that stores geographic data • A type of database in which the data is organized across several tables. Tables are associated with each other through common fields. Data items can be recombined from different files. • A container for storing spatial and attribute data and the relationships that exist among them • And their associated attributes can be structured to work together as an integrated system using rules, relationships, and topological associations

  34. Geodatabase components-vector data and table • Primary (basic) components - feature classes, - feature datasets, - nonspatial tables. • complex components building on the basic components: - topology, - relationship classes, - geometric networks

  35. Geodatabase components-Raster data • Raster data referenced only in personal geodatabase • Raster data physically stored in multiuser geodatabse • Raster datasets and raster catalogs • A raster dataset is created from one or more individual rasters. When creating a raster dataset from multiple rasters, the data is mosaicked, or aggregated, into a single, seamless dataset in which areas of overlap have been removed. The input rasters must be contiguous (adjacent) and have the same properties, including the same coordinate system, cell size, and data format. For each raster dataset (.img, grid, JPEG, MrSID, TIFF), ArcGIS creates an ERDAS IMAGINE file (.img). • A raster catalog is defined as a table in the geodatabase which you can view like any other table in ArcCatalog. Each raster in the catalog is represented by a row in the table. It contains a collection of rasters that can be noncontiguous, stored in different formats, and have other different properties. In order to view all the rasters in the catalog, they must have the same coordinate system and a common geographic extent

  36. 2. Attribute data • Attribute data is about “what” of a spatial data and is a list or table of data arranged as rows and columns • Rows are records (map features) • Each row represents a map feature, which has a unique label ID or object ID • Columns are fields (characteristics) • Intersection of a column and a row shows the values of attributes, such as color, ownership, magnitude, classification,…

  37. examples

  38. A database needed • If many fields related to one record (feature-ID), for example, the a soil unit can have over 80 estimated physical and chemical properties, more tables are needed to store all the attributes. • A database management system (DBMS) is needed to manage multiple tables. • A database is a collection of interrelated tables in digital format. There are four types: • Flat file, hierarchical database, network database, relational database • In GIS, we usually use relational database

  39. Hierarchical Flat file Relational Network PIN: Parcel ID number Zoning (zonecode): 1-residential, 2-commercial Chang, 2004

  40. Relational database • A relational database is a collection of tables, also called relations, which can be connected to each other by keys. • A primary key represents one or more attributes whose values can uniquely identify a record in a table. Its counterpart in another table for the purpose of linkage is called a foreign key • Advantages • Each table in the database can be prepared, maintained, and edited separately from other tables • Efficient data management and processing, since linking tables query and/or analysis is often temporary

  41. Four tables linked by keys Chang, 2004

  42. Relationship of those separate tables One record in one table related to one record in another table One record in one table related to many records in another table Many records in one table related to one record in another table Many records in one table related to many records in another table

  43. Join and relate tables • Once tables are separated as relational tables, then two operations can be used to link those tables during query and analysis • Join, brings together two tables based on a common key. • Relate, connects two tables (based on keys) but keeps the tables separate. • Keys do not have to have the same name but must be of the same data type Join relate Join relate

  44. One-to-One Join Join Employee-id to Employee-id After join

  45. Many-to-One Join After Join on Symbol

  46. One-to-Many Relates If the tables are related on Symbol, selecting Polygon-id 1 will select the highlighted areas.

  47. Many-to-Many Relates If the tables are related on Symbol, selecting Polygon-id 1 will select the highlighted areas.

More Related