Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning R for Geospatial Analysis
  • Table Of Contents Toc
Learning R for Geospatial Analysis

Learning R for Geospatial Analysis

By : Michael Dorman
3.9 (7)
close
close
Learning R for Geospatial Analysis

Learning R for Geospatial Analysis

3.9 (7)
By: Michael Dorman

Overview of this book

This book is intended for anyone who wants to learn how to efficiently analyze geospatial data with R, including GIS analysts, researchers, educators, and students who work with spatial data and who are interested in expanding their capabilities through programming. The book assumes familiarity with the basic geographic information concepts (such as spatial coordinates), but no prior experience with R and/or programming is required. By focusing on R exclusively, you will not need to depend on any external software—a working installation of R is all that is necessary to begin.
Table of Contents (13 chapters)
close
close
10
A. External Datasets Used in Examples
11
B. Cited References
12
Index

Raster resampling and reprojection


In this section, we are going to transfer the values of a given raster from its own grid to a different grid. This operation is known as resampling. Raster reprojection is a closely related operation; it is basically resampling to a grid having a different CRS than that of the original raster.

Raster resampling

Raster resampling can be performed using the resample function. The required parameters of this function are as follows:

  • The raster whose values are to be resampled (x)

  • A raster that defines the grid to which the values will be transferred (y)

  • The resampling method (method)

The resample function currently provides two resampling methods. The method that we use determines the way in which a cell in the new raster gets its value, based on the old raster's values:

  • "ngb": Nearest-neighbor; assigns the value of the nearest cell

  • "bilinear": Bilinear interpolation; assigns a weighted average of the four nearest cells (the default)

Note

Other resampling methods...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning R for Geospatial Analysis
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon