DA-08 - GIS&T and Archaeology

Figure 1. USGS topo map and bare earth (LiDAR) image of Tennessee’s Mound Bottom State Archaeological Area. Bare Earth DEM processed by Zada Law.
Archaeology provides a glimpse into the lives of past peoples and histories that may have otherwise been forgotten. Geographic Information Systems and Technology (GIS&T) has become an invaluable tool in this endeavor by advancing the identification, documentation, and study of archaeological resources. Large scale mapping techniques have increased the efficiency of site surveys even in challenging environments. GIS&T refers to such things as remote sensing, spatial analysis, and mapping tools. The use of GIS&T for archaeology is a truly interdisciplinary field as it borrows principles from geology, oceanography, botany, meteorology and more in order to further the science. This chapter discusses some of the primary GIS&T tools and techniques used in archaeology and the primary ways in which they are applied.
CP-07 - Spatial MapReduce
MapReduce has become a popular programming paradigm for distributed processing platforms. It exposes an abstraction of two functions, map and reduce, which users can define to implement a myriad of operations. Once the two functions are defined, a MapReduce framework will automatically apply them in parallel to billions of records and over hundreds of machines. Users in different domains are adopting MapReduce as a simple solution for big data processing due to its flexibility and efficiency. This article explains the MapReduce programming paradigm, focusing on its applications in processing big spatial data. First, it gives a background on MapReduce as a programming paradigm and describes how a MapReduce framework executes it efficiently at scale. Then, it details the implementation of two fundamental spatial operations, namely, spatial range query and spatial join. Finally, it gives an overview of spatial indexing in MapReduce systems and how they can be combined with MapReduce processing.