Package: geojsonR 1.1.2
geojsonR: A GeoJson Processing Toolkit
Includes functions for processing GeoJson objects <https://en.wikipedia.org/wiki/GeoJSON> relying on 'RFC 7946' <https://datatracker.ietf.org/doc/html/rfc7946>. The geojson encoding is based on 'json11', a tiny JSON library for 'C++11' <https://github.com/dropbox/json11>. Furthermore, the source code is exported in R through the 'Rcpp' and 'RcppArmadillo' packages.
Authors:
geojsonR_1.1.2.tar.gz
geojsonR_1.1.2.zip(r-4.7)geojsonR_1.1.2.zip(r-4.6)geojsonR_1.1.2.zip(r-4.5)
geojsonR_1.1.2.tgz(r-4.6-x86_64)geojsonR_1.1.2.tgz(r-4.6-arm64)geojsonR_1.1.2.tgz(r-4.5-x86_64)geojsonR_1.1.2.tgz(r-4.5-arm64)
geojsonR_1.1.2.tar.gz(r-4.7-arm64)geojsonR_1.1.2.tar.gz(r-4.7-x86_64)geojsonR_1.1.2.tar.gz(r-4.6-arm64)geojsonR_1.1.2.tar.gz(r-4.6-x86_64)
geojsonR_1.1.2.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
geojsonR/json (API)
NEWS
| # Install 'geojsonR' in R: |
| install.packages('geojsonR', repos = c('https://mlampros.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mlampros/geojsonr/issues
Last updated from:99bfb444b7. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 143 | ||
| linux-devel-x86_64 | OK | 140 | ||
| source / vignettes | OK | 175 | ||
| linux-release-arm64 | OK | 134 | ||
| linux-release-x86_64 | OK | 140 | ||
| macos-release-arm64 | OK | 119 | ||
| macos-release-x86_64 | OK | 171 | ||
| macos-oldrel-arm64 | OK | 128 | ||
| macos-oldrel-x86_64 | OK | 238 | ||
| windows-devel | OK | 133 | ||
| windows-release | OK | 130 | ||
| windows-oldrel | OK | 127 | ||
| wasm-release | OK | 113 |
Exports:Dump_From_GeoJsonFeatures_2CollectionFROM_GeoJsonFROM_GeoJson_Schemamerge_filessave_R_list_Features_2_FeatureCollectionshiny_from_JSONTO_GeoJson
Dependencies:R6RcppRcppArmadillo
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| returns a json-dump from a geojson file | Dump_From_GeoJson |
| creates a FeatureCollection dump from multiple Feature geojson objects | Features_2Collection |
| reads GeoJson data | FROM_GeoJson |
| reads GeoJson data using a one-word-schema | FROM_GeoJson_Schema |
| merge json files (or any kind of text files) from a directory | merge_files |
| creates a FeatureCollection from R list objects ( see the details section about the limitations of this function ) | save_R_list_Features_2_FeatureCollection |
| secondary function for shiny Applications | shiny_from_JSON |
| converts data to a GeoJson object | TO_GeoJson |
