Project Status: Active - The project has reached a stable, usable state and is being actively developed. Build Status AppVeyor Build Status CRAN_Status_Badge CRAN RStudio mirror downloads Coverage Status

rbgm - R tools for Box Geometry model files

rbgm allows reading of geometry from BGM files, either in raw coordinate form or as Spatial objects. The aim is to make all of the following straightforward:

Installation

Install from CRAN:

install.packages("rbgm")

Install the development version from Github using devtools.

# install.packages("devtools")
devtools::install_github("mdsumner/rbgm")

How can I contribute to rbgm?

Install, use, test the package, and let me know!

Please use the Issues tab on GitHub to add feature requests and bug reports: https://github.com/AustralianAntarcticDivision/rbgm/issues/

use Pull Requests if you have changes you’d like to contribute.

Examples

See the package vignettes for examples.