You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -208,7 +208,7 @@ <h2 id="toc-title">Table of Contents</h2>
208
208
</header>
209
209
210
210
211
-
<p>The <ahref="https://cran.r-project.org/web/packages/rgrass/index.html"><strong>rgrass</strong></a> package allows us to interact with GRASS tools (and data) serving as an interface between GRASS GIS and R. The <em>rgrass</em> package is developed and maintained by Roger Bivand and can be found at: <ahref="https://github.com/rsbivand/rgrass/" class="uri">https://github.com/rsbivand/rgrass/</a>. In this fast track tutorial, we will learn how to use GRASS GIS from R.</p>
211
+
<p>The <ahref="https://cran.r-project.org/web/packages/rgrass/index.html"><strong>rgrass</strong></a> package allows us to interact with GRASS tools (and data) serving as an interface between GRASS GIS and R. The <em>rgrass</em> package source code can be found at: <ahref="https://github.com/OSGeo/rgrass" class="uri">https://github.com/OSGeo/rgrass</a>. In this fast track tutorial, we will learn how to use GRASS GIS from R.</p>
@@ -242,7 +242,7 @@ <h2 class="anchored" data-anchor-id="rgrass-main-functions"><em>rgrass</em> main
242
242
</div>
243
243
</div>
244
244
<divclass="callout-body-container callout-body">
245
-
<p>For further details on <em>rgrass</em> functionality, usage examples and data format coercion, see: <ahref="https://rsbivand.github.io/rgrass/" class="uri">https://rsbivand.github.io/rgrass/</a>.</p>
245
+
<p>For further details on <em>rgrass</em> functionality, usage examples and data format coercion, see: <ahref="https://osgeo.github.io/rgrass/" class="uri">https://osgeo.github.io/rgrass/</a>.</p>
<spanid="cb29-19"><ahref="#cb29-19" aria-hidden="true" tabindex="-1"></a>package allows us to interact with GRASS tools (and data) serving as an</span>
988
988
<spanid="cb29-20"><ahref="#cb29-20" aria-hidden="true" tabindex="-1"></a>interface between GRASS GIS and R.</span>
989
-
<spanid="cb29-21"><ahref="#cb29-21" aria-hidden="true" tabindex="-1"></a>The *rgrass* package is developed and maintained by Roger Bivand and can be</span>
990
-
<spanid="cb29-22"><ahref="#cb29-22" aria-hidden="true" tabindex="-1"></a>found at: <spanclass="ot"><https://github.com/rsbivand/rgrass/></span>. In this fast track tutorial,</span>
989
+
<spanid="cb29-21"><ahref="#cb29-21" aria-hidden="true" tabindex="-1"></a>The *rgrass* package source code can be</span>
990
+
<spanid="cb29-22"><ahref="#cb29-22" aria-hidden="true" tabindex="-1"></a>found at: <spanclass="ot"><https://github.com/OSGeo/rgrass></span>. In this fast track tutorial,</span>
991
991
<spanid="cb29-23"><ahref="#cb29-23" aria-hidden="true" tabindex="-1"></a>we will learn how to use GRASS GIS from R.</span>
<spanid="cb29-45"><ahref="#cb29-45" aria-hidden="true" tabindex="-1"></a>For further details on *rgrass* functionality, usage examples and data format </span>
<p>In this short tutorial we will highlight the similarities of R and Python GRASS interfaces in order to streamline the use of GRASS GIS within R and Python communities. As you may know, there’s an R package called <ahref="https://github.com/rsbivand/rgrass/">rgrass</a> that provides basic functionality to read and write data from and into GRASS database as well as to execute GRASS tools in either existing or temporary GRASS projects. The <ahref="https://grass.osgeo.org/grass-stable/manuals/libpython/index.html">GRASS Python API</a>, on the other hand, is composed of various packages that provide classes and functions for low and high level tasks, including those that can be executed with rgrass.</p>
206
+
<p>In this short tutorial we will highlight the similarities of R and Python GRASS interfaces in order to streamline the use of GRASS GIS within R and Python communities. As you may know, there’s an R package called <ahref="https://github.com/OSGeo/rgrass/">rgrass</a> that provides basic functionality to read and write data from and into GRASS database as well as to execute GRASS tools in either existing or temporary GRASS projects. The <ahref="https://grass.osgeo.org/grass-stable/manuals/libpython/index.html">GRASS Python API</a>, on the other hand, is composed of various packages that provide classes and functions for low and high level tasks, including those that can be executed with rgrass.</p>
207
207
<p>There are some parallelisms between the <strong>rgrass</strong> and <strong>grass.script</strong>/<strong>grass.jupyter</strong> packages, i.e., R and Python interfaces to GRASS GIS. Let’s review them and go through some examples.</p>
<spanid="cb13-20"><ahref="#cb13-20" aria-hidden="true" tabindex="-1"></a>In this short tutorial we will highlight the similarities of R and Python GRASS interfaces</span>
955
955
<spanid="cb13-21"><ahref="#cb13-21" aria-hidden="true" tabindex="-1"></a>in order to streamline the use of GRASS GIS within R and Python communities.</span>
956
956
<spanid="cb13-22"><ahref="#cb13-22" aria-hidden="true" tabindex="-1"></a>As you may know, there's</span>
957
-
<spanid="cb13-23"><ahref="#cb13-23" aria-hidden="true" tabindex="-1"></a>an R package called <spanclass="co">[</span><spanclass="ot">rgrass</span><spanclass="co">](https://github.com/rsbivand/rgrass/)</span> that provides</span>
957
+
<spanid="cb13-23"><ahref="#cb13-23" aria-hidden="true" tabindex="-1"></a>an R package called <spanclass="co">[</span><spanclass="ot">rgrass</span><spanclass="co">](https://github.com/OSGeo/rgrass/)</span> that provides</span>
958
958
<spanid="cb13-24"><ahref="#cb13-24" aria-hidden="true" tabindex="-1"></a>basic functionality to read and write data from and into GRASS database as well</span>
959
959
<spanid="cb13-25"><ahref="#cb13-25" aria-hidden="true" tabindex="-1"></a>as to execute GRASS tools in either existing or temporary GRASS projects.</span>
0 commit comments