getting values from a grid

I would like to create a grid over an agricultural trial and the get the values for each grid cell. For example, the average height within the cell area. The aim is to end up with a CSV containing the values.

Comments

  • Two options

    Option 1 - convert grid to points, export points.


    Option 2 - Create grid with specified grid size (keeping area features), calculate stats, export grid.




    Export to CSV

    Make sure to check this option: