Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loreabad6/post


https://github.com/loreabad6/post

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

---
output: github_document
---

```{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

[![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)

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!