Re: [gdal-dev] A new ogr driver

2013-07-19 Thread Even Rouault
Le vendredi 19 juillet 2013 03:31:12, Xian Chen a écrit : > Hi all, > > I'm planning to submit a new driver for accessing Walk files, a geospatial > data format developed by Walkinfo Tech. mainly for land surveying, > evaluation, planning, checking and data analysis in China. > > Walkinfo Tech.

Re: [gdal-dev] Dissolve shapefile using GDAL/OGR

2013-07-19 Thread Even Rouault
Le vendredi 19 juillet 2013 17:23:24, Dan Strobridge a écrit : > I'm getting the same ST_Union error as Benicio but I know I have Spatialite > (v.3.0.1-2), SQLite (3.7.10-2), and Geos (3.3.8-1) from my OSGeo4W install > on Win7. I also tried using the GUnion function, which appears to have > been

Re: [gdal-dev] [BULK] Re: Dissolve shapefile using GDAL/OGR

2013-07-19 Thread Dan Strobridge
Thanks Evan. I will try the workaround and use it until GDAL 1.10 has been incorporated into OSGeo4W. Since you’ve brought up the OSGeo4W installer… mine says my gdal library is current (1.9.2-2) bu when I launch the shell I see the following, which suggests an older version is actually gettin

Re: [gdal-dev] Dissolve shapefile using GDAL/OGR

2013-07-19 Thread Dan Strobridge
I'm getting the same ST_Union error as Benicio but I know I have Spatialite (v.3.0.1-2), SQLite (3.7.10-2), and Geos (3.3.8-1) from my OSGeo4W install on Win7. I also tried using the GUnion function, which appears to have been replaced by ST_Union at 3.0.0. In fact, none of the spatial operator

Re: [gdal-dev] gtiff with internal mask

2013-07-19 Thread Duarte Carreira
Ok, para conseguir construir as pirâmides temos de ter a máscara separada e não incluída no próprio tiff. Para isso basta alterar o 3º passo que cria efectivamente o tiff a partir do vrt, removendo a opção de criar a máscara interna, ficando assim: gdal_translate -co alpha=no -co photometric=ycb

Re: [gdal-dev] gtiff with internal mask

2013-07-19 Thread Duarte Carreira
Please ignore previous email... should be a note to self... -Mensagem original- De: Duarte Carreira Enviada: sexta-feira, 19 de Julho de 2013 12:27 Para: 'Even Rouault' Cc: 'gdal-dev@lists.osgeo.org' Assunto: RE: [gdal-dev] gtiff with internal mask Ok, para conseguir construir as pirâmid