Geographical data

From all GIS subsystems, data is probably the most important one. It is also the more interrelated, as it is linked to all of them and all depend on it to a certain extent. Data is the fuel that drives GIS.

Data and information. Types of information.

There is a big difference between the concepts of data and information. A GIS is a Geographical Information System, but it uses geographical data.

Data is a set of values or elements used to represent something. For instance, the string 502132N is data.

We can interpret that data as being a geographical reference, in which case it could be a latitude value, in particular 50° 21' 32'' North. If we interpret it as being a reference to an identity card (such as a driver's license) associated with a person, the information that we get is completely different. It is the same data, containing six digits and a letter, but the information that we extract from it is different, since we understand and interpret it differently.

Information is, therefore, the result of data and its interpretation. and in many cases, working with data means just trying to extract from it all the information that it might contain.

Understanding the meaning and the differences between data an information allows us to understand, for instance, why the ratio between the size of a given data and the amount of information it contains is not constant. The strings 502132NORTH and FIFTY TWENTY ONE THIRTY TWO NORTH are longer than 502132N, but they contain the same information (as long as we interpret them as the latitude component of a coordinate).

Geographical information has two separate components: spatial and thematic. The spatial component contains the position, referred to a given reference system, and it answers the question where. The thematic component answers the question what and it defines the characteristics of the phenomenon or feature that occurs at the location indicated by the spatial component.

While the spatial component is usually a numerical value (most coordinate systems use just numbers), the thematic component can be numeric or alphanumeric. A numeric variable can be itself of four different types: nominal, ordinal, interval or ratio.

The operations that can be performed on a certain geographical data are defined by the types of variables contained in its thematic component.

The different approaches for representing and storing geographical information, which we will consider later in this same chapter, depend on the type of variables that we are working with.

An important concept to consider related to geographical information is the dimension. The elements that we store range from simple points (0D), to three-dimensional volumes (3D) (Figure 6.1).


Figure 6.1: Dimensions of the spatial component of geographical data.

Subdivision of information. Layers

In a GIS, the information about a given study area is divided into several levels. Even if it refers to the same location, the information about different variables is stored separately. That is, a set of different blocks of information exists for the same area, each of them containing a particular variable or set of elements. Each of these blocks is called a layer.(Figure 6.2).


Figure 6.2: A graphical explanation of the concept of layer.

The concept of layer is fundamental to understand GIS and helps to correctly structure and manage geographical information. All the information that we will use in a GIS will be in the form of layers. Each one of them can be used independently or along with others.

With traditional cartography, it is not possible (or it is complex and not accurate) to combine different types of information, such as the type contained in a topographic map and the type from a land-use map. In the case of a GIS, the different layers in which that information is contained can be combined in an easy and clean way.

The concept of layer as the fundamental unit for geographical information in GIS has a huge relevance, as it constitutes the basic framework for most operations. For instance, we saw in the section about cartographic generalization how in a GIS we can use different versions of the data corresponding to a given area, and show one or another depending on the current scale. These versions will be stored as independent layers. Layers are, thus, not just the fundamental unit for a given area, but also for a given scale, and allow us to optimally separate and organize geographical information.

Layers also help avoid data redundancy, since each layer just contains information about a particular variable or type of feature. A traditional map always contains a set of different variables, not just a single one. Some of them are used to provide a general context, such as the names of the main cities or the main roads, and these appear in most maps. In a GIS, they exist independently, and the user can add and combine them with other layers whenever is needed. Therefore, working with layers provides a more efficient approach and a more atomized organization of the data, with the advantages that it has for storage, management and use.

Apart from dividing geographical information in layers depending on its content, it is also divided considering purely spatial criteria, cutting it in smaller parts that cover a smaller area. This is similar to what happens with traditional cartography, divided into map sheets.

The main feature of a GIS to transparently integrate data corresponding to different areas and create a seamless mosaic is the separation between the data and its visualization. Data is required for visualization, but these two elements constitute different parts of a GIS, with a clear separation between them. That means that data is used to create a visual output, but data itself does not contain any value related to its rendering and visualization.

Thus, it is possible to combine data and then represent that combination together as a whole. Something like that is not possible with a printed map, since it contains also the visualization elements (colors, line thickness, label placements, etc.) and even some additional cartographic ones (legend, scale, North arrow, etc.). Even if printed maps can be combined, information contained in them does not fuse to create a single new map. In a GIS, on the other hand, visualization of several blocks of data can be identical to the one that would be obtained if that data were stored as a single block.

Geographical information models

The process of converting a given geographical area and the information about it in data that can be used within GIS can be divided into three different phases.

Representation models are the most important ones, and we will focus on them here. The two main representation models are the raster model and the vector model. Layers using these models are commonly known as raster layers and vector layers.

Raster model

The raster model is based on a systematic division of space. The whole space is characterized by a set of elements that cover it, each of them with an associated value.

The most common raster model is based on a grid of square cells, or sometimes rectangular ones. Knowing the orientation of the grid, the size of the cells (which is the same for all of them), and at least the coordinates of one of them, it is possible to know the location of all cells, thanks to its regular structure. With that, the values of the variable we are working with are known in all points of the area covered by the layer. The cell size is a parameter related to the scale of the layer, since it defines its resolution and depends on the level of detail used when the corresponding measures were taken.

Figure 6.3 shows an example of a raster grid.


Figure 6.3: Cells in a raster grid with their associated values.

The number of values stored for each cell defines the number of bands in a raster layer. A band contains a single value for each cell. We can understand a raster layer with more than one band as a set of sublayers, all of them having the same spatial structure (extent and cell size), and wrapped as a single layer.

We can find a clear example of that in digital color images. A digital image is composed of a grid of values (called pixels), each of them with an associated color. In the most common case, that color is expressed with three values, corresponding to the intensity of colors red, green and blue, which, when combined, give the pixel color. That is, an image like that is a raster layer with three bands, each of them containing one of the red, green and blue components.

Another typical use of the raster model is for the so-called Digital Elevation Models (DEM), which contain the topography of a given area. These are always single band layers.

In most cases, the values of a raster layer are numerical, and GIS software is usually not adapted to handle other types of values in the thematic component of a raster layer. Due to this, raster layers can be seen as matrices, and the corresponding mathematical tools can be used for their analysis.

Vector model

The other main representation model is the vector model. In this model, there are no fundamental units that divide and cover the area that is modeled. Instead, the variability and characteristics of that area are modeled using features, which represent elements in which those characteristics do not change. The geographical part of a feature is made of geometric primitives, and these can be of three different types: points, lines and polygons (Figure 6.4).


Figure 6.4: Geometric primitives in the vector representation model and some examples of each of them and their associated attributes

Using points, lines and polygons, geographical space can be modeled by associating values to these primitives. A feature can have multiple primitives. For instance, in a layer that contains countries, a country such as the United States will require several polygons (continental US, Alaska, Hawaii islands, etc.). All those polygons form a single feature, since all of them belong to the same country and will share the same associated values.

A layer can contain features with primitives of different types, but usually it is restricted to just one single type. It is common to speak of a ``points layer'' or a ``polygons layer'' to indicate that.

Elements can be represented using different types of primitives. For instance, a city can be represented as a single point or as a polygon with its perimeter. Using one or another geometry should depend on the type of phenomenon that we want to model or the level of detail that is needed, among other factors.

The thematic component in the vector model is defined using attributes. A layer usually contains multiple attributes. Attributes are associated to features, can have information of all types and they are more versatile than the values associated to raster layers, which, as it was mentioned, normally contain just numerical values. Due to its particular structure (a set of attributes associated to a feature), the thematic component in the vector model can be represented as a table and stored in a database (we will talk more about this in the chapter devoted to databases). Also, it can be be analyzed independently of the spatial component.

A particular element of the vector representation model is topology. A vector layer is said to contain topology if it contains the spatial relations between its features. Topology is required for certain analysis and changes the way some operations, such as geometry editing, work in GIS.


Figure 6.5: A roads layer without topology (a) and with topology (b). Circles in this last case indicate connections between roads.

Although most vector layer operations can be performed without topology, some of them such as network analysis are not possible without it. If we think about a roads layer, if it just contains lines representing roads but no information about how they are connected, there is no way of constructing the network from them. The points where lines intersect might be crossings or roundabouts (so it is possible to move from one road to another), but they might also be points without connection between the roads (one passing above the other). Without knowing that, we are missing information and the network analysis cannot be performed. (Figure 6.5)

Line data without topology is popularly know as spaghetti data.

Raster vs vector

Both the raster and vector representation models can be used to store any geographical information. Figure 6.6 contains an example of that, and it shows a roads layer represented using both models.

We mentioned DEMs as a typical case of raster layers. Representing elevation as a raster layer has many advantages, especially for performing analysis, but it is not the only option. We can have a vector layer with points (that will be the case if the elevation data comes for a topographic survey), or a lines layer with contour lines (the most common way of representing elevation in a traditional map).


Figure 6.6: Comparison between vector (a) and raster (b) representation models.

It is clear that both models have many differences, and each of them has it pros and cons. The following are some factors to compare.

Overall, there is no representation model that is better than the other. Depending on the case, one will be more suitable than the other. The following factors should be considered when evaluating the suitability of these models to a particular circumstance:

There are algorithms that allow converting between the raster and vector representation models, so if we have our data in one of them, we can obtain a new layer that uses the other model and might be more suitable for our work.

Home
Chapter contents
Book contents

Book contents