-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
37 lines (27 loc) · 1.56 KB
/
README.Rmd
File metadata and controls
37 lines (27 loc) · 1.56 KB
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
37
---
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 -->
[](https://www.repostatus.org/#wip)
[](https://github.com/loreabad6/post/actions/workflows/R-CMD-check.yaml)
[](https://codecov.io/github/loreabad6/post)
[](https://CRAN.R-project.org/package=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!