Re: [gdal-dev] gdal_grid help

2012-09-23 Thread Jeff Lake
Evan ... Thanks .. still seeing a basically blank tiff, but decided to press on to the next step creating a contour shapefile from said raster .. and that works !! as long as that is my end result... Im happy -Jeff Lake MichiganWxSystem.com AllisonHouse.com TheWeatherCenter.net GRLevelXStuff.com

Re: [gdal-dev] gdal_grid help

2012-09-23 Thread Even Rouault
Le dimanche 23 septembre 2012 06:20:27, Jeff Lake a écrit : > ugh.. > I have been attempting to create an interpolated (IDW) raster from CSV, > to no avail all I get is either a totally black tiff or white tiff > here is the command line I have been trying > > gdal_grid -a invdist:power=2.0:smooth

[gdal-dev] gdal_grid help

2012-09-22 Thread Jeff Lake
ugh.. I have been attempting to create an interpolated (IDW) raster from CSV, to no avail all I get is either a totally black tiff or white tiff here is the command line I have been trying gdal_grid -a invdist:power=2.0:smoothing=1.0 -outsize 800 600 -ot Float64 -l temps temps.vrt temps.tiff