{"id":595,"date":"2019-05-20T05:20:29","date_gmt":"2019-05-20T05:20:29","guid":{"rendered":"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/?post_type=chapter&#038;p=595"},"modified":"2019-05-20T05:30:59","modified_gmt":"2019-05-20T05:30:59","slug":"data-storage-compaction-in-geographic-information-system","status":"publish","type":"chapter","link":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/chapter\/data-storage-compaction-in-geographic-information-system\/","title":{"rendered":"Data Storage &amp; Compaction in Geographic Information System"},"content":{"raw":"<div><span style=\"float: right\"><a href=\"https:\/\/youtu.be\/vvOlDQh390M\" target=\"_blank\" rel=\"noopener\"><img src=\"http:\/\/epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/2018\/11\/download.png\" alt=\"epgp books\" width=\"75px\" height=\"75px;\" \/><\/a>\r\n<\/span><\/div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Learning Objectives<em>:<\/em><\/strong>\r\n\r\n&nbsp;\r\n\r\n<em> In this chapter you will learn about the following:<\/em>\r\n<ul>\r\n \t<li><strong>\u00a0<\/strong>Understand the relevance of data compaction techniques.<\/li>\r\n \t<li>\u00a0Learn about four data compaction techniques in raster GIS.<\/li>\r\n \t<li>\u00a0Recognize the spaghetti and topological data models in Vector GIS<\/li>\r\n \t<li>\u00a0Appreciate the need for data compaction techniques<\/li>\r\n<\/ul>\r\n&nbsp;\r\n\r\n<strong>Introduction<\/strong>\r\n\r\n<\/div>\r\n<div>\r\n<p style=\"text-align: justify\">\u00a0 \u00a0In your previous chapter on data models you have understood the relevance and importance of raster and vector data models. You also have understood that \u201c<em>The object<\/em> <em>based spatial database (those obtained by field surveying, remote sensing image analysis, photo interpretation, and digitization etc.) are generally represented in the form of coordinate lines and termed as Vector data models\u201d (Parihar,2017). <\/em>On the other hand, \u201c<em>when the spatial database is structured on the field-based model the basic<\/em> <em>spatial units are different forms of tessellation (regular as DEM or irregular as TIN) are termed as Raster data model\u201d (Parihar,2017). <\/em>The storage and manipulation of various location based data sets and related attribute information in both the models is very relevant and consequently have received lot of attention too and that is the premise of this chapter on data storage and compaction techniques in raster and geographic Information system (GIS). We realize by now that every data to be considered in GIS environment is to be treated as unique and has its own identity with a requirement of a storage and manipulation space. The major concern that arise is when complex entities such as more than two polygons are stored and the adjoining boundaries are entered twice, causing duplication of adjacent line and also sometimes generating in matching problems. In addition, it occupies more space in the computer. To understand this complexity and related concerns this chapter is divided into two sections, one related to the Data Compaction Techniques in Raster GIS and Second related to data storage Topology driven models in Vector GIS .<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>1. Data Compaction Techniques in Raster GIS<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Data compaction or compression is common in GIS and is based on different algorithms that reduce the size of a computer file, but maintains all the information intact. Compression algorithms may be \u201clossless\u201d (where no information is lost) or \u201clossy\u201d (where some information is lost).Lossy algorithm is generally not applied to thematic data , but largely applied when image data is considered. Mostly they are applied to discrete raster data algorithms.\u00a0<span style=\"font-size: 1em\">Consequently, Data compression\/compaction in a grid based raster GIS environment has been studied and researched upon by many. Many compaction techniques in raster GIS have been evolved in different years and for our purpose the techniques considered here are the following :<\/span><\/p>\r\n\r\n<\/div>\r\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0Chain coding,<\/p>\r\n&nbsp;\r\n\r\nRun length coding, Block coding and Quad trees.\r\n\r\n&nbsp;\r\n\r\n<strong>1.1 .Chain Coding<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Chain coding is largely undertaken as a clockwise coding method and is generally referred as Freeman Chain Coding. To begin with, from the following figure1 locate the 28 cells required for storing the given entity.<\/p>\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-596\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390.png\" alt=\"\" width=\"524\" height=\"254\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 1: Locating Grid Cells for Chain Coding in Raster GIS<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">The above technique is simple and straightforward. \u201cIn a chain-coded representation of a map, using any starting point on the border of an object, the sequence of cardinal directions of the cells that make up the boundary of the object are recorded\u00a0<span style=\"text-align: initial;font-size: 1em\">systematically in a clockwise direction. The polygon is defined in terms of unit cells measured in cardinal directions\u201d Freeman. The steps are as follows :<\/span><\/p>\r\n\r\n<\/div>\r\n<div>\r\n<p style=\"text-align: justify\"><\/p>\r\n<p style=\"text-align: justify\">i.\u00a0 Identification of\u00a0 points by a number ranging from 0 to 7.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">For example, East may be identified as 0, North as 1, West as 2 and South as 3. You may select your own numbering system.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">ii. Once a move in the direction of the line is made and recorded, the locational grid is re-centered over a new location and the next move defined in the same way.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The advantage of chain coding is that it enables storing raster data and above all it is very useful for detection of sharp turns and area estimation. The short fall is that there is a repetition of data because of repetition of adjoining boundaries.<\/p>\r\n&nbsp;\r\n\r\n<strong>1.2<\/strong>\u00a0\u00a0<strong>Run-length codes<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Run Length Code is an improvement over the conventional chain code technique and suitable to the personal computers with limited storage capacity. It stores a single value for a group of cells instead of storing the value for each individual cell. \u201cThis method exploits the fact that many datasets have large homogeneous regions. In this procedure, adjacent cells along a row that have the same value are treated as a group and termed a run. Each row in the grid (one pixel width) is examined in turn, and pixels having the same value, that is, homogeneous pixels are grouped together. It uses a 1D method of grouping pixels with similar or identical values\u201d Heywood,2002. Let us try to understand this from the figure 2 where following steps are undertaken:<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">i. Locate the pixels with similar values;<\/p>\r\n<p style=\"text-align: justify\">ii. Position reference be noted;,<\/p>\r\n<p style=\"text-align: justify\">iii. Sequences of pixels with similar values are replaced in the memory by<\/p>\r\n<p style=\"text-align: justify\">a. the \u2018positional reference\u2019 to the first pixel in the grouping and<\/p>\r\n<p style=\"text-align: justify\">b. by the \u2018number representing\u2019 the number of pixels in the grouping.<\/p>\r\n\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-597\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391.png\" alt=\"\" width=\"811\" height=\"265\" \/>'\r\n<div>\r\n<p style=\"text-align: center\">Figure 2: Run Length Coding<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The run length coding is common and rather simple method for compression raster data. The left number in row two in Figure 2 depicts the number of cells in run (8 in this case) and the right size is cell value (6 in this case) and the value together noted as 8:6. Though a simple method , it\u2019s major shortcoming in the words of Hey Wood is that \u201cthe pixel groups are identified only in one coming is that direction (parallel to the x-axis) as a result the nearby rows, that is, those above and below the current row which may have the same values of the group are represented separately\u201d.<\/p>\r\n&nbsp;\r\n\r\n<strong>1.3<\/strong>\u00a0<strong>Block codes<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Block codes <em>\u201c<\/em>are a two-dimensional extension to run length codes. It assumes that the cells are recorded in the form of blocks of squares. The method uses square blocks to tile the area to be mapped\u201d (Burroughs 1986). This method has largely been applied in performing union and intersection of regions and for detecting properties such as elongation. The steps undertaken in giving Block codes are:<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">i. Locating as many large square blocks as possible in the given raster image.<\/p>\r\n<p style=\"text-align: justify\">ii. The codes be noted through the Medial axis Transformation (MAT) from the square blocks.<\/p>\r\n<p style=\"text-align: justify\">iii. The blocks are arranged in the hierarchical form.<\/p>\r\n\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-598\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392.png\" alt=\"\" width=\"552\" height=\"216\" \/>\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-599\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393.png\" alt=\"\" width=\"566\" height=\"254\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 3: Block Code , Based on Heywood,2002<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">According to Heywood, 2002, \u201cA unit square represents one cell, whereas a 4 square block represents 2x2cells, a 9 square block represents 3x3 cells and so on. Each block is coded only with the location of a cell (the lower left of the block) and the side length of the block. The larger the square that may be fitted into a region, the more efficient block coding becomes\u201d.<\/p>\r\n&nbsp;\r\n\r\n<strong>1.4. Quadtree<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">The fourth raster compression method is Quad tree method. It is a variable spatial resolution model sometimes equated with hierarchical tessellation model. <strong>\u201c<\/strong>A quadtree is a term used to describe a hierarchical or tree-based data structure whose common property is that the structure is based on the principle of the recursive decomposition of\u00a0<span style=\"text-align: initial;font-size: 1em\">space to represent both vector and raster data\u201d Burrough,1987 . It is similar to run length coding and are largely used while compressing area features. They generally represent raster data structures with variable spatial resolution. This can be best understood from figure 4:<\/span><\/p>\r\n\r\n<\/div>\r\n<ol>\r\n \t<li>Variable spatial resolutions to be noted;<\/li>\r\n \t<li>Each specific area feature to be delineated;<\/li>\r\n \t<li>With each area feature the raster cell sizes to be combined and adjusted;<\/li>\r\n \t<li>Codes are assigned first to the larger raster cells that fit into one uniform area;<\/li>\r\n \t<li>Successively smaller cells at each iteration are halved (cell dimension), until the smallest cell size is reached.<\/li>\r\n<\/ol>\r\n<img class=\"aligncenter size-full wp-image-600\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394.png\" alt=\"\" width=\"444\" height=\"433\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 4: data Compression in Quad tree Method<\/p>\r\n\r\n<\/div>\r\n<div>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">One of the \u201cadvantages of the raster data model is that each cell can be subdivided into smaller cells of the same shape and orientation and the Quadtree model addresses both the resolution and the redundancy issues directly\u201d (Pequot, 1990). Through this method ,operations such as point-in-polygon searches can be performed. However, Burroughs (1984) is of the view that \u201cthe largest problems associated with quadtrees is that tree translation is not translation-invariant \u2014 two regions of the same shape and size may have quite different quadtree, so consequently shape analysis and pattern recognition are not straight forward\". Another disadvantage is that it is time consuming to create a quadtree data structure. This implies that a re-building of the entire quadtree is required , just by a mere change in the original data set.<\/p>\r\n&nbsp;\r\n\r\n<strong>2. Data Storage in Vector Data<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">We know by now that the vector data model represents anything from a simple number to a complex entity. It is an object based approach to the representation of the real world features and is best used to represent discrete objects. It is certainly straight forward when only simple polygon is represented, but with the introduction of complex entities such as more than two polygons, the adjoining boundaries will cause duplication of adjacent line and so need more space in the computer. Moreover, there are also many matching problems that occur while overlapping two sets of same adjoining boundary . To overcome this and the related problems, two models are considered here:<\/p>\r\n&nbsp;\r\n\r\n2.1 Spagehetti Model\r\n\r\n2.2 Topology Model\r\n\r\n&nbsp;\r\n\r\n<strong>2.1\u00a0 Spaghetti Model<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Vector data that have been collected but not structured are said to be spaghetti data model like a plate of cooked spaghetti with no ends connected and no intersections\u00a0<span style=\"font-size: 1em\">affecting the plate. It is also called as non-topological or geometric or path topological model. It was originally developed to organize, manipulate and store line data. The spagehetti model enters each line separately through:<\/span><\/p>\r\n\r\n<\/div>\r\n<ol>\r\n \t<li>Storing the starting node<\/li>\r\n \t<li>Storing the end node<\/li>\r\n \t<li>Storing the vertices to note the change in direction or path<\/li>\r\n \t<li>Not storing \/recognizing when the two lines meet or cross each other.<\/li>\r\n<\/ol>\r\n<img class=\"aligncenter size-full wp-image-601\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395.png\" alt=\"\" width=\"286\" height=\"338\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 5: Spaghetti Model with six lines<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">As figure 5 depicts that the spaghetti model records each of the six line depicted in the figure separately. What is to be noted is that connections are note recognized and nor is the crossing over or meeting points or vertices. It looks like a map but without underlying structure. Graphical elements are stored and not the Graphical entities in the spaghetti model. \u201cThe spatial relationships between the features are not retained. In other words it is a collection of points and line segments with no real connection. All the information necessary to draw a map is in place, but is randomly organized (\"unlinked\"). This makes organization of the data easy, but makes it very difficult to use for analysis\u201d.<\/p>\r\n\r\n<\/div>\r\n<div>\r\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0The spagehetti model does not retain any specific relation.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The positive aspect of the spaghetti model is that it is relatively efficient as a method of cartographic display and used in Computer-Assisted Cartography (CAD) where analysis is not the primary purpose.<\/p>\r\n&nbsp;\r\n\r\n<strong>Point Dictionary Model<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">A marginal improvement over the path topological models (spaghetti model) is the point dictionary model. In this model, both the transformation between numerical coordinates and points is incorporated<strong>.<\/strong><\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">i. All coordinate pairs are numbered sequentially ;<\/p>\r\n<p style=\"text-align: justify\">ii. All coordinate pairs are\u00a0 stored in random access allocation.<\/p>\r\n<p style=\"text-align: justify\">iii. List of Point ID prepared as the address for accessing the appropriate coordinate.<\/p>\r\n<p style=\"text-align: justify\">iv. Each polygon is stored as a circular list of the point ID<\/p>\r\n\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-602\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396.png\" alt=\"\" width=\"549\" height=\"470\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 6: Point Dictionary Model<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">Therefore, as depicted in figure 6 , the storage requirements are slightly reduced as x, y pairs are stored only once. However each point ID is still stored twice for common boundaries. \u201cThough, this model saved space in the system but the adjacency problem remained. Thus the point ID values are first retrieved from the polygon list, which in turn are used to retrieve the respective coordinates\u201d.<\/p>\r\n&nbsp;\r\n\r\n<strong>Chain Dictionary Model<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Chain Dictionary model is used to reduce and even overcome most of the time ,the adjancy problem. The retrieval of area feature or polygon is a three-step procedure in the chain dictionary model, including:<\/p>\r\n&nbsp;\r\n\r\ni.Retrieval of polygon ID,\r\n\r\n&nbsp;\r\n\r\n<span style=\"text-align: initial;font-size: 1em\">i. Retrieval of point ID and<\/span>\r\n\r\n<span style=\"text-align: initial;font-size: 1em\">ii. Retrieval of corresponding coordinates.<\/span>\r\n\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-603\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397.png\" alt=\"\" width=\"365\" height=\"221\" \/>\r\n<div>\r\n<p style=\"text-align: center\">Figure 7: Chain Dictionary Model<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">In this model the interconnections are between polygons-chains-points where each polygon\/area is given a circular list of chains and they are predefined. Each chain is made of number of points and these points are with unique ids and points are noted as a list. Certainly, this model has reduced the space requirement and the access time.<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>2.\u00a0 Topology model<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Unlike Spaghetti model topological model explicitly build relationships. Topology is the term used to describe the making of spatial relationships. In fact, topology adds \u2018intelligence\u2019 to the database in a Geospatial environment by explicitly building linkages and evolving relationships. \u201cTopology is one of the most useful relationships maintained in many spatial databases. It is defined as the mathematics of connectivity or adjacency of points or lines that determines spatial relationships in a GIS. The topological data structure logically determines exactly how and where points and lines connect on a map by means of nodes (topological junctions)\u201d Burrough,1987.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">In the process of topology building (relationship), points, lines and areas are calculated and encoded. Topological data define the logical connection between points, lines and\u00a0<span style=\"text-align: initial;font-size: 1em\">areas for geographical description and analysis. Connections between spatial objects, for example, information on areas, which bound a line segment, are considered to be topological data. From this adjacent spatial objects may also be identified. The topology of any line would thus include the starting node, its destination node and the left and right polygons through which the line passes.<\/span><\/p>\r\n\r\n<\/div>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-604\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398.png\" alt=\"\" width=\"459\" height=\"295\" \/>\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div>\r\n<p style=\"text-align: center\">Figure 8: (A) Topological Model &amp; (B) Topological Warped Model<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The topological structure permits as shown in figure 8 , encoding of the geometry of the data with no redundancy. The report (2009) notes, \u201cThe geometry of the data is encoded with little or no redundancy in arc-node structure. The database can also include attribute data for each node, arc and polygon. These are expanded in the attribute table, which explicitly links it to the geometry of the spatial object. As for example, the three basic topological relationships in ARC\/INFO are as :<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\"><strong>i.\u00a0Connectivity (<\/strong>arcs connect to each other at nodes and provides information about linkages among spatial features.)<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">\u201cArc-node topology, was developed several decades ago as a convenient way to store information of this sort. It is used to encode information used in the US Bureau of Census TIGER boundary files and is the basis of the spatial modeling system used by the Arc\/Info software system\u201d.<\/p>\r\n\r\n<\/div>\r\n<div>\r\n\r\n&nbsp;\r\n\r\n<strong>ii.\u00a0\u00a0Area definition <\/strong>(Arcs that connect to surround an area define a polygon)\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">\u201cPolygons are defined by a series of x, y coordinates that connect to enclose an area. Systems like GeoMedia store polygons in this format. But Arc\/Info stores the arcs defining the polygon. A list of arcs that make up each polygon is stored and used to construct the polygon as and when required\u201d<\/p>\r\n&nbsp;\r\n\r\n<strong>iii.\u00a0Contiguity <\/strong>(arcs have direction and left and right polygon)\u201d\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">\u201cEvery arc has direction (from node and to node). This direction has been maintained in the list of polygons as on the left and right sides of each arc. Thus any polygons sharing a common arc are adjacent\u201d.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The five \u201caxioms in topology are as follows:<\/p>\r\n<p style=\"text-align: justify\">All arcs end in points or nodes.<\/p>\r\n<p style=\"text-align: justify\">Arcs cannot intersect except at their nodes Areas are completely enclosed by arcs.<\/p>\r\n<p style=\"text-align: justify\">Areas do not overlap<\/p>\r\n<p style=\"text-align: justify\">Every location is within some area\u201d\u00a0 GIS Fundamentals,p.3.<\/p>\r\n\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-605\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399.png\" alt=\"\" width=\"561\" height=\"480\" \/>\r\n<p style=\"text-align: center\">Figure 9: Non planar and Planar topology in Lines and polygons<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">Now let us understand the Planar topology (figure 9). All features in planar topology occur in a two dimensional surface. There can be no overlap among lines or polygons in the same layer.These lines are non planar because all lie in the same plane and therefore line crosses over and under line segment. The lines would intersect at node. Similarly in the case of polygons in a planar surface if and when overlap , they need to be resolved as placed one above the other with nodes located at the intersection of the boundaries. If we look closely at figure 9 we will find the presence of three polygons.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">In other words, topology defines connections between features, identifies adjacent polygons and can define one feature, such as an area as a set of lines. The rule of thumb for topological data structures is that anything of interest on a map must be explicitly defined as a point, line or area in order for systems to perform any sort of spatial analysis on the data. \u201cThe geometric characteristics of a spatial entity may be described in terms of its two-dimensional shape, its distance between like or different entities, how it is connected to other entities and what entities occupy the space adjacent to it\u201d. Such characteristics may be easily described either in words or by a system of coordinate grids on a map. Spatial entities can be described in terms of their dimensional characteristics. If these entities were to be changed by some kind of a transformation, all the characteristics of these spatial entities would likewise change. Shape can be made smaller, lines made longer and so on. In other words, there is a fundamental change to the entity itself. If a map is stretched and distorted, some of its properties may change, for example, distance, direction (angles) and relative location of objects. However, other properties such as \u2018next to\u2019, \u2018is contained in\u2019 and \u2018crosses\u2019 remain unchanged. Therefore, a strict topological property is one that remains unchanged by geometric distortions or transformations of the surface. In topology the neighborhood function and adjacency properties are important features. They are important for performing spatial analyses because we need to know the position of the feature both in absolute space and with respect to its neighboring features. Many of the methods of solving mathematical and geometric relationships work better if we know which areas share common boundaries. Some systems store boundaries as several individual line segments and include arc attributes (or pointers), which indicate which polygon falls on each side of the line segment. By storing common boundaries instead of complete polygon boundaries, duplication in digitizing is avoided, as is the problem where two versions of each common boundary do not coincide.<\/p>\r\n&nbsp;\r\n\r\n<strong>BOX 1<\/strong>\r\n<div>\r\n\r\n<strong>\u00a0 \u00a0What is mathematical topology?<\/strong>\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify\">\u201cTopology is the branch of mathematics, based on graph theory, which deals with geometric properties and remains unchanged under certain transformation such as bending or stretching. The characteristic of this model is that it explicitly records adjacency information among spatial entities viz. points, lines and polygons. Mathematical topology assumes that geographic features occur on a two-dimensional plane. Through planar enforcement, spatial features can be represented through nodes (0-dimensional cells); edges, sometimes called arcs (one-dimensional cells); or polygons (two-dimensional cells). Because features can exist only on a plane, lines that cross are broken into separate lines that terminate at nodes representing intersections rather than simple vertices. GIS with the aid of topology not only have the power to record location and simple attribute information but also can examine spatial relationships based upon location, as well as functional and logical relationships among geographic features\u201d Notch,1967.<\/p>\r\n&nbsp;\r\n<p style=\"text-align: justify\">The order of connectivity defines the shape of an arc or polygon. The computer stores this information in various tables of the database structure. By storing information in a logical and ordered relationship missing information, e.g., a line segment of a polygon is readily apparent. A GIS manipulates, analyzes, and uses topological data in determining data relationships.<\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Summary<\/strong>\r\n\r\n&nbsp;\r\n<ul>\r\n \t<li style=\"text-align: justify\">\u00a0Data compaction or compression is common in GIS and is based on different algorithms that reduce the size of a computer file, but maintains all the information intact.<\/li>\r\n \t<li style=\"text-align: justify\">There are generally two types of\u00a0 Compression algorithms where one may be \u201clossless\u201d (where no information is lost) or \u201clossy\u201d (where some information is lost).<\/li>\r\n \t<li style=\"text-align: justify\">All four types of Data compression techniques in Raster GIS are relevant and they include the methods called as Chain coding; Run length coding; Block coding and Quad trees. Their limitations should be studied keenly before using them.<\/li>\r\n \t<li style=\"text-align: justify\">Vector data that have been collected but not structured are said to be spaghetti data model and also called as non-topological or geometric or path topological model. It was originally developed to organize, manipulate and store line data<\/li>\r\n \t<li style=\"text-align: justify\">Unlike Spaghetti model topological model explicitly build relationships. Topology is the term used to describe the making of spatial relationships. In fact, topology adds \u2018intelligence\u2019 to the database in a Geospatial environment by explicitly building linkages and evolving relationships between each point, line , polygon and attribute information.<\/li>\r\n<\/ul>\r\n<div>\r\n\r\n\u00a0 \u00a0 \u00a0Questions:\r\n\r\n&nbsp;\r\n<ol>\r\n \t<li style=\"text-align: justify\">\u00a0Classify\u00a0 the compaction techniques used in Raster and Vector data models.<\/li>\r\n \t<li style=\"text-align: justify\">Comment on the role of topological structures in GIS.<\/li>\r\n \t<li style=\"text-align: justify\">Illustrate with three examples from the real world where the statement ,\u2018Lossy algorithm is largely applied to discrete raster data algorithms\u2019 holds true.<\/li>\r\n \t<li style=\"text-align: justify\">Answer\u00a0 the following questions based on the diagrams given below:<\/li>\r\n<\/ol>\r\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0a. Name the compaction technique each figure represent .<\/p>\r\n<p style=\"text-align: justify\">b. Which of the following figure looks like a map but without underlying structure?<\/p>\r\n<p style=\"text-align: justify\">c. Count the number of lines and number of nodes that each figure represents .<\/p>\r\n\r\n<\/div>\r\n<\/div>\r\n<img class=\"aligncenter size-full wp-image-606\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400.png\" alt=\"\" width=\"285\" height=\"340\" \/>\r\n<p style=\"text-align: center\"><strong>Figure A<\/strong><\/p>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-607\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401.png\" alt=\"\" width=\"279\" height=\"331\" \/>\r\n<p style=\"text-align: center\"><strong>Figure B<\/strong><\/p>\r\n&nbsp;\r\n\r\n<img class=\"aligncenter size-full wp-image-608\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402.png\" alt=\"\" width=\"285\" height=\"336\" \/>\r\n<p style=\"text-align: center\"><strong>Figure C<\/strong><\/p>\r\n\r\n<ol start=\"5\">\r\n \t<li style=\"text-align: left\">From the following figure answer the number of blocks that each layer represents.<\/li>\r\n<\/ol>\r\n<img class=\"aligncenter size-full wp-image-609\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403.png\" alt=\"\" width=\"519\" height=\"487\" \/>\r\n\r\n&nbsp;\r\n<p style=\"text-align: center\">Figure D<\/p>\r\n&nbsp;\r\n\r\ni. Building layer\r\n\r\nii. Elevation layer\r\n\r\niii. Roads Layer\r\n\r\niv. Vegetation Layer\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><strong>you can view video on https:\/\/youtu.be\/vvOlDQh390M<\/strong><\/td>\r\n<td><a href=\"https:\/\/www.youtube.com\/watch?v=pYNPbUxqJWE&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener\"><img class=\"alignnone wp-image-120\" src=\"http:\/\/epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/2018\/11\/download.png\" alt=\"\" width=\"36\" height=\"36\" \/><\/a><\/td>\r\n<\/tr>\r\n<\/tbody>\r\n<\/table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<div class=\"textbox learning-objectives\">\r\n<h3>References<\/h3>\r\n<ul>\r\n \t<li style=\"text-align: justify\">Chang, Kang-tsung (2002) Introduction to Geographic Information Systems, University of Idaho, Tata McGraw-Hill Publishing Company Ltd, New Delhi, 2002, ISBN 0-07-049552-1.<\/li>\r\n \t<li style=\"text-align: justify\">Ganesh, A. Ed. (2006)\u00a0 Applications of Geospatial Technology: Serial Publishing House<\/li>\r\n \t<li style=\"text-align: justify\">Goodchild, M.F. (1997) Geographical Data Modeling, Computers and Geosciences, 18:400-408.<\/li>\r\n \t<li style=\"text-align: justify\">Hohl Pat Ed. (1998) GIS Data Conversion, Strategies, Techniques, Management, Onward Press, 1998<\/li>\r\n \t<li style=\"text-align: justify\">Korte,G,B., (1997) The GIS Book, Understanding the Value and Implementation of Geographic Information Systems, 4th Edition,. Onward Press, 1997.<\/li>\r\n \t<li style=\"text-align: justify\">Parihar, S.M. (2007),, <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">Standardisation in Geo ICT Arena<\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\">, Vol.5. Issue 5.p.p 40-46.\u00a0<\/span>Feb,2007,Geospatial Today,\u00a0 p.p 40-46.<\/li>\r\n \t<li style=\"text-align: justify\">Parihar, S.M.,(2007) <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">Zeroing on Data Errors,<\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\"> Vol.4 . Issue 6. March,2006 ,Geospatial Today, pp 37-42<\/span><\/li>\r\n \t<li style=\"text-align: justify\">Parihar, S.M.,(2006) <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">3-D GIS: Much Awaited Technology<strong>,<\/strong><\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\"> Vol.4 . Issue 11. August,2006 ,Geospatial Today, pp 43-46<\/span><\/li>\r\n \t<li style=\"text-align: justify\">Raper, Jonathan, Ed. (1989) Three Dimensional Applications in Geographic Information Systems. Philadelphia, PA: Taylor &amp; Francis, Inc.<\/li>\r\n \t<li style=\"text-align: justify\">Siddiqui, M.A. (2011) Concepts and Techniques of Geoinformatics, Allahabad: Sharda Pustak Bhawan<\/li>\r\n \t<li style=\"text-align: justify\">Worboys, M., &amp; M. Duckham (2004) GIS A computing Perspective, London, CRC Press<\/li>\r\n<\/ul>\r\n<\/div>\r\n&nbsp;\r\n\r\n&nbsp;","rendered":"<div><span style=\"float: right\"><a href=\"https:\/\/youtu.be\/vvOlDQh390M\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"http:\/\/epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/2018\/11\/download.png\" alt=\"epgp books\" width=\"75px\" height=\"75px;\" \/><\/a><br \/>\n<\/span><\/div>\n<div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Learning Objectives<em>:<\/em><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><em> In this chapter you will learn about the following:<\/em><\/p>\n<ul>\n<li><strong>\u00a0<\/strong>Understand the relevance of data compaction techniques.<\/li>\n<li>\u00a0Learn about four data compaction techniques in raster GIS.<\/li>\n<li>\u00a0Recognize the spaghetti and topological data models in Vector GIS<\/li>\n<li>\u00a0Appreciate the need for data compaction techniques<\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n<p><strong>Introduction<\/strong><\/p>\n<\/div>\n<div>\n<p style=\"text-align: justify\">\u00a0 \u00a0In your previous chapter on data models you have understood the relevance and importance of raster and vector data models. You also have understood that \u201c<em>The object<\/em> <em>based spatial database (those obtained by field surveying, remote sensing image analysis, photo interpretation, and digitization etc.) are generally represented in the form of coordinate lines and termed as Vector data models\u201d (Parihar,2017). <\/em>On the other hand, \u201c<em>when the spatial database is structured on the field-based model the basic<\/em> <em>spatial units are different forms of tessellation (regular as DEM or irregular as TIN) are termed as Raster data model\u201d (Parihar,2017). <\/em>The storage and manipulation of various location based data sets and related attribute information in both the models is very relevant and consequently have received lot of attention too and that is the premise of this chapter on data storage and compaction techniques in raster and geographic Information system (GIS). We realize by now that every data to be considered in GIS environment is to be treated as unique and has its own identity with a requirement of a storage and manipulation space. The major concern that arise is when complex entities such as more than two polygons are stored and the adjoining boundaries are entered twice, causing duplication of adjacent line and also sometimes generating in matching problems. In addition, it occupies more space in the computer. To understand this complexity and related concerns this chapter is divided into two sections, one related to the Data Compaction Techniques in Raster GIS and Second related to data storage Topology driven models in Vector GIS .<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1. Data Compaction Techniques in Raster GIS<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Data compaction or compression is common in GIS and is based on different algorithms that reduce the size of a computer file, but maintains all the information intact. Compression algorithms may be \u201clossless\u201d (where no information is lost) or \u201clossy\u201d (where some information is lost).Lossy algorithm is generally not applied to thematic data , but largely applied when image data is considered. Mostly they are applied to discrete raster data algorithms.\u00a0<span style=\"font-size: 1em\">Consequently, Data compression\/compaction in a grid based raster GIS environment has been studied and researched upon by many. Many compaction techniques in raster GIS have been evolved in different years and for our purpose the techniques considered here are the following :<\/span><\/p>\n<\/div>\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0Chain coding,<\/p>\n<p>&nbsp;<\/p>\n<p>Run length coding, Block coding and Quad trees.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1.1 .Chain Coding<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Chain coding is largely undertaken as a clockwise coding method and is generally referred as Freeman Chain Coding. To begin with, from the following figure1 locate the 28 cells required for storing the given entity.<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-596\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390.png\" alt=\"\" width=\"524\" height=\"254\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390.png 524w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390-300x145.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390-65x32.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390-225x109.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-390-350x170.png 350w\" sizes=\"auto, (max-width: 524px) 100vw, 524px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 1: Locating Grid Cells for Chain Coding in Raster GIS<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The above technique is simple and straightforward. \u201cIn a chain-coded representation of a map, using any starting point on the border of an object, the sequence of cardinal directions of the cells that make up the boundary of the object are recorded\u00a0<span style=\"text-align: initial;font-size: 1em\">systematically in a clockwise direction. The polygon is defined in terms of unit cells measured in cardinal directions\u201d Freeman. The steps are as follows :<\/span><\/p>\n<\/div>\n<div>\n<p style=\"text-align: justify\">\n<p style=\"text-align: justify\">i.\u00a0 Identification of\u00a0 points by a number ranging from 0 to 7.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">For example, East may be identified as 0, North as 1, West as 2 and South as 3. You may select your own numbering system.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">ii. Once a move in the direction of the line is made and recorded, the locational grid is re-centered over a new location and the next move defined in the same way.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The advantage of chain coding is that it enables storing raster data and above all it is very useful for detection of sharp turns and area estimation. The short fall is that there is a repetition of data because of repetition of adjoining boundaries.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1.2<\/strong>\u00a0\u00a0<strong>Run-length codes<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Run Length Code is an improvement over the conventional chain code technique and suitable to the personal computers with limited storage capacity. It stores a single value for a group of cells instead of storing the value for each individual cell. \u201cThis method exploits the fact that many datasets have large homogeneous regions. In this procedure, adjacent cells along a row that have the same value are treated as a group and termed a run. Each row in the grid (one pixel width) is examined in turn, and pixels having the same value, that is, homogeneous pixels are grouped together. It uses a 1D method of grouping pixels with similar or identical values\u201d Heywood,2002. Let us try to understand this from the figure 2 where following steps are undertaken:<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">i. Locate the pixels with similar values;<\/p>\n<p style=\"text-align: justify\">ii. Position reference be noted;,<\/p>\n<p style=\"text-align: justify\">iii. Sequences of pixels with similar values are replaced in the memory by<\/p>\n<p style=\"text-align: justify\">a. the \u2018positional reference\u2019 to the first pixel in the grouping and<\/p>\n<p style=\"text-align: justify\">b. by the \u2018number representing\u2019 the number of pixels in the grouping.<\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-597\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391.png\" alt=\"\" width=\"811\" height=\"265\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391.png 811w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391-300x98.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391-768x251.png 768w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391-65x21.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391-225x74.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-391-350x114.png 350w\" sizes=\"auto, (max-width: 811px) 100vw, 811px\" \/>&#8216;<\/p>\n<div>\n<p style=\"text-align: center\">Figure 2: Run Length Coding<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The run length coding is common and rather simple method for compression raster data. The left number in row two in Figure 2 depicts the number of cells in run (8 in this case) and the right size is cell value (6 in this case) and the value together noted as 8:6. Though a simple method , it\u2019s major shortcoming in the words of Hey Wood is that \u201cthe pixel groups are identified only in one coming is that direction (parallel to the x-axis) as a result the nearby rows, that is, those above and below the current row which may have the same values of the group are represented separately\u201d.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1.3<\/strong>\u00a0<strong>Block codes<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Block codes <em>\u201c<\/em>are a two-dimensional extension to run length codes. It assumes that the cells are recorded in the form of blocks of squares. The method uses square blocks to tile the area to be mapped\u201d (Burroughs 1986). This method has largely been applied in performing union and intersection of regions and for detecting properties such as elongation. The steps undertaken in giving Block codes are:<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">i. Locating as many large square blocks as possible in the given raster image.<\/p>\n<p style=\"text-align: justify\">ii. The codes be noted through the Medial axis Transformation (MAT) from the square blocks.<\/p>\n<p style=\"text-align: justify\">iii. The blocks are arranged in the hierarchical form.<\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-598\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392.png\" alt=\"\" width=\"552\" height=\"216\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392.png 552w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392-300x117.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392-65x25.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392-225x88.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-392-350x137.png 350w\" sizes=\"auto, (max-width: 552px) 100vw, 552px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-599\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393.png\" alt=\"\" width=\"566\" height=\"254\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393.png 566w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393-300x135.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393-65x29.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393-225x101.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-393-350x157.png 350w\" sizes=\"auto, (max-width: 566px) 100vw, 566px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 3: Block Code , Based on Heywood,2002<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">According to Heywood, 2002, \u201cA unit square represents one cell, whereas a 4 square block represents 2x2cells, a 9 square block represents 3&#215;3 cells and so on. Each block is coded only with the location of a cell (the lower left of the block) and the side length of the block. The larger the square that may be fitted into a region, the more efficient block coding becomes\u201d.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>1.4. Quadtree<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The fourth raster compression method is Quad tree method. It is a variable spatial resolution model sometimes equated with hierarchical tessellation model. <strong>\u201c<\/strong>A quadtree is a term used to describe a hierarchical or tree-based data structure whose common property is that the structure is based on the principle of the recursive decomposition of\u00a0<span style=\"text-align: initial;font-size: 1em\">space to represent both vector and raster data\u201d Burrough,1987 . It is similar to run length coding and are largely used while compressing area features. They generally represent raster data structures with variable spatial resolution. This can be best understood from figure 4:<\/span><\/p>\n<\/div>\n<ol>\n<li>Variable spatial resolutions to be noted;<\/li>\n<li>Each specific area feature to be delineated;<\/li>\n<li>With each area feature the raster cell sizes to be combined and adjusted;<\/li>\n<li>Codes are assigned first to the larger raster cells that fit into one uniform area;<\/li>\n<li>Successively smaller cells at each iteration are halved (cell dimension), until the smallest cell size is reached.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-600\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394.png\" alt=\"\" width=\"444\" height=\"433\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394.png 444w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394-300x293.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394-65x63.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394-225x219.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-394-350x341.png 350w\" sizes=\"auto, (max-width: 444px) 100vw, 444px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 4: data Compression in Quad tree Method<\/p>\n<\/div>\n<div>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">One of the \u201cadvantages of the raster data model is that each cell can be subdivided into smaller cells of the same shape and orientation and the Quadtree model addresses both the resolution and the redundancy issues directly\u201d (Pequot, 1990). Through this method ,operations such as point-in-polygon searches can be performed. However, Burroughs (1984) is of the view that \u201cthe largest problems associated with quadtrees is that tree translation is not translation-invariant \u2014 two regions of the same shape and size may have quite different quadtree, so consequently shape analysis and pattern recognition are not straight forward&#8221;. Another disadvantage is that it is time consuming to create a quadtree data structure. This implies that a re-building of the entire quadtree is required , just by a mere change in the original data set.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>2. Data Storage in Vector Data<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">We know by now that the vector data model represents anything from a simple number to a complex entity. It is an object based approach to the representation of the real world features and is best used to represent discrete objects. It is certainly straight forward when only simple polygon is represented, but with the introduction of complex entities such as more than two polygons, the adjoining boundaries will cause duplication of adjacent line and so need more space in the computer. Moreover, there are also many matching problems that occur while overlapping two sets of same adjoining boundary . To overcome this and the related problems, two models are considered here:<\/p>\n<p>&nbsp;<\/p>\n<p>2.1 Spagehetti Model<\/p>\n<p>2.2 Topology Model<\/p>\n<p>&nbsp;<\/p>\n<p><strong>2.1\u00a0 Spaghetti Model<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Vector data that have been collected but not structured are said to be spaghetti data model like a plate of cooked spaghetti with no ends connected and no intersections\u00a0<span style=\"font-size: 1em\">affecting the plate. It is also called as non-topological or geometric or path topological model. It was originally developed to organize, manipulate and store line data. The spagehetti model enters each line separately through:<\/span><\/p>\n<\/div>\n<ol>\n<li>Storing the starting node<\/li>\n<li>Storing the end node<\/li>\n<li>Storing the vertices to note the change in direction or path<\/li>\n<li>Not storing \/recognizing when the two lines meet or cross each other.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-601\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395.png\" alt=\"\" width=\"286\" height=\"338\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395.png 286w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395-254x300.png 254w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395-65x77.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-395-225x266.png 225w\" sizes=\"auto, (max-width: 286px) 100vw, 286px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 5: Spaghetti Model with six lines<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">As figure 5 depicts that the spaghetti model records each of the six line depicted in the figure separately. What is to be noted is that connections are note recognized and nor is the crossing over or meeting points or vertices. It looks like a map but without underlying structure. Graphical elements are stored and not the Graphical entities in the spaghetti model. \u201cThe spatial relationships between the features are not retained. In other words it is a collection of points and line segments with no real connection. All the information necessary to draw a map is in place, but is randomly organized (&#8220;unlinked&#8221;). This makes organization of the data easy, but makes it very difficult to use for analysis\u201d.<\/p>\n<\/div>\n<div>\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0The spagehetti model does not retain any specific relation.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The positive aspect of the spaghetti model is that it is relatively efficient as a method of cartographic display and used in Computer-Assisted Cartography (CAD) where analysis is not the primary purpose.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Point Dictionary Model<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">A marginal improvement over the path topological models (spaghetti model) is the point dictionary model. In this model, both the transformation between numerical coordinates and points is incorporated<strong>.<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">i. All coordinate pairs are numbered sequentially ;<\/p>\n<p style=\"text-align: justify\">ii. All coordinate pairs are\u00a0 stored in random access allocation.<\/p>\n<p style=\"text-align: justify\">iii. List of Point ID prepared as the address for accessing the appropriate coordinate.<\/p>\n<p style=\"text-align: justify\">iv. Each polygon is stored as a circular list of the point ID<\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-602\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396.png\" alt=\"\" width=\"549\" height=\"470\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396.png 549w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396-300x257.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396-65x56.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396-225x193.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-396-350x300.png 350w\" sizes=\"auto, (max-width: 549px) 100vw, 549px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 6: Point Dictionary Model<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Therefore, as depicted in figure 6 , the storage requirements are slightly reduced as x, y pairs are stored only once. However each point ID is still stored twice for common boundaries. \u201cThough, this model saved space in the system but the adjacency problem remained. Thus the point ID values are first retrieved from the polygon list, which in turn are used to retrieve the respective coordinates\u201d.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Chain Dictionary Model<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Chain Dictionary model is used to reduce and even overcome most of the time ,the adjancy problem. The retrieval of area feature or polygon is a three-step procedure in the chain dictionary model, including:<\/p>\n<p>&nbsp;<\/p>\n<p>i.Retrieval of polygon ID,<\/p>\n<p>&nbsp;<\/p>\n<p><span style=\"text-align: initial;font-size: 1em\">i. Retrieval of point ID and<\/span><\/p>\n<p><span style=\"text-align: initial;font-size: 1em\">ii. Retrieval of corresponding coordinates.<\/span><\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-603\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397.png\" alt=\"\" width=\"365\" height=\"221\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397.png 365w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397-300x182.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397-65x39.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397-225x136.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-397-350x212.png 350w\" sizes=\"auto, (max-width: 365px) 100vw, 365px\" \/><\/p>\n<div>\n<p style=\"text-align: center\">Figure 7: Chain Dictionary Model<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">In this model the interconnections are between polygons-chains-points where each polygon\/area is given a circular list of chains and they are predefined. Each chain is made of number of points and these points are with unique ids and points are noted as a list. Certainly, this model has reduced the space requirement and the access time.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>2.\u00a0 Topology model<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Unlike Spaghetti model topological model explicitly build relationships. Topology is the term used to describe the making of spatial relationships. In fact, topology adds \u2018intelligence\u2019 to the database in a Geospatial environment by explicitly building linkages and evolving relationships. \u201cTopology is one of the most useful relationships maintained in many spatial databases. It is defined as the mathematics of connectivity or adjacency of points or lines that determines spatial relationships in a GIS. The topological data structure logically determines exactly how and where points and lines connect on a map by means of nodes (topological junctions)\u201d Burrough,1987.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">In the process of topology building (relationship), points, lines and areas are calculated and encoded. Topological data define the logical connection between points, lines and\u00a0<span style=\"text-align: initial;font-size: 1em\">areas for geographical description and analysis. Connections between spatial objects, for example, information on areas, which bound a line segment, are considered to be topological data. From this adjacent spatial objects may also be identified. The topology of any line would thus include the starting node, its destination node and the left and right polygons through which the line passes.<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-604\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398.png\" alt=\"\" width=\"459\" height=\"295\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398.png 459w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398-300x193.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398-65x42.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398-225x145.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-398-350x225.png 350w\" sizes=\"auto, (max-width: 459px) 100vw, 459px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<div>\n<p style=\"text-align: center\">Figure 8: (A) Topological Model &amp; (B) Topological Warped Model<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The topological structure permits as shown in figure 8 , encoding of the geometry of the data with no redundancy. The report (2009) notes, \u201cThe geometry of the data is encoded with little or no redundancy in arc-node structure. The database can also include attribute data for each node, arc and polygon. These are expanded in the attribute table, which explicitly links it to the geometry of the spatial object. As for example, the three basic topological relationships in ARC\/INFO are as :<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\"><strong>i.\u00a0Connectivity (<\/strong>arcs connect to each other at nodes and provides information about linkages among spatial features.)<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">\u201cArc-node topology, was developed several decades ago as a convenient way to store information of this sort. It is used to encode information used in the US Bureau of Census TIGER boundary files and is the basis of the spatial modeling system used by the Arc\/Info software system\u201d.<\/p>\n<\/div>\n<div>\n<p>&nbsp;<\/p>\n<p><strong>ii.\u00a0\u00a0Area definition <\/strong>(Arcs that connect to surround an area define a polygon)<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">\u201cPolygons are defined by a series of x, y coordinates that connect to enclose an area. Systems like GeoMedia store polygons in this format. But Arc\/Info stores the arcs defining the polygon. A list of arcs that make up each polygon is stored and used to construct the polygon as and when required\u201d<\/p>\n<p>&nbsp;<\/p>\n<p><strong>iii.\u00a0Contiguity <\/strong>(arcs have direction and left and right polygon)\u201d<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">\u201cEvery arc has direction (from node and to node). This direction has been maintained in the list of polygons as on the left and right sides of each arc. Thus any polygons sharing a common arc are adjacent\u201d.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The five \u201caxioms in topology are as follows:<\/p>\n<p style=\"text-align: justify\">All arcs end in points or nodes.<\/p>\n<p style=\"text-align: justify\">Arcs cannot intersect except at their nodes Areas are completely enclosed by arcs.<\/p>\n<p style=\"text-align: justify\">Areas do not overlap<\/p>\n<p style=\"text-align: justify\">Every location is within some area\u201d\u00a0 GIS Fundamentals,p.3.<\/p>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-605\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399.png\" alt=\"\" width=\"561\" height=\"480\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399.png 561w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399-300x257.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399-65x56.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399-225x193.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-399-350x299.png 350w\" sizes=\"auto, (max-width: 561px) 100vw, 561px\" \/><\/p>\n<p style=\"text-align: center\">Figure 9: Non planar and Planar topology in Lines and polygons<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">Now let us understand the Planar topology (figure 9). All features in planar topology occur in a two dimensional surface. There can be no overlap among lines or polygons in the same layer.These lines are non planar because all lie in the same plane and therefore line crosses over and under line segment. The lines would intersect at node. Similarly in the case of polygons in a planar surface if and when overlap , they need to be resolved as placed one above the other with nodes located at the intersection of the boundaries. If we look closely at figure 9 we will find the presence of three polygons.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">In other words, topology defines connections between features, identifies adjacent polygons and can define one feature, such as an area as a set of lines. The rule of thumb for topological data structures is that anything of interest on a map must be explicitly defined as a point, line or area in order for systems to perform any sort of spatial analysis on the data. \u201cThe geometric characteristics of a spatial entity may be described in terms of its two-dimensional shape, its distance between like or different entities, how it is connected to other entities and what entities occupy the space adjacent to it\u201d. Such characteristics may be easily described either in words or by a system of coordinate grids on a map. Spatial entities can be described in terms of their dimensional characteristics. If these entities were to be changed by some kind of a transformation, all the characteristics of these spatial entities would likewise change. Shape can be made smaller, lines made longer and so on. In other words, there is a fundamental change to the entity itself. If a map is stretched and distorted, some of its properties may change, for example, distance, direction (angles) and relative location of objects. However, other properties such as \u2018next to\u2019, \u2018is contained in\u2019 and \u2018crosses\u2019 remain unchanged. Therefore, a strict topological property is one that remains unchanged by geometric distortions or transformations of the surface. In topology the neighborhood function and adjacency properties are important features. They are important for performing spatial analyses because we need to know the position of the feature both in absolute space and with respect to its neighboring features. Many of the methods of solving mathematical and geometric relationships work better if we know which areas share common boundaries. Some systems store boundaries as several individual line segments and include arc attributes (or pointers), which indicate which polygon falls on each side of the line segment. By storing common boundaries instead of complete polygon boundaries, duplication in digitizing is avoided, as is the problem where two versions of each common boundary do not coincide.<\/p>\n<p>&nbsp;<\/p>\n<p><strong>BOX 1<\/strong><\/p>\n<div>\n<p><strong>\u00a0 \u00a0What is mathematical topology?<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">\u201cTopology is the branch of mathematics, based on graph theory, which deals with geometric properties and remains unchanged under certain transformation such as bending or stretching. The characteristic of this model is that it explicitly records adjacency information among spatial entities viz. points, lines and polygons. Mathematical topology assumes that geographic features occur on a two-dimensional plane. Through planar enforcement, spatial features can be represented through nodes (0-dimensional cells); edges, sometimes called arcs (one-dimensional cells); or polygons (two-dimensional cells). Because features can exist only on a plane, lines that cross are broken into separate lines that terminate at nodes representing intersections rather than simple vertices. GIS with the aid of topology not only have the power to record location and simple attribute information but also can examine spatial relationships based upon location, as well as functional and logical relationships among geographic features\u201d Notch,1967.<\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: justify\">The order of connectivity defines the shape of an arc or polygon. The computer stores this information in various tables of the database structure. By storing information in a logical and ordered relationship missing information, e.g., a line segment of a polygon is readily apparent. A GIS manipulates, analyzes, and uses topological data in determining data relationships.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Summary<\/strong><\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li style=\"text-align: justify\">\u00a0Data compaction or compression is common in GIS and is based on different algorithms that reduce the size of a computer file, but maintains all the information intact.<\/li>\n<li style=\"text-align: justify\">There are generally two types of\u00a0 Compression algorithms where one may be \u201clossless\u201d (where no information is lost) or \u201clossy\u201d (where some information is lost).<\/li>\n<li style=\"text-align: justify\">All four types of Data compression techniques in Raster GIS are relevant and they include the methods called as Chain coding; Run length coding; Block coding and Quad trees. Their limitations should be studied keenly before using them.<\/li>\n<li style=\"text-align: justify\">Vector data that have been collected but not structured are said to be spaghetti data model and also called as non-topological or geometric or path topological model. It was originally developed to organize, manipulate and store line data<\/li>\n<li style=\"text-align: justify\">Unlike Spaghetti model topological model explicitly build relationships. Topology is the term used to describe the making of spatial relationships. In fact, topology adds \u2018intelligence\u2019 to the database in a Geospatial environment by explicitly building linkages and evolving relationships between each point, line , polygon and attribute information.<\/li>\n<\/ul>\n<div>\n<p>\u00a0 \u00a0 \u00a0Questions:<\/p>\n<p>&nbsp;<\/p>\n<ol>\n<li style=\"text-align: justify\">\u00a0Classify\u00a0 the compaction techniques used in Raster and Vector data models.<\/li>\n<li style=\"text-align: justify\">Comment on the role of topological structures in GIS.<\/li>\n<li style=\"text-align: justify\">Illustrate with three examples from the real world where the statement ,\u2018Lossy algorithm is largely applied to discrete raster data algorithms\u2019 holds true.<\/li>\n<li style=\"text-align: justify\">Answer\u00a0 the following questions based on the diagrams given below:<\/li>\n<\/ol>\n<p style=\"text-align: justify\">\u00a0 \u00a0 \u00a0a. Name the compaction technique each figure represent .<\/p>\n<p style=\"text-align: justify\">b. Which of the following figure looks like a map but without underlying structure?<\/p>\n<p style=\"text-align: justify\">c. Count the number of lines and number of nodes that each figure represents .<\/p>\n<\/div>\n<\/div>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-606\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400.png\" alt=\"\" width=\"285\" height=\"340\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400.png 285w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400-251x300.png 251w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400-65x78.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-400-225x268.png 225w\" sizes=\"auto, (max-width: 285px) 100vw, 285px\" \/><\/p>\n<p style=\"text-align: center\"><strong>Figure A<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-607\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401.png\" alt=\"\" width=\"279\" height=\"331\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401.png 279w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401-253x300.png 253w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401-65x77.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-401-225x267.png 225w\" sizes=\"auto, (max-width: 279px) 100vw, 279px\" \/><\/p>\n<p style=\"text-align: center\"><strong>Figure B<\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-608\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402.png\" alt=\"\" width=\"285\" height=\"336\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402.png 285w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402-254x300.png 254w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402-65x77.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-402-225x265.png 225w\" sizes=\"auto, (max-width: 285px) 100vw, 285px\" \/><\/p>\n<p style=\"text-align: center\"><strong>Figure C<\/strong><\/p>\n<ol start=\"5\">\n<li style=\"text-align: left\">From the following figure answer the number of blocks that each layer represents.<\/li>\n<\/ol>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-609\" src=\"http:\/\/geop10.epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403.png\" alt=\"\" width=\"519\" height=\"487\" srcset=\"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403.png 519w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403-300x282.png 300w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403-65x61.png 65w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403-225x211.png 225w, https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-content\/uploads\/sites\/246\/2019\/05\/1-403-350x328.png 350w\" sizes=\"auto, (max-width: 519px) 100vw, 519px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p style=\"text-align: center\">Figure D<\/p>\n<p>&nbsp;<\/p>\n<p>i. Building layer<\/p>\n<p>ii. Elevation layer<\/p>\n<p>iii. Roads Layer<\/p>\n<p>iv. Vegetation Layer<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<table>\n<tbody>\n<tr>\n<td><strong>you can view video on https:\/\/youtu.be\/vvOlDQh390M<\/strong><\/td>\n<td><a href=\"https:\/\/www.youtube.com\/watch?v=pYNPbUxqJWE&amp;feature=youtu.be\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-120\" src=\"http:\/\/epgpbooks.inflibnet.ac.in\/wp-content\/uploads\/2018\/11\/download.png\" alt=\"\" width=\"36\" height=\"36\" \/><\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<div class=\"textbox learning-objectives\">\n<h3>References<\/h3>\n<ul>\n<li style=\"text-align: justify\">Chang, Kang-tsung (2002) Introduction to Geographic Information Systems, University of Idaho, Tata McGraw-Hill Publishing Company Ltd, New Delhi, 2002, ISBN 0-07-049552-1.<\/li>\n<li style=\"text-align: justify\">Ganesh, A. Ed. (2006)\u00a0 Applications of Geospatial Technology: Serial Publishing House<\/li>\n<li style=\"text-align: justify\">Goodchild, M.F. (1997) Geographical Data Modeling, Computers and Geosciences, 18:400-408.<\/li>\n<li style=\"text-align: justify\">Hohl Pat Ed. (1998) GIS Data Conversion, Strategies, Techniques, Management, Onward Press, 1998<\/li>\n<li style=\"text-align: justify\">Korte,G,B., (1997) The GIS Book, Understanding the Value and Implementation of Geographic Information Systems, 4th Edition,. Onward Press, 1997.<\/li>\n<li style=\"text-align: justify\">Parihar, S.M. (2007),, <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">Standardisation in Geo ICT Arena<\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\">, Vol.5. Issue 5.p.p 40-46.\u00a0<\/span>Feb,2007,Geospatial Today,\u00a0 p.p 40-46.<\/li>\n<li style=\"text-align: justify\">Parihar, S.M.,(2007) <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">Zeroing on Data Errors,<\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\"> Vol.4 . Issue 6. March,2006 ,Geospatial Today, pp 37-42<\/span><\/li>\n<li style=\"text-align: justify\">Parihar, S.M.,(2006) <em style=\"text-align: initial;text-indent: 1em;font-size: 1em\">3-D GIS: Much Awaited Technology<strong>,<\/strong><\/em><span style=\"text-align: initial;text-indent: 1em;font-size: 1em\"> Vol.4 . Issue 11. August,2006 ,Geospatial Today, pp 43-46<\/span><\/li>\n<li style=\"text-align: justify\">Raper, Jonathan, Ed. (1989) Three Dimensional Applications in Geographic Information Systems. Philadelphia, PA: Taylor &amp; Francis, Inc.<\/li>\n<li style=\"text-align: justify\">Siddiqui, M.A. (2011) Concepts and Techniques of Geoinformatics, Allahabad: Sharda Pustak Bhawan<\/li>\n<li style=\"text-align: justify\">Worboys, M., &amp; M. Duckham (2004) GIS A computing Perspective, London, CRC Press<\/li>\n<\/ul>\n<\/div>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"author":12,"menu_order":22,"template":"","meta":{"pb_show_title":"on","pb_short_title":"","pb_subtitle":"","pb_authors":["dr-seema-mehra-parihar"],"pb_section_license":""},"chapter-type":[],"contributor":[66],"license":[],"class_list":["post-595","chapter","type-chapter","status-publish","hentry","contributor-dr-seema-mehra-parihar"],"part":3,"_links":{"self":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapters\/595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapters"}],"about":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/wp\/v2\/types\/chapter"}],"author":[{"embeddable":true,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/wp\/v2\/users\/12"}],"version-history":[{"count":6,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapters\/595\/revisions"}],"predecessor-version":[{"id":615,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapters\/595\/revisions\/615"}],"part":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/parts\/3"}],"metadata":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapters\/595\/metadata\/"}],"wp:attachment":[{"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/wp\/v2\/media?parent=595"}],"wp:term":[{"taxonomy":"chapter-type","embeddable":true,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/pressbooks\/v2\/chapter-type?post=595"},{"taxonomy":"contributor","embeddable":true,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/wp\/v2\/contributor?post=595"},{"taxonomy":"license","embeddable":true,"href":"https:\/\/ebooks.inflibnet.ac.in\/geop10\/wp-json\/wp\/v2\/license?post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}