Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread nguler
I apologize for stealing the subject line. I only realized after clicking the send button. - Nevzat > Dear GDAL users, > > I am trying to extract some map information from geotiff files. I need to > access this information to generate an ENVI file header. > > I use > hDS->GetGeoTransform(adfGeoTra

Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread nguler
Dear GDAL users, I am trying to extract some map information from geotiff files. I need to access this information to generate an ENVI file header. I use hDS->GetGeoTransform(adfGeoTransform); coo_system_str = hDS->GetGCPProjection(); to get some information I need. But still missing few things a

Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread Kurt Schwehr
Possibly a dumb question... Why not checkout, build and use the svn trunk? If you get unlucky and hit a version that is not building, we usually get things back to building in a couple hours. It might take a little bit to tune the configuration to your needs, but once you have it, you should be in

Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread Even Rouault
Le mercredi 13 janvier 2016 18:05:40, Jose Gomez-Dans a écrit : > Hi Even, > > As usual, may thanks for your help, it's really useful > > On 13 January 2016 at 16:16, Even Rouault > > wrote: > > You can also compile the driver code as a plugin against older GDAL > > releases > > (works at least

Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread Jose Gomez-Dans
Hi Even, As usual, may thanks for your help, it's really useful On 13 January 2016 at 16:16, Even Rouault wrote: > You can also compile the driver code as a plugin against older GDAL > releases > (works at least with 1.10 or later) > Are there some documents on how to achieve this? Jose _

Re: [gdal-dev] GDAL and Sentinel2

2016-01-13 Thread Even Rouault
Le mercredi 13 janvier 2016 16:47:41, Jose Gomez-Dans a écrit : > Hi, > > I'm interested in using GDAL with Sentinel2/MSI data. I understand that > GDAL 2.1 will have a driver for this kind of data, but 2.1 hasn't yet been > released. But given the actual image data are GMLJP2, is there some > pos

[gdal-dev] GDAL and Sentinel2

2016-01-13 Thread Jose Gomez-Dans
Hi, I'm interested in using GDAL with Sentinel2/MSI data. I understand that GDAL 2.1 will have a driver for this kind of data, but 2.1 hasn't yet been released. But given the actual image data are GMLJP2, is there some possibility of using an current GDAL build to access the images? If not, when c