Presentation is loading. Please wait.

Presentation is loading. Please wait.

Maps as Numbers Getting Started with GIS Chapter 3.

Similar presentations


Presentation on theme: "Maps as Numbers Getting Started with GIS Chapter 3."— Presentation transcript:

1 Maps as Numbers Getting Started with GIS Chapter 3

2 Chapter 3: Maps as Numbers n 3.1 Representing Maps as Numbers n 3.2 Structuring Attributes n 3.3 Structuring Maps n 3.4 Why Topology Matters n 3.5 Formats for GIS Data n 3.6 Exchanging Data

3 Maps as Numbers n GIS requires that both data and maps be represented as numbers. n The GIS places data into the computer’s memory in a physical data structure (i.e. files and directories).

4 The Data Model n A logical data model is how data are organized for use by the GIS. n GISs have traditionally used either raster or vector for maps.

5 Rasters and vectors can be flat files … if they are simple Vector-based line Raster-based line 4753456 623412 4753436 623424 4753462 623478 4753432 623482 4753405 623429 4753401 623508 4753462 623555 4753398 623634 0000000000000000 0001100000100000 1010100001010000 1100100001010000 0000100010001000 0000100010000100 0001000100000010 0010000100000001 0111001000000001 0000111000000000 0000000000000000 Flat File

6 Features and Maps n A GIS map is a scaled-down digital representation of point, line, area, and volume features. n While most GIS systems can handle raster and vector, only one is used for the internal organization of spatial data.

7 A raster data model uses a grid. n One grid cell is one unit or holds one attribute. n Every cell has a value, even if it is “missing.” n A cell can hold a number or an index value standing for an attribute. n A cell has a resolution, given as the cell size in ground units.

8 Generic structure for a grid Figure 3.1 Generic structure for a grid. R o w s Columns Grid cell Grid extent Resolution

9 The mixed pixel problem

10 Grids and missing data Figure 3.8 GIS data layer as a grid with a large section of “missing data,” in this case, the zeros in the ocean off of New York and New Jersey.

11 RASTER n A grid or raster maps directly onto a programming computer memory structure called an array. n Grids are poor at representing points, lines and areas, but good at surfaces. n Grids are good only at very localized topology, and weak otherwise. n Grids are a natural for scanned or remotely sensed data. n Grids suffer from the mixed pixel problem. n Grids must often include redundant or missing data. n Grid compression techniques used in GIS are run-length encoding and quad trees.

12 The Vector Model n A vector data model uses points stored by their real (earth) coordinates. n Lines and areas are built from sequences of points in order. n Lines have a direction to the ordering of the points. n Polygons can be built from points or lines. n Vectors can store information about topology.

13 Vectors: pro and con n Vector can represent point, line, and area features very accurately. n Vectors are far more efficient than grids. n Vectors work well with pen and light-plotting devices and tablet digitizers. n Vectors are not good at continuous coverages or plotters that fill areas.

14 TOPOLOGY n Topological data structures dominate GIS software. n Topology allows automated error detection and elimination. n Rarely are maps topologically clean when digitized or imported. n A GIS has to be able to build topology from unconnected arcs. n Nodes that are close together are snapped. n Slivers due to double digitizing and overlay are eliminated.

15 Topology Matters n The tolerances controlling snapping, elimination, and merging must be considered carefully, because they can move features. n Complete topology makes map overlay feasible. n Topology allows many GIS operations to be done without accessing the point files.

16 FORMATS n Most GIS systems can import different data formats, or use utility programs to convert them. n Data formats can be industry standard, commonly accepted or standard.

17 EXCHANGE n Most GISs use many formats and one data structure. n If a GIS supports many data structures, changing structures becomes the user’s responsibility. n Changing vector to raster is easy; raster to vector is hard. n Data also are often exchanged or transferred between different GIS packages and computer systems. n The history of GIS data exchange is chaotic and has been wasteful.

18 Vector to raster exchange errors

19 Transfer Standards

20 GIS Data Exchange n Data exchange by translation (export and import) can lead to significant errors in attributes and in geometry. n In the United States, the SDTS was evolved to facilitate data transfer. n SDTS became a federal standard (FIPS 173) in 1992. n SDTS contains a terminology, a set of references, a list of features, a transfer mechanism, and an accuracy standard. n Both DLG and TIGER data are available in SDTS format. n Other standards efforts are DIGEST, DX-90, the Tri-Service Spatial Data Standards, and many other international standards. n Efficient data exchange is important for the future of GIS.


Download ppt "Maps as Numbers Getting Started with GIS Chapter 3."

Similar presentations


Ads by Google