[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

Re: [gdal-dev] s57 layers

2012-09-22 Thread Martin Chapman
I don't know if this helps but I do this for S57 on startup of my app: _putenv("OGR_S57_OPTIONS=RETURN_PRIMITIVES=ON,RETURN_LINKAGES=ON,LNAM_REFS =ON,SPLIT_MULTIPOINT=ON,ADD_SOUNDG_DEPTH=ON"); CPLSetConfigOption("OGR_S57_OPTIONS", "RETURN_PRIMITIVES=ON,RETURN_LINKAGES=ON,LNAM_REFS=ON,SPLIT_MUL

Re: [gdal-dev] Wanted: -lco DIM for OGR/SQLite driver

2012-09-22 Thread Rahkonen Jukka
Even Rouault wrote: > Le vendredi 21 septembre 2012 17:01:12, Jukka Rahkonen a écrit : >> Hi, > >> OCI and PostgreSQL drivers both have layer creation option for setting >> layer dimensions and it would be nice to have DIM option also in >> Spatialite driver. What I was missing today was a possibi