OpenDroneMap / FIELDimageR

FIELDimageR: A R package to analyze orthomosaic images from agricultural field trials. This package is a compilation of functions to analyze pos-mosaicking images from research fields, and allows to: crop the image; remove soil effect; build vegetation indices; rotate the image; build the plot shapefile; extract information for each plot; and evaluate stand count, canopy percentage, and plant height.
GNU General Public License v2.0
230 stars 89 forks source link

Import elide from sp instead of maptools #43

Closed nfahlgren closed 1 year ago

nfahlgren commented 1 year ago

The elide function was moved from maptools to sp https://github.com/edzer/sp/pull/129

maptools is also removed as a dependency

Related issues: #42