## Last updated: 2019-08-21
“Maps are both the raw material and the product of geographic information systems (GIS).” — Xi Liu, Penn State University
FIGURE. GIS representing the real world in thematic layers. © 2018 Pearson Education, Inc.
A map is a symbolic representation that approximates any real-world location or object in three dimensions onto a two-dimensional surface (for example: on paper or on a computer monitor). These symbolic representations may consist of several visual variables including: shape, orientation, color, texture, value, and size.
More generally speaking, maps are information and, as we know, information is powerful. When it comes to information, good information can help improve our lives by empowering us to make better decisions. Information comes from our understanding of data—in this case, the symbolic representations of the spatial arrangement of our world, which are called features.
GIS typically convey maps in separate thematic layers, or features of common geographic information, which may represent roads, houses, vegetation cover, population density, etc. Because the layers are geographically referenced, they may overlay one another to build a more complete picture of the geographic area (see figure pictured right.)
Dr. Roger Tomlinson—considered the “father of GIS”—describes the concepts of thematic layers and overlays as the cornerstone of GIS.
Maps also serve as a form of communication that can illustrate similarities and differences between places.
Maps help us conceptualize by enabling us to reconstruct our past, illustrate the present, and plan for the future.
Understanding maps allows us to answer important questions, like the “where” (i.e., absolute and relative locations) and “what” (i.e., properties and attributes) of important features.
“Geographic information systems (GIS) are computer-based systems to aid in the collection, maintenance, storage, analysis, output, and distribution of spatial data and information.”— Bolstad (2012)
Because of the importance of spatial information, we have developed tools called geographic information systems (GIS). We use GIS to gather and use spatial data.
The breadth of GIS encompasses the latest technology of advanced communication networks and software down to the simplest hand-drawn field maps. Modern technology is changing the way we use GIS and how we gather and use spatial data continues to evolve.
Note that many GIS software packages exist—some quite specialized, others quite broad—and the techniques that will be explored in this course form a common core of GIS that can be applied across various platforms.
GIS lends us the utilization of maps, which we saw provides us with the tools to answer questions regarding the “what” and the “where” of things. These are important questions for planning and resource management. There is another use for GIS, which is to answer analytical questions, such as “why” or “what if” through GIS models and prediction.
While GIS was originally an extension of managing and analyzing traditional paper maps, it has since become primarily a computer-based field and there are several reasons for this, including the following:
FIGURE. The ArcGIS family. © 2009 ESRI.
ArcGIS is developed by Environmental Systems Research Institute, Inc. (referred to as Esri).
ArcGIS Desktop allows you to create, edit and analyze geographic data on your desktop. This includes the ability to:
ArcGIS Desktop applications include:
ArcMap uses map documents (.mxd files) to collect spatial data for visualization and analysis. Map documents do not contain any GIS data; rather, they store the names and locations of sources (i.e., spatial data). Therefore spatial data can be shared across multiple map documents, but any change to a data source will affect all map documents that reference it.
The names and locations of sources are stored as pathnames (i.e., the source’s address on your computer). Pathnames may be stored either as absolute pathnames (i.e., the source address beginning with your computer’s driver letter) or relative pathnames (i.e., the source address relative to the folder containing the current map document). Absolute pathnames are a good way of referencing data sets that are always in the same location for every user. Relative pathnames are better for referencing data sets that are moved about (e.g., located on a USB drive).
Layers with pathnames that cannot be found (e.g., because the source address has changed), will show with a red exclamation point beside their name in ArcMap’s Table of Contents.
Spatial data (e.g., feature class or raster) are added to a map document as layers. A layer serves as a reference that points to spatial data and includes information for ArcMap on how to display and use these data.
Layers are organized under data frames. A data frame is a group of layers that are all drawn together.
It is a strength of ArcMap to produce maps, not just of a layer’s spatial features, but also to highlight the non-spatial information associated with these features (e.g., attributes). This technique is called thematic mapping.
Spatial data is visualized in ArcMap at varying map scales, which can be interactively changed by zooming into or out of the map. The map scale is a measure of the size of features presented in the visualization to their actual size, typically represented as a fraction or ratio. For example, a typical topographic map by the United States Geological Survey has the scale 1:24,000. This means that every 1 inch on the map represents 24,000 inches on the ground.
The next evolution of ESRI’s ArcGIS Desktop software slated to replace ArcMap. Currently, not all features of ArcMap have been integrated into ArcGIS Pro; therefore, it serves as a supplemental GIS software.
For help, see Getting Started with ArcGIS Pro.
C:\Workspace directory.
QGIS is an open-source GIS program, which has evolved in recent years to be a strong competitor to ArcGIS as a personal GIS platform. QGIS has a decent user interface and it is also possible to script and automate analyses.
One of the strengths of QGIS is that—in addition to providing a GIS interface of its own—it also integrates tools from a range of other GIS programs. These include:
You can have data without information, but you cannot have information without data.”
— Daniel Keys Moran, author and computer programmer
“GIS is like the machinery that transforms data into the commodity–information–that is needed to solve problems or create opportunities.”— DiBiase (2018)
GIS data files are complicated. One GIS dataset often consists of multiple linked files that contain different bits of information. It is common for a particular GIS dataset to have a data file and then separate files used to describe the spatial parts of the data.
Spatial data is traditionally found in one of two formats: vector or raster.
| Vector | Raster |
|---|---|
| Mathematical equations | Pixel based |
| Easily scaled without losing quality | Does not scale up very well; typically in a prescribed resolution |
| Large dimensions maintain small file size | Large dimensions have large file sizes |
| Can be easily converted into raster format | Depending on complexity, conversion to vector can be very time consuming |
| Example: Vectors in Action | Example: Raster drawing |
Vector data is the generic term for GIS data built up from defined points in space. These can simply be points or can be linked into lines and polygons. These features may also include additional non-spatial information called attributes. GIS store these attributes in a table, which is linked to the spatial data.
Vector data does not really have a resolution because each point identifies a unique point in space. These points are recorded with a certain precision (e.g., GPS is often ±10 meters or so) but this precision may not be known. Despite this, vector data can still be imprecise or inaccurate!
A common file format for storing vector data is the shapefile. A shapefile is actually a collection of at least four files, all of which share the same name, but have different file extensions that relate to the following information.
A collection of same-type features (point, line or polygon) is called a feature class.
The key point here is that you have to keep all of the different parts of shapefiles together for the data to work.
Be careful when moving GIS files!
Raster data is the GIS term for gridded data: an equally spaced grid where each cell (or pixel) has one value (digital number or DN) that represents the dominant value of that cell. These values can be continuous (e.g. elevation or temperature) or discrete (e.g. population densities or habitat categories). Sometimes raster data may contain null or ‘no data’ cells. Examples of raster data include aerial and satellite imagery.
Raster datasets come in three varieties (Dempsey 2012):
The main advantage of raster data is the ability to portray continuous data that cannot be well represented by points, lines or polygons.
The main disadvantage of raster data is its inaccuracy as compared to vector data.
A georeferenced raster dataset has several pieces of geographic information:
Many raster datasets are already georeferenced. In these cases, when the raster is added to a GIS map, the data will automatically appear in the correct place with reference to the projection.
In other cases, the raster data is not georeferenced—this is often the case with aerial photos, some satellite images or scans of paper maps. In order to turn such data into a GIS dataset, the data need to be georeferenced.
In georeferencing, a set of ground control points (GCPs) are used to orient the image in space and then this oriented image is resampled into a new dataset with cell boundaries and cell size defined in the projection.
The data about other data.”
—Meriam Webster
Evaluating the quality of data can be difficult, especially if it was created by someone else. Therefore, there is an obligation to those who create data to include a report that summarizes the data quality (e.g., the spatial accuracy) in addition to information on other aspects of the data (e.g., the creation date or when it was last updated, the geographic area/extent, the coordinate system, explanations of attributes, copyright info and/or use restrictions), in such a way as to inform potential users of the data’s limitations and uses such that they can determine whether is best suited for their purpose. This collection of information about data is called metadata. (Price 2012)
Geographic metadata seeks to answer questions, such as:
The Federal Geographic Data Committee (FGDC) and the International Organization for Standardization (ISO) have worked together to develop metadata standards, including:
Faced with several standards, preparing a complete set of metadata can be a daunting task; however, it most cases, some information is better than none. Regardless of the standard, the core components of the metadata record should include (https://www.fgdc.gov/metadata):
Content Standard for Digital Geospatial Metadata (CSDGM) graphical representation. FGDC.gov.
Geographic data (e.g., vector, raster and table) may be collectively stored together in what is called a geodatabase—a versatile format convenient for data editing and management.
These are several types of geodatabases. The one we are focused on in this class is the File geodatabase.
This database type is designed for individuals or small groups. The data set is stored as a separate file within a system folder and each file can be up to one terabyte in size.
File geodatabases are best for cross-platform operations (i.e., accessible by multiple operating system architectures, such as Windows, Macintosh, and Linux). (Price 2012)
Good databases do not happen by accident (Price 2012). Geodatabases are created as empty shells. These shells have a defined organizational structure (this data model is called a schema) into which feature classes and other objects can be added.
One organizational method is to create feature datasets. A feature dataset is a collection of feature classes that are related to one another (e.g., they are categorically similar) and share the same spatial reference.
One advantage of geodatabases is the ability to define a set of rules for data attributes. This is accomplished through the use of an attribute domain—pre-defined attribute value constraints.
There are two types of domains: range domains and coded domains.
To any point on the earth’s surface may be attached a locational reference of some form, be it a pair of Cartesian coordinates at large scales or latitude and longitude at smaller scales.”
— Maling (1991)
The origin of geographic coordinates begins with how we define the size and shape of Earth. Earth was originally thought to be in the shape of a sphere. This was first reasoned by Pythagoras (570–495 B.C.) and later by Aristotle (384–322 B.C.). It was not until Sir Isaac Newton (1643–1727 C.E.) that Earth’s shape was reasoned to be an ellipsoid.
Earth’s circumference was first calculated within 4% of modern estimates by Eratosthenes (276–194 B.C.).
In order to display and analyze maps on screen, a GIS system uses coordinate pairs that specify the location and shape of a particular feature. The geographic coordinate system (GCS) aids defining where coordinate pairs are located in space, whereby x-y coordinate pairs are defined in degrees of longitude and latitude.
GIS tools layer geospatial data for a given area; therefore it is important that the coordinate systems of these layers be the same.
In reality, layers are often not in the same coordinate system or resolution; therefore, they must undergo projection or transformation.
Because the earth is not flat, any map is a projection of the surface of the Earth onto a flat surface, whether it is a printed map or GIS data on a screen.
To complicate things, a map projection is actually defined by two components:
To maximize information from a given map, it is ideal that it preserves the shape, area, distance and direction; however, these properties cannot all be preserved at once.
cylindrical projection that preserves angles and shapes of small objects, but distorts the size and shape of large objects
Mercator Projection. http://wiki.gis.com/wiki/images/6/62/Usgs_map_mercator.svg
the Mercator projection rotated 90 degrees
Transverse Mercator Projection. http://wiki.gis.com/wiki/images/b/b9/Usgs_map_traverse_mercator.PNG
used by the USGS, this coordinate system is good for mapping the continental United States with minimal distortion. It is best for land masses that extend from east to west more than north to south, making it perfectly suitable for the U.S.
USA Contiguous Albers Equal Area Conic. https://egsc.usgs.gov/isb//pubs/MapProjections/graphics/albers.gif
a standard set of map projections developed by the U.S. Military and widely adopted for coordinate specification over regional study areas. There are 60 six-degree wide UTM zones.
There are hundreds of different projections, some of which are defined below.
Bad Map Projection: Time Zones (https://xkcd.com/1799/)
The Mercator projection attempts to flatten the spherical surface of Earth, which results in the exaggeration of object sizes as the distance from the equator increases.
Shape/area distortions from Mercator projection.
Due to these limitations, for large-scale maps, equal-area projections are recommended in place of the Mercator projection.
Geodesic geometry attempts to account for distance distortions caused by coordinate system projections. A geodesic line represents the shortest distance between two points across the Earth’s surface. For example, if you wanted to determine the shortest distance between two cities for an airplane’s flight path.
The geodesic (red) and planar (blue) paths between Los Angeles and London. https://developers.arcgis.com
What this all boils down to is that if you want to work with GIS datasets, then you need to remember that datasets come with a projection. You must keep track of these projections or your data are not going to be where you think they are.
Below is a list of some common geoprocesses used in earth and environmental sciences.
Everything is related to everything else, but near things are more related than distant things.”
—The First Law of Geography by Waldo Tobler
As a discipline, geostatistics was firmly established in the 1960s by the French engineer Georges Matheron, who was interested in the appraisal of ore reserves in mining.
Geostatistics did not develop overnight. Like other disciplines, it has built on previous results, many of which were formulated with different objectives in various fields.
Seminal ideas conceptually related to what today we call geostatistics or spatial statistics are found in the work of several pioneers, including:
Most geological phenomena are extraordinarily complex in their interrelationships and vast in their geographical extension. Ordinarily, engineers and geoscientists are faced with corporate or scientific requirements to properly prepare geological models with measurements involving a significantly small fraction of the entire area or volume of interest. Exact descriptions of such systems are neither feasible nor economically possible and therefore the results are necessarily uncertain. It should be noted, however, that uncertainty is not an intrinsic property of the systems, rather it is the result of the incomplete knowledge of the observer.(Olea 2009)
The main objective of geostatistics is the characterization of spatial systems that are incompletely known.
Geostatistics makes use of a collection of numerical techniques for the characterization of spatial attributes using primarily two tools:
The probabilistic models are used as a way to handle uncertainty in results away from sampling locations, making a radical departure from alternative approaches like inverse distance estimation methods.
All modern information systems enable users to create documents easily and to disseminate those documents widely. These properties of rapid, inexpensive creation and dissemination usually have good consequences. For example, during the recovery from Hurricane Katrina in 2005, emergency personnel used geographic information systems to tailor maps and spatial analyses to specific requests. GIS dramatically decreased the time necessary to create ad hoc maps, and they enabled real-time changes to maps that would not have been possible on paper maps. (Graeff and Loui 2008)
While GIS can promote the good by providing accurate data quickly, GIS can also cause harm through misrepresentations and biases. Biases are an inherent in all information systems and come about in one of three ways:
We cannot manage what we do not measure.”
— Pavan Sukhdev, environmental economist
The power of GIS is its ability to answer certain types of questions, such as (Maguire 1991):
Geographic Information Systems are sometimes categorized based on the questions they are used to address. Some of these application-specific classifications include the following (Maguire 1991):
One of the first major areas of GIS application was in natural resource management, which may include the management of some of the following (Foote and Lynch 1995):
Other applications are also investigated below.
Emergency management is the organization and management of resources and responsibilities for dealing with all aspects of emergencies (National Research Council 2007). The four phases of emergency management include the following:
All disasters have a temporal and geographic footprint that identifies the duration of impact and its extent on the Earth’s surface. The term geospatial is used to refer to the interdependent resources—imagery, maps, data sets, tools, and procedures—that tie every event, feature, or entity to a location on the Earth’s surface and use this information for some purpose. Although location is an essential part of any item of geospatial data, it is the ability to link a location to the properties of events, features, or entities at that location that gives geospatial data their value.
Throughout this document, three types of geospatial data are discussed:
comprise of seven geographic themes that are most commonly produced and used by most organizations in their day-to-day geospatial activities (i.e., geodetic control, orthoimagery, elevation, transportation, hydrography, governmental units, and cadastral information)
support the day-to-day operations of the private or public sector (e.g., maps or data sets of soils, land use, weather, underground pipes, or overhead power lines)
include all those items collected specifically to respond to and recover from a particular disaster event (e.g., the locations of casualties; the locations of response resources; imagery and inventories of property and environmental damage; and earthquake aftershock or chemical plume data)
A watershed is the area of land where all of the water that falls in it and drains off of it goes to a common outlet. Watersheds are important because the amount and the quality of water of a river are affected by things (e.g., human activity, pollution runoff, heavy rainfall), which are happening in the land area “above” the river-outflow point (U. S. Geological Survey 2016).
Delineating a Watershed in GIS
There are several ways to delineate a watershed; however, using standard GIS tools, the following are the basic steps for delineation.
Required spatial data:
Geoprocessing tools:
Measure what can be measured, and make measurable what cannot be measured.”
— Galileo
Remote sensing is a non-contact method of recording information through the collection (or emission-and-collection) of electromagnetic (EM) radiation via sensors aboard aircraft or spacecraft. More than just a collection system, remote sensing also consists of the art and science of making measurements. It is these measurements—images—that can be integrated into GIS. Once measurements have been made, those working in remote sensing are also specialized in the manipulation, analysis and visualization of the collected images.
Remote sensing is useful for measuring:
| Advantages | Disadvantages |
|
|
Figure. The EM Spectrum (NASA’s Imagine Universe)
Electromagnetic (EM) waves
Figure. Electromagnetic wavelength (National Aeronautics and Space Administration 2010)
Not all wavelengths in the EM spectrum can reach the surface of the Earth. Water (H2O), carbon dioxide (CO2), and ozone (O3) are the main atmospheric gases that absorb photons in the visible (VIS) to near infrared (NIR) energy bands. Regions that are not blocked by the Earth’s atmospheric gases and/or dust particles are called atmospheric windows.
Even through atmospheric windows, EM energy interacts with gases and particulates before it interacts with the surface. There are five categories for energy interaction:
Figure. Satellite missions to advance our understanding of Earth (NASA). https://espd.gsfc.nasa.gov/images/esmo.jpg
There are two types of remote sensing systems.
detects energy from natural illumination or emission
Examples: camera, visible/near infrared instruments, thermal instruments
provides the energy/illumination that is reflected back to a sensor for detection
Examples: camera with flash, flashlight and eye, radar, lasers
Sensing systems are typically onboard an orbiting satellite. The sensor “views” a portion of the Earth’s surface, called the swath.
Figure. Image swath from an orbiting satellite.
Remote sensing measurements are collected as images (i.e., raster format). Images are a collection of pixels (picture elements). Pixels store recorded values, which are called digital numbers (DNs). For a typical gray-scale image, DNs are stored as 8-bit integers with values that range from 0–255.
Note: the human eye can only distinguish about 30 shades of gray.
To visualize the images, only a single 8-bit image can be used in each of the three primary colors (i.e., red, green and blue). The mixing of these primary colors produces all other colors.
The comparison of two or more spectral bands can help elucidate information about certain surface processes. For example, healthy vegetation exhibits a peak in the NIR spectral band, as well as a (albeit much smaller) peak in the VIS green.
Figure. Spectral signatures of soil, vegetation and water. (Siegmund and Menz 2005. Online.)
Geographic Information Systems, First Edition, 1991 — Copyright © John Wiley & Sons 1991. Converted to HTML by Jim Harper. Last updated January 16, 2001.
Geometric Aspects of Mapping — provides information on concepts of spatial referencing, including a brief introduction followed by more in-depth notes on coordinate systems, reference surfaces, map projections and coordinate transformations. International Institute for Geo-Information Science and Earth Observation (ITC), Enschede, 2009.
GIS as an Integrating Technology — materials by Kenneth E. Foote and Margaret Lynch, The Geographer’s Craft Project, Department of Geography, The University of Colorado at Boulder. Copyright 2000–2015.
Intro to GIS and Spatial Analysis — a compilation of lecture notes into an online textbook on data manipulation & visualization and exploratory spatial data analysis by Manuel Gimond
The Nature of Geographic Information — an open-access textbook to promote understanding of the Geographic Information Science and Technology enterprise.
GIS Certification Institute — a non-profit organization that provides the GIS community with a complete certification program leading to Certified GIS Professional recognition focused on six key knowledge areas: Conceptual Foundations, Cartography and Visualization, GIS Design Aspects and Data Modelling, GIS Analytical Methods, Data Manipulation, and Geospatial Data
Geo Lounge — an information site about all things geography. Learn about maps and cartography as well as articles covering GIS (geographic information systems), GPS, remote sensing, and other geospatial technologies.
Geography & Map Reading Room —- The Geography and Map Division of the Library of Congress provides cartographic and geographic information for all parts of the world to the Congress, Federal agencies, state and local governments, the scholarly community, and to the general public; it is the largest and most comprehensive cartographic collection in the world, numbering over 5.2 million maps.
GIS Lounge — news, data and information on GIS
Living Atlas of the World — the foremost collection of global geographic information from Esri and its partners, including maps, apps, and data layers used to support critical decision making.
Map Projections — Geospatial Training and Analysis
Mapping our Changing World — An e-class in geography by Xi Liu at Penn State University
Projections and Coordinate Systems
The World Factbook — Regional and world maps provided by the United States Central Intelligence Agency
Working with ZIP files — a review on viewing, opening and extracting data from .zip files on Windows machines.
ASTER Volcano Archive — the world’s largest specialty archive of volcano data, including publicly available high-resolution multispectral ASTER data.
Carteret County GIS — download the most current public GIS data and access a variety of web applications.
Catawba College Campus Addresses for GPS and Mapping — includes latitude and longitude coordinates for campus buildings.
EarthExplorer — search, download, and order satellite images, aerial photographs, and cartographic products.
FAO GeoNetwork — provides interactive maps, satellite imagery and related spatial databases for sustainable development and decision making in agriculture, forestry, fisheries and food security.
Fuzzy Gazeteer — name search for feature locations from all over the world
GeoPlatform — using collaboration, common data, services, applications and shared infrastructure to address national and regional issues and priorities (The Federal Geographic Data Committee).
National Land Cover Database — provides spatial reference and descriptive data for characteristics of the land surface such as thematic class (for example, urban, agriculture, and forest), percent impervious surface, and percent tree canopy cover.
Natural Earth — a public domain map dataset featuring vector and raster data.
NCDOT — North Carolina county and state road system shapefiles.
NC OneMap GeoPortal — the geospatial backbone supporting North Carolina data and map service users. It is an organized effort of numerous partners throughout North Carolina, involving local, state, and federal government agencies, the private sector and academia.
Global Shark Attack File — a time-stamped semi-geolocated incident log of global shark attacks.
TopoView — a digital repository of USGS 1:250,000 scale and larger (more detailed) maps printed between 1884 (the inception of the topographic mapping program), and 2006.
USGS TNM — GIS data download and visualization services.
ConnectGIS — an online GIS portal and mapping tool for Carteret County, NC.
EnviroAtlas — interactive tools that allow users to discover, analyze, and download data and maps related to ecosystem services, or the benefits people receive from nature
GeoDa — a free and open source software tool that provides a user-friendly graphical user interface for exploratory spatial data analysis developed by Dr. Luc Anselin and his team. GeoDa runs on Windows, MacOSX and Linux (Ubuntu).
GeoHack — a modified version of map sources from Egil Kvaleberg’s gis extension. It is designed to do simple HTML replacements of a template on Wikipedia and serve it to the client. It is used by Wikipedia to provide links to various mapping services, when a user clicks on a link with geographical coordinates. For example, click here to GeoHack the Center for the Environment.
GEOLocate Web Application — simply type in your locality description and get back georeferenced results.
Google Earth — software that renders a 3D representation of Earth based on satellite imagery based on the superimposition of images obtained from satellite imagery, aerial photography, and GIS data onto a 3D globe, allowing users to see cities and landscapes from various angles.
OpenStreetMap.org — a collaborative project to create a free editable map of the world.
ReefBase — A Global Information System for Coral Reefs.
USGS Data and Tools — digital information provided in a format suitable for direct input to software that can analyze its meaning in the scientific, engineering, or business context.
Bolstad, Paul. 2012. GIS Fundamentals: A First Text on Geographic Information Systems. 4th ed. White Bear Lake, MN: Elder Press.
Dempsey, Caitlin. 2012. “GIS Data Explored - Vector and Raster Data.” https://www.gislounge.com/geodatabases-explored-vector-and-raster-data/.
DiBiase, David. 2018. The Nature of Geographic Information. University Park, PA: Penn State’s College of Earth; Mineral Sciences. https://www.e-education.psu.edu/natureofgeoinfo/.
Foote, Kenneth E., and Margaret Lynch. 1995. “Geographic Information Systems as an Integrating Technology: Context, Concepts, and Definitions.” In The Geographer’s Craft Project. Boulder, CO: Department of Geography, The University of Colorado at Boulder.
Graeff, Christine, and Michael C. Loui. 2008. “Ethical Implications of Technical Limitations in Geographic Information Systems.” IEEE Technology and Society Magazine 27: 27–36. https://doi.org/10.1109/MTS.2008.930566.
Maguire, D. J. 1991. “An Overview and Definition of Gis.” In Geographic Information Systems, 1st ed., 9–20. Hoboken, NJ: John Wiley & Sons Ltd.
Maling, D. H. 1991. “Coordinate Systems and Map Projections.” In Geographic Information Systems, 1st ed., 135–46. Hoboken, NJ: John Wiley & Sons Ltd.
National Aeronautics and Space Administration. 2010. “Introduction to the Electromagnetic Spectrum.” http://science.nasa.gov/ems/01_intro.
National Research Council. 2007. Successful Response Starts with a Map: Improving Geospatial Support for Disaster Management. Washington, DC: The National Academies Press. https://doi.org/10.17226/11793.
Olea, Richard A. 2009. “A Practical Primer on Geostatistics.” Open-File Report 2009-1103. United States Geological Survey.
Price, Maribeth. 2012. Mastering Arcgis. 5th ed. New York, NY: McGraw Hill.
Siegmund, A., and G. Menz. 2005. “Fernes Nah Gebracht - Satelliten- Und Luftbildeinsatz Zur Analyse von Umweltveranderungen Im Geographieunterricht.” Geographie Und Schule 154: 2–10.
U. S. Geological Survey. 2016. “What Is a Watershed?” https://water.usgs.gov/edu/watershed.html.