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

Fix: Updated Dockerfile with igraph dependency fix #29

Closed bhavyagoel closed 9 months ago

bhavyagoel commented 2 years ago

The library igraph was not loading even after installing it with dependencies using R, because a base dependency of libglpk40 was unmet. image

Have updated the Dockerfile to install the dependency at the start, and the bug has been successfully resolved now. image