{"id":28534734,"url":"https://github.com/r-spatial/link2gi","last_synced_at":"2025-10-08T02:55:12.793Z","repository":{"id":47119726,"uuid":"79637687","full_name":"r-spatial/link2GI","owner":"r-spatial","description":"Simplify the linking of GIS/RS and CLI tools","archived":false,"fork":false,"pushed_at":"2024-11-25T21:30:36.000Z","size":13927,"stargazers_count":27,"open_issues_count":6,"forks_count":8,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-09-29T17:36:58.298Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://r-spatial.github.io/link2GI","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-spatial.png","metadata":{"files":{"readme":"README.md","changelog":"NEWS","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-21T09:57:07.000Z","updated_at":"2025-08-06T05:58:55.000Z","dependencies_parsed_at":"2024-04-30T07:03:03.516Z","dependency_job_id":"824b69d8-3e5a-4875-9a11-a657264613fa","html_url":"https://github.com/r-spatial/link2GI","commit_stats":{"total_commits":452,"total_committers":13,"mean_commits":34.76923076923077,"dds":"0.47123893805309736","last_synced_commit":"2ae91f8b15858da671f46bf133bd38d14b14af67"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/r-spatial/link2GI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Flink2GI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Flink2GI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Flink2GI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Flink2GI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-spatial","download_url":"https://codeload.github.com/r-spatial/link2GI/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-spatial%2Flink2GI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278881830,"owners_count":26062176,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-09T17:12:41.743Z","updated_at":"2025-10-08T02:55:12.759Z","avatar_url":"https://github.com/r-spatial.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# link2GI\n` `\n[![cran\nchecks](https://badges.cranchecks.info/worst/link2GI.svg)](https://cran.r-project.org/web/checks/check_results_link2GI.html)\n![monthly](https://cranlogs.r-pkg.org/badges/link2GI)\n![total](https://cranlogs.r-pkg.org/badges/grand-total/link2GI)\n[![CRAN](https://www.r-pkg.org/badges/version/link2GI?color=009999)](https://cran.r-project.org/package=link2GI)\n[![](https://img.shields.io/github/stars/r-spatial/link2GI?style=flat)](https://github.com/r-spatial/link2GI)\n[![License](https://img.shields.io/badge/license-GPL%20%28%3E=%203%29-lightgrey.svg?style=flat)](https://www.gnu.org/licenses/gpl-3.0.html)\n\n` `\n\nPackage website: [release](https://r-spatial.github.io/link2GI/)\n\n`link2GI` provide some functions which make it a bit easier to connect straightforward the common open source GI software packages to the R-biotop. It supports both the use of wrapper packages and the direct API-use via system calls. It focuses on `Linux` and `WindowsX` operating systems but nevertheless it should also work with `OSX`.\n\n\n\nIf you have several versions installed or if you want to use the full power of the GI software it will be a nice and helpful tool to deal with some strange behaviours and requirements. Especially helpful is the support of `OTB`, the `GDAL-Python` functions and a simple support to use any `SAGA` version via the CLI. Hopefully `RSAGA` and `Rsagacmd` will join forces in one package in the future. Anyway the current releases (1.4.1) of  `RSAGA` as well as `Rsagacmd` will work with the environment settings as provided by `linkSAGA`.\n\n\n# Installation\n\n`link2GI`is up to CRAN. For the installation of the stable version please use `install.packages(\"link2GI\")`. \n\nHowever it is strongly recommended to install the  latest stable version:\n```r\n# devtools package\ndevtools::install_github(\"r-spatial/link2GI\", ref = \"master\")\n# remotes package\nremotes::install_github(\"r-spatial/link2GI\",ref = \"master\")\n```\n\n## Third Party software\nTo utilize the power of the open source GI tools from within `R` you need to install  them first. As a first promising opportunity to do fulfill most of the requirements you may install `QGIS, GRASS`, `SAGA-GIS` and `Orfeo-toolbox`. For further Information have a look at the [Installation guide for link2GI related Software](https://r-spatial.github.io/link2GI/articles/link2GI7.html).\n\n# New Feature\n\n##  `initProj` for reproducible projects\n`initProj` provides a complete and flexible working environment for GI projects. The focus is on a simple but powerful structure. The basic framework is formed by a defined folder structure, initial scripts and configuration templates as well as optional Git repositories and an `renv` environment. A corresponding RStudio project file is also created.  It supports the automatic installation (if needed) and loading of the required libraries including various standard setup skeletons to simplify project initialisation. \n\nThe function creates a skeleton of the skeleton scripts `main-control.R`, `pre-processing.R`, `10-processing.R` and `post-processing.R`, and creates corresponding parameter configurations files stored as `yaml` files in `scr/configs/`. The script src/functions/000_settings.R holds all specific project settings. Easy access to all project paths is provided via the list variable `dirs`, which enables simple, efficient and reproducible project management and data handling. \n\nFor further Information have a look at the article [Reproducible Projects](https://r-spatial.github.io/link2GI/articles/link2GI5.html).\n\nWhen using RStudio, a new project can be created by simply selecting the ***Create Project Structure (link2GI)*** template from the ***File -\u003e New Project -\u003e New Directory -\u003e New Project Wizard *** dialogue.\n\n![](https://raw.githubusercontent.com/r-spatial/link2GI/master/figures/usegui.gif)\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-spatial%2Flink2gi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-spatial%2Flink2gi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-spatial%2Flink2gi/lists"}