RE: [gdal-dev] Projection Definition String

2010-07-10 Thread Francois Maass
Maass Cc: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Projection Definition String Francois Maass wrote: > Good day! > > I am trying to set the Projection Definition for a GDALDataset as > follows (from the GDALWarp API): > > > > /const char *pszDstWKT = NULL;

[gdal-dev] Projection Definition String

2010-07-10 Thread Francois Maass
Good day! I am trying to set the Projection Definition for a GDALDataset as follows (from the GDALWarp API): const char *pszDstWKT = NULL; OGRSpatialReference oSRS; oSRS.SetUTM( 11, TRUE ); oSRS.SetWellKnownGeogCS( "WGS84" ); oSRS.exportToWkt( &pszDstWKT ); if(GDALSetProjection(srcData

[gdal-dev] GDALDataset creation from Image subset

2010-07-08 Thread Francois Maass
given image. Simply put, I want to extract a little block or chip from an existing GDALDataset, and put it into its own GDALDataset. Can this be done, and how? Thank you for your time and efforts! Warm Regards, Francois Maass ___ gdal-dev mailing list gdal

[gdal-dev] GDALDataset creation from image subset

2010-07-08 Thread Francois Maass
Good day list! I am trying to create a GDALDataset from a certain area or subset of an Image. I have the following: ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] GetProjectionRef returns ' '

2010-07-02 Thread Francois Maass
eter, I get the entire projection definition string, but when I pass the .TIF image as parameter, I get "Projection is ' '". Can anyone tell me why this happens? Thank you for your time! Francois Francois Maass B.IT University of Pr

[gdal-dev] GCP/Chip Projection

2010-06-30 Thread Francois Maass
forts! Francois Francois Maass B.IT University of Pretoria Cell: 072 397 0294 Email: fieli...@gmail.com ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev