Spatial Data Science with R and "terra" ======================================= These resources teach spatial data analysis and modeling with *R*. *R* is a widely used programming language and software environment for data science. *R* also provides unparalleled opportunities for analyzing spatial data and for spatial modeling. .. topic:: 1. `Introduction to R `__ | If you have never used *R*, or if you need a refresher, you should start with our *Introduction to R* | .. topic:: 2. `Spatial data manipulation with R `__ | Read this to learn about the basics of reading, writing, and manipulating spatial data. (`pdf `__) | .. topic:: 3. `Spatial data analysis `__ | An introduction to methods for description, prediction and inference with spatial data. (`pdf `__) | .. topic:: 4. `Remote sensing image analysis `__ | Introduction to remote sensing (satellite) image analysis spatial data. (`pdf `__) | .. topic:: 5. `Processing MODIS data `__ | Introduction to remote sensing (satellite) image analysis spatial data. (`pdf `__) | .. topic:: 6. `Case studies `__ | A (small) collection of case studies that can help you learn more about particular topics and design your own workflows. (`pdf `__) | .. topic:: 7. `Species Distribution Modeling `__ | An tutorial for predicting the geographic ranges of species (under development). (`pdf `__) | Manuals ------- .. topic:: I. `The terra package `__ | A detailed description of the methods in the terra package. (`pdf `__) | .. topic:: II. `Geographic Information Analysis `__ | R companion to Geographic Information Analysis by O'Sullivan and Unwin. (`pdf `__) | This is the "terra" version of this resource. You can also go to the now outdated `"raster/sp" `_ version. .. toctree:: :maxdepth: 5 :hidden: intr/index.rst spatial/index.rst analysis/index.rst rs/index.rst modis/index.rst cases/index.rst sdm/index.rst pkg/index.rst rosu/index.rst