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
237 stars 89 forks source link

Suggested additions and changes to a FIELDimageR Dockerfile #9

Closed Chris-Schnaufer closed 3 years ago

Chris-Schnaufer commented 4 years ago

These suggestions are from issue #7 and placed here so they don't get lost

If you start from rocker/geospatial you get a lot of these dependencies already built in (including tidyverse and a lot of geospatial utilities - not just those required by FieldImageR but some that could be useful for running downstream analyses, as well as a lot of bloat!!)

it is quite a stack (not clear if additional size / dependencies are worth it), but rocker/geospatial https://github.com/rocker-org/geospatial/blob/master/Dockerfile builds on rocker/verse https://github.com/rocker-org/rocker-versioned/blob/master/verse/3.6.3.Dockerfile which builds on rocker/tidyverse https://github.com/rocker-org/rocker-versioned/blob/master/tidyverse/3.6.3.Dockerfile which builds on rocker/rstudio https://github.com/rocker-org/rocker-versioned/blob/master/rstudio/3.6.3.Dockerfile which builds on rocker/r-ver which is the base for the versioned images ...