-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
36 lines (26 loc) · 1.46 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# Post: Polygon changes in Space and Time <img src="man/figures/hexlogo.png" align="right" width="120" />
<!-- badges: start -->
[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)
[![R-CMD-check](https://github.com/loreabad6/post/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/loreabad6/post/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/github/loreabad6/post/graph/badge.svg?token=FDQSY23O11)](https://codecov.io/github/loreabad6/post)
<!-- badges: end -->
The goal of post is to provide array and tabular vector data cube structures to organise and analyse polygons that change their shape in space and time.
## Installation
You can install the development version of post like so:
``` r
remotes::install_github("loreabad6/post")
```
post is currently work in progress and this repository holds the first implementation along with issues of possible features and integration with other packages such as [cubble](https://huizezhang-sherry.github.io/cubble/), [stars](https://r-spatial.github.io/stars/).
Stay tuned!