[gdal-dev] Getting MITAB format out with projection

2009-04-12 Thread Reinaldo Escada Chohfi
Folks, When I use the following piece of code in a program I can get the Shape files with the correct projection parameters in a .prj ESRI style file. const char *pszDriverName = "ESRI Shapefile"; OGRSFDriver *poDriver; OGRRegisterAll(); . . . OGRSpatialReference oSRS; oSRS.SetWellKnownGeogCS(

Re: [gdal-dev] Link to Download gdalwin32dev160

2009-04-12 Thread Frank Warmerdam
Reinaldo Escada Chohfi wrote: Folks, Does anyone know the link to download gdalwin32dev160.zip that one needs with the gdalwin32exe160.zip? Reinaldo, As I mentioned a few days ago, I never prepared this file. I'm also not planning on producing it in the very short term. You might want to b

Re: [Gdal-dev] no file

2009-04-12 Thread Frank Warmerdam
mjollnir wrote: I found I cannot use the "virtual file" with ogr, such as read virual GEOJson file from memory buffer. I guess the ogr doesn't support VSI* function,correct me if i'm wrong It depends on the individual driver. Only some OGR and GDAL drivers support virtual files. Apparently t

[gdal-dev] FIY: Test GDAL/OpenEV and Google Earth Pro with a test set for NITF

2009-04-12 Thread mohwawang
Hi all, Just FYI. I have tested OpenEV and Google Earth Pro with two test NITF images from the NITFS Technical Board. I found that OpenEV can load those two NITF images properly while GE Pro can load one image but somehow the scale was wrong and it could not display the other image at all. I

Re: [Gdal-dev] no file

2009-04-12 Thread mjollnir
I found I cannot use the "virtual file" with ogr, such as read virual GEOJson file from memory buffer. I guess the ogr doesn't support VSI* function,correct me if i'm wrong Ray, You can run the PNG encoder to a memory buffer "virtual file" using the mechanism described at: http://www.gdal.

Re: [Gdal-dev] 1-band TIFF FILE color ramp NEEDED

2009-04-12 Thread Roger André
Sorry about that. It has to do with the little progress indicator that runs when gdal processes a file. There are different ways of invoking it, and my mileage varies with each of them. I think it is based on what version of gdal you're using. Anyhow, 2 ways you can deal with this. I think wit

[gdal-dev] Link to Download gdalwin32dev160

2009-04-12 Thread Reinaldo Escada Chohfi
Folks, Does anyone know the link to download gdalwin32dev160.zip that one needs with the gdalwin32exe160.zip? Thanks in advance. Reinaldo ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev