Skip to content

Commit

Permalink
new function
Browse files Browse the repository at this point in the history
  • Loading branch information
j-miszczyszyn committed Sep 23, 2024
1 parent 7f422e6 commit c3dee12
Show file tree
Hide file tree
Showing 11 changed files with 65 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: foRestools
Title: Tools for foresters
Version: 1.0.2
Version: 1.0.3
Authors@R: person("First", "Last", , "[email protected]", role = c("cre","aut"),
comment = c(ORCID = "0009-0002-8592-946X"))
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.
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(calculate_new_position)
export(calculate_new_tree_position)
export(cliping_cloud_to_aoi)
export(create_CHM_from_LAS)
export(dem_download_big_area_rgugik)
Expand Down
46 changes: 46 additions & 0 deletions man/calculate_new_tree_position.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/cliping_cloud_to_aoi.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/create_CHM_from_LAS.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/dem_download_big_area_rgugik.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/detect_tops_in_CHM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/normalize_height_in_clouds.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/ortho_download_big_area_rgugik.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/thin_cloud.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/tops_in_folder_to_shp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c3dee12

Please sign in to comment.