forked from andrew-plowright/ForestTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
23 lines (17 loc) · 910 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
Forest Tools: Tools for analysing remotely sensed forest data
---------------
**Authors:** Andrew Plowright<br/>
**License:** GPL 3
[![Build Status](https://travis-ci.org/AndyPL22/ForestTools.svg?branch=master)](https://travis-ci.org/AndyPL22/ForestTools)
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
The Forest Tools R package offers functions to analyze remotely sensed forest data. Currently, tools to detect dominant treetops and outline tree crowns have been implemented, both of which are applied to a rasterized **canopy height model (CHM)**, which is generally derived from LiDAR or photogrammetric point clouds. A function to summarize the height and count of treetops within user-defined geographical areas is also available.