Geography 281 Map Making with GIS Project Three: Viewing Data Spatially

Total Page:16

File Type:pdf, Size:1020Kb

Geography 281 Map Making with GIS Project Three: Viewing Data Spatially Geography 281 Map Making with GIS Project Three: Viewing Data Spatially This activity introduces three of the most common thematic maps: Choropleth maps Dot density maps Graduated symbol maps You will learn how, when and why to create each type along with some of the pitfalls to avoid when making them. Most of the work will take place within the Symbology tab of the Layer properties form in the ArcMap Data View. In ArcMap Layout View, you will learn how to Set Relative Paths Modify legend text The first part of the activity guides you though the steps and decisions needed to create a series of maps illustrating the spatial relationship between city population, state population and area in the lower 48 states. The On Your Own part lets you apply what you've learned to create a new map that combines information from two previous maps. The data needed for proj3 is located in the \\Geogsrv\data\geog281\proj3 directory. Project 3 files: Description: Feature Type: counties48 shapefile base map of US counties polygon us48_major_cities shapefile Major U.S. cities point us48_states shapefile base map of lower 48 states polygon Visual Variables Maps use symbols to portray data. By selecting the right type of symbol you can create an intuitive map that is easy to read. Choosing the wrong symbol can mislead and confuse the map reader. Depending on the data type (qualitative or quantitative) and the type of feature (point, line, or polygon) you are mapping, you have many choices with regards to selecting symbol color (hue and value), size, shape, and texture. Y G R B Page 1 After copying the data from the server to your local working directory, you are ready to begin Project 3. Open the Proj3 map document file Do you see a map of What happened to your map? the lower 48 states or a blank data view? Remember, map documents do NOT store data. Map documents only point to the data using the saved path. Let’s find out where the map document is looking for the Proj3 data. Open the property form for us48_major_cities. Under the Source tab, look at the location of the data. This is where the computer is looking for the data. Draw the symbol. How can you tell that the computer cannot find your data? What symbol appears in the Table of Contents? You can repair the “link” to your data, by resetting the data source. Click on the Set Data Source button. Navigate to your working directory and select us48_major_cities.shp Repeat this process with the remaining two layers. If you ever see the red exclamation points when working with your map documents, you will now know how to correct the problem. Now let’s look at preventing the problem. In the example above, Proj3.mxd was pointing to the data using absolute paths. The computer could only find the data at the following location: C:\ClassData\Proj3\Data. One way to avoid “losing” your data is to store the path as a relative path instead of an absolute path. Close Proj3.mxd- Do not worry about saving it. Open Proj3a.mxd Do you see a map of the lower 48 states or a blank data view? You should see a map because the Proj3a map document stored the path to the data as a relative path. Consider the following file structure of Project 3: Page 2 The data for Proj3 was found under \Proj3\Data\. We will use the counties48 shapefile as an example. The Proj3a map document stored the path to the data as “..\Data\counties48.shp”. The “..” symbol tells the computer to go up one directory level from the current directory (MapDocuments) and find the directory called Data within which will be a shapefile called counties48. As long as the data remains in the same location RELATIVE to the map document, the computer can find it. Open a new map document File – New—Blank Map Add the following Layers to the Data View counties48.shp us48_states.shp Remove the visibility check mark next to the counties48 layer in the ArcMap Table of Contents. Only the us48_states layer should be visible. Set the map document to use relative paths. Under File – Map Document Properties, check the box next to “Store relative pathnames to data sources”. Click Ok. Save the map document Save this map document as Proj3_Choropleth. You should be saving the Proj3_Choropleth map document in C:\Temp\Proj3\MapDocuments. If you saved the map document in the correct location, proceed to the next page. If not, go back and try again. Map 1- Choropleth Map ( Graduate Color Map) of Population A choropleth map portrays data collected in enumeration units- such as counties and states. The numerical data is grouped in categories and each category is assigned a color value. Key elements of a choropleth map: Feature = Polygon Data Type- Quantitative Normalized Data Values Visual Variable- Color Value To illustrate why choropleth maps use normalized data values instead of total numbers, let’s make a choropleth map using state population totals. To do this, you need to assign appropriate symbols to population ranges in the us48_states layer: Right-click on the us48_states layer name in the Table of Contents and choose the Properties option. Click on the Symbology tab. In the left-hand frame under Show choose Quantities – Graduated Colors. Set the Fields – Value to the Pop2000 (2000 census population totals) field. Press OK. Before clicking on OK, compare your property dialog box with the graphic. Page 3 Note that California, the second largest state in area among the lower 48 states, occupies the highest population category while Texas, the largest state, occupies the second-highest category. But are these states rated this high because they are more densely populated than other states or simply because they are larger than the other states? If we want to know where people reside in space, we must divide the population of each state by the state’s area and map the resulting population density values. Reopen the Symbology section of the Layer properties form and change the Fields – Value to Pop00_sqmi (2000 census population totals divided by the state area). Press OK. Now you can see that California falls to the middle-category while Texas shows up as below average. Although these are states with large populations (political-demographic measures), they have average or below average population for their size (spatial measure). Since we use maps to measure spatial relationships, not political-demographic ones, the general rule is that you never use a choropleth map with total numbers. The data must first be standardized (normalized) by area, percent or by some other ratio. Symbolizing a Choropleth Map Now let's explore some of the options for symbolizing a choropleth map. First, take a look at a monochromatic color ramp: Reopen the Symbology section of the us48_states Note: To list color ramps by name Layer properties form. instead of visually seeing the colors, Press the down arrow next to Color Ramp and note right click on the down arrow next to the choices. the Color Ramp and remove the Highlight the Green Light to Dark color ramp. checkbox next to Graphic View. Press OK. A monochromatic color ramp preserves the value gradient of the data by gradually varying one color in regular intervals from a lighter shade (low values) to a darker shade (high values). If you want to suggest a gradual shift from low to high values, this is an appropriate color ramp to use. Next look at a three-color ramp: Reopen the Symbology section. Press the down arrow next to Color Ramp. Highlight the Yellow to Red color ramp. Press OK. This approach provides a more dramatic sense of change in the underlying data by varying the amounts of two colors – one a low intensity color (yellow) and the other a high intensity color (red). If you want to emphasize the magnitude of change in the data (from very low to very high) this is an appropriate color ramp to use. Open the Layout View Now you are ready to open the Layout View so you can work with the map legend and title. First, open the Layout View and set the page properties to Landscape using the techniques that were introduced in Project 2. After resizing the map frame, you may notice that a solid line marks the border of the map frame. To remove this from your map: With the Select Elements tool still active, right-click inside the map and choose Properties. Click on the Frame tab. Press the down arrow under Border, scroll up and select None. Press OK. Next, insert a legend, again using the techniques that were introduced in Project 2. After inserting the legend, position it on the page below California and Arizona. Page 4 Note that the default legend contains a meaningless title “Legend” and some obscure and unnecessary references to the layer name (us48_states) and the data field name (pop00_sqmi). You should modify the legend as follows: Right-click on the legend and bring up the legend Properties form. If necessary, click on the Legend tab. Because the title “Legend” conveys no useful information, highlight it and replace it with Persons per Sq. Mile. Next, press the Items tab. Confirm that us48_states appears under Legend Items (If any other layers appear, highlight them and press the left arrow to remove them as legend items). Right-click on us48_states under Legend Items and highlight Properties to bring up the Layer Legend Item Properties. Click on the General tab.
Recommended publications
  • Evaluation of Methods for Classifying Epidemiological Data on Choropleth Maps in Series
    Evaluation of Methods for Classifying Epidemiological Data on Choropleth Maps in Series Cynthia A. Brewer* and Linda Pickle** *Department of Geography, The Pennsylvania State University **National Cancer Institute Our research goal was to determine which choropleth classification methods are most suitable for epidemiological rate maps. We compared seven methods using responses by fifty-six subjects in a two-part experiment involving nine series of U.S. mortality maps. Subjects answered a wide range of general map-reading questions that involved indi- vidual maps and comparisons among maps in a series. The questions addressed varied scales of map-reading, from in- dividual enumeration units, to regions, to whole-map distributions. Quantiles and minimum boundary error classi- fication methods were best suited for these general choropleth map-reading tasks. Natural breaks (Jenks) and a hybrid version of equal-intervals classing formed a second grouping in the results, both producing responses less than 70 percent as accurate as for quantiles. Using matched legends across a series of maps (when possible) increased map-comparison accuracy by approximately 28 percent. The advantages of careful optimization procedures in choropleth classification seem to offer no benefit over the simpler quantile method for the general map-reading tasks tested in the reported experiment. Key Words: choropleth, classification, epidemiology, maps. horopleth mapping is well suited for presenta- a range of classification methods in anticipation of in- tion and exploration of mortality-rate data. Of creased production of mortality maps at the NCHS, the C the many options available, epidemiologists cus- National Cancer Institute (NCI), and other health agen- tomarily use quantile-based classification in their map- cies through desktop geographic information systems ping (see Table 5 in Walter and Birnie 1991).
    [Show full text]
  • Cartography. the Definitive Guide to Making Maps, Sample Chapter
    Cartograms Cartograms offer a way of accounting for differences in population distribution by modifying the geography. Geography can easily get in the way of making a good Consider the United States map in which thematic map. The advantage of a geographic map is that it states with larger populations will inevitably lead to larger numbers for most population- gives us the greatest recognition of shapes we’re familiar with related variables. but the disadvantage is that the geographic size of the areas has no correlation to the quantitative data shown. The intent However, the more populous states are not of most thematic maps is to provide the reader with a map necessarily the largest states in area, and from which comparisons can be made and so geography is so a map that shows population data in the almost always inappropriate. This fact alone creates problems geographical sense inevitably skews our perception of the distribution of that data for perception and cognition. Accounting for these problems because the geography becomes dominant. might be addressed in many ways such as manipulating the We end up with a misleading map because data itself. Alternatively, instead of changing the data and densely populated states are relatively small maintaining the geography, you can retain the data values but and vice versa. Cartograms will always give modify the geography to create a cartogram. the map reader the correct proportion of the mapped data variable precisely because it modifies the geography to account for the There are four general types of cartogram. They each problem. distort geographical space and account for the disparities caused by unequal distribution of the population among The term cartogramme can be traced to the areas of different sizes.
    [Show full text]
  • Digital Terrain Model (Dtm) As a Tool for Landslide Investigation in the Polish Carpathians
    5 STUDIA GEOMORPHOLOGICA CARPATHO-BALCANICA VOL. XLVI, 2012: 5–23 PL ISSN 0081-6434 DOI 10.2478/v10302-012-0001-3 MICHA£ D£UGOSZ (KRAKÓW) DIGITAL TERRAIN MODEL (DTM) AS A TOOL FOR LANDSLIDE INVESTIGATION IN THE POLISH CARPATHIANS Abstract. This paper present the possibilities of using digital terrain model in landslide investiga- tions in the Polish Flysch Carpathians. The analysis was based on results of SOPO project which was made in the £u¿na commune and on GIS interpretation of DTM model with topographical map. On the basis of the interpretation of a properly prepared DTM elevation model, 76 areas of potential occurrence of landslides in the £u¿na commune were defined. In 51 cases from among the 76 defined areas, the presence of landslides, within the selected unit, was confirmed during the field study. The interpretation of the digital terrain model in conjunction with a topographic map gave similar results. Areas of potential occurrence of landslides in both methods were practically identical (area of 600 ha). Despite the landslide area designated more accurately by the DTM, the analysis of topographic maps in conjunction with the DTM gave slightly better results, designating 11 more areas as places of land- slide occurrence. The digital terrain model (DTM), available for the area of the Polish Carpathians, can be useful in the study of landslides. It depends on the type of landslides, type of relief and the degree of forest landcover. Key words: landslide, digital terrain model, GIS, the flysch Carpathians INTRODUCTION The high amount of precipitation, floods, and accompanying landslides that oc- curred in the basins of the Upper Vistula and the Oder in 1997, 2000, and 2001 aroused the interest of the state administration and local authorities on the problem of landslides in the Polish Carpathians.
    [Show full text]
  • Numbers on Thematic Maps: Helpful Simplicity Or Too Raw to Be Useful for Map Reading?
    International Journal of Geo-Information Article Numbers on Thematic Maps: Helpful Simplicity or Too Raw to Be Useful for Map Reading? Jolanta Korycka-Skorupa * and Izabela Małgorzata Goł˛ebiowska Department of Geoinformatics, Cartography and Remote Sensing, Faculty of Geography and Regional Studies, University of Warsaw, Krakowskie Przedmiescie 30, 00-927 Warsaw, Poland; [email protected] * Correspondence: [email protected] Received: 29 May 2020; Accepted: 26 June 2020; Published: 28 June 2020 Abstract: As the development of small-scale thematic cartography continues, there is a growing interest in simple graphic solutions, e.g., in the form of numerical values presented on maps to replace or complement well-established quantitative cartographic methods of presentation. Numbers on maps are used as an independent form of data presentation or function as a supplement to the cartographic presentation, becoming a legend placed directly on the map. Despite the frequent use of numbers on maps, this relatively simple form of presentation has not been extensively empirically evaluated. This article presents the results of an empirical study aimed at comparing the usability of numbers on maps for the presentation of quantitative information to frequently used proportional symbols, for simple map-reading tasks. The study showed that the use of numbers on single-variable and two-variable maps results in a greater number of correct answers and also often an improved response time compared to the use of proportional symbols. Interestingly, the introduction of different sizes of numbers did not significantly affect their usability. Thus, it has been proven that—for some tasks—map users accept this bare-bones version of data presentation, often demonstrating a higher level of preference for it than for proportional symbols.
    [Show full text]
  • Beyond Choropleth Maps: a Review of Techniques to Visualize Quantitative Areal Geodata
    INFOVIS READING GROUP WS 2015/16 Beyond choropleth maps: A review of techniques to visualize quantitative areal geodata Alsino Skowronnek– University of Applied Sciences Potsdam, Department of Design Abstract—Modern digital technologies and the ubiquity of spatial data around us have recently led to an increased output and visibility of geovisualizations and digital maps. Maps and »map-like« visualizations are virtually everywhere. While areal thematic geodata has traditionally often been represented as choropleth maps, a multitude of alternative techniques exist that address the shortcomings of choropleths. Advances of these alternative techniques derive both from the traditional domains of geography and cartography, as well as from more recent disciplines such as information visualization or even non-academic domains such as data journalism. This paper will review traditional and recent visualization techniques for quantitative areal geodata beyond choropleths and evaluate their potential and limitations in a comparative manner. Index Terms—Choropleth Maps, Geovisualization, Cartograms, Grid Maps, Spatial Treemaps ––––––––––––––––––– ✦ ––––––––––––––––––– 1INTRODUCTION choropleths exhibit a number of shortcomings (i.e. sup- port of specific data types and certain visual inadequa- cies) in different situations. eople have been fascinated with maps and geospatial This paper will briefly review the literature on choro- representationsP of the world as long as we can think. This pleth maps in the following part, before contrasting the is not only due to maps’ inherent potential for storytelling technique with three alternative approaches, their main and identification with places, but also due to humans’ characteristics and implications for visualizing areal geo- excellent spatio-cognitive abilities, which allow us to easi- data in more general terms.
    [Show full text]
  • Simple Thematic Mapping
    The Stata Journal (2004) 4, Number 4, pp. 361–378 Simple thematic mapping Maurizio Pisati Department of Sociology and Social Research, Universit`adegli Studi di Milano-Bicocca, Italy [email protected] Abstract. Thematic maps illustrate the spatial distribution of one or more variables of interest within a given geographic unit. In a sense, a thematic map is the spatial analyst’s equivalent to the scatterplot in nonspatial analysis. This paper presents the tmap package, a set of Stata programs designed to draw five kinds of thematic maps: choropleth, proportional symbol, deviation, dot, and label maps. The first three kinds of maps are intended to depict area data, the fourth is suitable for representing point data, and the fifth can be used to show data of both types. Keywords: gr0008, tmap choropleth, tmap propsymbol, tmap deviation, tmap dot, tmap label, thematic map, choropleth map, proportional symbol map, deviation map, dot map, label map 1 Introduction Thematic maps represent the spatial distribution of one or more variables of interest within a given geographical unit (Monmonier 1993; Kraak and Ormeling 1996). For example, a sociologist could use a choropleth map (a.k.a., shaded map) to show how the percent of families below the poverty line varies across the states or the provinces of a given country. In turn, a police officer could be interested in analyzing a dot map showing the locations of drug markets within a given city. As Bailey and Gatrell (1995) have put it, in a sense, a thematic map is the spatial analyst’s equivalent to the scatter plot in nonspatial analysis.
    [Show full text]
  • 1 'Intelligent' Dasymetric Mapping and Its Comparison to Other Areal
    ‘Intelligent’ Dasymetric Mapping and Its Comparison to Other Areal Interpolation Techniques Jeremy Mennis Department of Geography and Urban Studies, 1115 W. Berks St., 309 Gladfelter Hall, Temple University, Philadelphia, PA 19122 Phone: (215) 204-4748, Fax: (215) 204-7388, Email: [email protected] Torrin Hultgren Department of Geography, UCB 360, University of Colorado, Boulder, CO 80309 Email: [email protected] 1 Abstract In previous research we have described a dasymetric mapping technique that combines an analyst's subjective knowledge with a sampling approach to parameterize the reapportionment of data from a choropleth map to a dasymetric map. In the present research, we describe a comparison of the proposed dasymetric mapping technique with the conventional areal weighting and 'binary' dasymetric mapping techniques. The comparison is made using a case study dasymetric mapping of U.S. Census tract-level population data in the Front Range of Colorado using land cover data as ancillary data. Error is quantified using U.S. Census block- level population data. The proposed dasymetric mapping technique outperforms areal weighting and certain parameterizations of the proposed technique outperform 'binary' dasymetric mapping. 1 Introduction A dasymetric map depicts a statistical surface as a set of enumerated zones, where the zone boundaries reflect the underlying variation in the surface and represent the steepest surface escarpments (Dent, 1999). Dasymetric mapping has its roots in the work of Russian cartographer Semenov Tian-Shansky (Bielecka, 2005) and American J.K. Wright (1936). Later significant contributions to dasymetric mapping were made by O'Cleary (1969) and, concurrent with more recent advances in GIS and environmental remote sensing, researchers in spatial analysis (Goodchild et al., 1993; Wu et al., 2005).
    [Show full text]
  • Dasymetric Mapping
    Dasymetric Mapping Some geographical distributions are best mapped as ‘volumes’ that represent surfaces characterized by plateaus of relative uniformity separated from one another by relatively steep slopes or escarpments where there is a marked change in statistical value. There are two techniques for defining this stepped surface, the choroplethic and the dasymetric. The choroplethic technique requires only grouping of similar values, and detail is constrained by the boundaries of enumeration units which rarely have to do with the variable being mapped. In choroplethic mapping, emphasis in the graphic statement is placed upon comparing relative magnitudes across the surface of the map. In contrast, the dasymetric method highlights areas of homogeneity and areas of sudden change and is produced by refining the values estimated by the choroplethic technique. Your task is to produce a dasymetric map of cropland in south central Ohio counties, using four variables to refine the enumerated data. Prepare this map and all related maps using ArcView GIS. It might be a good idea to keep a journal log while you are working through this exercise, annotated with hardcopy maps if you prefer, personal notes describing in your own words what the commands you performed in ArcView do, for later reference. Data for the initial distribution is given on the base map on page 4. Initial files for the assignment are in the Handouts folder in the usual Csiss folder on \\ubar\labs\. Copy the folder labeled dasy_ohio from the Handouts directory to your personal directory (for example to E:). Open the file dasy.apr in your directory with ArcView.
    [Show full text]
  • An Evaluation of Visualization Methods for Population Statistics Based on Choropleth Maps
    An Evaluation of Visualization Methods for Population Statistics Based on Choropleth Maps Lonni Besanc¸on, Matthew Cooper, Anders Ynnerman, and Fred´ eric´ Vernier Fig. 1. Choropleth map (A) augmented with 3D extrusion (C), contiguous cartogram (D), and rectangular glyphs (E) at the same level of granularity and with 3D extrusion (B), Heatmap (F) and dot map (G) at a finer level of granularity. Abstract— We evaluate several augmentations to the choropleth map to convey additional information, including glyphs, 3D, cartograms, juxtaposed maps, and shading methods. While choropleth maps are a common method used to represent societal data, with multivariate data they can impede as much as improve understanding. In particular large, low population density regions often dominate the map and can mislead the viewer as to the message conveyed. Our results highlight the potential of 3D choropleth maps as well as the low accuracy of choropleth map tasks with multivariate data. We also introduce and evaluate popcharts, four techniques designed to show the density of population at a very fine scale on top of choropleth maps. All the data, results, and scripts are available from osf.io/8rxwg/ Index Terms—Choropleth maps, bivariate maps 1INTRODUCTION A perennial issue with mapping statistical information onto choro- said to be harder to understand [102]. It is thus still unclear which pleth maps is that they tend to overemphasize large, yet often strategies should be adopted to create bivariate maps to properly convey sparsely populated, administrative areas because of their strong vi- population information in addition to the measured variable usually sual weight [1, 44, 64, 88, 94].
    [Show full text]
  • Mapping Crime: Understanding Hot Spots
    U.S. Department of Justice Office of Justice Programs AUG. AUG. National Institute of Justice 05 Special REPORT Mapping Crime: Understanding Hot Spots www.ojp.usdoj.gov/nij U.S. Department of Justice Office of Justice Programs 810 Seventh Street N.W. Washington, DC 20531 Alberto R. Gonzales Attorney General Regina B. Schofield Assistant Attorney General Sarah V. Hart Director, National Institute of Justice This and other publications and products of the National Institute of Justice can be found at: National Institute of Justice www.ojp.usdoj.gov/nij Office of Justice Programs Partnerships for Safer Communities www.ojp.usdoj.gov AUG. 05 Mapping Crime: Understanding Hot Spots John E. Eck, Spencer Chainey, James G. Cameron, Michael Leitner, and Ronald E. Wilson NCJ 209393 Sarah V. Hart Director This document is not intended to create, does not create, and may not be relied upon to create any rights, substantive or procedural, enforceable by law by any party in any matter civil or criminal. Findings and conclusions of the research reported here are those of the authors and do not necessarily reflect the official position or policies of the U.S. Department of Justice. The products, manufacturers, and organizations discussed in this document are presented for informational purposes only and do not constitute product approval or endorsement by the U.S. Department of Justice. The National Institute of Justice is a component of the Office of Justice Programs, which also includes the Bureau of Justice Assistance, the Bureau of Justice Statistics, the Office of Juvenile Justice and Delinquency Prevention, and the Office for Victims of Crime.
    [Show full text]
  • Choropleth Map Accuracy and the Number of Class Intervals
    POSTER SESSIONS 173 CHOROPLETH MAP ACCURACY AND THE NUMBER OF CLASS INTERVALS. Franky A.N. Declercq Laboratory for Cartography - Katholieke Universiteit Leuven Redingenstraat 16,8-3000 Leuven (Belgium) e-mail: [email protected] Abstract For a large number of data classifications, performance of the Goodness of Variance Fit (GVF) as accuracy optimization measure was compared to two other measures. It is shown that in general a number of7 to 8 classes is preferred to generate accurate choropleth maps. Two newly developed classification methods are suboptimal solutions of the GVF optimal classification method and are designed to minimize image fragmentation and maximize rounding of class limits. Firm rounding of the optimal class limits to less than two significant digits decreases accuracy only slightly. Suboptimal classifications that yield a less fragmented image become rather inaccurate and need 9 to 10 classes to maintain classification accuracy. 1 Aim The Goodness of Variance Fit (GVF) is compared to the Goodness of Deviation around the Median Fit (GDMF) and Goodness of Absolute Deviation Fit (GAOF) as measures to optimize classification accuracy. Two fast iterative classification methods that are developed to run on PC's are introduced. One method determines class breaks with highly rounded digits, the other seeks for class limits that result in a less fragmented map image. Both methods are designed to maintain the highest possible classification accuracy. These new classification methods are applied to a variety of data sets and compared with the Jenks optimal method and the traditional equal interval method in terms of generated classification accuracy (GVF), fragmentation index <PI) and number complexity index (NCI).
    [Show full text]
  • 1 Geographical Information Systems (GIS)
    Geographical Information Systems (GIS) Introduction Geographical Information System (GIS) is a technology that provides the means to collect and use geographic data to assist in the development of Agriculture. A digital map is generally of much greater value than the same map printed on a paper as the digital version can be combined with other sources of data for analyzing information with a graphical presentation. The GIS software makes it possible to synthesize large amounts of different data, combining different layers of information to manage and retrieve the data in a more useful manner. GIS provides a powerful means for agricultural scientists to better service to the farmers and farming community in answering their query and helping in a better decision making to implement planning activities for the development of agriculture. Overview of GIS A Geographical Information System (GIS) is a system for capturing, storing, analyzing and managing data and associated attributes, which are spatially referenced to the Earth. The geographical information system is also called as a geographic information system or geospatial information system. It is an information system capable of integrating, storing, editing, analyzing, sharing, and displaying geographically referenced information. In a more generic sense, GIS is a software tool that allows users to create interactive queries, analyze the spatial information, edit data, maps, and present the results of all these operations. GIS technology is becoming essential tool to combine various maps and remote sensing information to generate various models, which are used in real time environment. Geographical information system is the science utilizing the geographic concepts, applications and systems.
    [Show full text]