diff --git a/docs/articles/link2GI1.html b/docs/articles/link2GI1.html index 41833a3..40e9430 100644 --- a/docs/articles/link2GI1.html +++ b/docs/articles/link2GI1.html @@ -97,7 +97,7 @@

Link GI to R

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI1.Rmd diff --git a/docs/articles/link2GI2.html b/docs/articles/link2GI2.html index ed92af1..12ceaf4 100644 --- a/docs/articles/link2GI2.html +++ b/docs/articles/link2GI2.html @@ -97,7 +97,7 @@

link2GI Basic Examples

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI2.Rmd @@ -406,7 +406,7 @@

A typical usecase for t cmd<-parseOTBFunction(algo = algoKeyword, gili = otblink) ## get help using the convenient listviewer -listviewer::jsonedit(cmd$help) +listviewer::jsonedit(cmd$help) ## define the mandantory arguments all other will be default cmd$input <- fn @@ -418,7 +418,7 @@

A typical usecase for t retStack<-runOTB(cmd,gili = otblink) ## plot filter raster on the green channel -plot(retStack) +plot(retStack) diff --git a/docs/articles/link2GI3.html b/docs/articles/link2GI3.html index 3637f8b..5066043 100644 --- a/docs/articles/link2GI3.html +++ b/docs/articles/link2GI3.html @@ -97,7 +97,7 @@

linkGRASS real world data usecase

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI3.Rmd @@ -166,9 +166,9 @@

Preprocessing of the data
 # fast read with data.table 
- xyz <- data.table::fread(paste0(path_run,"/Zensus_Bevoelkerung_100m-Gitter.csv"))
+ xyz <- data.table::fread(paste0(path_run,"/Zensus_Bevoelkerung_100m-Gitter.csv"))
 
- head(xyz)
+ head(xyz)

We can easy rasterize this data as it is intentionally gridded data.that means we have in at a grid size of 100 by 100 meters a value.

@@ -182,8 +182,8 @@

Preprocessing of the data xyz <- xyz[,-1] # rasterize it according to the projection - r <- terra::rast(xyz, type="xyz") - terra::crs(r) <- 3035 + r <- terra::rast(xyz, type="xyz") + terra::crs(r) <- 3035 # map it p <- colorRampPalette(brewer.pal(8, "Reds")) @@ -261,7 +261,7 @@

Setup GRASS Project) # check imported data set -rgrass::execGRASS('v.info', map = "Zensus_Bevoelkerung_100m_") +rgrass::execGRASS('v.info', map = "Zensus_Bevoelkerung_100m_") diff --git a/docs/articles/link2GI4.html b/docs/articles/link2GI4.html index a0371b0..c4a3912 100644 --- a/docs/articles/link2GI4.html +++ b/docs/articles/link2GI4.html @@ -97,7 +97,7 @@

OTB Wrapper

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI4.Rmd @@ -153,7 +153,7 @@

A typical usecase for t cmd<-parseOTBFunction(algo = algoKeyword, gili = otblink) ## get help using the convenient listviewer -listviewer::jsonedit(cmd$help) +listviewer::jsonedit(cmd$help) ## define the mandantory arguments all other will be default cmd$input <- fn diff --git a/docs/articles/link2GI5.html b/docs/articles/link2GI5.html index 14e6691..047bb39 100644 --- a/docs/articles/link2GI5.html +++ b/docs/articles/link2GI5.html @@ -97,7 +97,7 @@

GEOSTAT 2018 Examples

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI5.Rmd diff --git a/docs/articles/link2GI6.html b/docs/articles/link2GI6.html index f81cefa..1e0e657 100644 --- a/docs/articles/link2GI6.html +++ b/docs/articles/link2GI6.html @@ -98,7 +98,7 @@

Installation guide for link2GI related

Chris Reudenbach

-

2023-11-07

+

2024-04-23

Source: vignettes/link2GI6.Rmd diff --git a/docs/authors.html b/docs/authors.html index 7167c97..ec517fe 100644 --- a/docs/authors.html +++ b/docs/authors.html @@ -90,15 +90,16 @@

Citation

-

Reudenbach C (2023). +

Reudenbach C (2024). link2GI: Linking Geographic Information Systems, Remote Sensing and Other Command Line Tools. -https://github.com/r-spatial/link2GI/, https://r-spatial.github.io/link2GI/. +R package version 0.5-3, https://r-spatial.github.io/link2GI/, https://github.com/r-spatial/link2GI/.

@Manual{,
   title = {link2GI: Linking Geographic Information Systems, Remote Sensing and Other Command Line Tools},
   author = {Chris Reudenbach},
-  year = {2023},
-  note = {https://github.com/r-spatial/link2GI/, https://r-spatial.github.io/link2GI/},
+  year = {2024},
+  note = {R package version 0.5-3, https://r-spatial.github.io/link2GI/},
+  url = {https://github.com/r-spatial/link2GI/},
 }
diff --git a/docs/index.html b/docs/index.html index c8d256e..4f95b04 100644 --- a/docs/index.html +++ b/docs/index.html @@ -144,7 +144,7 @@

Updated OTB wrappercmd<-parseOTBFunction(algo = algoKeyword, gili = otblink) ## get help using the convenient listviewer -listviewer::jsonedit(cmd$help) +listviewer::jsonedit(cmd$help) ## define the mandantory arguments all other will be default cmd$input <- fn @@ -156,7 +156,7 @@

Updated OTB wrapperretStack<-runOTB(cmd,gili = otblink) ## plot filter raster on the green channel -plot(retStack) +plot(retStack)

Online Vignette diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 9e7eac0..9f4eaea 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -8,7 +8,7 @@ articles: link2GI4: link2GI4.html link2GI5: link2GI5.html link2GI6: link2GI6.html -last_built: 2023-11-07T10:19Z +last_built: 2024-04-22T22:29Z urls: reference: https://r-spatial.github.io/link2GI/reference article: https://r-spatial.github.io/link2GI/articles diff --git a/docs/reference/linkGRASS.html b/docs/reference/linkGRASS.html index 64cbdd9..d215b5e 100644 --- a/docs/reference/linkGRASS.html +++ b/docs/reference/linkGRASS.html @@ -174,7 +174,7 @@

Note

of work space and environment requirements. This becomes even worse on 'Windows' platforms or if several alternative 'GRASS GIS' installations are available. If one knows what to do the rgrass package setup function - rgrass::initGRASS works fine under Linux. + rgrass::initGRASS works fine under Linux. This is also valid for well known configurations under the 'Windows' operation system. Nevertheless on university labs or on company computers with restricted privileges and/or using different releases like the 'OSGeo4W' distribution and the diff --git a/docs/reference/linkGRASS7.html b/docs/reference/linkGRASS7.html index 80102e6..a8d99ed 100644 --- a/docs/reference/linkGRASS7.html +++ b/docs/reference/linkGRASS7.html @@ -170,7 +170,7 @@

Note

its high demands regarding the correct spatial and reference setup of workspace and environment requirements. This becomes even worse on 'Windows' platforms or if several alternative 'GRASS GIS' installations are available. - If one knows what to do the rgrass package setup function rgrass::initGRASS works fine under Linux. + If one knows what to do the rgrass package setup function rgrass::initGRASS works fine under Linux. This is also valid for well known configurations under the 'Windows' operation system. Nevertheless on university lab or on company computers with restriced privileges and/or using different releases like the 'OSGeo4W' distribution and the diff --git a/docs/reference/runOTB.html b/docs/reference/runOTB.html index 251b9f1..f6b1ba1 100644 --- a/docs/reference/runOTB.html +++ b/docs/reference/runOTB.html @@ -136,7 +136,7 @@

Examples

## Please NOTE: ## You must check the help to identify the correct argument codewort ($input_in or $input_il) -listviewer::jsonedit(cmd$help) +listviewer::jsonedit(cmd$help) ## define the mandatory arguments all other will be default cmd$input_in <- fn @@ -147,7 +147,7 @@

Examples

retStack<-runOTB(cmd,gili = otblink) ## plot image -terra::plot(retStack) +terra::plot(retStack) ## for a data output example we use the @@ -157,7 +157,7 @@

Examples

cmd<-parseOTBFunction(algo = algoKeyword, gili = otblink) ## get help using the convenient listviewer -listviewer::jsonedit(cmd$help) +listviewer::jsonedit(cmd$help) ## define the mandatory arguments all other will be default cmd$input_il <- file.path(tempdir(),"test.tif")