Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-03 Thread Alan Thomas
Thanks, all, for your support. I look forward to the opportunity to help maintain the DXF driver. Yes, please associate the ThinkSpatial address. Alan On 3 November 2017 at 22:16, Even Rouault wrote: >> > >> Motion: grant commit rights to Alan Thomas > > > > I declared this motion passed with +

Re: [gdal-dev] Motion: grant commit rights to Alan Thomas

2017-11-03 Thread Even Rouault
> > Motion: grant commit rights to Alan Thomas I declared this motion passed with +1 from DanielM, HowardB, KurtS, JukkaR, TamasS and myself. Welcome aboard Alan ! I've just toggled SVN commit rights for you (when asked by svn for user/ password, use your OSGeo user credentials). Let me know if

Re: [gdal-dev] Reading sentinel 2 L2A datasets

2017-11-03 Thread Róbert Špir
Thanks for the info, are there any plans to add this support in the near future? Robert On Fri, Nov 3, 2017 at 9:30 AM, Even Rouault wrote: > On vendredi 3 novembre 2017 07:55:57 CET Róbert Špir wrote: > > > Hi all, > > > I'm using GDAL to process sentinel-2 data (in c++). I have no problem > >

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Even Rouault
> Another thing, the raster size. Since the real raster, whose size is > given in GridEnvelope in CoverageDescription, may be rotated relative to > the GDAL dataset, the GDAL dataset size is in general case not the size > of the real raster. It's just a computation but the result is that the > size

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Ari Jolma
Even Rouault kirjoitti 03.11.2017 klo 11:07: > 1) My understanding is that there are potentially three CRS in > operation: the CRS of the bbox of the coverage (the native CRS of the > server); the CRS of the grid; and the CRS where the user wants the data. > I can imagine that it is perfectly

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Ari Jolma
Peter Baumann kirjoitti 03.11.2017 klo 10:54: On 11/03/2017 08:57 AM, Ari Jolma wrote: I have two things that I need to ask/discuss regarding WCS 2.0 1) My understanding is that there are potentially three CRS in operation: the CRS of the bbox of the coverage (the native CRS of the server); th

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Even Rouault
> 1) My understanding is that there are potentially three CRS in > operation: the CRS of the bbox of the coverage (the native CRS of the > server); the CRS of the grid; and the CRS where the user wants the data. > I can imagine that it is perfectly possible for a server to advertise > data from an

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Peter Baumann
On 11/03/2017 08:57 AM, Ari Jolma wrote: > I have two things that I need to ask/discuss regarding WCS 2.0 > > 1) My understanding is that there are potentially three CRS in operation: the > CRS of the bbox of the coverage (the native CRS of the server); the CRS of the > grid; and the CRS where th

Re: [gdal-dev] Reading sentinel 2 L2A datasets

2017-11-03 Thread Even Rouault
On vendredi 3 novembre 2017 07:55:57 CET Róbert Špir wrote: > Hi all, > I'm using GDAL to process sentinel-2 data (in c++). I have no problem > processing S2B and S2A L1C datasets, I can open them, read the subdatasets > and process the data. > But when I try to open L2A dataset, it looks like ther

Re: [gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Ari Jolma
one detail forgotten Ari Jolma kirjoitti 03.11.2017 klo 09:57: I have two things that I need to ask/discuss regarding WCS 2.0 1) My understanding is that there are potentially three CRS in operation: the CRS of the bbox of the coverage (the native CRS of the server); the CRS of the grid; and

[gdal-dev] WCS 2.0, getting (multidimensional) data

2017-11-03 Thread Ari Jolma
I have two things that I need to ask/discuss regarding WCS 2.0 1) My understanding is that there are potentially three CRS in operation: the CRS of the bbox of the coverage (the native CRS of the server); the CRS of the grid; and the CRS where the user wants the data. I can imagine that it is