Re: [gdal-dev] dear god!!

2013-03-29 Thread David Strip
the bottom of the message you sent (just like every message) has a link to the mailing list manager - http://lists.osgeo.org/mailman/listinfo/gdal-dev Follow that link and you'll find unsubscribe instructions at the bottom. ___ gdal-dev mailing list g

Re: [gdal-dev] OGRDataSource::CreateLayer error on application exit

2013-03-29 Thread Andy Canfield
On Fri, Mar 29, 2013 at 3:00 PM, Even Rouault wrote: > Le vendredi 29 mars 2013 21:38:13, Andy Canfield a écrit : > > If I create a shapefile layer like so: > > const char *pszShpDriverName = "ESRI Shapefile"; > > OGRSFDriver *poShpDriver; > > poShpDriver = > > OGRSFDriverRegistrar::GetRegistrar()

Re: [gdal-dev] OGRDataSource::CreateLayer error on application exit

2013-03-29 Thread Even Rouault
Le vendredi 29 mars 2013 21:38:13, Andy Canfield a écrit : > If I create a shapefile layer like so: > const char *pszShpDriverName = "ESRI Shapefile"; > OGRSFDriver *poShpDriver; > poShpDriver = > OGRSFDriverRegistrar::GetRegistrar()->GetDriverByName(pszShpDriverName); > poShpDS = poShpDriver->Crea

[gdal-dev] OGRDataSource::CreateLayer error on application exit

2013-03-29 Thread Andy Canfield
If I create a shapefile layer like so: const char *pszShpDriverName = "ESRI Shapefile"; OGRSFDriver *poShpDriver; poShpDriver = OGRSFDriverRegistrar::GetRegistrar()->GetDriverByName(pszShpDriverName); poShpDS = poShpDriver->CreateDataSource(pszDstFilename, NULL); poShpLayer = poShpDS->CreateLayer(

Re: [gdal-dev] dear god!!

2013-03-29 Thread Chao YUE
I saw you're using gmail, when you mark the mails from this list as spam, gmail should be able to unsubscribe for you, did you try this? Chao On Fri, Mar 29, 2013 at 8:37 PM, Parissa Mahdavi wrote: > i want to unsubscribe, help me! > > ___ > gdal-dev

Re: [gdal-dev] Problems using gdalwarp -cutline

2013-03-29 Thread Even Rouault
Le vendredi 29 mars 2013 20:34:50, George a écrit : > Hi there, > > sorry for the newbie question, but I couldn't figure out my problem reading > documentation and examples on the web. Here is my problem: > > - I have a Landsat raster image > - I have a ESRI sahpefile representing a fire perimete

[gdal-dev] dear god!!

2013-03-29 Thread Parissa Mahdavi
i want to unsubscribe, help me! ___ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] Problems using gdalwarp -cutline

2013-03-29 Thread George
Hi there, sorry for the newbie question, but I couldn't figure out my problem reading documentation and examples on the web. Here is my problem: - I have a Landsat raster image - I have a ESRI sahpefile representing a fire perimeter - I need to crop the raster using the fire perimeter Following

Re: [gdal-dev] Feature request: gauss and other interpolations in gdalwarp

2013-03-29 Thread Brent Fraser
Jan, I can't speak the development request, but you may be able to do some sharpening using the object in a VRT. I've used -0.111 -0.111 -0.111 -0.111 2 -0.111 -0.111 -0.111 -0.111 to apply sharpening to satellite imagery. And a few years ago I found that using wavelet compression on

Re: [gdal-dev] more than one linearring object in the geometry but with all linerring objects having zero points?

2013-03-29 Thread Chao YUE
Hi Frank, thanks for pointing out the MultiPolygon, Indeed you're right. While when I print the geometry, I get all the underlying vertices data. feature = layer.GetFeature(408) georef = feature.GetGeometryRef() georef.GetGeometryName() 'MULTIPOLYGON' when I print georef, I get a big list of d