Dheeraj,
OGR's CSV driver[1] can read your vector data.
You have to decide how to represent your data in a raster. Interpolate
missing areas, set nodata pixels or something else.
Have a look at the gdal_rasterize utility[2].
[1]: http://www.gdal.org/ogr/drv_csv.html
[2]: http://www.gdal.org/gdal
I am using C# Gdal library.
On Wed, Jan 16, 2013 at 5:25 PM, Dheeraj Reddy Mamidi <
drmam...@rothwellgroup.com> wrote:
> Hi,
>
> I am trying to create a Raster using grid of points(with latitude and
> longitude values) within an area which are separated at a distance measured
> in degrees. At hig
Hi,
I am trying to create a Raster using grid of points(with latitude and
longitude values) within an area which are separated at a distance measured
in degrees. At higher latitudes the number of samples reduce that is number
of points for a row reduces.
When distance between points is determined
Hi,
I am trying to create a raster (.img format or any other) using some
spatial information (using set of points with latitude and longitude).
Each point
is associated with a value. I need to create a raster file with only those
points setting some defined boundary using GDAL (C#). I am new