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

EX1.Shape$fieldShapeGIS does not have a CRS #16

Closed Chris-Schnaufer closed 3 years ago

Chris-Schnaufer commented 3 years ago

When following the examples in the README, I found I was not able to transform EX1.Shape$fieldShapeGIS to a Lat-Long coordinate system due to a lack of CRS. I found a CRS on EX1.Shape$fieldShape and was able to assign that, perform the translation, and export the GeoJSON of EX1.Shape$fieldShapeGIS

It would be nice to have the CRS automatically assigned to EX1.Shape$fieldShapeGIS

filipematias23 commented 3 years ago

Hi @Chris-Schnaufer,

I just fixed the CRS for EX1.Shape$fieldShapeGIS... Thank you.

Could you please download the package again and let me know if it is working well on your computer?

Thank you, Filipe

Chris-Schnaufer commented 3 years ago

Hello @filipematias23. This change looks good. Thanks for the quick turn around!

filipematias23 commented 3 years ago

Actually, thank you for helping to improve FIELDimageR.

Let me know if you have any other suggestions.

All the best, Filipe