Skip to content

Releases: RikLubbers/Spatial.align

spatial.align v0.1.0

21 Jun 10:14
973ba3d
Compare
Choose a tag to compare

First Release: spatial.align v0.1.0

Overview

This is the initial release of spatial.align, an R package designed for spatial data alignment and verification. This release includes the following features:

Features

  • align(): Aligns spatial objects based on CRS, extent, cell size, and grid offset using a reference base layer.
  • verify_properties(): Checks and compares properties of two spatial objects, including CRS, extent, and resolution.

Installation

You can install the package directly from GitHub using:

devtools::install_github("RikLubbers/spatial.align")

Full Changelog: https://github.com/RikLubbers/Spatial.align/commits/v.0.1.0