I have csv files with data: LON, LAT, SO2(concentration) with NAN. I need make interpolation my data from csv with breaks. I use gdal_grid.exe. I make:
gdal_grid.exe -a invdist
ower=2.0 -outsize 400 400 -of GTiff -ot Float64 -l dem dem.vrt dem.tiff On output i get:
. But must be
.
How interpolated data in GDAL with breaks (NAN)?
أكثر...
gdal_grid.exe -a invdist


How interpolated data in GDAL with breaks (NAN)?
أكثر...