geojsonR

A GeoJson Processing Toolkit

https://github.com/mlampros/geojsonr

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.0%) to scientific vocabulary

Keywords

cpp11 geojson r
Last synced: 6 months ago · JSON representation

Repository

A GeoJson Processing Toolkit

Basic Info
Statistics
  • Stars: 13
  • Watchers: 3
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
cpp11 geojson r
Created almost 9 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License

README.md

tic codecov.io CRAN_Status_Badge Downloads Buy Me A Coffee Dependencies

geojsonR


The geojsonR package includes functions for processing GeoJson objects relying on RFC 7946. The geojson encoding is based on json11, a tiny JSON library for C++11. Furthermore, the source code is exported in R through the Rcpp and RcppArmadillo packages. More details on the functionality of geojsonR can be found in the blog-post and in the package Vignette.

To install the package from CRAN use,

```R

install.packages("geojsonR")

```

and to download the latest version from Github use the install_github function of the remotes package,

```R

remotes::install_github('mlampros/geojsonR')

```

Use the following link to report bugs/issues,

https://github.com/mlampros/geojsonR/issues


Citation:

If you use the code of this repository in your paper or research please cite both geojsonR and the original articles / software https://CRAN.R-project.org/package=geojsonR:


R @Manual{, title = {{geojsonR}: A GeoJson Processing Toolkit}, author = {Lampros Mouselimis}, year = {2021}, note = {R package version 1.1.2}, url = {https://CRAN.R-project.org/package=geojsonR}, }


Owner

  • Name: Lampros Mouselimis
  • Login: mlampros
  • Kind: user

Search (a little bit) and you'll find...

GitHub Events

Total
  • Push event: 2
Last Year
  • Push event: 2

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 19
  • Total Committers: 2
  • Avg Commits per committer: 9.5
  • Development Distribution Score (DDS): 0.158
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Lampros Mouselimis m****s@g****m 16
mlampros m****s@h****m 3

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 672 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 4
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: geojsonR

A GeoJson Processing Toolkit

  • Versions: 13
  • Dependent Packages: 1
  • Dependent Repositories: 4
  • Downloads: 672 Last month
Rankings
Dependent repos count: 14.6%
Stargazers count: 14.6%
Average: 17.2%
Downloads: 17.5%
Dependent packages count: 18.1%
Forks count: 21.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.2.3 depends
  • R6 * imports
  • Rcpp >= 0.12.9 imports
  • covr * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • testthat * suggests
.github/workflows/issue.yml actions
  • Renato66/auto-label v2 composite
.github/workflows/stale-actions.yml actions
  • actions/stale v3 composite
.github/workflows/tic.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v2.2.1 composite
  • pat-s/always-upload-cache v2.1.3 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-tinytex v2 composite
Dockerfile docker
  • rocker/rstudio devel build