Re: [gdal-dev] Motion: Committer Status for Lucian Plesea

2016-02-23 Thread Frank Warmerdam
+1 Frank Welcome aboard Lucien! On Tue, Feb 23, 2016 at 4:42 PM, Kurt Schwehr wrote: > +1 Kurt > > On Tue, Feb 23, 2016 at 4:10 PM, Even Rouault > wrote: >> >> Motion: Committer Status for Lucian Plesea >> --- >> >> Dear PSC, >> >> Lucian is the maintainer of the MRF (Meta Raster Format) drive

Re: [gdal-dev] Motion: Committer Status for Lucian Plesea

2016-02-23 Thread Kurt Schwehr
+1 Kurt On Tue, Feb 23, 2016 at 4:10 PM, Even Rouault wrote: > Motion: Committer Status for Lucian Plesea > --- > > Dear PSC, > > Lucian is the maintainer of the MRF (Meta Raster Format) driver who has > existed as an out-of-tree driver and whose main repository is at > https://github.com/nasa-g

[gdal-dev] Motion: Committer Status for Lucian Plesea

2016-02-23 Thread Even Rouault
Motion: Committer Status for Lucian Plesea --- Dear PSC, Lucian is the maintainer of the MRF (Meta Raster Format) driver who has existed as an out-of-tree driver and whose main repository is at https://github.com/nasa-gibs/mrf . Recently I've worked with him to get the driver also integrated i

Re: [gdal-dev] libkml driver get document name

2016-02-23 Thread Even Rouault
Le mardi 23 février 2016 14:50:35, jan vaillant a écrit : > Hi list, > > I am reading a zipped kml with gdal's libkml driver. I am trying to access > the name tag of the document: > > > > a_name I did a quick testing It appears that the driver will report a as the layer name only if it

[gdal-dev] libkml driver get document name

2016-02-23 Thread jan vaillant
Hi list, I am reading a zipped kml with gdal's libkml driver. I am trying to access the name tag of the document: a_name ... If I look at the source code I can see a way to set those options here for writing kml void OGRLIBKMLDataSource::SetCommonOptions(ContainerPtr poKmlContainer,

[gdal-dev] gdaltransform

2016-02-23 Thread bharti navlani
I am new user of gdal. I am having a image (.tif) and its corresponding RPC file (.txt) How to convert lat/long to image pixel coordinate and vise versa using gdaltransform with the image and its RPC file ? Unable to do the example given the website http://www.gdal.org/gdaltransform.html __