For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to install and use Sentera Plot Layout Generator

Access to the plot layout generator plugin requires a contract with Sentera. If you do not have a contract for this please contact support.

Installation Instructions

  1. Install QGIS (https://qgis.org/en/site/index.html)

    1. Download the latest "Long term release"

  2. Open QGIS

  3. On the top bar click "Plugins -> Manage and Install"

  4. Click "Install from ZIP"

  5. Browse to the Plot Layout Generator folder and select the "plot_layout_generator.zip" file

  6. Press "Install Plugin" button

  7. Click on the "Installed" tab and check the Plot Layout Generator if it is not checked

  8. Close the plugin window

  9. The Plot layout Generator is available to open from the toolbar

  10. Press the icon to launch the Plot Layout Generator.

Instructions on how to use

  1. Open QGIS

  2. Drag a mosaic into QGIS to set the QGIS project coordinate system or set the project coordinate system by clicking on the EPSG code in the bottom right corner of QGIS.

  1. Open the "Plot Layout Generator" in QGIS

  2. If plots are evenly spaced, choose "1 Point" option and continue with step 4. If plots are not evenly spaced choose "4 Points" option and skip to step 7. Evenly spaced rows may be hard to notice right away. If 1-point option does not fit the number of rows per plot, switch to 4-point option.

Note: The 4-point option will be optimal when gaps between plots are not at a perfect 90 degree angle or plots are staggered.

  1. Select Origin Corner:

    1. Origin corner is the corner that the origin of the plot layout will start from in cardinal directions. If the origin corner is southwest, the plots will generate north and east.

  2. Select Planting Direction:

    1. Planting direction is determines by the orientation of the crop rows. Planting direction only affects the plot ID numbering, planting direction will not affect the polygons

      1. North-South

      2. East-West

  3. Select Origin Point (1 Point):

    1. Place origin on the corner of the first plot. The point should be between the first row of the plot and the next row outside of the plot if there are buffer rows.

  1. Set Corner Points (4 Point)

    1. With the 4-point option, points will be placed in the center of the plot.

    2. Origin Point: First plot

    3. Row Point: Last plot in the direction of the crop rows

    4. Range Point: Last plot in the opposite direction of thhe crop rows

    5. Opposite Point: Corner opposite of the Origin point

  1. Set Jog/Step(4-point)(Staggered plots)

    1. For staggered plots, the 4-point option can set an offset in plots.

    2. Step: Number or rows to stagger, will set offset for every x rows.

    3. Jog: Offset distance

    4. Start: Row to start offset

  1. Set Trail Name.

    1. trial_id attribute will be set for all plots using this string.

  2. Set Plot Counts as needed.

  3. Set Plot Sizes as needed.

  4. Set Crop rows/plot. This will add the num_rows attribute required for Sentera processing.

  5. Set rotation if obviously needed, otherwise edit rotation after first generation.

  6. (1-Point Only) Set alley distances if needed, this will add a gap in whichever direction between the plots.

  7. Add Attribute Data:

    1. Additional attribute data can be added from a CSV file

    2. Drag a CSV file into QGIS

    3. CSV file must contain plot_id values matching Sentera plot ID format (Range*1000 + Row, e.g., "1001 = range 1, row 1" "1011 = range 1, row 11"). Additional attributes will be added to the associated plots.

    4. Check "Add Attribute Data"

    5. Select attribute data layer

  8. Click "Generate Plots"

  9. Review generated Plots, if plots do not align well, change sizes and rotation until acceptable fit. In cases where plots are not evenly planted it may be necessary to use the QGIS move tool to fix plots.

  1. Click "Save Plots".

    1. Plots output file can be saved as a shapefile or geojson.

    2. Additionally, an xml file will be saved with the settings used to generate the plot layout. Settings files can be imported for easy reprocessing.

  2. Export/Import:

    1. Export PLG Settings will create an xml file containing all the selected options in the tool.

    2. Import PLG Settings allows the individual to load settings from an xml file. After importing the settings click Generate plots to reproduce the previously created plot layout.

Importing plot into FA Desktop

  1. Once done with everything go into FieldAgent Desktop.

  2. Click on the field that you want to do the plot stand count.

  3. Then click on "Document View" tab on the top left.

  1. Click on "Add File" button.

  2. Add the shapefile or geojson of the plot that you generated.

Last updated