Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loreabad6/post
https://github.com/loreabad6/post
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/loreabad6/post
- Owner: loreabad6
- License: apache-2.0
- Created: 2024-07-18T10:35:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T15:31:12.000Z (about 2 months ago)
- Last Synced: 2024-09-17T15:10:40.153Z (about 2 months ago)
- Language: R
- Homepage: https://loreabad6.github.io/post/
- Size: 7.75 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
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!