diff --git a/reference/ortho_download_big_area_rgugik.html b/reference/ortho_download_big_area_rgugik.html
index 4d15e1b..8ba2a02 100644
--- a/reference/ortho_download_big_area_rgugik.html
+++ b/reference/ortho_download_big_area_rgugik.html
@@ -20,6 +20,9 @@
diff --git a/search.json b/search.json
index 521a33d..1b1c28e 100644
--- a/search.json
+++ b/search.json
@@ -1 +1 @@
-[{"path":"https://j-miszczyszyn.github.io/foRestools/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 Jakub Miszczyszyn Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"First Last. Maintainer, author.","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Last F (2024). foRestools: Tools foresters. R package version 1.0.0, https://j-miszczyszyn.github.io/foRestools/.","code":"@Manual{, title = {foRestools: Tools for foresters}, author = {First Last}, year = {2024}, note = {R package version 1.0.0}, url = {https://j-miszczyszyn.github.io/foRestools/}, }"},{"path":"https://j-miszczyszyn.github.io/foRestools/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Tools for foresters","text":"can install development version foRestools GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"j-miszczyszyn/foRestools\")"},{"path":"https://j-miszczyszyn.github.io/foRestools/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"Tools for foresters","text":"basic example shows solve common problem:","code":"library(foRestools) # #Set a filepath to your raster # r=system.file(, package = \"spData\") # # # # # # #Set number of bands # define_nir(8) # define_red(6) # # # # # #Chose and calculate index # ndvi=calculate_NDVI(r) # # # # # # Plot Index # plot(ndvi) ## basic example code"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate CCI index — calculate_CCI","title":"Calculate CCI index — calculate_CCI","text":"Calculate CCI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate CCI index — calculate_CCI","text":"","code":"calculate_CCI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate CCI index — calculate_CCI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate CCI index — calculate_CCI","text":"","code":"calculate_CCI() #> Error in calculate_CCI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate DVI index — calculate_DVI","title":"Calculate DVI index — calculate_DVI","text":"Calculate DVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate DVI index — calculate_DVI","text":"","code":"calculate_DVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate DVI index — calculate_DVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate DVI index — calculate_DVI","text":"","code":"calculate_DVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate GDVI index — calculate_GDVI","title":"Calculate GDVI index — calculate_GDVI","text":"Calculate GDVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate GDVI index — calculate_GDVI","text":"","code":"calculate_GDVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate GDVI index — calculate_GDVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate GDVI index — calculate_GDVI","text":"","code":"calculate_GDVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate GSAVI index — calculate_GSAVI","title":"Calculate GSAVI index — calculate_GSAVI","text":"Calculate GSAVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate GSAVI index — calculate_GSAVI","text":"","code":"calculate_GSAVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate GSAVI index — calculate_GSAVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate GSAVI index — calculate_GSAVI","text":"","code":"calculate_GSAVI() #> Error in calculate_GSAVI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate MSAVI index — calculate_MSAVI","title":"Calculate MSAVI index — calculate_MSAVI","text":"Calculate MSAVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate MSAVI index — calculate_MSAVI","text":"","code":"calculate_MSAVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate MSAVI index — calculate_MSAVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate MSAVI index — calculate_MSAVI","text":"","code":"calculate_MSAVI() #> Error in calculate_MSAVI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate NDVI index — calculate_NDVI","title":"Calculate NDVI index — calculate_NDVI","text":"Calculate NDVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate NDVI index — calculate_NDVI","text":"","code":"calculate_NDVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate NDVI index — calculate_NDVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate NDVI index — calculate_NDVI","text":"","code":"calculate_NDVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate TGI index — calculate_TGI","title":"Calculate TGI index — calculate_TGI","text":"Calculate TGI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate TGI index — calculate_TGI","text":"","code":"calculate_TGI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate TGI index — calculate_TGI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate TGI index — calculate_TGI","text":"","code":"calculate_TGI() #> Error in calculate_TGI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":null,"dir":"Reference","previous_headings":"","what":"Define AOI by setting path to the Shapefile — define_AOI","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"Define AOI setting path Shapefile","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"","code":"define_AOI(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"x Path Shapefile","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"","code":"define_AOI(\"D:/BDL_Rezerwat_AOI.shp\") #> Error: Cannot open \"D:/BDL_Rezerwat_AOI.shp\"; The file doesn't seem to exist."},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is BLUE — define_blue","title":"Define witch band is BLUE — define_blue","text":"Define witch band BLUE","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is BLUE — define_blue","text":"","code":"define_blue(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is BLUE — define_blue","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Costal Blue — define_coastal_blue","title":"Define witch band is Costal Blue — define_coastal_blue","text":"Define witch band Costal Blue","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Costal Blue — define_coastal_blue","text":"","code":"define_coastal_blue(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Costal Blue — define_coastal_blue","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Green — define_green","title":"Define witch band is Green — define_green","text":"Define witch band Green","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Green — define_green","text":"","code":"define_green(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Green — define_green","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is GREEN_INTESITY — define_green_i","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"Define witch band GREEN_INTESITY","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"","code":"define_green_i(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is NIR — define_nir","title":"Define witch band is NIR — define_nir","text":"Define witch band NIR","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is NIR — define_nir","text":"","code":"define_nir(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is NIR — define_nir","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Red — define_red","title":"Define witch band is Red — define_red","text":"Define witch band Red","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Red — define_red","text":"","code":"define_red(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Red — define_red","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is RedEdge — define_rededge","title":"Define witch band is RedEdge — define_rededge","text":"Define witch band RedEdge","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is RedEdge — define_rededge","text":"","code":"define_rededge(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is RedEdge — define_rededge","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Yellow — define_yellow","title":"Define witch band is Yellow — define_yellow","text":"Define witch band Yellow","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Yellow — define_yellow","text":"","code":"define_yellow(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Yellow — define_yellow","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — dem_download_big_area_rgugik","title":"Title — dem_download_big_area_rgugik","text":"Title","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — dem_download_big_area_rgugik","text":"","code":"dem_download_big_area_rgugik(x, y)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — dem_download_big_area_rgugik","text":"x path shapefile y integer length 1 2, number grid cells x y direction (columns, rows)","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/foRestools-package.html","id":null,"dir":"Reference","previous_headings":"","what":"foRestools: Tools for foresters — foRestools-package","title":"foRestools: Tools for foresters — foRestools-package","text":"Calculate vegetation indices generate statistics charts user defined districts","code":""},{"path":[]},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/foRestools-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"foRestools: Tools for foresters — foRestools-package","text":"Maintainer: First Last jakub.miszczyszyn@urk.edu.pl (ORCID)","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — ortho_download_big_area_rgugik","title":"Title — ortho_download_big_area_rgugik","text":"Title","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — ortho_download_big_area_rgugik","text":"","code":"ortho_download_big_area_rgugik(x, y)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — ortho_download_big_area_rgugik","text":"x path shapefile y integer length 1 2, number grid cells x y direction (columns, rows)","code":""}]
+[{"path":"https://j-miszczyszyn.github.io/foRestools/LICENSE.html","id":null,"dir":"","previous_headings":"","what":"MIT License","title":"MIT License","text":"Copyright (c) 2024 Jakub Miszczyszyn Permission hereby granted, free charge, person obtaining copy software associated documentation files (“Software”), deal Software without restriction, including without limitation rights use, copy, modify, merge, publish, distribute, sublicense, /sell copies Software, permit persons Software furnished , subject following conditions: copyright notice permission notice shall included copies substantial portions Software. SOFTWARE PROVIDED “”, WITHOUT WARRANTY KIND, EXPRESS IMPLIED, INCLUDING LIMITED WARRANTIES MERCHANTABILITY, FITNESS PARTICULAR PURPOSE NONINFRINGEMENT. EVENT SHALL AUTHORS COPYRIGHT HOLDERS LIABLE CLAIM, DAMAGES LIABILITY, WHETHER ACTION CONTRACT, TORT OTHERWISE, ARISING , CONNECTION SOFTWARE USE DEALINGS SOFTWARE.","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/authors.html","id":null,"dir":"","previous_headings":"","what":"Authors","title":"Authors and Citation","text":"First Last. Maintainer, author.","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/authors.html","id":"citation","dir":"","previous_headings":"","what":"Citation","title":"Authors and Citation","text":"Last F (2024). foRestools: Tools foresters. R package version 1.0.0, https://j-miszczyszyn.github.io/foRestools/.","code":"@Manual{, title = {foRestools: Tools for foresters}, author = {First Last}, year = {2024}, note = {R package version 1.0.0}, url = {https://j-miszczyszyn.github.io/foRestools/}, }"},{"path":"https://j-miszczyszyn.github.io/foRestools/index.html","id":"installation","dir":"","previous_headings":"","what":"Installation","title":"Tools for foresters","text":"can install development version foRestools GitHub :","code":"# install.packages(\"devtools\") devtools::install_github(\"j-miszczyszyn/foRestools\")"},{"path":"https://j-miszczyszyn.github.io/foRestools/index.html","id":"example","dir":"","previous_headings":"","what":"Example","title":"Tools for foresters","text":"basic example shows solve common problem:","code":"library(foRestools) # #Set a filepath to your raster # r=system.file(, package = \"spData\") # # # # # # #Set number of bands # define_nir(8) # define_red(6) # # # # # #Chose and calculate index # ndvi=calculate_NDVI(r) # # # # # # Plot Index # plot(ndvi) ## basic example code"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate CCI index — calculate_CCI","title":"Calculate CCI index — calculate_CCI","text":"Calculate CCI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate CCI index — calculate_CCI","text":"","code":"calculate_CCI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate CCI index — calculate_CCI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate CCI index — calculate_CCI","text":"","code":"calculate_CCI() #> Error in calculate_CCI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate DVI index — calculate_DVI","title":"Calculate DVI index — calculate_DVI","text":"Calculate DVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate DVI index — calculate_DVI","text":"","code":"calculate_DVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate DVI index — calculate_DVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_DVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate DVI index — calculate_DVI","text":"","code":"calculate_DVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate GDVI index — calculate_GDVI","title":"Calculate GDVI index — calculate_GDVI","text":"Calculate GDVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate GDVI index — calculate_GDVI","text":"","code":"calculate_GDVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate GDVI index — calculate_GDVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GDVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate GDVI index — calculate_GDVI","text":"","code":"calculate_GDVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate GSAVI index — calculate_GSAVI","title":"Calculate GSAVI index — calculate_GSAVI","text":"Calculate GSAVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate GSAVI index — calculate_GSAVI","text":"","code":"calculate_GSAVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate GSAVI index — calculate_GSAVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_GSAVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate GSAVI index — calculate_GSAVI","text":"","code":"calculate_GSAVI() #> Error in calculate_GSAVI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate MSAVI index — calculate_MSAVI","title":"Calculate MSAVI index — calculate_MSAVI","text":"Calculate MSAVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate MSAVI index — calculate_MSAVI","text":"","code":"calculate_MSAVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate MSAVI index — calculate_MSAVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_MSAVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate MSAVI index — calculate_MSAVI","text":"","code":"calculate_MSAVI() #> Error in calculate_MSAVI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate NDVI index — calculate_NDVI","title":"Calculate NDVI index — calculate_NDVI","text":"Calculate NDVI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate NDVI index — calculate_NDVI","text":"","code":"calculate_NDVI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate NDVI index — calculate_NDVI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_NDVI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate NDVI index — calculate_NDVI","text":"","code":"calculate_NDVI(r) #> Error in eval(expr, envir, enclos): object 'r' not found"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":null,"dir":"Reference","previous_headings":"","what":"Calculate TGI index — calculate_TGI","title":"Calculate TGI index — calculate_TGI","text":"Calculate TGI index","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Calculate TGI index — calculate_TGI","text":"","code":"calculate_TGI(r)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Calculate TGI index — calculate_TGI","text":"r stars object","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/calculate_TGI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Calculate TGI index — calculate_TGI","text":"","code":"calculate_TGI() #> Error in calculate_TGI(): argument \"r\" is missing, with no default"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":null,"dir":"Reference","previous_headings":"","what":"Define AOI by setting path to the Shapefile — define_AOI","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"Define AOI setting path Shapefile","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"","code":"define_AOI(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"x Path Shapefile","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_AOI.html","id":"ref-examples","dir":"Reference","previous_headings":"","what":"Examples","title":"Define AOI by setting path to the Shapefile — define_AOI","text":"","code":"define_AOI(\"D:/BDL_Rezerwat_AOI.shp\") #> Error: Cannot open \"D:/BDL_Rezerwat_AOI.shp\"; The file doesn't seem to exist."},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is BLUE — define_blue","title":"Define witch band is BLUE — define_blue","text":"Define witch band BLUE","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is BLUE — define_blue","text":"","code":"define_blue(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_blue.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is BLUE — define_blue","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Costal Blue — define_coastal_blue","title":"Define witch band is Costal Blue — define_coastal_blue","text":"Define witch band Costal Blue","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Costal Blue — define_coastal_blue","text":"","code":"define_coastal_blue(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_coastal_blue.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Costal Blue — define_coastal_blue","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Green — define_green","title":"Define witch band is Green — define_green","text":"Define witch band Green","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Green — define_green","text":"","code":"define_green(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Green — define_green","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is GREEN_INTESITY — define_green_i","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"Define witch band GREEN_INTESITY","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"","code":"define_green_i(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_green_i.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is GREEN_INTESITY — define_green_i","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is NIR — define_nir","title":"Define witch band is NIR — define_nir","text":"Define witch band NIR","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is NIR — define_nir","text":"","code":"define_nir(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_nir.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is NIR — define_nir","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Red — define_red","title":"Define witch band is Red — define_red","text":"Define witch band Red","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Red — define_red","text":"","code":"define_red(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_red.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Red — define_red","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is RedEdge — define_rededge","title":"Define witch band is RedEdge — define_rededge","text":"Define witch band RedEdge","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is RedEdge — define_rededge","text":"","code":"define_rededge(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_rededge.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is RedEdge — define_rededge","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":null,"dir":"Reference","previous_headings":"","what":"Define witch band is Yellow — define_yellow","title":"Define witch band is Yellow — define_yellow","text":"Define witch band Yellow","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Define witch band is Yellow — define_yellow","text":"","code":"define_yellow(x)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/define_yellow.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Define witch band is Yellow — define_yellow","text":"x","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — dem_download_big_area_rgugik","title":"Title — dem_download_big_area_rgugik","text":"Title","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — dem_download_big_area_rgugik","text":"","code":"dem_download_big_area_rgugik(x, y)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/dem_download_big_area_rgugik.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — dem_download_big_area_rgugik","text":"x path shapefile y integer length 1 2, number grid cells x y direction (columns, rows)","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/foRestools-package.html","id":null,"dir":"Reference","previous_headings":"","what":"foRestools: Tools for foresters — foRestools-package","title":"foRestools: Tools for foresters — foRestools-package","text":"Calculate vegetation indices generate statistics charts user defined districts","code":""},{"path":[]},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/foRestools-package.html","id":"author","dir":"Reference","previous_headings":"","what":"Author","title":"foRestools: Tools for foresters — foRestools-package","text":"Maintainer: First Last jakub.miszczyszyn@urk.edu.pl (ORCID)","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":null,"dir":"Reference","previous_headings":"","what":"Title — ortho_download_big_area_rgugik","title":"Title — ortho_download_big_area_rgugik","text":"Title","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":"ref-usage","dir":"Reference","previous_headings":"","what":"Usage","title":"Title — ortho_download_big_area_rgugik","text":"","code":"ortho_download_big_area_rgugik(x, y)"},{"path":"https://j-miszczyszyn.github.io/foRestools/reference/ortho_download_big_area_rgugik.html","id":"arguments","dir":"Reference","previous_headings":"","what":"Arguments","title":"Title — ortho_download_big_area_rgugik","text":"x path shapefile y integer length 1 2, number grid cells x y direction (columns, rows)","code":""},{"path":"https://j-miszczyszyn.github.io/foRestools/news/index.html","id":"forestools-100","dir":"Changelog","previous_headings":"","what":"foRestools 1.0.0","title":"foRestools 1.0.0","text":"Initial CRAN submission.","code":""}]
diff --git a/sitemap.xml b/sitemap.xml
index ecf9564..802d44d 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -15,6 +15,9 @@
https://j-miszczyszyn.github.io/foRestools/index.html
+
+ https://j-miszczyszyn.github.io/foRestools/news/index.html
+
https://j-miszczyszyn.github.io/foRestools/reference/calculate_CCI.html