Soil Resources And Its Mapping Through Geostatistics Using R And QGIS


Book Description

This book will provide an exposure to recent developments in the field of geostatistical modeling, spatial variability of soil resources, and preparation of digital soil maps using R and GIS and potential application of it in agricultural resource management. Specifically following major areas are covered in the book.




Geostatistics and Geospatial Technologies for Groundwater Resources in India


Book Description

This book offers essential information on geospatial technologies for water resource management and highlights the latest GIS and geostatistics techniques as they relate to groundwater. Groundwater is inarguably India's single most important natural resource. It is the foundation of millions of Indian farmers' livelihood security and the primary source of drinking water for a vast majority of Indians in rural and urban areas. The prospects of continued high rates of growth in the Indian economy will, to a great extent, depend on how judiciously we can manage groundwater in the years to come. Over the past three decades, India has emerged as by far the single largest consumer of groundwater in the world. Though groundwater has made the country self-sufficient in terms of food, we face a crisis of dwindling water tables and declining water quality. Deep drilling by tube wells, which was once part of the solution to water shortages, is now in danger of becoming part of the problem. Consequently, we urgently need to focus our efforts on the sustainable and equitable management of groundwater. Addressing that need, this book presents novel advances in and applications of RS–GIS and geostatistical techniques to the research community in a precise and straightforward manner.




Soil Organic Carbon Mapping Cookbook


Book Description

The Soil Organic Carbon Mapping cookbook provides a step-by-step guidance for developing 1 km grids for soil carbon stocks. It includes the preparation of local soil data, the compilation and pre-processing of ancillary spatial data sets, upscaling methodologies, and uncertainty assessments. Guidance is mainly specific to soil carbon data, but also contains many generic sections on soil grid development, as it is relevant for other soil properties. This second edition of the cookbook provides generic methodologies and technical steps to produce SOC maps and has been updated with knowledge and practical experiences gained during the implementation process of GSOCmap V1.0 throughout 2017. Guidance is mainly specific to SOC data, but as this cookbook contains generic sections on soil grid development it can be applicable to map various soil properties.




Predictive Soil Mapping with R


Book Description

Predictive Soil Mapping (PSM) is based on applying statistical and/or machine learning techniques to fit models for the purpose of producing spatial and/or spatiotemporal predictions of soil variables i.e. maps of soil properties and classes at different resolutions. It is a multidisciplinary field combining statistics, data science, soil science, physical geography, remote sensing, geoinformation science and a number of other sciences. Predictive Soil Mapping with R is about understanding the main concepts behind soil mapping, mastering R packages that can be used to produce high quality soil maps, and about optimizing all processes involved so that also the production costs can be reduced. The online version of the book is available at: https: //envirometrix.github.io/PredictiveSoilMapping/ Pull requests and general comments are welcome. These materials are based on technical tutorials initially developed by the ISRIC's Global Soil Information Facilities (GSIF) development team over the period 2014-2017




Applied Spatial Data Analysis with R


Book Description

Applied Spatial Data Analysis with R, second edition, is divided into two basic parts, the first presenting R packages, functions, classes and methods for handling spatial data. This part is of interest to users who need to access and visualise spatial data. Data import and export for many file formats for spatial data are covered in detail, as is the interface between R and the open source GRASS GIS and the handling of spatio-temporal data. The second part showcases more specialised kinds of spatial data analysis, including spatial point pattern analysis, interpolation and geostatistics, areal data analysis and disease mapping. The coverage of methods of spatial data analysis ranges from standard techniques to new developments, and the examples used are largely taken from the spatial statistics literature. All the examples can be run using R contributed packages available from the CRAN website, with code and additional data sets from the book's own website. Compared to the first edition, the second edition covers the more systematic approach towards handling spatial data in R, as well as a number of important and widely used CRAN packages that have appeared since the first edition. This book will be of interest to researchers who intend to use R to handle, visualise, and analyse spatial data. It will also be of interest to spatial data analysts who do not use R, but who are interested in practical aspects of implementing software for spatial data analysis. It is a suitable companion book for introductory spatial statistics courses and for applied methods courses in a wide range of subjects using spatial data, including human and physical geography, geographical information science and geoinformatics, the environmental sciences, ecology, public health and disease control, economics, public administration and political science. The book has a website where complete code examples, data sets, and other support material may be found: http://www.asdar-book.org. The authors have taken part in writing and maintaining software for spatial data handling and analysis with R in concert since 2003.




Geostatistics for Environmental Scientists


Book Description

Geostatistics is essential for environmental scientists. Weather and climate vary from place to place, soil varies at every scale at which it is examined, and even man-made attributes – such as the distribution of pollution – vary. The techniques used in geostatistics are ideally suited to the needs of environmental scientists, who use them to make the best of sparse data for prediction, and top plan future surveys when resources are limited. Geostatistical technology has advanced much in the last few years and many of these developments are being incorporated into the practitioner’s repertoire. This second edition describes these techniques for environmental scientists. Topics such as stochastic simulation, sampling, data screening, spatial covariances, the variogram and its modeling, and spatial prediction by kriging are described in rich detail. At each stage the underlying theory is fully explained, and the rationale behind the choices given, allowing the reader to appreciate the assumptions and constraints involved.




Soil Science Working for a Living


Book Description

This book discusses gritty issues that society faces every day: food and water security, environmental services provided by farmers, almost accidentally, and taken for granted by everyone else, the capability of the land to provide our needs today and for the foreseeable future and pollution of soil, air and water. The chapters are grouped in four main themes: soil development - properties and qualities; assessment of resources and risks; soil fertility, degradation and improvement and soil contamination, monitoring and remediation. It is a selection of papers presented at the Pedodiversity in Space and Time Symposium held at Chernivtsi National University, Ukraine, 15-19 September 2015.




Using R for Digital Soil Mapping


Book Description

This book describes and provides many detailed examples of implementing Digital Soil Mapping (DSM) using R. The work adheres to Digital Soil Mapping theory, and presents a strong focus on how to apply it. DSM exercises are also included and cover procedures for handling and manipulating soil and spatial data in R. The book also introduces the basic concepts and practices for building spatial soil prediction functions, and then ultimately producing digital soil maps.




Geocomputation with R


Book Description

Geocomputation with R is for people who want to analyze, visualize and model geographic data with open source software. It is based on R, a statistical programming language that has powerful data processing, visualization, and geospatial capabilities. The book equips you with the knowledge and skills to tackle a wide range of issues manifested in geographic data, including those with scientific, societal, and environmental implications. This book will interest people from many backgrounds, especially Geographic Information Systems (GIS) users interested in applying their domain-specific knowledge in a powerful open source language for data science, and R users interested in extending their skills to handle spatial data. The book is divided into three parts: (I) Foundations, aimed at getting you up-to-speed with geographic data in R, (II) extensions, which covers advanced techniques, and (III) applications to real-world problems. The chapters cover progressively more advanced topics, with early chapters providing strong foundations on which the later chapters build. Part I describes the nature of spatial datasets in R and methods for manipulating them. It also covers geographic data import/export and transforming coordinate reference systems. Part II represents methods that build on these foundations. It covers advanced map making (including web mapping), "bridges" to GIS, sharing reproducible code, and how to do cross-validation in the presence of spatial autocorrelation. Part III applies the knowledge gained to tackle real-world problems, including representing and modeling transport systems, finding optimal locations for stores or services, and ecological modeling. Exercises at the end of each chapter give you the skills needed to tackle a range of geospatial problems. Solutions for each chapter and supplementary materials providing extended examples are available at https://geocompr.github.io/geocompkg/articles/. Dr. Robin Lovelace is a University Academic Fellow at the University of Leeds, where he has taught R for geographic research over many years, with a focus on transport systems. Dr. Jakub Nowosad is an Assistant Professor in the Department of Geoinformation at the Adam Mickiewicz University in Poznan, where his focus is on the analysis of large datasets to understand environmental processes. Dr. Jannes Muenchow is a Postdoctoral Researcher in the GIScience Department at the University of Jena, where he develops and teaches a range of geographic methods, with a focus on ecological modeling, statistical geocomputing, and predictive mapping. All three are active developers and work on a number of R packages, including stplanr, sabre, and RQGIS.




GlobalSoilMap


Book Description

GlobalSoilMap: Basis of the global spatial soil information system contains contributions that were presented at the 1st GlobalSoilMap conference, held 7-9 October 2013 in Orléans, France. These contributions demonstrate the latest developments in the GlobalSoilMap project and digital soil mapping technology for which the ultimate aim is to produce a high resolution digital spatial soil information system of selected soil properties and their uncertainties for the entire world. GlobalSoilMap: Basis of the global spatial soil information system aims to stimulate capacity building and new incentives to develop full GlobalSoilMap products in all parts of the world.