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
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()
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
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(
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
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
i want to unsubscribe, help me!
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
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
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
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
10 matches
Mail list logo