4

My goal is to use some RTK GPS data from combines or sprayers to generate an interpolated DEM of fields for agricultural purposes. I used QGIS for that. So far I opened the data and did a simple TIN interpolation with the interpolation tool in the raster drop-down. As input, I took the point layer and as the attribute the elevation. Somehow the result always looked like that: interpolation result of the TIN interpolation

Does anyone know why it doesn't work? I did the same steps as in the qgis tutorial about interpolating point data.

here is a part of the sample point attribute table:

enter image description here

GISHuman
  • 3,671
  • 1
  • 20
  • 42

1 Answers1

1

Alright, I finally got it. I always had projection issues, changing all the projections to UTM finally helped. Thanks for your help.