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

How to deal with maintenance ways between plots #3

Closed hanauer48 closed 4 years ago

hanauer48 commented 4 years ago

Hello, FIELDimageR works great, if we have each plot close to each other. But how can we deal with regulary ways between the plots? How can I tell the grid to have every second row a smaller "way" row ? Or is there another possibility to eliminate ways between the plots ? A concrete sample is plot1 (1,5m), plot2 (1,5m), way(1m), plot3 (1,5m), plot4 (1,5m), way(1m),.....

Thanks in advance.