An R package evolving with the needs and desires of Falling Fruit.
The main functions are described in their own tutorials:
- Formatting location data for import: vignettes/imports.md
- Fast location clustering: vignettes/clusters.md
- Compiling common name translations: coming soon!
This package is occasionally used in production for quickly rebuilding the clusters
database table and for preparing municipal tree inventories for import.
The package is not on CRAN. To install in R, use devtools:
install.packages("devtools")
devtools::install_github("falling-fruit/fruitr")
The package rgdal
is not a required dependency, but is needed by fruitr::read_locations()
for reading OGR vector formats.