mlampros / geojsonR

A GeoJson Processing Toolkit

Home Page:https://mlampros.github.io/geojsonR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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,

install.packages("geojsonR")


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

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:


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

About

A GeoJson Processing Toolkit

https://mlampros.github.io/geojsonR/

License:Other


Languages

Language:C++ 63.7%Language:R 34.0%Language:C 1.8%Language:Dockerfile 0.5%