From 7e8c5c922f74f376b42c013c2c9e24d555ac7d87 Mon Sep 17 00:00:00 2001 From: Jakub Miszczyszyn Date: Thu, 7 Mar 2024 13:13:19 +0100 Subject: [PATCH] update to 1.0.2 --- DESCRIPTION | 9 ++++++--- ...enie_CHM_i_TREES_dla_XY.R => CHM_and_TREES_from_XY.R} | 0 man/CHM_and_TREES_from_XY.Rd | 2 +- man/foRestools-package.Rd | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) rename R/{_Pobieranie_LAS_tworzenie_CHM_i_TREES_dla_XY.R => CHM_and_TREES_from_XY.R} (100%) diff --git a/DESCRIPTION b/DESCRIPTION index ff679a7..c2dce92 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: foRestools Title: Tools for foresters -Version: 1.0.1 +Version: 1.0.2 Authors@R: person("First", "Last", , "jakub.miszczyszyn@urk.edu.pl", role = c("cre","aut"), comment = c(ORCID = "0009-0002-8592-946X")) -Description: Calculate vegetation indices and generate statistics and charts for user defined districts +Description: Provides a collection of tools for analyzing forest data and performing remote sensing tasks. Includes functions for creating Canopy Height Models (CHM), detecting trees from XY coordinates, calculating various vegetation indices (CCI, DVI, GDVI, GSAVI, MSAVI, NDVI, TGI), defining Areas of Interest (AOI), and more. Designed to facilitate the processing and analysis of remote sensing data for forest management and research. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) @@ -14,7 +14,10 @@ Imports: sf, exactextractr, lifecycle, - rgugik + rgugik, + raster, + tidyverse, + lidR Suggest: here LazyData: FALSE Depends: diff --git a/R/_Pobieranie_LAS_tworzenie_CHM_i_TREES_dla_XY.R b/R/CHM_and_TREES_from_XY.R similarity index 100% rename from R/_Pobieranie_LAS_tworzenie_CHM_i_TREES_dla_XY.R rename to R/CHM_and_TREES_from_XY.R diff --git a/man/CHM_and_TREES_from_XY.Rd b/man/CHM_and_TREES_from_XY.Rd index b8fce30..b636761 100644 --- a/man/CHM_and_TREES_from_XY.Rd +++ b/man/CHM_and_TREES_from_XY.Rd @@ -1,5 +1,5 @@ % Generated by roxygen2: do not edit by hand -% Please edit documentation in R/_Pobieranie_LAS_tworzenie_CHM_i_TREES_dla_XY.R +% Please edit documentation in R/CHM_and_TREES_from_XY.R \name{CHM_and_TREES_from_XY} \alias{CHM_and_TREES_from_XY} \title{Creating Canopy Height Models and Tree Detection from XY Coordinates} diff --git a/man/foRestools-package.Rd b/man/foRestools-package.Rd index 6beb0c2..d65ba42 100644 --- a/man/foRestools-package.Rd +++ b/man/foRestools-package.Rd @@ -8,7 +8,7 @@ \description{ \if{html}{\figure{logo.png}{options: style='float: right' alt='logo' width='120'}} -Calculate vegetation indices and generate statistics and charts for user defined districts +Provides a collection of tools for analyzing forest data and performing remote sensing tasks. Includes functions for creating Canopy Height Models (CHM), detecting trees from XY coordinates, calculating various vegetation indices (CCI, DVI, GDVI, GSAVI, MSAVI, NDVI, TGI), defining Areas of Interest (AOI), and more. Designed to facilitate the processing and analysis of remote sensing data for forest management and research. } \seealso{ Useful links: