Re: [gdal-dev] guidance on NSIDC Sea Ice concentration data

2015-07-26 Thread Markus Müller
I submitted a ticket regarding this issue:https://trac.osgeo.org/gdal/ticket/6051 Thanks Andre for your help on gis.stackexchange and here. Cheers, Markus Mueller On Sun, 26 Jul 2015 09:34:58 -0700 Andre Joost wrote Can this VRT approach be use

[gdal-dev] Support for dimap v2

2014-09-29 Thread Markus Müller
Dear listers, I have some SPOT6 data that I would like to read and convert which comes as dimap v2 (http://www.astrium-geo.com/en/3030-pleiades-and-spot-6-7-format-delivery; the data I have uses georeferenced geotiffs). According to http://www.gdal.org/frmt_various.html it seems that gdal gen

[gdal-dev] RAT for VRT

2013-10-10 Thread Markus Müller
Dear listers, I need support for Raster Attribute Tables (RAT) when using the GDAL virtual format (VRT). It seems that the current VRT driver does not support RATs. I would like to know if: - I am correct on the above assumption? - If I am, are there any plans to extend the VRT driver to support

Re: [gdal-dev] using gdalwarp with a new projection in proj.4

2013-07-18 Thread Markus Müller
s a lot for the help. Markus On Thu, 18 Jul 2013 14:44:28 -0700 Even Rouault<even.roua...@mines-paris.org> wrote Le jeudi 18 juillet 2013 23:05:45, Markus Müller a écrit : > Hi Frank, > > thanks for the reply. I did as you suggested and gdalsrsinfo acts > accordingly

Re: [gdal-dev] using gdalwarp with a new projection in proj.4

2013-07-18 Thread Markus Müller
Hi Frank, thanks for the reply. I did as you suggested and gdalsrsinfo acts accordingly. >>> gdalsrsinfo '+proj=rhealpix -I +lon_0=0 +a=1 +ellps=WGS84 +npole=0 +spole=0 +wktext' PROJ.4 : '+proj=rhealpix -I +lon_0=0 +a=1 +ellps=WGS84 +npole=0 +spole=0 +wktext' OGC WKT : PROJCS["unnamed",

Re: [gdal-dev] Bug in of GDALRead.cs

2013-05-09 Thread Markus Müller
Tamas and Frank, the (supposed) bug is still the same with the files from http://svn.osgeo.org/gdal/trunk/gdal/swig/csharp/apps/. I created a trac ticket as suggested by Tamas: http://trac.osgeo.org/gdal/ticket/5074. Cheers, Markus On Thu, 09 May 2013 10:51:23 -0700 Frank Warmerdam

Re: [gdal-dev] Importing and exporting shapefiles in mySQL with OGR

2011-01-17 Thread Dr. Markus Müller
Frank and Jeff, thanks to both of you, that did the trick. Markus On 18/01/2011 1:13, Jeff McKenna wrote: On 11-01-17 3:25 AM, "Dr. Markus Müller" wrote: Dear listers, I am trying to get shapefiles in and out of a mySQL database using OGR. I found some example commands for imp

[gdal-dev] Importing and exporting shapefiles in mySQL with OGR

2011-01-17 Thread Dr. Markus Müller
Dear listers, I am trying to get shapefiles in and out of a mySQL database using OGR. I found some example commands for importing and succeeded in doing this. But getting the syntax together to get a spatial dataset out of mySQL db seems to be over my head. Can anybody supply an example comm