<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
The documentation of GDALGrid in gdal_utils.h claims it to<br>
<br>
"
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<span style="color: rgb(0, 0, 0); font-family: Roboto, sans-serif;
font-size: 14px; font-style: normal; font-variant: normal;
font-weight: normal; letter-spacing: normal; line-height: 22px;
orphans: auto; text-align: start; text-indent: 0px;
text-transform: none; white-space: normal; widows: 1;
word-spacing: 0px; -webkit-text-stroke-width: 0px; display: inline
!important; float: none; background-color: rgb(255, 255, 255);">Converts
raster data between different formats.</span>"<br>
<br>
Although it is the same as gdal_grid, which creates regular grid
from the scattered data, i.e., vector data source.<br>
<br>
It seems to work, also from the bindings, if one uses a vector data
source as the source dataset. That requires using
OGRDataSourceShadow in the definition of the method in gdal.i &
definition of OGRDataSourceShadow with typedef.<br>
<br>
I can fix the bindings but I rather not touch gdal_grid_lib.cpp - it
also has the ugly ^M since it is in DOS text format. I think its
svn:mime-type needs to be set or something.<br>
<br>
Best,<br>
<br>
Ari<br>
<br>
</body>
</html>