Re: [gdal-dev] Creating Raster using Spatial Coordinates (Latitude and Longitude)

2013-01-17 Thread Chaitanya kumar CH
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]:

[gdal-dev] Creating Raster using Spatial Coordinates (Latitude and Longitude)

2013-01-16 Thread Dheeraj Reddy Mamidi
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

Re: [gdal-dev] Creating Raster using Spatial Coordinates (Latitude and Longitude)

2013-01-16 Thread Dheeraj Reddy Mamidi
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 higher