Earth and related Environmental SciencesQuarto

Thinking in spatial patterns

Hi! I'm Jakub Nowosad, an Associate Professor at the Adam Mickiewicz University and a co-author of the Geocomputation with R book.
Home PageRSS Feed
language
SpatialLandscape-ecologySpatial-patternsMsca-pfRstatsEarth and related Environmental Sciences
Published

Methods for comparing spatial patterns in raster data This is the fifth part of a blog post series on comparing spatial patterns in raster data. More information about the whole series can be found in part one. This blog post focuses on comparing spatial patterns in categorical raster data for arbitrary regions.

SpatialLandscape-ecologySpatial-patternsMsca-pfRstatsEarth and related Environmental Sciences
Published

Methods for comparing spatial patterns in raster data This is the fourth part of a blog post series on comparing spatial patterns in raster data. More information about the whole series can be found in part one. This blog post focuses on the comparison of spatial patterns in categorical raster data for overlapping regions.

SpatialLandscape-ecologySpatial-patternsMsca-pfRstatsEarth and related Environmental Sciences
Published

Methods for comparing spatial patterns in raster data This is the third part of a blog post series on comparing spatial patterns in raster data. More information about the whole series can be found in part one. This blog post focuses on the comparison of spatial patterns in continuous raster data for arbitrary regions. Thus, the shown methods require two continuous rasters, which may have different extents, resolutions, etc.

SpatialLandscape-ecologySpatial-patternsSpatial-machine-learningMsca-pfEarth and related Environmental Sciences
Published

I received a grant from the Marie Skłodowska-Curie Actions Postdoctoral Fellowships (MSCA-PF) program: between August 2024 and August of 2026, I will be at the University of Muenster, Germany, working on a project named PRISM: PReservation and RecognItion of Spatial patterns using Machine learning . The project’s primary goal is to develop and compare methods for validating and including spatial patterns in machine learning.

SpatialGeocomprRstatsSimulationsLandscape-ecologyEarth and related Environmental Sciences
Published

The spatial kinetic Ising model is a simple model of spatial patterns that can be used to simulate the evolution of spatial patterns over time. Its two main parameters are B and J, which control the external pressure and the local autocorrelation tendency, respectively. Both of them have a strong effect on the results of the spatial kinetic Ising model. Thus, the question is how to find the best values of these parameters for a given situation.

SpatialGeocomprRstatsSimulationsLandscape-ecologyEarth and related Environmental Sciences
Published

A two-dimensional Ising model is an idealized physical system that consists of a lattice of binary variables ( magnetic spins ) that can be in one of two states: up or down. Each spin’s state is influenced by its neighbors: the more neighbors in the same state, the more likely the spin will be in the same state.

SpatialGeocomprRstatsLandscape-ecologySpatial-patternsEarth and related Environmental Sciences
Published

Spatial signatures represent spatial patterns of land cover in a given area. Thus, they can be used to search for areas with similar spatial patterns to a query region or to quantify changes in spatial patterns. The approaches above are implemented as lsp_search() and lsp_compare() functions of the motif R package, respectively. At the same time, it is possible to create other, more customized workflows.

SpatialGeocomprRstatsLandscape-ecologySpatial-patternsEarth and related Environmental Sciences
Published

The spatial signatures of categorical rasters are a set of numbers that describe the spatial patterns of the provided variables. Next, they allow for further operations such as searching, comparing, or clustering. Less known is that they can also be used to extract information about the composition and configuration of spatial patterns. This blog post shows how to do it using the motif R package.