filipematias23/FIELDimageR-QGIS

Enhancement: Allow fieldShape to Create Plot Files Without Mosaic Layer

Opened this issue · 1 comments

There are situations where it is necessary to create a field shapefile before a mosaic is available. Sometimes, users have the GPS coordinates (collected via RTK) of the trial corners but do not yet have a processed mosaic. While the shapefile might not require the accuracy necessary for UAV plot analysis, it still needs to contain georeferenced plot polygons.
Problem Statement:

The fieldShape function currently requires a mosaic layer to work. However, it could be useful to allow users to create the plot file without the mosaic layer, either by using:

  • GPS coordinates alone (with a warning about potential lower accuracy).
  • A base map instead of a UAV-derived mosaic.

Proposed Solution:

Enhancement:
Add an option to the fieldShape function to enable shapefile creation without requiring a mosaic layer.

  • Option A: Use only GPS coordinates from another layer (with 4 points representing the trial corner)
  • Option B: Use a base map rather than a UAV-derived mosaic.

Warnings:
Include a warning to users that accuracy might be lower without a UAV-derived mosaic.
Provide guidance on improving accuracy if needed (i.e by using a proper georefecenced mosaic)

Additional Context:
This enhancement would help users who need georeferenced plot polygons quickly but do not have a UAV mosaic available. It would expand the functionality of the fieldShape function and increase its flexibility for use in applications other than UAV data processing