inbo / inbospatial

🍁 Collection of useful R functions for spatial data
https://inbo.github.io/inbospatial
Other
5 stars 1 forks source link

inbospatial

Project Status: Concept – Minimal or no implementation has been done
yet, or the repository is only intended to be a limited example, demo,
or
proof-of-concept. Lifecycle:
experimental License Release GitHub R
build
status r-universe
name r-universe package Codecov test
coverage GitHub code size in
bytes GitHub repo
size

The goal of inbospatial is to share useful R functions for dealing with spatial raster or vector data. These functions have mostly been written as part of scientific projects conducted at the Research Institute for Nature and Forest. Although the scope of some of these functions might be pretty niche, others may be relevant to the broader research community.

Installation

You can install the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("inbo/inbospatial")

Example

This is a basic example which shows you how to solve a common problem:

# library(inbospatial)
## basic example code