Package: geojsonR 1.1.1
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/pdf/rfc7946.pdf>. 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.1.tar.gz
geojsonR_1.1.1.zip(r-4.5)geojsonR_1.1.1.zip(r-4.4)geojsonR_1.1.1.zip(r-4.3)
geojsonR_1.1.1.tgz(r-4.4-x86_64)geojsonR_1.1.1.tgz(r-4.4-arm64)geojsonR_1.1.1.tgz(r-4.3-x86_64)geojsonR_1.1.1.tgz(r-4.3-arm64)
geojsonR_1.1.1.tar.gz(r-4.5-noble)geojsonR_1.1.1.tar.gz(r-4.4-noble)
geojsonR_1.1.1.tgz(r-4.4-emscripten)geojsonR_1.1.1.tgz(r-4.3-emscripten)
geojsonR.pdf |geojsonR.html✨
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 2 years agofrom:c3edebad32. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 06 2024 |
R-4.5-win-x86_64 | NOTE | Nov 06 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 06 2024 |
R-4.4-win-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 06 2024 |
R-4.3-win-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 06 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 06 2024 |
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 |